Package cartago.manual.syntax.UsageProtBody

Examples of cartago.manual.syntax.UsageProtBody.BodyType


                             {if (true) return B;}
    throw new Error("Missing return statement in function");
  }

  final public Object body_formula() throws ParseException {
                         BodyType formType = BodyType.action;  Object B;
    switch ((jj_ntk==-1)?jj_ntk():jj_ntk) {
    case 32:
    case 33:
    case 34:
    case 35:
View Full Code Here

TOP

Related Classes of cartago.manual.syntax.UsageProtBody.BodyType

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.