INNER CODE UNIT · Java

makeRuleNames

nivanov/cosplay · modules/cosplay/src/main/scala/org/cosplay/impl/layout/antlr4/CPLayoutParser.java:27

	private static String[] makeRuleNames() {
		return new String[] {
			"layout", "decls", "decl", "items", "item", "offItem", "xItem", "yItem"
		};
	}
	public static final String[] ruleNames = makeRuleNames();

	private static String[] makeLiteralNames() {
		return new String[] {
			null, "'off'", "'x'", "'same'", "'before'", "'left'", "'center'", "'right'", 
			"'after'", "'y'", "'above'", "'top'", "'bottom'", "'below'", "'='", "';'", 
			"':'", "','", "'('", "')'", "'['", "']'"
		};
	}
	private static final String[] _LITERAL_NAMES = makeLiteralNames();
	private static String[] makeSymbolicNames() {
		return new String[] {
			null, null, null, null, null, null, null, null, null, null, null, null, 

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…