Package st.gravel.support.compiler.jvm

Examples of st.gravel.support.compiler.jvm.JVMLocalDeclaration.type()


  }

  public JVMMethodCompiler localStore_(final String _localName) {
    final JVMLocalDeclaration _local;
    _local = _locals.get(_localName);
    this.ensureCast_(_local.type());
    this.emit_(((JVMInstruction) Store.factory.local_(_local)));
    return this;
  }

  public Frame newFrame_(final st.gravel.support.jvm.Block0<Object> _aBlock) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.