Package st.gravel.support.compiler.jvm

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


  static public JVMClassCompiler _classDescriptionNode_systemNode_systemMappingUpdater_isStatic_(Object receiver, final ClassDescriptionNode _aClassDescriptionNode, final SystemNode _aSystemNode, final SystemMappingUpdater _aSystemMappingUpdater, final boolean _anObject) {
    return factory.classDescriptionNode_systemNode_systemMappingUpdater_isStatic_(_aClassDescriptionNode, _aSystemNode, _aSystemMappingUpdater, _anObject);
  }

  public String addASTConstant_(final BlockSendArgument _aBlockSendArgument) {
    final BlockSendArgument _bsa;
    _bsa = _aBlockSendArgument.withName_(this.newConstantName());
    _astConstants.add(_bsa);
    return _bsa.name();
  }
View Full Code Here

TOP

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

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.