org.javacc.jjtree.JJTreeParserTreeConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ph-javacc-maven-plugin Show documentation
Show all versions of ph-javacc-maven-plugin Show documentation
Maven 3 Plugin for processing JavaCC grammar files.
/* Generated By:JavaCC: Do not edit this line. JJTreeParserTreeConstants.java Version 6.1_3 */
package org.javacc.jjtree;
public interface JJTreeParserTreeConstants
{
public int JJTGRAMMAR = 0;
public int JJTCOMPILATIONUNIT = 1;
public int JJTPRODUCTIONS = 2;
public int JJTVOID = 3;
public int JJTOPTIONS = 4;
public int JJTOPTIONBINDING = 5;
public int JJTJAVACODE = 6;
public int JJTJAVACODEBODY = 7;
public int JJTBNF = 8;
public int JJTBNFDECLARATION = 9;
public int JJTBNFNODESCOPE = 10;
public int JJTRE = 11;
public int JJTTOKENDECLS = 12;
public int JJTRESPEC = 13;
public int JJTBNFCHOICE = 14;
public int JJTBNFSEQUENCE = 15;
public int JJTBNFLOOKAHEAD = 16;
public int JJTEXPANSIONNODESCOPE = 17;
public int JJTBNFACTION = 18;
public int JJTBNFZEROORONE = 19;
public int JJTBNFTRYBLOCK = 20;
public int JJTBNFNONTERMINAL = 21;
public int JJTBNFASSIGNMENT = 22;
public int JJTBNFONEORMORE = 23;
public int JJTBNFZEROORMORE = 24;
public int JJTBNFPARENTHESIZED = 25;
public int JJTRESTRINGLITERAL = 26;
public int JJTRENAMED = 27;
public int JJTREREFERENCE = 28;
public int JJTREEOF = 29;
public int JJTRECHOICE = 30;
public int JJTRESEQUENCE = 31;
public int JJTREONEORMORE = 32;
public int JJTREZEROORMORE = 33;
public int JJTREZEROORONE = 34;
public int JJTRREPETITIONRANGE = 35;
public int JJTREPARENTHESIZED = 36;
public int JJTRECHARLIST = 37;
public int JJTCHARDESCRIPTOR = 38;
public int JJTNODEDESCRIPTOR = 39;
public int JJTNODEDESCRIPTOREXPRESSION = 40;
public int JJTPRIMARYEXPRESSION = 41;
public String[] jjtNodeName = {
"Grammar",
"CompilationUnit",
"Productions",
"void",
"Options",
"OptionBinding",
"Javacode",
"JavacodeBody",
"BNF",
"BNFDeclaration",
"BNFNodeScope",
"RE",
"TokenDecls",
"RESpec",
"BNFChoice",
"BNFSequence",
"BNFLookahead",
"ExpansionNodeScope",
"BNFAction",
"BNFZeroOrOne",
"BNFTryBlock",
"BNFNonTerminal",
"BNFAssignment",
"BNFOneOrMore",
"BNFZeroOrMore",
"BNFParenthesized",
"REStringLiteral",
"RENamed",
"REReference",
"REEOF",
"REChoice",
"RESequence",
"REOneOrMore",
"REZeroOrMore",
"REZeroOrOne",
"RRepetitionRange",
"REParenthesized",
"RECharList",
"CharDescriptor",
"NodeDescriptor",
"NodeDescriptorExpression",
"PrimaryExpression",
};
}
/* JavaCC - OriginalChecksum=afd1aa32e8f0ee9f433fbb428bbe5394 (do not edit this line) */