1 package org.objectweb.modfact.qvt.syntaxe; 3 4 public interface STRLParserTokenTypes { 5 int EOF = 1; 6 int NULL_TREE_LOOKAHEAD = 3; 7 int LITERAL_RulesUnit = 4; 8 int WS = 5; 9 int NAME = 6; 10 int SOURCE = 7; 11 int TARGET = 8; 12 int OPENBRACKET = 9; 13 int NEWLINE = 10; 14 int CLOSEBRACKET = 11; 15 int LITERAL_EntryPointRule = 12; 16 int LITERAL_context = 13; 17 int LITERAL_Rule = 14; 18 int OPENCROCHET = 15; 19 int CLOSECROCHET = 16; 20 int OPENPARENT = 17; 21 int CLOSEPARENT = 18; 22 int COMMA = 19; 23 int DIEZ = 20; 24 int LITERAL_result = 21; 25 int LITERAL_creates = 22; 26 int LITERAL_return = 23; 27 int POINTEXCLAM = 24; 28 int POINT = 25; 29 int LITERAL_allOfType = 26; 30 int LITERAL_add = 27; 31 int LITERAL_remove = 28; 32 int LITERAL_isOfType = 29; 33 int LITERAL_equals = 30; 34 int INTERO = 31; 35 int TOWPOINT = 32; 36 int LITERAL_if = 33; 37 int LITERAL_else = 34; 38 int EQUAL = 35; 39 int BOOLEAN = 36; 40 int INTEGER = 37; 41 int DOUBLE = 38; 42 int LITERAL_enum = 39; 43 int GUILL = 40; 44 } 45 | Popular Tags |