INNER CODE UNIT · Java

CPLayoutLexer

nivanov/cosplay · modules/cosplay/src/main/scala/org/cosplay/impl/layout/antlr4/CPLayoutLexer.java:13

public class CPLayoutLexer extends Lexer {
	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 String[] channelNames = {
		"DEFAULT_TOKEN_CHANNEL", "HIDDEN"
	};

	public static String[] modeNames = {
		"DEFAULT_MODE"
	};

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…