Package st.gravel.support.compiler.ast

Examples of st.gravel.support.compiler.ast.BlockTypeNode.arguments()


  public TypeNode[] parseTypeExpressionListAndClose() {
    final BlockTypeNode _block;
    _block = this.parseTypeExpressionBlockAndClose();
    st.gravel.support.jvm.ObjectExtensions.assert_(this, _block.returnType() == null);
    return _block.arguments();
  }

  public TypeNode parseTypeNode() {
    TypeNode _exp;
    _exp = this.parseTypeOperand();
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.