Class JavaParser
- java.lang.Object
-
- net.sourceforge.pmd.lang.java.ast.JavaParser
-
- All Implemented Interfaces:
JavaParserConstants
,JavaParserTreeConstants
@Deprecated @InternalApi public class JavaParser extends Object implements JavaParserTreeConstants, JavaParserConstants
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description Token
jj_nt
Deprecated.Next token.protected JJTJavaParserState
jjtree
Deprecated.Token
token
Deprecated.Current token.JavaParserTokenManager
token_source
Deprecated.Generated Token Manager.-
Fields inherited from interface net.sourceforge.pmd.lang.java.ast.JavaParserConstants
_DEFAULT, ABSTRACT, ANDASSIGN, ASSIGN, AT, BANG, BINARY_LITERAL, BIT_AND, BIT_OR, BOOLEAN, BREAK, BYTE, CASE, CATCH, CHAR, CHARACTER_LITERAL, CLASS, COLON, COMMA, CONST, CONTINUE, DECIMAL_LITERAL, DECR, DEFAULT, DO, DOT, DOUBLE, ELLIPSIS, ELSE, EOF, EQ, EXPONENT, EXTENDS, FALSE, FINAL, FINALLY, FLOAT, FLOATING_POINT_LITERAL, FOR, FORMAL_COMMENT, GE, GOTO, GT, HEX_FLOATING_POINT_LITERAL, HEX_LITERAL, HOOK, HORIZONTAL_WHITESPACE, IDENTIFIER, IF, IMPLEMENTS, IMPORT, IN_FORMAL_COMMENT, IN_MULTI_LINE_COMMENT, INCR, INSTANCEOF, INT, INTEGER_LITERAL, INTERFACE, LAMBDA, LBRACE, LBRACKET, LE, LETTER, LINE_TERMINATOR, LONG, LPAREN, LSHIFT, LSHIFTASSIGN, LT, METHOD_REF, MINUS, MINUSASSIGN, MULTI_LINE_COMMENT, NATIVE, NE, NEW, NULL, OCTAL_LITERAL, ORASSIGN, PACKAGE, PART_LETTER, PLUS, PLUSASSIGN, PRIVATE, PROTECTED, PUBLIC, RBRACE, RBRACKET, REM, REMASSIGN, RETURN, RPAREN, RSIGNEDSHIFT, RSIGNEDSHIFTASSIGN, RUNSIGNEDSHIFT, RUNSIGNEDSHIFTASSIGN, SC_AND, SC_OR, SEMICOLON, SHORT, SINGLE_LINE_COMMENT, SLASH, SLASHASSIGN, STAR, STARASSIGN, STATIC, STRICTFP, STRING_ESCAPE, STRING_LITERAL, SUPER, SWITCH, SYNCHRONIZED, TEXT_BLOCK_LITERAL, THIS, THROW, THROWS, TILDE, tokenImage, TRANSIENT, TRUE, TRY, VOID, VOLATILE, WHILE, XOR, XORASSIGN
-
Fields inherited from interface net.sourceforge.pmd.lang.java.ast.JavaParserTreeConstants
JJTADDITIVEEXPRESSION, JJTALLOCATIONEXPRESSION, JJTANDEXPRESSION, JJTANNOTATION, JJTANNOTATIONMETHODDECLARATION, JJTANNOTATIONTYPEBODY, JJTANNOTATIONTYPEDECLARATION, JJTANNOTATIONTYPEMEMBERDECLARATION, JJTARGUMENTLIST, JJTARGUMENTS, JJTARRAYDIMSANDINITS, JJTARRAYINITIALIZER, JJTASSERTSTATEMENT, JJTASSIGNMENTOPERATOR, JJTBLOCK, JJTBLOCKSTATEMENT, JJTBOOLEANLITERAL, JJTBREAKSTATEMENT, JJTCASTEXPRESSION, JJTCATCHSTATEMENT, JJTCLASSORINTERFACEBODY, JJTCLASSORINTERFACEBODYDECLARATION, JJTCLASSORINTERFACEDECLARATION, JJTCLASSORINTERFACETYPE, JJTCOMPACTCONSTRUCTORDECLARATION, JJTCOMPILATIONUNIT, JJTCOMPONENTPATTERNLIST, JJTCONDITIONALANDEXPRESSION, JJTCONDITIONALEXPRESSION, JJTCONDITIONALOREXPRESSION, JJTCONSTRUCTORDECLARATION, JJTCONTINUESTATEMENT, JJTDEFAULTVALUE, JJTDOSTATEMENT, JJTEMPTYSTATEMENT, JJTENUMBODY, JJTENUMCONSTANT, JJTENUMDECLARATION, JJTEQUALITYEXPRESSION, JJTEXCLUSIVEOREXPRESSION, JJTEXPLICITCONSTRUCTORINVOCATION, JJTEXPRESSION, JJTEXTENDSLIST, JJTFIELDDECLARATION, JJTFINALLYSTATEMENT, JJTFORINIT, JJTFORMALPARAMETER, JJTFORMALPARAMETERS, JJTFORSTATEMENT, JJTFORUPDATE, JJTGUARDEDPATTERN, JJTIFSTATEMENT, JJTIMPLEMENTSLIST, JJTIMPORTDECLARATION, JJTINCLUSIVEOREXPRESSION, JJTINITIALIZER, JJTINSTANCEOFEXPRESSION, JJTLABELEDSTATEMENT, JJTLAMBDAEXPRESSION, JJTLITERAL, JJTLOCALVARIABLEDECLARATION, JJTMARKERANNOTATION, JJTMEMBERSELECTOR, JJTMEMBERVALUE, JJTMEMBERVALUEARRAYINITIALIZER, JJTMEMBERVALUEPAIR, JJTMEMBERVALUEPAIRS, JJTMETHODDECLARATION, JJTMETHODDECLARATOR, JJTMETHODREFERENCE, JJTMODULEDECLARATION, JJTMODULEDIRECTIVE, JJTMODULENAME, JJTMULTIPLICATIVEEXPRESSION, JJTNAME, JJTNAMELIST, jjtNodeName, JJTNORMALANNOTATION, JJTNULLLITERAL, JJTPACKAGEDECLARATION, JJTPERMITSLIST, JJTPOSTFIXEXPRESSION, JJTPREDECREMENTEXPRESSION, JJTPREINCREMENTEXPRESSION, JJTPRIMARYEXPRESSION, JJTPRIMARYPREFIX, JJTPRIMARYSUFFIX, JJTPRIMITIVETYPE, JJTRECORDBODY, JJTRECORDCOMPONENT, JJTRECORDCOMPONENTLIST, JJTRECORDDECLARATION, JJTRECORDPATTERN, JJTREFERENCETYPE, JJTRELATIONALEXPRESSION, JJTRESOURCE, JJTRESOURCES, JJTRESOURCESPECIFICATION, JJTRESULTTYPE, JJTRETURNSTATEMENT, JJTRSIGNEDSHIFT, JJTRUNSIGNEDSHIFT, JJTSHIFTEXPRESSION, JJTSINGLEMEMBERANNOTATION, JJTSTATEMENT, JJTSTATEMENTEXPRESSION, JJTSTATEMENTEXPRESSIONLIST, JJTSWITCHEXPRESSION, JJTSWITCHGUARD, JJTSWITCHLABEL, JJTSWITCHLABELEDBLOCK, JJTSWITCHLABELEDEXPRESSION, JJTSWITCHLABELEDTHROWSTATEMENT, JJTSWITCHSTATEMENT, JJTSYNCHRONIZEDSTATEMENT, JJTTHROWSTATEMENT, JJTTRYSTATEMENT, JJTTYPE, JJTTYPEARGUMENT, JJTTYPEARGUMENTS, JJTTYPEBOUND, JJTTYPEDECLARATION, JJTTYPEPARAMETER, JJTTYPEPARAMETERS, JJTTYPEPATTERN, JJTUNARYEXPRESSION, JJTUNARYEXPRESSIONNOTPLUSMINUS, JJTVARIABLEDECLARATOR, JJTVARIABLEDECLARATORID, JJTVARIABLEINITIALIZER, JJTVOID, JJTWHILESTATEMENT, JJTWILDCARDBOUNDS, JJTYIELDSTATEMENT
-
-
Constructor Summary
Constructors Constructor Description JavaParser(CharStream stream)
Deprecated.Constructor with user supplied CharStream.JavaParser(JavaParserTokenManager tm)
Deprecated.Constructor with generated Token Manager.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
AdditiveExpression()
Deprecated.void
AllocationExpression()
Deprecated.void
AndExpression()
Deprecated.void
Annotation()
Deprecated.void
AnnotationMethodDeclaration(int modifiers)
Deprecated.void
AnnotationTypeBody()
Deprecated.void
AnnotationTypeDeclaration(int modifiers)
Deprecated.void
AnnotationTypeMemberDeclaration()
Deprecated.void
ArgumentList()
Deprecated.void
Arguments()
Deprecated.void
ArrayDimsAndInits()
Deprecated.void
ArrayInitializer()
Deprecated.void
AssertStatement()
Deprecated.void
AssignmentOperator()
Deprecated.void
Block()
Deprecated.void
BlockStatement()
Deprecated.void
BooleanLiteral()
Deprecated.void
BreakStatement()
Deprecated.void
CaseLabelElement(ASTSwitchLabel label)
Deprecated.void
CastExpression()
Deprecated.void
CatchStatement()
Deprecated.void
ClassOrInterfaceBody()
Deprecated.void
ClassOrInterfaceBodyDeclaration()
Deprecated.void
ClassOrInterfaceDeclaration(int modifiers)
Deprecated.void
ClassOrInterfaceType()
Deprecated.void
CompactConstructorDeclaration()
Deprecated.ASTCompilationUnit
CompilationUnit()
Deprecated.THE JAVA LANGUAGE GRAMMAR STARTS HERE *void
ConditionalAndExpression()
Deprecated.void
ConditionalExpression()
Deprecated.void
ConditionalOrExpression()
Deprecated.void
ConstructorDeclaration(int modifiers)
Deprecated.void
ContinueStatement()
Deprecated.void
DefaultValue()
Deprecated.void
disable_tracing()
Deprecated.Disable tracing.void
DoStatement()
Deprecated.void
EmptyStatement()
Deprecated.void
enable_tracing()
Deprecated.Enable tracing.void
EnumBody()
Deprecated.void
EnumConstant()
Deprecated.void
EnumDeclaration(int modifiers)
Deprecated.void
EqualityExpression()
Deprecated.void
ExclusiveOrExpression()
Deprecated.void
ExplicitConstructorInvocation()
Deprecated.void
Expression()
Deprecated.void
ExtendsList()
Deprecated.void
FieldDeclaration(int modifiers)
Deprecated.void
FinallyStatement()
Deprecated.void
ForInit()
Deprecated.void
FormalParameter()
Deprecated.void
FormalParameters()
Deprecated.void
ForStatement()
Deprecated.void
ForUpdate()
Deprecated.ParseException
generateParseException()
Deprecated.Generate ParseException.Token
getNextToken()
Deprecated.Get the next Token.Map<Integer,String>
getSuppressMap()
Deprecated.Token
getToken(int index)
Deprecated.Get the specific Token.void
Guard()
Deprecated.void
GuardedPatternCondition()
Deprecated.void
IfStatement()
Deprecated.void
ImplementsList()
Deprecated.void
ImportDeclaration()
Deprecated.void
InclusiveOrExpression()
Deprecated.void
Initializer()
Deprecated.void
InstanceOfExpression()
Deprecated.void
LabeledStatement()
Deprecated.void
LambdaExpression()
Deprecated.void
LambdaParameter()
Deprecated.void
LambdaParameterList()
Deprecated.void
LambdaParameters()
Deprecated.void
LambdaParameterType()
Deprecated.void
Literal()
Deprecated.void
LocalTypeDecl(int mods)
Deprecated.void
LocalVariableDeclaration()
Deprecated.void
LocalVariableType()
Deprecated.void
MarkerAnnotation()
Deprecated.void
MemberSelector()
Deprecated.void
MemberValue()
Deprecated.void
MemberValueArrayInitializer()
Deprecated.void
MemberValuePair()
Deprecated.void
MemberValuePairs()
Deprecated.void
MethodDeclaration(int modifiers)
Deprecated.void
MethodDeclarator()
Deprecated.void
MethodReference()
Deprecated.int
Modifiers()
Deprecated.void
ModuleDeclaration()
Deprecated.void
ModuleDirective()
Deprecated.void
ModuleName()
Deprecated.void
MultiplicativeExpression()
Deprecated.void
Name()
Deprecated.void
NameList()
Deprecated.void
NormalAnnotation()
Deprecated.void
NullLiteral()
Deprecated.void
PackageDeclaration()
Deprecated.void
ParenthesizedPattern()
Deprecated.void
Pattern()
Deprecated.void
PermittedSubclasses()
Deprecated.void
PostfixExpression()
Deprecated.void
PreDecrementExpression()
Deprecated.void
PreIncrementExpression()
Deprecated.void
PrimaryExpression()
Deprecated.void
PrimaryPrefix()
Deprecated.void
PrimarySuffix()
Deprecated.void
PrimitiveType()
Deprecated.void
RecordBody()
Deprecated.void
RecordBodyDeclaration()
Deprecated.void
RecordComponent()
Deprecated.void
RecordComponentList()
Deprecated.void
RecordComponentModifier()
Deprecated.void
RecordComponentPatternList()
Deprecated.void
RecordDeclaration(int modifiers)
Deprecated.void
RecordHeader()
Deprecated.void
RecordPattern()
Deprecated.void
RecordStructurePattern()
Deprecated.void
ReferenceType()
Deprecated.void
ReInit(CharStream stream)
Deprecated.Reinitialise.void
ReInit(JavaParserTokenManager tm)
Deprecated.Reinitialise.void
RelationalExpression()
Deprecated.void
Resource()
Deprecated.void
Resources()
Deprecated.void
ResourceSpecification()
Deprecated.void
ResultType()
Deprecated.void
ReturnStatement()
Deprecated.void
RSIGNEDSHIFT()
Deprecated.void
RUNSIGNEDSHIFT()
Deprecated.void
setJdkVersion(int jdkVersion)
Deprecated.void
setPreview(boolean preview)
Deprecated.void
setSuppressMarker(String marker)
Deprecated.void
ShiftExpression()
Deprecated.void
SingleMemberAnnotation()
Deprecated.void
Statement()
Deprecated.void
StatementExpression()
Deprecated.void
StatementExpressionList()
Deprecated.void
SwitchBlock()
Deprecated.void
SwitchExpression()
Deprecated.void
SwitchLabel()
Deprecated.void
SwitchLabeledRule()
Deprecated.void
SwitchLabeledRulePart()
Deprecated.void
SwitchLabeledStatementGroup()
Deprecated.void
SwitchStatement()
Deprecated.void
SynchronizedStatement()
Deprecated.void
ThrowStatement()
Deprecated.void
TryStatement()
Deprecated.void
Type()
Deprecated.void
TypeAnnotation()
Deprecated.void
TypeArgument()
Deprecated.void
TypeArguments()
Deprecated.void
TypeBound()
Deprecated.void
TypeDeclaration()
Deprecated.void
TypeName()
Deprecated.void
TypeParameter()
Deprecated.void
TypeParameters()
Deprecated.void
TypePattern()
Deprecated.void
UnaryExpression()
Deprecated.void
UnaryExpressionNotPlusMinus()
Deprecated.void
VariableDeclarator()
Deprecated.void
VariableDeclaratorId()
Deprecated.void
VariableInitializer()
Deprecated.void
WhileStatement()
Deprecated.void
WildcardBounds()
Deprecated.void
YieldStatement()
Deprecated.
-
-
-
Field Detail
-
jjtree
protected JJTJavaParserState jjtree
Deprecated.
-
token_source
public JavaParserTokenManager token_source
Deprecated.Generated Token Manager.
-
token
public Token token
Deprecated.Current token.
-
jj_nt
public Token jj_nt
Deprecated.Next token.
-
-
Constructor Detail
-
JavaParser
public JavaParser(CharStream stream)
Deprecated.Constructor with user supplied CharStream.
-
JavaParser
public JavaParser(JavaParserTokenManager tm)
Deprecated.Constructor with generated Token Manager.
-
-
Method Detail
-
setJdkVersion
public void setJdkVersion(int jdkVersion)
Deprecated.
-
setPreview
public void setPreview(boolean preview)
Deprecated.
-
setSuppressMarker
public void setSuppressMarker(String marker)
Deprecated.
-
CompilationUnit
public final ASTCompilationUnit CompilationUnit() throws ParseException
Deprecated.THE JAVA LANGUAGE GRAMMAR STARTS HERE *- Throws:
ParseException
-
PackageDeclaration
public final void PackageDeclaration() throws ParseException
Deprecated.- Throws:
ParseException
-
ImportDeclaration
public final void ImportDeclaration() throws ParseException
Deprecated.- Throws:
ParseException
-
Modifiers
public final int Modifiers() throws ParseException
Deprecated.- Throws:
ParseException
-
TypeDeclaration
public final void TypeDeclaration() throws ParseException
Deprecated.- Throws:
ParseException
-
ClassOrInterfaceDeclaration
public final void ClassOrInterfaceDeclaration(int modifiers) throws ParseException
Deprecated.- Throws:
ParseException
-
ExtendsList
public final void ExtendsList() throws ParseException
Deprecated.- Throws:
ParseException
-
ImplementsList
public final void ImplementsList() throws ParseException
Deprecated.- Throws:
ParseException
-
PermittedSubclasses
public final void PermittedSubclasses() throws ParseException
Deprecated.- Throws:
ParseException
-
EnumDeclaration
public final void EnumDeclaration(int modifiers) throws ParseException
Deprecated.- Throws:
ParseException
-
EnumBody
public final void EnumBody() throws ParseException
Deprecated.- Throws:
ParseException
-
EnumConstant
public final void EnumConstant() throws ParseException
Deprecated.- Throws:
ParseException
-
RecordDeclaration
public final void RecordDeclaration(int modifiers) throws ParseException
Deprecated.- Throws:
ParseException
-
RecordHeader
public final void RecordHeader() throws ParseException
Deprecated.- Throws:
ParseException
-
RecordComponentList
public final void RecordComponentList() throws ParseException
Deprecated.- Throws:
ParseException
-
RecordComponent
public final void RecordComponent() throws ParseException
Deprecated.- Throws:
ParseException
-
RecordComponentModifier
public final void RecordComponentModifier() throws ParseException
Deprecated.- Throws:
ParseException
-
RecordBody
public final void RecordBody() throws ParseException
Deprecated.- Throws:
ParseException
-
RecordBodyDeclaration
public final void RecordBodyDeclaration() throws ParseException
Deprecated.- Throws:
ParseException
-
CompactConstructorDeclaration
public final void CompactConstructorDeclaration() throws ParseException
Deprecated.- Throws:
ParseException
-
TypeParameters
public final void TypeParameters() throws ParseException
Deprecated.- Throws:
ParseException
-
TypeParameter
public final void TypeParameter() throws ParseException
Deprecated.- Throws:
ParseException
-
TypeBound
public final void TypeBound() throws ParseException
Deprecated.- Throws:
ParseException
-
ClassOrInterfaceBody
public final void ClassOrInterfaceBody() throws ParseException
Deprecated.- Throws:
ParseException
-
ClassOrInterfaceBodyDeclaration
public final void ClassOrInterfaceBodyDeclaration() throws ParseException
Deprecated.- Throws:
ParseException
-
FieldDeclaration
public final void FieldDeclaration(int modifiers) throws ParseException
Deprecated.- Throws:
ParseException
-
VariableDeclarator
public final void VariableDeclarator() throws ParseException
Deprecated.- Throws:
ParseException
-
VariableDeclaratorId
public final void VariableDeclaratorId() throws ParseException
Deprecated.- Throws:
ParseException
-
VariableInitializer
public final void VariableInitializer() throws ParseException
Deprecated.- Throws:
ParseException
-
ArrayInitializer
public final void ArrayInitializer() throws ParseException
Deprecated.- Throws:
ParseException
-
MethodDeclaration
public final void MethodDeclaration(int modifiers) throws ParseException
Deprecated.- Throws:
ParseException
-
MethodDeclarator
public final void MethodDeclarator() throws ParseException
Deprecated.- Throws:
ParseException
-
FormalParameters
public final void FormalParameters() throws ParseException
Deprecated.- Throws:
ParseException
-
FormalParameter
public final void FormalParameter() throws ParseException
Deprecated.- Throws:
ParseException
-
ConstructorDeclaration
public final void ConstructorDeclaration(int modifiers) throws ParseException
Deprecated.- Throws:
ParseException
-
ExplicitConstructorInvocation
public final void ExplicitConstructorInvocation() throws ParseException
Deprecated.- Throws:
ParseException
-
Initializer
public final void Initializer() throws ParseException
Deprecated.- Throws:
ParseException
-
Type
public final void Type() throws ParseException
Deprecated.- Throws:
ParseException
-
ReferenceType
public final void ReferenceType() throws ParseException
Deprecated.- Throws:
ParseException
-
ClassOrInterfaceType
public final void ClassOrInterfaceType() throws ParseException
Deprecated.- Throws:
ParseException
-
TypeName
public final void TypeName() throws ParseException
Deprecated.- Throws:
ParseException
-
TypeArguments
public final void TypeArguments() throws ParseException
Deprecated.- Throws:
ParseException
-
TypeArgument
public final void TypeArgument() throws ParseException
Deprecated.- Throws:
ParseException
-
WildcardBounds
public final void WildcardBounds() throws ParseException
Deprecated.- Throws:
ParseException
-
PrimitiveType
public final void PrimitiveType() throws ParseException
Deprecated.- Throws:
ParseException
-
ResultType
public final void ResultType() throws ParseException
Deprecated.- Throws:
ParseException
-
Name
public final void Name() throws ParseException
Deprecated.- Throws:
ParseException
-
NameList
public final void NameList() throws ParseException
Deprecated.- Throws:
ParseException
-
Expression
public final void Expression() throws ParseException
Deprecated.- Throws:
ParseException
-
AssignmentOperator
public final void AssignmentOperator() throws ParseException
Deprecated.- Throws:
ParseException
-
ConditionalExpression
public final void ConditionalExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
ConditionalOrExpression
public final void ConditionalOrExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
ConditionalAndExpression
public final void ConditionalAndExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
InclusiveOrExpression
public final void InclusiveOrExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
ExclusiveOrExpression
public final void ExclusiveOrExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
AndExpression
public final void AndExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
EqualityExpression
public final void EqualityExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
Pattern
public final void Pattern() throws ParseException
Deprecated.- Throws:
ParseException
-
GuardedPatternCondition
public final void GuardedPatternCondition() throws ParseException
Deprecated.- Throws:
ParseException
-
ParenthesizedPattern
public final void ParenthesizedPattern() throws ParseException
Deprecated.- Throws:
ParseException
-
TypePattern
public final void TypePattern() throws ParseException
Deprecated.- Throws:
ParseException
-
RecordPattern
public final void RecordPattern() throws ParseException
Deprecated.- Throws:
ParseException
-
RecordStructurePattern
public final void RecordStructurePattern() throws ParseException
Deprecated.- Throws:
ParseException
-
RecordComponentPatternList
public final void RecordComponentPatternList() throws ParseException
Deprecated.- Throws:
ParseException
-
InstanceOfExpression
public final void InstanceOfExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
RelationalExpression
public final void RelationalExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
ShiftExpression
public final void ShiftExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
AdditiveExpression
public final void AdditiveExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
MultiplicativeExpression
public final void MultiplicativeExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
UnaryExpression
public final void UnaryExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
PreIncrementExpression
public final void PreIncrementExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
PreDecrementExpression
public final void PreDecrementExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
UnaryExpressionNotPlusMinus
public final void UnaryExpressionNotPlusMinus() throws ParseException
Deprecated.- Throws:
ParseException
-
PostfixExpression
public final void PostfixExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
CastExpression
public final void CastExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
SwitchExpression
public final void SwitchExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
PrimaryExpression
public final void PrimaryExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
MemberSelector
public final void MemberSelector() throws ParseException
Deprecated.- Throws:
ParseException
-
MethodReference
public final void MethodReference() throws ParseException
Deprecated.- Throws:
ParseException
-
PrimaryPrefix
public final void PrimaryPrefix() throws ParseException
Deprecated.- Throws:
ParseException
-
LambdaExpression
public final void LambdaExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
LambdaParameters
public final void LambdaParameters() throws ParseException
Deprecated.- Throws:
ParseException
-
LambdaParameterList
public final void LambdaParameterList() throws ParseException
Deprecated.- Throws:
ParseException
-
LambdaParameter
public final void LambdaParameter() throws ParseException
Deprecated.- Throws:
ParseException
-
LambdaParameterType
public final void LambdaParameterType() throws ParseException
Deprecated.- Throws:
ParseException
-
PrimarySuffix
public final void PrimarySuffix() throws ParseException
Deprecated.- Throws:
ParseException
-
Literal
public final void Literal() throws ParseException
Deprecated.- Throws:
ParseException
-
BooleanLiteral
public final void BooleanLiteral() throws ParseException
Deprecated.- Throws:
ParseException
-
NullLiteral
public final void NullLiteral() throws ParseException
Deprecated.- Throws:
ParseException
-
Arguments
public final void Arguments() throws ParseException
Deprecated.- Throws:
ParseException
-
ArgumentList
public final void ArgumentList() throws ParseException
Deprecated.- Throws:
ParseException
-
AllocationExpression
public final void AllocationExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
ArrayDimsAndInits
public final void ArrayDimsAndInits() throws ParseException
Deprecated.- Throws:
ParseException
-
Statement
public final void Statement() throws ParseException
Deprecated.- Throws:
ParseException
-
LabeledStatement
public final void LabeledStatement() throws ParseException
Deprecated.- Throws:
ParseException
-
Block
public final void Block() throws ParseException
Deprecated.- Throws:
ParseException
-
BlockStatement
public final void BlockStatement() throws ParseException
Deprecated.- Throws:
ParseException
-
LocalTypeDecl
public final void LocalTypeDecl(int mods) throws ParseException
Deprecated.- Throws:
ParseException
-
LocalVariableDeclaration
public final void LocalVariableDeclaration() throws ParseException
Deprecated.- Throws:
ParseException
-
LocalVariableType
public final void LocalVariableType() throws ParseException
Deprecated.- Throws:
ParseException
-
EmptyStatement
public final void EmptyStatement() throws ParseException
Deprecated.- Throws:
ParseException
-
StatementExpression
public final void StatementExpression() throws ParseException
Deprecated.- Throws:
ParseException
-
SwitchStatement
public final void SwitchStatement() throws ParseException
Deprecated.- Throws:
ParseException
-
SwitchBlock
public final void SwitchBlock() throws ParseException
Deprecated.- Throws:
ParseException
-
SwitchLabeledRule
public final void SwitchLabeledRule() throws ParseException
Deprecated.- Throws:
ParseException
-
SwitchLabeledRulePart
public final void SwitchLabeledRulePart() throws ParseException
Deprecated.- Throws:
ParseException
-
SwitchLabeledStatementGroup
public final void SwitchLabeledStatementGroup() throws ParseException
Deprecated.- Throws:
ParseException
-
SwitchLabel
public final void SwitchLabel() throws ParseException
Deprecated.- Throws:
ParseException
-
CaseLabelElement
public final void CaseLabelElement(ASTSwitchLabel label) throws ParseException
Deprecated.- Throws:
ParseException
-
Guard
public final void Guard() throws ParseException
Deprecated.- Throws:
ParseException
-
YieldStatement
public final void YieldStatement() throws ParseException
Deprecated.- Throws:
ParseException
-
IfStatement
public final void IfStatement() throws ParseException
Deprecated.- Throws:
ParseException
-
WhileStatement
public final void WhileStatement() throws ParseException
Deprecated.- Throws:
ParseException
-
DoStatement
public final void DoStatement() throws ParseException
Deprecated.- Throws:
ParseException
-
ForStatement
public final void ForStatement() throws ParseException
Deprecated.- Throws:
ParseException
-
ForInit
public final void ForInit() throws ParseException
Deprecated.- Throws:
ParseException
-
StatementExpressionList
public final void StatementExpressionList() throws ParseException
Deprecated.- Throws:
ParseException
-
ForUpdate
public final void ForUpdate() throws ParseException
Deprecated.- Throws:
ParseException
-
BreakStatement
public final void BreakStatement() throws ParseException
Deprecated.- Throws:
ParseException
-
ContinueStatement
public final void ContinueStatement() throws ParseException
Deprecated.- Throws:
ParseException
-
ReturnStatement
public final void ReturnStatement() throws ParseException
Deprecated.- Throws:
ParseException
-
ThrowStatement
public final void ThrowStatement() throws ParseException
Deprecated.- Throws:
ParseException
-
SynchronizedStatement
public final void SynchronizedStatement() throws ParseException
Deprecated.- Throws:
ParseException
-
TryStatement
public final void TryStatement() throws ParseException
Deprecated.- Throws:
ParseException
-
ResourceSpecification
public final void ResourceSpecification() throws ParseException
Deprecated.- Throws:
ParseException
-
Resources
public final void Resources() throws ParseException
Deprecated.- Throws:
ParseException
-
Resource
public final void Resource() throws ParseException
Deprecated.- Throws:
ParseException
-
CatchStatement
public final void CatchStatement() throws ParseException
Deprecated.- Throws:
ParseException
-
FinallyStatement
public final void FinallyStatement() throws ParseException
Deprecated.- Throws:
ParseException
-
AssertStatement
public final void AssertStatement() throws ParseException
Deprecated.- Throws:
ParseException
-
RUNSIGNEDSHIFT
public final void RUNSIGNEDSHIFT() throws ParseException
Deprecated.- Throws:
ParseException
-
RSIGNEDSHIFT
public final void RSIGNEDSHIFT() throws ParseException
Deprecated.- Throws:
ParseException
-
Annotation
public final void Annotation() throws ParseException
Deprecated.- Throws:
ParseException
-
NormalAnnotation
public final void NormalAnnotation() throws ParseException
Deprecated.- Throws:
ParseException
-
MarkerAnnotation
public final void MarkerAnnotation() throws ParseException
Deprecated.- Throws:
ParseException
-
SingleMemberAnnotation
public final void SingleMemberAnnotation() throws ParseException
Deprecated.- Throws:
ParseException
-
MemberValuePairs
public final void MemberValuePairs() throws ParseException
Deprecated.- Throws:
ParseException
-
MemberValuePair
public final void MemberValuePair() throws ParseException
Deprecated.- Throws:
ParseException
-
MemberValue
public final void MemberValue() throws ParseException
Deprecated.- Throws:
ParseException
-
MemberValueArrayInitializer
public final void MemberValueArrayInitializer() throws ParseException
Deprecated.- Throws:
ParseException
-
TypeAnnotation
public final void TypeAnnotation() throws ParseException
Deprecated.- Throws:
ParseException
-
AnnotationTypeDeclaration
public final void AnnotationTypeDeclaration(int modifiers) throws ParseException
Deprecated.- Throws:
ParseException
-
AnnotationTypeBody
public final void AnnotationTypeBody() throws ParseException
Deprecated.- Throws:
ParseException
-
AnnotationTypeMemberDeclaration
public final void AnnotationTypeMemberDeclaration() throws ParseException
Deprecated.- Throws:
ParseException
-
AnnotationMethodDeclaration
public final void AnnotationMethodDeclaration(int modifiers) throws ParseException
Deprecated.- Throws:
ParseException
-
DefaultValue
public final void DefaultValue() throws ParseException
Deprecated.- Throws:
ParseException
-
ModuleDeclaration
public final void ModuleDeclaration() throws ParseException
Deprecated.- Throws:
ParseException
-
ModuleDirective
public final void ModuleDirective() throws ParseException
Deprecated.- Throws:
ParseException
-
ModuleName
public final void ModuleName() throws ParseException
Deprecated.- Throws:
ParseException
-
ReInit
public void ReInit(CharStream stream)
Deprecated.Reinitialise.
-
ReInit
public void ReInit(JavaParserTokenManager tm)
Deprecated.Reinitialise.
-
getNextToken
public final Token getNextToken()
Deprecated.Get the next Token.
-
getToken
public final Token getToken(int index)
Deprecated.Get the specific Token.
-
generateParseException
public ParseException generateParseException()
Deprecated.Generate ParseException.
-
enable_tracing
public final void enable_tracing()
Deprecated.Enable tracing.
-
disable_tracing
public final void disable_tracing()
Deprecated.Disable tracing.
-
-