bsh.ParserTreeConstants Maven / Gradle / Ivy
The newest version!
/*
* #%L
* The AIBench Shell Plugin
* %%
* Copyright (C) 2006 - 2017 Daniel Glez-Peña and Florentino Fdez-Riverola
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
*
* You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* .
* #L%
*/
/* Generated By:JJTree: Do not edit this line. src/bsh\ParserTreeConstants.java */
package bsh;
public interface ParserTreeConstants {
public int JJTVOID = 0;
public int JJTCLASSDECLARATION = 1;
public int JJTMETHODDECLARATION = 2;
public int JJTPACKAGEDECLARATION = 3;
public int JJTIMPORTDECLARATION = 4;
public int JJTVARIABLEDECLARATOR = 5;
public int JJTARRAYINITIALIZER = 6;
public int JJTFORMALPARAMETERS = 7;
public int JJTFORMALPARAMETER = 8;
public int JJTTYPE = 9;
public int JJTRETURNTYPE = 10;
public int JJTPRIMITIVETYPE = 11;
public int JJTAMBIGUOUSNAME = 12;
public int JJTASSIGNMENT = 13;
public int JJTTERNARYEXPRESSION = 14;
public int JJTBINARYEXPRESSION = 15;
public int JJTUNARYEXPRESSION = 16;
public int JJTCASTEXPRESSION = 17;
public int JJTPRIMARYEXPRESSION = 18;
public int JJTMETHODINVOCATION = 19;
public int JJTPRIMARYSUFFIX = 20;
public int JJTLITERAL = 21;
public int JJTARGUMENTS = 22;
public int JJTALLOCATIONEXPRESSION = 23;
public int JJTARRAYDIMENSIONS = 24;
public int JJTBLOCK = 25;
public int JJTFORMALCOMMENT = 26;
public int JJTSWITCHSTATEMENT = 27;
public int JJTSWITCHLABEL = 28;
public int JJTIFSTATEMENT = 29;
public int JJTWHILESTATEMENT = 30;
public int JJTFORSTATEMENT = 31;
public int JJTENHANCEDFORSTATEMENT = 32;
public int JJTTYPEDVARIABLEDECLARATION = 33;
public int JJTSTATEMENTEXPRESSIONLIST = 34;
public int JJTRETURNSTATEMENT = 35;
public int JJTTHROWSTATEMENT = 36;
public int JJTTRYSTATEMENT = 37;
public String[] jjtNodeName = { "void", "ClassDeclaration", "MethodDeclaration", "PackageDeclaration", "ImportDeclaration", "VariableDeclarator", "ArrayInitializer", "FormalParameters", "FormalParameter", "Type", "ReturnType", "PrimitiveType", "AmbiguousName", "Assignment", "TernaryExpression", "BinaryExpression", "UnaryExpression", "CastExpression", "PrimaryExpression", "MethodInvocation", "PrimarySuffix", "Literal", "Arguments", "AllocationExpression", "ArrayDimensions", "Block", "FormalComment", "SwitchStatement", "SwitchLabel", "IfStatement", "WhileStatement", "ForStatement", "EnhancedForStatement", "TypedVariableDeclaration", "StatementExpressionList", "ReturnStatement", "ThrowStatement", "TryStatement", };
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy