Interface JavaParserTreeConstants
-
- All Known Implementing Classes:
JavaParser
@Deprecated @InternalApi public interface JavaParserTreeConstants
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static int
JJTADDITIVEEXPRESSION
Deprecated.static int
JJTALLOCATIONEXPRESSION
Deprecated.static int
JJTANDEXPRESSION
Deprecated.static int
JJTANNOTATION
Deprecated.static int
JJTANNOTATIONMETHODDECLARATION
Deprecated.static int
JJTANNOTATIONTYPEBODY
Deprecated.static int
JJTANNOTATIONTYPEDECLARATION
Deprecated.static int
JJTANNOTATIONTYPEMEMBERDECLARATION
Deprecated.static int
JJTARGUMENTLIST
Deprecated.static int
JJTARGUMENTS
Deprecated.static int
JJTARRAYDIMSANDINITS
Deprecated.static int
JJTARRAYINITIALIZER
Deprecated.static int
JJTASSERTSTATEMENT
Deprecated.static int
JJTASSIGNMENTOPERATOR
Deprecated.static int
JJTBLOCK
Deprecated.static int
JJTBLOCKSTATEMENT
Deprecated.static int
JJTBOOLEANLITERAL
Deprecated.static int
JJTBREAKSTATEMENT
Deprecated.static int
JJTCASTEXPRESSION
Deprecated.static int
JJTCATCHSTATEMENT
Deprecated.static int
JJTCLASSORINTERFACEBODY
Deprecated.static int
JJTCLASSORINTERFACEBODYDECLARATION
Deprecated.static int
JJTCLASSORINTERFACEDECLARATION
Deprecated.static int
JJTCLASSORINTERFACETYPE
Deprecated.static int
JJTCOMPILATIONUNIT
Deprecated.static int
JJTCONDITIONALANDEXPRESSION
Deprecated.static int
JJTCONDITIONALEXPRESSION
Deprecated.static int
JJTCONDITIONALOREXPRESSION
Deprecated.static int
JJTCONSTRUCTORDECLARATION
Deprecated.static int
JJTCONTINUESTATEMENT
Deprecated.static int
JJTDEFAULTVALUE
Deprecated.static int
JJTDOSTATEMENT
Deprecated.static int
JJTEMPTYSTATEMENT
Deprecated.static int
JJTENUMBODY
Deprecated.static int
JJTENUMCONSTANT
Deprecated.static int
JJTENUMDECLARATION
Deprecated.static int
JJTEQUALITYEXPRESSION
Deprecated.static int
JJTEXCLUSIVEOREXPRESSION
Deprecated.static int
JJTEXPLICITCONSTRUCTORINVOCATION
Deprecated.static int
JJTEXPRESSION
Deprecated.static int
JJTEXTENDSLIST
Deprecated.static int
JJTFIELDDECLARATION
Deprecated.static int
JJTFINALLYSTATEMENT
Deprecated.static int
JJTFORINIT
Deprecated.static int
JJTFORMALPARAMETER
Deprecated.static int
JJTFORMALPARAMETERS
Deprecated.static int
JJTFORSTATEMENT
Deprecated.static int
JJTFORUPDATE
Deprecated.static int
JJTIFSTATEMENT
Deprecated.static int
JJTIMPLEMENTSLIST
Deprecated.static int
JJTIMPORTDECLARATION
Deprecated.static int
JJTINCLUSIVEOREXPRESSION
Deprecated.static int
JJTINITIALIZER
Deprecated.static int
JJTINSTANCEOFEXPRESSION
Deprecated.static int
JJTLABELEDSTATEMENT
Deprecated.static int
JJTLAMBDAEXPRESSION
Deprecated.static int
JJTLITERAL
Deprecated.static int
JJTLOCALVARIABLEDECLARATION
Deprecated.static int
JJTMARKERANNOTATION
Deprecated.static int
JJTMEMBERSELECTOR
Deprecated.static int
JJTMEMBERVALUE
Deprecated.static int
JJTMEMBERVALUEARRAYINITIALIZER
Deprecated.static int
JJTMEMBERVALUEPAIR
Deprecated.static int
JJTMEMBERVALUEPAIRS
Deprecated.static int
JJTMETHODDECLARATION
Deprecated.static int
JJTMETHODDECLARATOR
Deprecated.static int
JJTMETHODREFERENCE
Deprecated.static int
JJTMODULEDECLARATION
Deprecated.static int
JJTMODULEDIRECTIVE
Deprecated.static int
JJTMODULENAME
Deprecated.static int
JJTMULTIPLICATIVEEXPRESSION
Deprecated.static int
JJTNAME
Deprecated.static int
JJTNAMELIST
Deprecated.static String[]
jjtNodeName
Deprecated.static int
JJTNORMALANNOTATION
Deprecated.static int
JJTNULLLITERAL
Deprecated.static int
JJTPACKAGEDECLARATION
Deprecated.static int
JJTPOSTFIXEXPRESSION
Deprecated.static int
JJTPREDECREMENTEXPRESSION
Deprecated.static int
JJTPREINCREMENTEXPRESSION
Deprecated.static int
JJTPRIMARYEXPRESSION
Deprecated.static int
JJTPRIMARYPREFIX
Deprecated.static int
JJTPRIMARYSUFFIX
Deprecated.static int
JJTPRIMITIVETYPE
Deprecated.static int
JJTRECORDBODY
Deprecated.static int
JJTRECORDCOMPONENT
Deprecated.static int
JJTRECORDCOMPONENTLIST
Deprecated.static int
JJTRECORDCONSTRUCTORDECLARATION
Deprecated.static int
JJTRECORDDECLARATION
Deprecated.static int
JJTREFERENCETYPE
Deprecated.static int
JJTRELATIONALEXPRESSION
Deprecated.static int
JJTRESOURCE
Deprecated.static int
JJTRESOURCES
Deprecated.static int
JJTRESOURCESPECIFICATION
Deprecated.static int
JJTRESULTTYPE
Deprecated.static int
JJTRETURNSTATEMENT
Deprecated.static int
JJTRSIGNEDSHIFT
Deprecated.static int
JJTRUNSIGNEDSHIFT
Deprecated.static int
JJTSHIFTEXPRESSION
Deprecated.static int
JJTSINGLEMEMBERANNOTATION
Deprecated.static int
JJTSTATEMENT
Deprecated.static int
JJTSTATEMENTEXPRESSION
Deprecated.static int
JJTSTATEMENTEXPRESSIONLIST
Deprecated.static int
JJTSWITCHEXPRESSION
Deprecated.static int
JJTSWITCHLABEL
Deprecated.static int
JJTSWITCHLABELEDBLOCK
Deprecated.static int
JJTSWITCHLABELEDEXPRESSION
Deprecated.static int
JJTSWITCHLABELEDTHROWSTATEMENT
Deprecated.static int
JJTSWITCHSTATEMENT
Deprecated.static int
JJTSYNCHRONIZEDSTATEMENT
Deprecated.static int
JJTTHROWSTATEMENT
Deprecated.static int
JJTTRYSTATEMENT
Deprecated.static int
JJTTYPE
Deprecated.static int
JJTTYPEARGUMENT
Deprecated.static int
JJTTYPEARGUMENTS
Deprecated.static int
JJTTYPEBOUND
Deprecated.static int
JJTTYPEDECLARATION
Deprecated.static int
JJTTYPEPARAMETER
Deprecated.static int
JJTTYPEPARAMETERS
Deprecated.static int
JJTTYPETESTPATTERN
Deprecated.static int
JJTUNARYEXPRESSION
Deprecated.static int
JJTUNARYEXPRESSIONNOTPLUSMINUS
Deprecated.static int
JJTVARIABLEDECLARATOR
Deprecated.static int
JJTVARIABLEDECLARATORID
Deprecated.static int
JJTVARIABLEINITIALIZER
Deprecated.static int
JJTVOID
Deprecated.static int
JJTWHILESTATEMENT
Deprecated.static int
JJTWILDCARDBOUNDS
Deprecated.static int
JJTYIELDSTATEMENT
Deprecated.
-
-
-
Field Detail
-
JJTCOMPILATIONUNIT
static final int JJTCOMPILATIONUNIT
Deprecated.- See Also:
- Constant Field Values
-
JJTVOID
static final int JJTVOID
Deprecated.- See Also:
- Constant Field Values
-
JJTPACKAGEDECLARATION
static final int JJTPACKAGEDECLARATION
Deprecated.- See Also:
- Constant Field Values
-
JJTIMPORTDECLARATION
static final int JJTIMPORTDECLARATION
Deprecated.- See Also:
- Constant Field Values
-
JJTTYPEDECLARATION
static final int JJTTYPEDECLARATION
Deprecated.- See Also:
- Constant Field Values
-
JJTCLASSORINTERFACEDECLARATION
static final int JJTCLASSORINTERFACEDECLARATION
Deprecated.- See Also:
- Constant Field Values
-
JJTEXTENDSLIST
static final int JJTEXTENDSLIST
Deprecated.- See Also:
- Constant Field Values
-
JJTIMPLEMENTSLIST
static final int JJTIMPLEMENTSLIST
Deprecated.- See Also:
- Constant Field Values
-
JJTENUMDECLARATION
static final int JJTENUMDECLARATION
Deprecated.- See Also:
- Constant Field Values
-
JJTENUMBODY
static final int JJTENUMBODY
Deprecated.- See Also:
- Constant Field Values
-
JJTENUMCONSTANT
static final int JJTENUMCONSTANT
Deprecated.- See Also:
- Constant Field Values
-
JJTRECORDDECLARATION
static final int JJTRECORDDECLARATION
Deprecated.- See Also:
- Constant Field Values
-
JJTRECORDCOMPONENTLIST
static final int JJTRECORDCOMPONENTLIST
Deprecated.- See Also:
- Constant Field Values
-
JJTRECORDCOMPONENT
static final int JJTRECORDCOMPONENT
Deprecated.- See Also:
- Constant Field Values
-
JJTRECORDBODY
static final int JJTRECORDBODY
Deprecated.- See Also:
- Constant Field Values
-
JJTRECORDCONSTRUCTORDECLARATION
static final int JJTRECORDCONSTRUCTORDECLARATION
Deprecated.- See Also:
- Constant Field Values
-
JJTTYPEPARAMETERS
static final int JJTTYPEPARAMETERS
Deprecated.- See Also:
- Constant Field Values
-
JJTTYPEPARAMETER
static final int JJTTYPEPARAMETER
Deprecated.- See Also:
- Constant Field Values
-
JJTTYPEBOUND
static final int JJTTYPEBOUND
Deprecated.- See Also:
- Constant Field Values
-
JJTCLASSORINTERFACEBODY
static final int JJTCLASSORINTERFACEBODY
Deprecated.- See Also:
- Constant Field Values
-
JJTCLASSORINTERFACEBODYDECLARATION
static final int JJTCLASSORINTERFACEBODYDECLARATION
Deprecated.- See Also:
- Constant Field Values
-
JJTFIELDDECLARATION
static final int JJTFIELDDECLARATION
Deprecated.- See Also:
- Constant Field Values
-
JJTVARIABLEDECLARATOR
static final int JJTVARIABLEDECLARATOR
Deprecated.- See Also:
- Constant Field Values
-
JJTVARIABLEDECLARATORID
static final int JJTVARIABLEDECLARATORID
Deprecated.- See Also:
- Constant Field Values
-
JJTVARIABLEINITIALIZER
static final int JJTVARIABLEINITIALIZER
Deprecated.- See Also:
- Constant Field Values
-
JJTARRAYINITIALIZER
static final int JJTARRAYINITIALIZER
Deprecated.- See Also:
- Constant Field Values
-
JJTMETHODDECLARATION
static final int JJTMETHODDECLARATION
Deprecated.- See Also:
- Constant Field Values
-
JJTMETHODDECLARATOR
static final int JJTMETHODDECLARATOR
Deprecated.- See Also:
- Constant Field Values
-
JJTFORMALPARAMETERS
static final int JJTFORMALPARAMETERS
Deprecated.- See Also:
- Constant Field Values
-
JJTFORMALPARAMETER
static final int JJTFORMALPARAMETER
Deprecated.- See Also:
- Constant Field Values
-
JJTCONSTRUCTORDECLARATION
static final int JJTCONSTRUCTORDECLARATION
Deprecated.- See Also:
- Constant Field Values
-
JJTEXPLICITCONSTRUCTORINVOCATION
static final int JJTEXPLICITCONSTRUCTORINVOCATION
Deprecated.- See Also:
- Constant Field Values
-
JJTINITIALIZER
static final int JJTINITIALIZER
Deprecated.- See Also:
- Constant Field Values
-
JJTTYPE
static final int JJTTYPE
Deprecated.- See Also:
- Constant Field Values
-
JJTREFERENCETYPE
static final int JJTREFERENCETYPE
Deprecated.- See Also:
- Constant Field Values
-
JJTCLASSORINTERFACETYPE
static final int JJTCLASSORINTERFACETYPE
Deprecated.- See Also:
- Constant Field Values
-
JJTTYPEARGUMENTS
static final int JJTTYPEARGUMENTS
Deprecated.- See Also:
- Constant Field Values
-
JJTTYPEARGUMENT
static final int JJTTYPEARGUMENT
Deprecated.- See Also:
- Constant Field Values
-
JJTWILDCARDBOUNDS
static final int JJTWILDCARDBOUNDS
Deprecated.- See Also:
- Constant Field Values
-
JJTPRIMITIVETYPE
static final int JJTPRIMITIVETYPE
Deprecated.- See Also:
- Constant Field Values
-
JJTRESULTTYPE
static final int JJTRESULTTYPE
Deprecated.- See Also:
- Constant Field Values
-
JJTNAME
static final int JJTNAME
Deprecated.- See Also:
- Constant Field Values
-
JJTNAMELIST
static final int JJTNAMELIST
Deprecated.- See Also:
- Constant Field Values
-
JJTEXPRESSION
static final int JJTEXPRESSION
Deprecated.- See Also:
- Constant Field Values
-
JJTASSIGNMENTOPERATOR
static final int JJTASSIGNMENTOPERATOR
Deprecated.- See Also:
- Constant Field Values
-
JJTCONDITIONALEXPRESSION
static final int JJTCONDITIONALEXPRESSION
Deprecated.- See Also:
- Constant Field Values
-
JJTCONDITIONALOREXPRESSION
static final int JJTCONDITIONALOREXPRESSION
Deprecated.- See Also:
- Constant Field Values
-
JJTCONDITIONALANDEXPRESSION
static final int JJTCONDITIONALANDEXPRESSION
Deprecated.- See Also:
- Constant Field Values
-
JJTINCLUSIVEOREXPRESSION
static final int JJTINCLUSIVEOREXPRESSION
Deprecated.- See Also:
- Constant Field Values
-
JJTEXCLUSIVEOREXPRESSION
static final int JJTEXCLUSIVEOREXPRESSION
Deprecated.- See Also:
- Constant Field Values
-
JJTANDEXPRESSION
static final int JJTANDEXPRESSION
Deprecated.- See Also:
- Constant Field Values
-
JJTEQUALITYEXPRESSION
static final int JJTEQUALITYEXPRESSION
Deprecated.- See Also:
- Constant Field Values
-
JJTINSTANCEOFEXPRESSION
static final int JJTINSTANCEOFEXPRESSION
Deprecated.- See Also:
- Constant Field Values
-
JJTTYPETESTPATTERN
static final int JJTTYPETESTPATTERN
Deprecated.- See Also:
- Constant Field Values
-
JJTRELATIONALEXPRESSION
static final int JJTRELATIONALEXPRESSION
Deprecated.- See Also:
- Constant Field Values
-
JJTSHIFTEXPRESSION
static final int JJTSHIFTEXPRESSION
Deprecated.- See Also:
- Constant Field Values
-
JJTADDITIVEEXPRESSION
static final int JJTADDITIVEEXPRESSION
Deprecated.- See Also:
- Constant Field Values
-
JJTMULTIPLICATIVEEXPRESSION
static final int JJTMULTIPLICATIVEEXPRESSION
Deprecated.- See Also:
- Constant Field Values
-
JJTUNARYEXPRESSION
static final int JJTUNARYEXPRESSION
Deprecated.- See Also:
- Constant Field Values
-
JJTPREINCREMENTEXPRESSION
static final int JJTPREINCREMENTEXPRESSION
Deprecated.- See Also:
- Constant Field Values
-
JJTPREDECREMENTEXPRESSION
static final int JJTPREDECREMENTEXPRESSION
Deprecated.- See Also:
- Constant Field Values
-
JJTUNARYEXPRESSIONNOTPLUSMINUS
static final int JJTUNARYEXPRESSIONNOTPLUSMINUS
Deprecated.- See Also:
- Constant Field Values
-
JJTPOSTFIXEXPRESSION
static final int JJTPOSTFIXEXPRESSION
Deprecated.- See Also:
- Constant Field Values
-
JJTCASTEXPRESSION
static final int JJTCASTEXPRESSION
Deprecated.- See Also:
- Constant Field Values
-
JJTSWITCHEXPRESSION
static final int JJTSWITCHEXPRESSION
Deprecated.- See Also:
- Constant Field Values
-
JJTPRIMARYEXPRESSION
static final int JJTPRIMARYEXPRESSION
Deprecated.- See Also:
- Constant Field Values
-
JJTMEMBERSELECTOR
static final int JJTMEMBERSELECTOR
Deprecated.- See Also:
- Constant Field Values
-
JJTMETHODREFERENCE
static final int JJTMETHODREFERENCE
Deprecated.- See Also:
- Constant Field Values
-
JJTPRIMARYPREFIX
static final int JJTPRIMARYPREFIX
Deprecated.- See Also:
- Constant Field Values
-
JJTLAMBDAEXPRESSION
static final int JJTLAMBDAEXPRESSION
Deprecated.- See Also:
- Constant Field Values
-
JJTPRIMARYSUFFIX
static final int JJTPRIMARYSUFFIX
Deprecated.- See Also:
- Constant Field Values
-
JJTLITERAL
static final int JJTLITERAL
Deprecated.- See Also:
- Constant Field Values
-
JJTBOOLEANLITERAL
static final int JJTBOOLEANLITERAL
Deprecated.- See Also:
- Constant Field Values
-
JJTNULLLITERAL
static final int JJTNULLLITERAL
Deprecated.- See Also:
- Constant Field Values
-
JJTARGUMENTS
static final int JJTARGUMENTS
Deprecated.- See Also:
- Constant Field Values
-
JJTARGUMENTLIST
static final int JJTARGUMENTLIST
Deprecated.- See Also:
- Constant Field Values
-
JJTALLOCATIONEXPRESSION
static final int JJTALLOCATIONEXPRESSION
Deprecated.- See Also:
- Constant Field Values
-
JJTARRAYDIMSANDINITS
static final int JJTARRAYDIMSANDINITS
Deprecated.- See Also:
- Constant Field Values
-
JJTSTATEMENT
static final int JJTSTATEMENT
Deprecated.- See Also:
- Constant Field Values
-
JJTLABELEDSTATEMENT
static final int JJTLABELEDSTATEMENT
Deprecated.- See Also:
- Constant Field Values
-
JJTBLOCK
static final int JJTBLOCK
Deprecated.- See Also:
- Constant Field Values
-
JJTBLOCKSTATEMENT
static final int JJTBLOCKSTATEMENT
Deprecated.- See Also:
- Constant Field Values
-
JJTLOCALVARIABLEDECLARATION
static final int JJTLOCALVARIABLEDECLARATION
Deprecated.- See Also:
- Constant Field Values
-
JJTEMPTYSTATEMENT
static final int JJTEMPTYSTATEMENT
Deprecated.- See Also:
- Constant Field Values
-
JJTSTATEMENTEXPRESSION
static final int JJTSTATEMENTEXPRESSION
Deprecated.- See Also:
- Constant Field Values
-
JJTSWITCHSTATEMENT
static final int JJTSWITCHSTATEMENT
Deprecated.- See Also:
- Constant Field Values
-
JJTSWITCHLABELEDEXPRESSION
static final int JJTSWITCHLABELEDEXPRESSION
Deprecated.- See Also:
- Constant Field Values
-
JJTSWITCHLABELEDBLOCK
static final int JJTSWITCHLABELEDBLOCK
Deprecated.- See Also:
- Constant Field Values
-
JJTSWITCHLABELEDTHROWSTATEMENT
static final int JJTSWITCHLABELEDTHROWSTATEMENT
Deprecated.- See Also:
- Constant Field Values
-
JJTSWITCHLABEL
static final int JJTSWITCHLABEL
Deprecated.- See Also:
- Constant Field Values
-
JJTYIELDSTATEMENT
static final int JJTYIELDSTATEMENT
Deprecated.- See Also:
- Constant Field Values
-
JJTIFSTATEMENT
static final int JJTIFSTATEMENT
Deprecated.- See Also:
- Constant Field Values
-
JJTWHILESTATEMENT
static final int JJTWHILESTATEMENT
Deprecated.- See Also:
- Constant Field Values
-
JJTDOSTATEMENT
static final int JJTDOSTATEMENT
Deprecated.- See Also:
- Constant Field Values
-
JJTFORSTATEMENT
static final int JJTFORSTATEMENT
Deprecated.- See Also:
- Constant Field Values
-
JJTFORINIT
static final int JJTFORINIT
Deprecated.- See Also:
- Constant Field Values
-
JJTSTATEMENTEXPRESSIONLIST
static final int JJTSTATEMENTEXPRESSIONLIST
Deprecated.- See Also:
- Constant Field Values
-
JJTFORUPDATE
static final int JJTFORUPDATE
Deprecated.- See Also:
- Constant Field Values
-
JJTBREAKSTATEMENT
static final int JJTBREAKSTATEMENT
Deprecated.- See Also:
- Constant Field Values
-
JJTCONTINUESTATEMENT
static final int JJTCONTINUESTATEMENT
Deprecated.- See Also:
- Constant Field Values
-
JJTRETURNSTATEMENT
static final int JJTRETURNSTATEMENT
Deprecated.- See Also:
- Constant Field Values
-
JJTTHROWSTATEMENT
static final int JJTTHROWSTATEMENT
Deprecated.- See Also:
- Constant Field Values
-
JJTSYNCHRONIZEDSTATEMENT
static final int JJTSYNCHRONIZEDSTATEMENT
Deprecated.- See Also:
- Constant Field Values
-
JJTTRYSTATEMENT
static final int JJTTRYSTATEMENT
Deprecated.- See Also:
- Constant Field Values
-
JJTRESOURCESPECIFICATION
static final int JJTRESOURCESPECIFICATION
Deprecated.- See Also:
- Constant Field Values
-
JJTRESOURCES
static final int JJTRESOURCES
Deprecated.- See Also:
- Constant Field Values
-
JJTRESOURCE
static final int JJTRESOURCE
Deprecated.- See Also:
- Constant Field Values
-
JJTCATCHSTATEMENT
static final int JJTCATCHSTATEMENT
Deprecated.- See Also:
- Constant Field Values
-
JJTFINALLYSTATEMENT
static final int JJTFINALLYSTATEMENT
Deprecated.- See Also:
- Constant Field Values
-
JJTASSERTSTATEMENT
static final int JJTASSERTSTATEMENT
Deprecated.- See Also:
- Constant Field Values
-
JJTRUNSIGNEDSHIFT
static final int JJTRUNSIGNEDSHIFT
Deprecated.- See Also:
- Constant Field Values
-
JJTRSIGNEDSHIFT
static final int JJTRSIGNEDSHIFT
Deprecated.- See Also:
- Constant Field Values
-
JJTANNOTATION
static final int JJTANNOTATION
Deprecated.- See Also:
- Constant Field Values
-
JJTNORMALANNOTATION
static final int JJTNORMALANNOTATION
Deprecated.- See Also:
- Constant Field Values
-
JJTMARKERANNOTATION
static final int JJTMARKERANNOTATION
Deprecated.- See Also:
- Constant Field Values
-
JJTSINGLEMEMBERANNOTATION
static final int JJTSINGLEMEMBERANNOTATION
Deprecated.- See Also:
- Constant Field Values
-
JJTMEMBERVALUEPAIRS
static final int JJTMEMBERVALUEPAIRS
Deprecated.- See Also:
- Constant Field Values
-
JJTMEMBERVALUEPAIR
static final int JJTMEMBERVALUEPAIR
Deprecated.- See Also:
- Constant Field Values
-
JJTMEMBERVALUE
static final int JJTMEMBERVALUE
Deprecated.- See Also:
- Constant Field Values
-
JJTMEMBERVALUEARRAYINITIALIZER
static final int JJTMEMBERVALUEARRAYINITIALIZER
Deprecated.- See Also:
- Constant Field Values
-
JJTANNOTATIONTYPEDECLARATION
static final int JJTANNOTATIONTYPEDECLARATION
Deprecated.- See Also:
- Constant Field Values
-
JJTANNOTATIONTYPEBODY
static final int JJTANNOTATIONTYPEBODY
Deprecated.- See Also:
- Constant Field Values
-
JJTANNOTATIONTYPEMEMBERDECLARATION
static final int JJTANNOTATIONTYPEMEMBERDECLARATION
Deprecated.- See Also:
- Constant Field Values
-
JJTANNOTATIONMETHODDECLARATION
static final int JJTANNOTATIONMETHODDECLARATION
Deprecated.- See Also:
- Constant Field Values
-
JJTDEFAULTVALUE
static final int JJTDEFAULTVALUE
Deprecated.- See Also:
- Constant Field Values
-
JJTMODULEDECLARATION
static final int JJTMODULEDECLARATION
Deprecated.- See Also:
- Constant Field Values
-
JJTMODULEDIRECTIVE
static final int JJTMODULEDIRECTIVE
Deprecated.- See Also:
- Constant Field Values
-
JJTMODULENAME
static final int JJTMODULENAME
Deprecated.- See Also:
- Constant Field Values
-
jjtNodeName
static final String[] jjtNodeName
Deprecated.
-
-