Package cartago.manual.syntax.RelExpr

Examples of cartago.manual.syntax.RelExpr.RelationalOp


   | <EXP>      [ <OPREL> <EXP> --> returns the ExprTerm
*/
  final public Object rel_expr() throws ParseException {
                                             Object op1 = null;
                                             Object op2 = null;
                                             RelationalOp operator = RelationalOp.none;
    switch ((jj_ntk==-1)?jj_ntk():jj_ntk) {
    case VAR:
    case TK_TRUE:
    case TK_FALSE:
    case TK_NEG:
View Full Code Here

TOP

Related Classes of cartago.manual.syntax.RelExpr.RelationalOp

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.