cppast
Interface ParserTreeConstants
- All Known Implementing Classes:
- Parser
public interface ParserTreeConstants
JJTTRANSLATIONUNIT
static final int JJTTRANSLATIONUNIT
- See Also:
- Constant Field Values
JJTVOID
static final int JJTVOID
- See Also:
- Constant Field Values
JJTDECLARATION
static final int JJTDECLARATION
- See Also:
- Constant Field Values
JJTFUNCTIONDECLARATION
static final int JJTFUNCTIONDECLARATION
- See Also:
- Constant Field Values
JJTFUNCTIONBODY
static final int JJTFUNCTIONBODY
- See Also:
- Constant Field Values
JJTFUNCTIONDEFINITION
static final int JJTFUNCTIONDEFINITION
- See Also:
- Constant Field Values
JJTFUNCTIONPARAMETERS
static final int JJTFUNCTIONPARAMETERS
- See Also:
- Constant Field Values
JJTFUNCTIONNAME
static final int JJTFUNCTIONNAME
- See Also:
- Constant Field Values
JJTNAMESPACEDEFINITION
static final int JJTNAMESPACEDEFINITION
- See Also:
- Constant Field Values
JJTCLASSDEFINITION
static final int JJTCLASSDEFINITION
- See Also:
- Constant Field Values
JJTCLASSDECLARATION
static final int JJTCLASSDECLARATION
- See Also:
- Constant Field Values
JJTDESTRUCTORDECLARATION
static final int JJTDESTRUCTORDECLARATION
- See Also:
- Constant Field Values
JJTCONSTRUCTORDECLARATION
static final int JJTCONSTRUCTORDECLARATION
- See Also:
- Constant Field Values
JJTMEMBERDECLARATION
static final int JJTMEMBERDECLARATION
- See Also:
- Constant Field Values
JJTENUMSPECIFIER
static final int JJTENUMSPECIFIER
- See Also:
- Constant Field Values
JJTFUNCTIONPOINTERPOSTFIX
static final int JJTFUNCTIONPOINTERPOSTFIX
- See Also:
- Constant Field Values
JJTDESTRUCTORDEFINITION
static final int JJTDESTRUCTORDEFINITION
- See Also:
- Constant Field Values
JJTCONSTRUCTORDEFINITION
static final int JJTCONSTRUCTORDEFINITION
- See Also:
- Constant Field Values
JJTCONSTRUCTORINITIALIZER
static final int JJTCONSTRUCTORINITIALIZER
- See Also:
- Constant Field Values
JJTPARAMETER
static final int JJTPARAMETER
- See Also:
- Constant Field Values
JJTPARAMETERTYPE
static final int JJTPARAMETERTYPE
- See Also:
- Constant Field Values
JJTPARAMETERTYPEQUALIFIER
static final int JJTPARAMETERTYPEQUALIFIER
- See Also:
- Constant Field Values
JJTEXPRESSIONSTATEMENT
static final int JJTEXPRESSIONSTATEMENT
- See Also:
- Constant Field Values
JJTDECLARATIONSTATEMENT
static final int JJTDECLARATIONSTATEMENT
- See Also:
- Constant Field Values
JJTNAMESPACEALIASDEFINITION
static final int JJTNAMESPACEALIASDEFINITION
- See Also:
- Constant Field Values
JJTLABELSTATEMENT
static final int JJTLABELSTATEMENT
- See Also:
- Constant Field Values
JJTCASESTATEMENT
static final int JJTCASESTATEMENT
- See Also:
- Constant Field Values
JJTDEFAULTSTATEMENT
static final int JJTDEFAULTSTATEMENT
- See Also:
- Constant Field Values
JJTELSESTATEMENT
static final int JJTELSESTATEMENT
- See Also:
- Constant Field Values
JJTIFSTATEMENT
static final int JJTIFSTATEMENT
- See Also:
- Constant Field Values
JJTSWITCHSTATEMENT
static final int JJTSWITCHSTATEMENT
- See Also:
- Constant Field Values
JJTITERATIONSTATEMENT
static final int JJTITERATIONSTATEMENT
- See Also:
- Constant Field Values
JJTGOTOSTATEMENT
static final int JJTGOTOSTATEMENT
- See Also:
- Constant Field Values
JJTCONTINUESTATEMENT
static final int JJTCONTINUESTATEMENT
- See Also:
- Constant Field Values
JJTBREAKSTATEMENT
static final int JJTBREAKSTATEMENT
- See Also:
- Constant Field Values
JJTRETURNSTATEMENT
static final int JJTRETURNSTATEMENT
- See Also:
- Constant Field Values
JJTTRYBLOCK
static final int JJTTRYBLOCK
- See Also:
- Constant Field Values
JJTCATCHBLOCK
static final int JJTCATCHBLOCK
- See Also:
- Constant Field Values
JJTTHROWEXPRESSION
static final int JJTTHROWEXPRESSION
- See Also:
- Constant Field Values
JJTASSIGNMENTEXPRESSION
static final int JJTASSIGNMENTEXPRESSION
- See Also:
- Constant Field Values
JJTCONDITIONALEXPRESSION
static final int JJTCONDITIONALEXPRESSION
- See Also:
- Constant Field Values
JJTLOGICALOREXPRESSION
static final int JJTLOGICALOREXPRESSION
- See Also:
- Constant Field Values
JJTLOGICALANDEXPRESSION
static final int JJTLOGICALANDEXPRESSION
- See Also:
- Constant Field Values
JJTINCLUSIVEOREXPRESSION
static final int JJTINCLUSIVEOREXPRESSION
- See Also:
- Constant Field Values
JJTEXCLUSIVEOREXPRESSION
static final int JJTEXCLUSIVEOREXPRESSION
- See Also:
- Constant Field Values
JJTANDEXPRESSION
static final int JJTANDEXPRESSION
- See Also:
- Constant Field Values
JJTEQUALITYEXPRESSION
static final int JJTEQUALITYEXPRESSION
- See Also:
- Constant Field Values
JJTRELATIONALEXPRESSION
static final int JJTRELATIONALEXPRESSION
- See Also:
- Constant Field Values
JJTSHIFTEXPRESSION
static final int JJTSHIFTEXPRESSION
- See Also:
- Constant Field Values
JJTADDITIVEEXPRESSION
static final int JJTADDITIVEEXPRESSION
- See Also:
- Constant Field Values
JJTMULTIPLICATIVEEXPRESSION
static final int JJTMULTIPLICATIVEEXPRESSION
- See Also:
- Constant Field Values
JJTPOINTERTOMEMBEREXPRESSION
static final int JJTPOINTERTOMEMBEREXPRESSION
- See Also:
- Constant Field Values
JJTCASTEXPRESSION
static final int JJTCASTEXPRESSION
- See Also:
- Constant Field Values
JJTUNARYEXPRESSION
static final int JJTUNARYEXPRESSION
- See Also:
- Constant Field Values
JJTPOSTFIXEXPRESSION
static final int JJTPOSTFIXEXPRESSION
- See Also:
- Constant Field Values
JJTFUNCTIONCALLEXPRESSION
static final int JJTFUNCTIONCALLEXPRESSION
- See Also:
- Constant Field Values
JJTIDEXPRESSION
static final int JJTIDEXPRESSION
- See Also:
- Constant Field Values
JJTPRIMARYEXPRESSION
static final int JJTPRIMARYEXPRESSION
- See Also:
- Constant Field Values
JJTCONSTANTEXPRESSION
static final int JJTCONSTANTEXPRESSION
- See Also:
- Constant Field Values
JJTTYPEIDEXPRESSION
static final int JJTTYPEIDEXPRESSION
- See Also:
- Constant Field Values
JJTNEWEXPRESSION
static final int JJTNEWEXPRESSION
- See Also:
- Constant Field Values
JJTDELETEEXPRESSION
static final int JJTDELETEEXPRESSION
- See Also:
- Constant Field Values
jjtNodeName
static final java.lang.String[] jjtNodeName
Copyright © 2006-2007 null. All Rights Reserved.