Package st.gravel.support.compiler.jvm

Examples of st.gravel.support.compiler.jvm.JVMMethod


  public JVMDefinedObjectType blockSuperType_(final int _anInteger) {
    return JVMDefinedObjectType.factory.block_(_anInteger);
  }

  public JVMClass compileBlock() {
    final JVMMethod _m;
    final JVMField[] _fields;
    final JVMMethodCompiler _methodCompiler;
    final JVMClass _jvmClass;
    _fields = st.gravel.support.jvm.ArrayExtensions.collect_(_block.copiedVariables(), ((st.gravel.support.jvm.Block1<JVMField, JVMVariable>) (new st.gravel.support.jvm.Block1<JVMField, JVMVariable>() {
View Full Code Here

TOP

Related Classes of st.gravel.support.compiler.jvm.JVMMethod

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.