INNER CODE UNIT · Java
CPLayoutParser
nivanov/cosplay · modules/cosplay/src/main/scala/org/cosplay/impl/layout/antlr4/CPLayoutParser.java:13
public class CPLayoutParser extends Parser {
static { RuntimeMetaData.checkVersion("4.13.1", RuntimeMetaData.VERSION); }
protected static final DFA[] _decisionToDFA;
protected static final PredictionContextCache _sharedContextCache =
new PredictionContextCache();
public static final int
T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9,
T__9=10, T__10=11, T__11=12, T__12=13, EQ=14, SCOLON=15, COLON=16, COMMA=17,
LPAR=18, RPAR=19, LBRK=20, RBRK=21, NUM=22, ID=23, COMMENT=24, WS=25,
ErrorChar=26;
public static final int
RULE_layout = 0, RULE_decls = 1, RULE_decl = 2, RULE_items = 3, RULE_item = 4,
RULE_offItem = 5, RULE_xItem = 6, RULE_yItem = 7;
private static String[] makeRuleNames() {
return new String[] {
"layout", "decls", "decl", "items", "item", "offItem", "xItem", "yItem"
};