Package st.gravel.support.compiler.ast

Examples of st.gravel.support.compiler.ast.TypeNode.$pipe$()


    this.eatWhitespace();
    boolean _temp1 = true;
    while (_temp1) {
      _temp1 = st.gravel.support.jvm.ReadStreamExtensions.peekFor_(_stream, '|');
      if (_temp1) {
        _exp = _exp.$pipe$(Parser.this.parseTypeOperand());
        Parser.this.eatWhitespace();
      }
    }
    return _exp;
  }
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.