RULE_methType top-level constant

int const RULE_methType

Implementation

const int RULE_null = 0, RULE_natType = 1, RULE_intType = 2, RULE_floatType = 3,
          RULE_blobType = 4, RULE_numberType = 5, RULE_boolType = 6, RULE_textType = 7,
          RULE_principalType = 8, RULE_reservedType = 9, RULE_emptyType = 10,
          RULE_primType = 11, RULE_idType = 12, RULE_funcAnn = 13, RULE_funcType = 14,
          RULE_methType = 15, RULE_optType = 16, RULE_vecType = 17, RULE_pairType = 18,
          RULE_exprType = 19, RULE_recordType = 20, RULE_variantType = 21,
          RULE_tupleType = 22, RULE_refType = 23, RULE_actorType = 24, RULE_dataType = 25,
          RULE_prog = 26, RULE_imp = 27, RULE_def = 28, RULE_actor = 29,
          RULE_id = 30, RULE_importPart = 31;