Package st.gravel.support.compiler.jvm

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


  }

  public Frame newFrame_(final st.gravel.support.jvm.Block0<Object> _aBlock) {
    final JVMStack _oldStack;
    final List<JVMInstruction> _oldInstructions;
    final Frame _frame;
    final Map<String, JVMLocalDeclaration> _oldLocals;
    _oldStack = _stack;
    _oldInstructions = _instructions;
    _oldLocals = _locals;
    this.reset();
View Full Code Here


  }

  public Frame newSubFrame_(final st.gravel.support.jvm.Block0<Object> _aBlock) {
    final JVMStack _oldStack;
    final List<JVMInstruction> _oldInstructions;
    final Frame _frame;
    final Map<String, JVMLocalDeclaration> _oldLocals;
    _oldStack = _stack;
    _oldInstructions = _instructions;
    _oldLocals = _locals;
    _locals = st.gravel.support.jvm.DictionaryExtensions.copy(_oldLocals);
View Full Code Here

          }
        }, new st.gravel.support.jvm.Block0<Object>() {

          @Override
          public Object value() {
            final Frame _testFrame;
            final Frame _doFrame;
            _testFrame = JVMMethodCompiler.this.newFrame_(new st.gravel.support.jvm.Block0<Object>() {

              @Override
              public Object value() {
                JVMMethodCompiler.this.produceVarRead_(_toDoNode.counterName());
View Full Code Here

TOP

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

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.