Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

a - Variable in class com.github.javaparser.utils.Pair
 
AarTypeSolver - Class in com.github.javaparser.symbolsolver.resolution.typesolvers
Will let the symbol solver look inside an Android aar file while solving types.
AarTypeSolver(File) - Constructor for class com.github.javaparser.symbolsolver.resolution.typesolvers.AarTypeSolver
 
AarTypeSolver(String) - Constructor for class com.github.javaparser.symbolsolver.resolution.typesolvers.AarTypeSolver
 
AarTypeSolver(Path) - Constructor for class com.github.javaparser.symbolsolver.resolution.typesolvers.AarTypeSolver
 
ABSOLUTE_BEGIN_LINE - Static variable in class com.github.javaparser.ast.Node
ABSOLUTE_BEGIN_LINE - Static variable in class com.github.javaparser.Position
Line numbers must be positive, thus
ABSOLUTE_END_LINE - Static variable in class com.github.javaparser.ast.Node
ABSOLUTE_END_LINE - Static variable in class com.github.javaparser.Position
 
ABSTRACT - Enum constant in enum com.github.javaparser.ast.Modifier.Keyword
 
ABSTRACT - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
ABSTRACT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
AbstractClassDeclaration - Class in com.github.javaparser.symbolsolver.logic
A common ancestor for all ClassDeclarations.
AbstractClassDeclaration() - Constructor for class com.github.javaparser.symbolsolver.logic.AbstractClassDeclaration
 
AbstractJavaParserContext<N> - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
 
AbstractJavaParserContext(N, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AbstractJavaParserContext
 
AbstractMethodLikeDeclarationContext<T> - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
 
AbstractMethodLikeDeclarationContext(T, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AbstractMethodLikeDeclarationContext
 
abstractModifier() - Static method in class com.github.javaparser.ast.Modifier
 
AbstractSymbolDeclarator<N> - Class in com.github.javaparser.symbolsolver.javaparsermodel.declarators
 
AbstractSymbolDeclarator(N, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.declarators.AbstractSymbolDeclarator
 
AbstractTypeDeclaration - Class in com.github.javaparser.symbolsolver.logic
Common ancestor for most types.
AbstractTypeDeclaration() - Constructor for class com.github.javaparser.symbolsolver.logic.AbstractTypeDeclaration
 
accept(RecordDeclaration, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.RecordDeclarationValidator
 
accept(Node, ProblemReporter) - Method in class com.github.javaparser.ast.validator.SingleNodeTypeValidator
 
accept(Node, ProblemReporter) - Method in class com.github.javaparser.ast.validator.TreeVisitorValidator
 
accept(Node, ProblemReporter) - Method in interface com.github.javaparser.ast.validator.Validator
 
accept(Node, ProblemReporter) - Method in class com.github.javaparser.ast.validator.Validators
 
accept(Node, ProblemReporter) - Method in class com.github.javaparser.ast.validator.VisitorValidator
 
accept(VarType, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.VarValidator
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.ArrayCreationLevel
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.body.AnnotationDeclaration
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.body.ConstructorDeclaration
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.body.EnumConstantDeclaration
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.body.EnumDeclaration
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.body.FieldDeclaration
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.body.InitializerDeclaration
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.body.MethodDeclaration
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.body.Parameter
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.body.ReceiverParameter
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.body.RecordDeclaration
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.body.VariableDeclarator
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.comments.BlockComment
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.comments.JavadocComment
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.comments.LineComment
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.CompilationUnit
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.ArrayAccessExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.ArrayInitializerExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.AssignExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.BinaryExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.BooleanLiteralExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.CastExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.CharLiteralExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.ClassExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.ConditionalExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.DoubleLiteralExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.EnclosedExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.FieldAccessExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.InstanceOfExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.IntegerLiteralExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.LambdaExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.LongLiteralExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.MarkerAnnotationExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.MemberValuePair
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.MethodCallExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.MethodReferenceExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.Name
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.NameExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.NormalAnnotationExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.NullLiteralExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.RecordPatternExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.SimpleName
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.StringLiteralExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.SuperExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.SwitchExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.TextBlockLiteralExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.ThisExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.TypeExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.TypePatternExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.UnaryExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.VariableDeclarationExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.ImportDeclaration
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.Modifier
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.modules.ModuleDeclaration
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.modules.ModuleExportsDirective
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.modules.ModuleOpensDirective
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.modules.ModuleProvidesDirective
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.modules.ModuleUsesDirective
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.NodeList
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.PackageDeclaration
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.AssertStmt
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.BlockStmt
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.BreakStmt
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.CatchClause
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.ContinueStmt
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.DoStmt
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.EmptyStmt
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.ExpressionStmt
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.ForEachStmt
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.ForStmt
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.IfStmt
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.LabeledStmt
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.LocalRecordDeclarationStmt
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.ReturnStmt
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.SwitchEntry
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.SwitchStmt
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.SynchronizedStmt
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.ThrowStmt
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.TryStmt
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.UnparsableStmt
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.WhileStmt
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.YieldStmt
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.type.ArrayType
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.type.IntersectionType
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.type.PrimitiveType
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.type.TypeParameter
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.type.UnionType
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.type.UnknownType
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.type.VarType
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.type.VoidType
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.type.WildcardType
 
accept(GenericVisitor<R, A>, A) - Method in interface com.github.javaparser.ast.visitor.Visitable
Accept method for visitor support.
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.utils.VisitorList.EqualsHashcodeOverridingFacade
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.utils.VisitorMap.EqualsHashcodeOverridingFacade
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.utils.VisitorSet.EqualsHashcodeOverridingFacade
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.ArrayCreationLevel
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.body.AnnotationDeclaration
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.body.ConstructorDeclaration
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.body.EnumConstantDeclaration
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.body.EnumDeclaration
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.body.FieldDeclaration
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.body.InitializerDeclaration
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.body.MethodDeclaration
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.body.Parameter
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.body.ReceiverParameter
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.body.RecordDeclaration
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.body.VariableDeclarator
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.comments.BlockComment
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.comments.JavadocComment
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.comments.LineComment
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.CompilationUnit
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.ArrayAccessExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.ArrayInitializerExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.AssignExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.BinaryExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.BooleanLiteralExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.CastExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.CharLiteralExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.ClassExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.ConditionalExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.DoubleLiteralExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.EnclosedExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.FieldAccessExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.InstanceOfExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.IntegerLiteralExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.LambdaExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.LongLiteralExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.MarkerAnnotationExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.MemberValuePair
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.MethodCallExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.MethodReferenceExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.Name
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.NameExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.NormalAnnotationExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.NullLiteralExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.RecordPatternExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.SimpleName
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.StringLiteralExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.SuperExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.SwitchExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.TextBlockLiteralExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.ThisExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.TypeExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.TypePatternExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.UnaryExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.VariableDeclarationExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.ImportDeclaration
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.Modifier
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.modules.ModuleDeclaration
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.modules.ModuleExportsDirective
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.modules.ModuleOpensDirective
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.modules.ModuleProvidesDirective
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.modules.ModuleUsesDirective
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.NodeList
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.PackageDeclaration
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.AssertStmt
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.BlockStmt
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.BreakStmt
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.CatchClause
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.ContinueStmt
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.DoStmt
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.EmptyStmt
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.ExpressionStmt
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.ForEachStmt
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.ForStmt
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.IfStmt
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.LabeledStmt
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.LocalRecordDeclarationStmt
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.ReturnStmt
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.SwitchEntry
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.SwitchStmt
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.SynchronizedStmt
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.ThrowStmt
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.TryStmt
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.UnparsableStmt
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.WhileStmt
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.YieldStmt
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.type.ArrayType
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.type.IntersectionType
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.type.PrimitiveType
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.type.TypeParameter
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.type.UnionType
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.type.UnknownType
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.type.VarType
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.type.VoidType
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.type.WildcardType
 
accept(VoidVisitor<A>, A) - Method in interface com.github.javaparser.ast.visitor.Visitable
Accept method for visitor support.
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.utils.VisitorList.EqualsHashcodeOverridingFacade
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.utils.VisitorMap.EqualsHashcodeOverridingFacade
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.utils.VisitorSet.EqualsHashcodeOverridingFacade
 
accept(LexicalPreservingVisitor) - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
 
accept(LexicalPreservingVisitor) - Method in interface com.github.javaparser.printer.lexicalpreservation.PrintableTextElement
 
accept(LexicalPreservingVisitor) - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
 
accept(N, ProblemReporter) - Method in interface com.github.javaparser.ast.validator.TypedValidator
 
accessSpecifier() - Method in interface com.github.javaparser.resolution.declarations.HasAccessSpecifier
The access specifier of this element.
accessSpecifier() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.DefaultConstructorDeclaration
 
accessSpecifier() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
 
accessSpecifier() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
accessSpecifier() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserConstructorDeclaration
 
accessSpecifier() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
accessSpecifier() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValueOfMethod
 
accessSpecifier() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValuesMethod
 
accessSpecifier() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserFieldDeclaration
 
accessSpecifier() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
 
accessSpecifier() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserMethodDeclaration
 
accessSpecifier() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
 
accessSpecifier() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration.CanonicalRecordConstructor
 
accessSpecifier() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration.ImplicitGetterMethod
 
accessSpecifier() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
accessSpecifier() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistConstructorDeclaration
 
accessSpecifier() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
 
accessSpecifier() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistFieldDeclaration
 
accessSpecifier() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
 
accessSpecifier() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
 
accessSpecifier() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
accessSpecifier() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
accessSpecifier() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionConstructorDeclaration
 
accessSpecifier() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
 
accessSpecifier() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionFieldDeclaration
 
accessSpecifier() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
 
accessSpecifier() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodDeclaration
 
accessSpecifier() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
AccessSpecifier - Enum in com.github.javaparser.ast
Access specifier.
AccessSpecifier(String) - Constructor for enum com.github.javaparser.ast.AccessSpecifier
 
A class declaration inside a method. - Search tag in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt
Section
adapt(SymbolReference<I>, Class<O>) - Static method in class com.github.javaparser.resolution.model.SymbolReference
Adapt a SymbolReference into another SymbolReference.
add(int, int, int, int) - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMapping
 
add(int, N) - Method in class com.github.javaparser.ast.NodeList
 
add(int, N) - Method in class com.github.javaparser.utils.VisitorList
 
add(CompilationUnit) - Method in class com.github.javaparser.utils.SourceRoot
Add a newly created Java file to the cache of this source root.
add(NodeList<T>, T) - Method in class com.github.javaparser.GeneratedJavaParserBase
Add obj to list and return it.
add(Validator) - Method in class com.github.javaparser.ast.validator.Validators
 
add(Processor) - Method in class com.github.javaparser.ast.validator.postprocessors.PostProcessors
 
add(TypeSolver) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver
Append a type solver to the current solver.
add(TypeSolver, boolean) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver
Append a type solver to the current solver.
add(E) - Method in class com.github.javaparser.printer.lexicalpreservation.PeekingIterator
 
add(String, String, CompilationUnit) - Method in class com.github.javaparser.utils.SourceRoot
Add a newly created Java file to the cache of this source root.
add(List<T>, T) - Method in class com.github.javaparser.GeneratedJavaParserBase
Add obj to list
add(N) - Method in class com.github.javaparser.ast.NodeList
 
add(N) - Method in class com.github.javaparser.ast.NodeList.NodeListIterator
 
add(N) - Method in class com.github.javaparser.utils.VisitorList
 
add(N) - Method in class com.github.javaparser.utils.VisitorSet
 
add(T) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference.ArrayIterator
 
add(T) - Method in class com.github.javaparser.RangedList
 
add_escapes(String) - Static method in exception class com.github.javaparser.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addAfter(N, N) - Method in class com.github.javaparser.ast.NodeList
Inserts the node after afterThisNode.
addAll(int, Collection<? extends N>) - Method in class com.github.javaparser.ast.NodeList
 
addAll(int, Collection<? extends N>) - Method in class com.github.javaparser.utils.VisitorList
 
addAll(NodeList<N>) - Method in class com.github.javaparser.ast.NodeList
 
addAll(Collection<? extends N>) - Method in class com.github.javaparser.ast.NodeList
 
addAll(Collection<? extends N>) - Method in class com.github.javaparser.utils.VisitorList
 
addAll(Collection<? extends N>) - Method in class com.github.javaparser.utils.VisitorSet
 
addAndGetAnnotation(Class<? extends Annotation>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
Annotates this node and automatically add the import
addAndGetAnnotation(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
Annotates this
addAndGetParameter(Parameter) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
 
addAndGetParameter(Type, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
 
addAndGetParameter(Class<?>, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
 
addAndGetParameter(String, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
Remember to import the class in the compilation unit yourself
addAndGetStatement(int, Statement) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
 
addAndGetStatement(A) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
 
addAndGetStatement(Expression) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
 
addAndGetStatement(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
 
addAnnotation(AnnotationExpr) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
 
addAnnotation(Class<? extends Annotation>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
Annotates this node and automatically add the import
addAnnotation(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
Annotates this
addAnnotationDeclaration(String) - Method in class com.github.javaparser.ast.CompilationUnit
Add a public annotation declaration to the types of this compilation unit
addAnnotationDeclaration(String, Modifier.Keyword...) - Method in class com.github.javaparser.ast.CompilationUnit
Add an annotation declaration to the types of this compilation unit
addAnonymousClassBody(BodyDeclaration<?>) - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
 
addArgument(Expression) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithArguments
 
addArgument(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithArguments
 
addBefore(N, N) - Method in class com.github.javaparser.ast.NodeList
Inserts the node before beforeThisNode.
addBlockTag(JavadocBlockTag) - Method in class com.github.javaparser.javadoc.Javadoc
 
addBlockTag(String) - Method in class com.github.javaparser.javadoc.Javadoc
 
addBlockTag(String, String) - Method in class com.github.javaparser.javadoc.Javadoc
For tags like "@return good things" where tagName is "return", and the rest is content.
addBlockTag(String, String, String) - Method in class com.github.javaparser.javadoc.Javadoc
For tags like "@param abc this is a parameter" where tagName is "param", parameter is "abc" and the rest is content.
addChild(int, Node) - Method in class com.github.javaparser.printer.lexicalpreservation.NodeText
 
addChild(Node) - Method in class com.github.javaparser.printer.lexicalpreservation.NodeText
 
addClass(String) - Method in class com.github.javaparser.ast.CompilationUnit
Add a public class to the types of this compilation unit
addClass(String, Modifier.Keyword...) - Method in class com.github.javaparser.ast.CompilationUnit
Add a class to the types of this compilation unit
addComment(Comment) - Method in class com.github.javaparser.ast.comments.CommentsCollection
 
addConstructor(Modifier.Keyword...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
Adds a constructor to this node with members.
addDeclaration(String, ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.MemoryTypeSolver
 
addDirective(ModuleDirective) - Method in class com.github.javaparser.ast.modules.ModuleDeclaration
 
addDirective(String) - Method in class com.github.javaparser.ast.modules.ModuleDeclaration
Add a directive to the module, like "exports R.S to T1.U1, T2.U2;"
added(CsmElement) - Static method in interface com.github.javaparser.printer.lexicalpreservation.DifferenceElement
 
Added - Class in com.github.javaparser.printer.lexicalpreservation
 
Added(CsmElement) - Constructor for class com.github.javaparser.printer.lexicalpreservation.Added
 
addedIndentation - Variable in class com.github.javaparser.printer.lexicalpreservation.Difference
 
addElement(int, TextElement) - Method in class com.github.javaparser.printer.lexicalpreservation.NodeText
Add an element at the given position.
addElement(JavadocDescriptionElement) - Method in class com.github.javaparser.javadoc.description.JavadocDescription
 
addElement(TextElement) - Method in class com.github.javaparser.printer.lexicalpreservation.NodeText
Add an element at the end.
addEntry(EnumConstantDeclaration) - Method in class com.github.javaparser.ast.body.EnumDeclaration
 
addEnum(String) - Method in class com.github.javaparser.ast.CompilationUnit
Add a public enum to the types of this compilation unit
addEnum(String, Modifier.Keyword...) - Method in class com.github.javaparser.ast.CompilationUnit
Add an enum to the types of this compilation unit
addEnumConstant(String) - Method in class com.github.javaparser.ast.body.EnumDeclaration
 
addEscapes(String) - Static method in exception class com.github.javaparser.TokenMgrException
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addExtendedType(ClassOrInterfaceType) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithExtends
 
addExtendedType(Class<?>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithExtends
Add an "extends" to this and automatically add the import
addExtendedType(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithExtends
Add an "extends" to this
addExtends(Class<?>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithExtends
Deprecated.
use addExtendedType
addExtends(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithExtends
Deprecated.
use addExtendedType
addField(Type, String, Modifier.Keyword...) - Method in class com.github.javaparser.ast.body.AnnotationDeclaration
 
addField(Type, String, Modifier.Keyword...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
Add a field to this.
addField(Class<?>, String, Modifier.Keyword...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
Add a field to this and automatically add the import of the type if needed
addField(String, String, Modifier.Keyword...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
Add a field to this.
addFieldWithInitializer(Type, String, Expression, Modifier.Keyword...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
Add a field to this.
addFieldWithInitializer(Class<?>, String, Expression, Modifier.Keyword...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
Add a field to this and automatically add the import of the type if needed
addFieldWithInitializer(String, String, Expression, Modifier.Keyword...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
Add a field to this.
addFirst(N) - Method in class com.github.javaparser.ast.NodeList
Inserts the node before all other nodes.
addImplementedType(ClassOrInterfaceType) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithImplements
 
addImplementedType(Class<?>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithImplements
Add an implements to this and automatically add the import
addImplementedType(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithImplements
Add an implements to this
addImplements(Class<?>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithImplements
Deprecated.
use addImplementedType instead
addImplements(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithImplements
Deprecated.
use addImplementedType instead
addImport(ImportDeclaration) - Method in class com.github.javaparser.ast.CompilationUnit
adds an import if not implicitly imported by java (i.e.
addImport(Class<?>) - Method in class com.github.javaparser.ast.CompilationUnit
Add an import to the list of ImportDeclaration of this compilation unit
shorthand for CompilationUnit.addImport(String) with clazz.getName()
addImport(String) - Method in class com.github.javaparser.ast.CompilationUnit
Add an import to the list of ImportDeclaration of this compilation unit
shorthand for CompilationUnit.addImport(String, boolean, boolean) with name,false,false
addImport(String, boolean, boolean) - Method in class com.github.javaparser.ast.CompilationUnit
Add an import to the list of ImportDeclaration of this compilation unit
This method check if no import with the same name is already in the list
addInitializer() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
Add an initializer block (InitializerDeclaration) to this.
addInterface(String) - Method in class com.github.javaparser.ast.CompilationUnit
Add a public interface class to the types of this compilation unit
addInterface(String, Modifier.Keyword...) - Method in class com.github.javaparser.ast.CompilationUnit
Add an interface to the types of this compilation unit
ADDITION - Enum constant in enum com.github.javaparser.ast.observer.AstObserver.ListChangeType
 
AdditiveExpression() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-15.html#jls-15.18
addLast(N) - Method in class com.github.javaparser.ast.NodeList
Inserts the node after all other nodes.
addMarkerAnnotation(Class<? extends Annotation>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
Annotates this with a marker annotation and automatically add the import
addMarkerAnnotation(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
Annotates this with a marker annotation
addMember(BodyDeclaration<?>) - Method in class com.github.javaparser.ast.body.TypeDeclaration
Adds the given declaration to the specified type.
addMember(BodyDeclaration<?>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
 
addMethod(String, Modifier.Keyword...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
Adds a methods with void return by default to this.
addModifier(Modifier.Keyword...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithModifiers
 
addModuleName(String) - Method in class com.github.javaparser.ast.modules.ModuleExportsDirective
 
addOption(ConfigurationOption) - Method in class com.github.javaparser.printer.configuration.DefaultPrinterConfiguration
 
addOption(ConfigurationOption) - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
 
addOption(ConfigurationOption) - Method in interface com.github.javaparser.printer.configuration.PrinterConfiguration
 
addOrphanComment(Comment) - Method in class com.github.javaparser.ast.Node
 
addPair(ResolvedType, ResolvedType) - Method in class com.github.javaparser.resolution.logic.InferenceContext
 
addPair(String, Expression) - Method in class com.github.javaparser.ast.expr.NormalAnnotationExpr
adds a pair to this annotation
addPair(String, String) - Method in class com.github.javaparser.ast.expr.NormalAnnotationExpr
adds a pair to this annotation
addParameter(Parameter) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
 
addParameter(Type, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
 
addParameter(Class<?>, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
 
addParameter(String, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
Remember to import the class in the compilation unit yourself
addPathToJar(String) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.JarTypeSolver
Utility method to register a new class path.
addPrivateField(Type, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
Add a private field to this.
addPrivateField(Class<?>, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
Add a private field to this.
addPrivateField(String, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
Add a private field to this and automatically add the import of the type if needed.
addProblem(String) - Method in class com.github.javaparser.GeneratedJavaParserBase
 
addProtectedField(Type, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
Add a protected field to this.
addProtectedField(Class<?>, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
Add a protected field to this.
addProtectedField(String, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
Add a protected field to this and automatically add the import of the type if needed.
addPublicField(Type, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
Add a public field to this.
addPublicField(Class<?>, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
Add a public field to this.
addPublicField(String, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
Add a public field to this and automatically add the import of the type if needed.
addRecord(TypeSolver, LambdaExpr, String, ResolvedType) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeInferenceCache
 
addSingle(ResolvedType) - Method in class com.github.javaparser.resolution.logic.InferenceContext
 
addSingleMemberAnnotation(Class<? extends Annotation>, Expression) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
Annotates this with a single member annotation
addSingleMemberAnnotation(Class<? extends Annotation>, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
Annotates this with a single member annotation and automatically add the import
addSingleMemberAnnotation(String, Expression) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
Annotates this with a single member annotation
addSingleMemberAnnotation(String, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
Annotates this with a single member annotation
addSourceRoot(Path) - Method in class com.github.javaparser.utils.ProjectRoot
 
addStatement(int, Expression) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
 
addStatement(int, Statement) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
 
addStatement(Expression) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
 
addStatement(Statement) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
 
addStatement(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
It will use JavaParser.parseStatement(String) inside, so it should end with a semicolon
addStaticInitializer() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
Add a static initializer block (InitializerDeclaration) to this.
addThrownException(ReferenceType) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithThrownExceptions
Adds this type to the throws clause
addThrownException(Class<? extends Throwable>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithThrownExceptions
Adds this class to the throws clause
addToken(int, int, String) - Method in class com.github.javaparser.printer.lexicalpreservation.NodeText
 
addToken(int, String) - Method in class com.github.javaparser.printer.lexicalpreservation.NodeText
 
addType(TypeDeclaration<?>) - Method in class com.github.javaparser.ast.CompilationUnit
 
addTypeParameter(TypeParameter) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithTypeParameters
 
addTypeParameter(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithTypeParameters
Adds a type parameter like X extends Serializable
addVariable(VariableDeclarator) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithVariables
 
addVariablesIntroducedIfFalse(List<TypePatternExpr>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.PatternVariableResult
 
addVariablesIntroducedIfTrue(List<TypePatternExpr>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.PatternVariableResult
 
addWhenNotNull(NodeList<T>, T) - Method in class com.github.javaparser.GeneratedJavaParserBase
Add obj to list only when list is not null
adjustBeginLineColumn(int, int) - Method in class com.github.javaparser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adjustIndentation(List<TextElement>, NodeText, int, boolean) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
AggregateTranslator(StringEscapeUtils.CharSequenceTranslator...) - Constructor for class com.github.javaparser.utils.StringEscapeUtils.AggregateTranslator
Specify the translators to be used at creation time.
A lambda expression - Search tag in class com.github.javaparser.ast.expr.LambdaExpr
Section
ALL - Enum constant in enum com.github.javaparser.printer.lexicalpreservation.ReshuffledDiffElementExtractor.MatchClassification
 
allButOne(Set<T>, T) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
 
AllFieldsConstructor - Annotation Type in com.github.javaparser.ast
Tells tools that this is the constructor which directly initializes all fields (except "range" and "comment")
allInferenceVariables() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
 
allInferenceVariablesAreResolved(BoundSet) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.InstantiationSet
 
AllocationExpression(Expression) - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-15.html#jls-15.9
allPossibleSetsWithProperty(Set<InferenceVariable>, List<BoundSet.VariableDependency>) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
 
allSetsWithProperty(Set<InferenceVariable>, List<BoundSet.VariableDependency>) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
 
ALMOST - Enum constant in enum com.github.javaparser.printer.lexicalpreservation.ReshuffledDiffElementExtractor.MatchClassification
 
AMBIGUOUS_NAME - Enum constant in enum com.github.javaparser.symbolsolver.resolution.naming.NameCategory
 
and(TextElementMatcher) - Method in interface com.github.javaparser.printer.lexicalpreservation.TextElementMatcher
This allows the combination of different TextElementMatcher instances.
If combined, all of the TextElementMatchers have to return true.
AND - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
 
ANDASSIGN - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
ANDASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
AndExpression() - Method in class com.github.javaparser.GeneratedJavaParser
Note subtle distinctions between inclusive and exclusive expressions.
AnnotatedClassOrInterfaceType() - Method in class com.github.javaparser.GeneratedJavaParser
 
AnnotatedReferenceType() - Method in class com.github.javaparser.GeneratedJavaParser
 
AnnotatedType() - Method in class com.github.javaparser.GeneratedJavaParser
 
Annotation() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-9.html#jls-9.7
ANNOTATION - Static variable in interface com.github.javaparser.ParseStart
 
ANNOTATION_BODY - Static variable in interface com.github.javaparser.ParseStart
 
AnnotationBodyDeclaration() - Method in class com.github.javaparser.GeneratedJavaParser
Note that AnnotationTypeMemberDeclaration (JLS) and AnnotationBodyDeclaration (JavaParser) are synonymous.
AnnotationBodyDeclarationParseStart() - Method in class com.github.javaparser.GeneratedJavaParser
 
AnnotationDeclaration - Class in com.github.javaparser.ast.body
An annotation type declaration.
@interface X { ... }
AnnotationDeclaration() - Constructor for class com.github.javaparser.ast.body.AnnotationDeclaration
 
AnnotationDeclaration(NodeList<Modifier>, NodeList<AnnotationExpr>, SimpleName, NodeList<BodyDeclaration<?>>) - Constructor for class com.github.javaparser.ast.body.AnnotationDeclaration
 
AnnotationDeclaration(NodeList<Modifier>, String) - Constructor for class com.github.javaparser.ast.body.AnnotationDeclaration
 
AnnotationDeclaration(TokenRange, NodeList<Modifier>, NodeList<AnnotationExpr>, SimpleName, NodeList<BodyDeclaration<?>>) - Constructor for class com.github.javaparser.ast.body.AnnotationDeclaration
This constructor is used by the parser and is considered private.
AnnotationDeclarationContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
 
AnnotationDeclarationContext(AnnotationDeclaration, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AnnotationDeclarationContext
 
annotationDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
AnnotationDeclarationMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
AnnotationDeclarationMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.AnnotationDeclarationMetaModel
 
AnnotationExpr - Class in com.github.javaparser.ast.expr
A base class for the different types of annotations.
AnnotationExpr() - Constructor for class com.github.javaparser.ast.expr.AnnotationExpr
 
AnnotationExpr(Name) - Constructor for class com.github.javaparser.ast.expr.AnnotationExpr
 
AnnotationExpr(TokenRange, Name) - Constructor for class com.github.javaparser.ast.expr.AnnotationExpr
This constructor is used by the parser and is considered private.
annotationExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
AnnotationExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
AnnotationExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.AnnotationExprMetaModel
 
AnnotationExprMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.AnnotationExprMetaModel
 
annotationMember - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationMemberDeclaration
 
annotationMember - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationMemberDeclaration
 
AnnotationMemberDeclaration - Class in com.github.javaparser.ast.body
The "int id();" in @interface X { int id(); }
AnnotationMemberDeclaration() - Constructor for class com.github.javaparser.ast.body.AnnotationMemberDeclaration
 
AnnotationMemberDeclaration(NodeList<Modifier>, NodeList<AnnotationExpr>, Type, SimpleName, Expression) - Constructor for class com.github.javaparser.ast.body.AnnotationMemberDeclaration
 
AnnotationMemberDeclaration(NodeList<Modifier>, Type, String, Expression) - Constructor for class com.github.javaparser.ast.body.AnnotationMemberDeclaration
 
AnnotationMemberDeclaration(TokenRange, NodeList<Modifier>, NodeList<AnnotationExpr>, Type, SimpleName, Expression) - Constructor for class com.github.javaparser.ast.body.AnnotationMemberDeclaration
This constructor is used by the parser and is considered private.
annotationMemberDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
AnnotationMemberDeclarationMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
AnnotationMemberDeclarationMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.AnnotationMemberDeclarationMetaModel
 
AnnotationParseStart() - Method in class com.github.javaparser.GeneratedJavaParser
 
annotations - Variable in class com.github.javaparser.ast.ArrayCreationLevel
 
annotations - Variable in class com.github.javaparser.ast.body.BodyDeclaration
 
annotations - Variable in class com.github.javaparser.ast.body.Parameter
 
annotations - Variable in class com.github.javaparser.ast.body.ReceiverParameter
 
annotations - Variable in class com.github.javaparser.ast.expr.VariableDeclarationExpr
 
annotations - Variable in class com.github.javaparser.ast.modules.ModuleDeclaration
 
annotations - Variable in class com.github.javaparser.ast.PackageDeclaration
 
annotations - Variable in class com.github.javaparser.ast.type.ArrayType.ArrayBracketPair
 
annotations - Variable in class com.github.javaparser.ast.type.Type
 
annotations - Variable in class com.github.javaparser.ModifierHolder
 
annotations() - Static method in class com.github.javaparser.printer.ConcreteSyntaxModel
 
Annotations() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-9.html#jls-9.7
ANNOTATIONS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
annotationsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ArrayCreationLevelMetaModel
 
annotationsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.BodyDeclarationMetaModel
 
annotationsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ModuleDeclarationMetaModel
 
annotationsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.PackageDeclarationMetaModel
 
annotationsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ParameterMetaModel
 
annotationsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ReceiverParameterMetaModel
 
annotationsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.TypeMetaModel
 
annotationsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.VariableDeclarationExprMetaModel
 
AnnotationTypeBody() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-9.html#jls-9.6.1
AnnotationTypeDeclaration(ModifierHolder) - Method in class com.github.javaparser.GeneratedJavaParser
An annotation type declaration specifies a new annotation type, a special kind of interface type.
AnnotationTypeMemberDeclaration(ModifierHolder) - Method in class com.github.javaparser.GeneratedJavaParser
Note that AnnotationTypeElementDeclaration (JLS) and AnnotationTypeMemberDeclaration (JavaParser) are synonymous.
ANONYMOUS_CLASS_BODY - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
anonymousClassBody - Variable in class com.github.javaparser.ast.expr.ObjectCreationExpr
 
anonymousClassBodyPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ObjectCreationExprMetaModel
 
AnonymousClassDeclarationContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
A symbol resolution context for an object creation node.
AnonymousClassDeclarationContext(ObjectCreationExpr, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AnonymousClassDeclarationContext
 
appearInLeftPartOfCapture(InferenceVariable) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
 
appearInThrowsClause(ResolvedTypeParameterDeclaration, ResolvedMethodDeclaration) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeInference
 
appearsInAssignmentContext() - Method in class com.github.javaparser.ast.expr.Expression
 
appearsInInvocationContext() - Method in class com.github.javaparser.ast.expr.Expression
 
append(CharSequence, Object...) - Method in class com.github.javaparser.utils.SeparatedItemStringBuilder
Add one item.
append(String) - Method in class com.github.javaparser.printer.SourcePrinter
 
appendDescriptor(Class<?>, StringBuilder) - Static method in class com.github.javaparser.utils.TypeUtils
 
appendThrowsIfRequested(boolean) - Method in class com.github.javaparser.ast.body.CallableDeclaration
 
appendThrowsIfRequested(boolean) - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
 
apply() - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
Node that we have calculate the Difference we can apply to a concrete NodeText, modifying it according to the difference (adding and removing the elements provided).
apply(ResolvedType) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.InstantiationSet
 
apply(ResolvedType) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.Substitution
 
applyAddedDiffElement(Added) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
applyInferredTypes(ResolvedType, Map<ResolvedTypeParameterDeclaration, ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.MethodCallExprContext
 
applyKeptDiffElement(Kept, TextElement, boolean, boolean) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
applyLeftOverDiffElements() - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
applyLeftOverOriginalElements() - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
applyRemovedDiffElement(RemovedGroup, Removed, TextElement, boolean, boolean) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
ARBITRARY - Enum constant in enum com.github.javaparser.utils.LineSeparator
The ARBITRARY line ending can be used where we do not care about the line separator, only that we use the same one consistently
areCompatibleThroughWideningPrimitiveConversion(ResolvedType, ResolvedType) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeHelper
 
areCompatibleThroughWideningReferenceConversion(ResolvedType, ResolvedType) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeHelper
 
A record declaration inside a method. - Search tag in class com.github.javaparser.ast.stmt.LocalRecordDeclarationStmt
Section
areInOrder(Node, Node) - Static method in class com.github.javaparser.utils.PositionUtils
 
areInOrder(Node, Node, boolean) - Static method in class com.github.javaparser.utils.PositionUtils
 
areOverride(MethodUsage, MethodUsage) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
 
areSameTypeInference(ResolvedType, ResolvedType) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
 
arg - Variable in class com.github.javaparser.GeneratedJavaParser.JJCalls
 
ArgumentList() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-15.html#jls-15.12
arguments - Variable in class com.github.javaparser.ast.body.EnumConstantDeclaration
 
arguments - Variable in class com.github.javaparser.ast.expr.MethodCallExpr
 
arguments - Variable in class com.github.javaparser.ast.expr.ObjectCreationExpr
 
arguments - Variable in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
 
Arguments() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-15.html#jls-15.12
ARGUMENTS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
argumentsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.EnumConstantDeclarationMetaModel
 
argumentsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ExplicitConstructorInvocationStmtMetaModel
 
argumentsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.MethodCallExprMetaModel
 
argumentsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ObjectCreationExprMetaModel
 
ARRAY_INITIALIZER_EXPR - Static variable in interface com.github.javaparser.ParseStart
 
ARRAY_LENGTH_FIELD_NAME - Static variable in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.FieldAccessContext
 
ArrayAccessExpr - Class in com.github.javaparser.ast.expr
Array brackets [] being used to get a value from an array.
ArrayAccessExpr() - Constructor for class com.github.javaparser.ast.expr.ArrayAccessExpr
 
ArrayAccessExpr(Expression, Expression) - Constructor for class com.github.javaparser.ast.expr.ArrayAccessExpr
 
ArrayAccessExpr(TokenRange, Expression, Expression) - Constructor for class com.github.javaparser.ast.expr.ArrayAccessExpr
This constructor is used by the parser and is considered private.
ArrayAccessExprContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
Required to prevent recursive access to the "parent node" (not necessarily the same as the "parent context").
ArrayAccessExprContext(ArrayAccessExpr, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ArrayAccessExprContext
 
arrayAccessExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ArrayAccessExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
ArrayAccessExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.ArrayAccessExprMetaModel
 
ArrayBracketPair(TokenRange, ArrayType.Origin, NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.type.ArrayType.ArrayBracketPair
 
ArrayBracketPair(ArrayType.Origin) - Method in class com.github.javaparser.GeneratedJavaParser
Array bracket pairs is referred to as Dims within the JLS.
arrayContains(Object[], Object) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
 
ArrayCreation(JavaToken, Type) - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-15.html#jls-15.10
ArrayCreationExpr - Class in com.github.javaparser.ast.expr
new int[5][4][][] or new int[][]{{1},{2,3}}.
ArrayCreationExpr() - Constructor for class com.github.javaparser.ast.expr.ArrayCreationExpr
 
ArrayCreationExpr(Type) - Constructor for class com.github.javaparser.ast.expr.ArrayCreationExpr
 
ArrayCreationExpr(Type, NodeList<ArrayCreationLevel>, ArrayInitializerExpr) - Constructor for class com.github.javaparser.ast.expr.ArrayCreationExpr
 
ArrayCreationExpr(TokenRange, Type, NodeList<ArrayCreationLevel>, ArrayInitializerExpr) - Constructor for class com.github.javaparser.ast.expr.ArrayCreationExpr
This constructor is used by the parser and is considered private.
arrayCreationExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ArrayCreationExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
ArrayCreationExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.ArrayCreationExprMetaModel
 
ArrayCreationLevel - Class in com.github.javaparser.ast
In new int[1][2]; there are two ArrayCreationLevel objects, the first one contains the expression "1", the second the expression "2".
ArrayCreationLevel() - Constructor for class com.github.javaparser.ast.ArrayCreationLevel
 
ArrayCreationLevel(int) - Constructor for class com.github.javaparser.ast.ArrayCreationLevel
 
ArrayCreationLevel(Expression) - Constructor for class com.github.javaparser.ast.ArrayCreationLevel
 
ArrayCreationLevel(Expression, NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.ArrayCreationLevel
 
ArrayCreationLevel(TokenRange, Expression, NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.ArrayCreationLevel
This constructor is used by the parser and is considered private.
arrayCreationLevelMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ArrayCreationLevelMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
ArrayCreationLevelMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.ArrayCreationLevelMetaModel
 
ArrayInitializer() - Method in class com.github.javaparser.GeneratedJavaParser
An array initializer is written as a comma-separated list of expressions, enclosed by braces { and }.
ArrayInitializerExpr - Class in com.github.javaparser.ast.expr
The initialization of an array.
ArrayInitializerExpr() - Constructor for class com.github.javaparser.ast.expr.ArrayInitializerExpr
 
ArrayInitializerExpr(NodeList<Expression>) - Constructor for class com.github.javaparser.ast.expr.ArrayInitializerExpr
 
ArrayInitializerExpr(TokenRange, NodeList<Expression>) - Constructor for class com.github.javaparser.ast.expr.ArrayInitializerExpr
This constructor is used by the parser and is considered private.
arrayInitializerExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ArrayInitializerExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
ArrayInitializerExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.ArrayInitializerExprMetaModel
 
ArrayIterator(List<T>) - Constructor for class com.github.javaparser.printer.lexicalpreservation.Difference.ArrayIterator
 
ArrayIterator(List<T>, int) - Constructor for class com.github.javaparser.printer.lexicalpreservation.Difference.ArrayIterator
 
ArrayLengthValueDeclaration() - Constructor for class com.github.javaparser.symbolsolver.JavaSymbolSolver.ArrayLengthValueDeclaration
 
arrayLevel() - Method in class com.github.javaparser.resolution.model.typesystem.LazyType
 
arrayLevel() - Method in interface com.github.javaparser.resolution.types.ResolvedType
 
ArrayType - Class in com.github.javaparser.ast.type
To indicate that a type is an array, it gets wrapped in an ArrayType for every array level it has.
ArrayType(Type, AnnotationExpr...) - Constructor for class com.github.javaparser.ast.type.ArrayType
 
ArrayType(Type, ArrayType.Origin, NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.type.ArrayType
 
ArrayType(TokenRange, Type, ArrayType.Origin, NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.type.ArrayType
This constructor is used by the parser and is considered private.
ArrayType.ArrayBracketPair - Class in com.github.javaparser.ast.type
Helper class that stores information about a pair of brackets in a non-recursive way (unlike ArrayType.)
ArrayType.Origin - Enum in com.github.javaparser.ast.type
The origin of a pair of array brackets [].
arrayTypeMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ArrayTypeMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
ArrayTypeMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.ArrayTypeMetaModel
 
ARROW - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
ARROW - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
asAnnotation() - Method in interface com.github.javaparser.resolution.declarations.ResolvedAnnotationDeclaration
 
asAnnotation() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
Return this as a AnnotationDeclaration or throw UnsupportedOperationException.
asAnnotationDeclaration() - Method in class com.github.javaparser.ast.body.AnnotationDeclaration
 
asAnnotationDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
asAnnotationExpr() - Method in class com.github.javaparser.ast.expr.AnnotationExpr
 
asAnnotationExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asAnnotationMemberDeclaration() - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
 
asAnnotationMemberDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
asArrayAccessExpr() - Method in class com.github.javaparser.ast.expr.ArrayAccessExpr
 
asArrayAccessExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asArrayCreationExpr() - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
 
asArrayCreationExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asArrayInitializerExpr() - Method in class com.github.javaparser.ast.expr.ArrayInitializerExpr
 
asArrayInitializerExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asArrayType() - Method in class com.github.javaparser.ast.type.ArrayType
 
asArrayType() - Method in class com.github.javaparser.ast.type.Type
 
asArrayType() - Method in class com.github.javaparser.resolution.model.typesystem.LazyType
 
asArrayType() - Method in class com.github.javaparser.resolution.types.ResolvedArrayType
 
asArrayType() - Method in interface com.github.javaparser.resolution.types.ResolvedType
 
asAssertStmt() - Method in class com.github.javaparser.ast.stmt.AssertStmt
 
asAssertStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
asAssignExpr() - Method in class com.github.javaparser.ast.expr.AssignExpr
 
asAssignExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asBinaryExpr() - Method in class com.github.javaparser.ast.expr.BinaryExpr
 
asBinaryExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asBlockComment() - Method in class com.github.javaparser.ast.comments.BlockComment
 
asBlockComment() - Method in class com.github.javaparser.ast.comments.Comment
 
asBlockStmt() - Method in class com.github.javaparser.ast.stmt.BlockStmt
 
asBlockStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
asBoolean() - Method in interface com.github.javaparser.printer.configuration.ConfigurationOption
 
asBoolean() - Method in class com.github.javaparser.printer.configuration.DefaultConfigurationOption
returns the currentValue as a Boolean
asBooleanLiteralExpr() - Method in class com.github.javaparser.ast.expr.BooleanLiteralExpr
 
asBooleanLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asBreakStmt() - Method in class com.github.javaparser.ast.stmt.BreakStmt
 
asBreakStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
asCallableDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
asCallableDeclaration() - Method in class com.github.javaparser.ast.body.CallableDeclaration
 
asCastExpr() - Method in class com.github.javaparser.ast.expr.CastExpr
 
asCastExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asChar() - Method in class com.github.javaparser.ast.expr.CharLiteralExpr
 
asCharLiteralExpr() - Method in class com.github.javaparser.ast.expr.CharLiteralExpr
 
asCharLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asClass() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
Return this as a ClassDeclaration or throw UnsupportedOperationException.
asClass() - Method in class com.github.javaparser.symbolsolver.logic.AbstractClassDeclaration
 
asClassExpr() - Method in class com.github.javaparser.ast.expr.ClassExpr
 
asClassExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asClassOrInterfaceDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
asClassOrInterfaceDeclaration() - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
 
asClassOrInterfaceType() - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
 
asClassOrInterfaceType() - Method in class com.github.javaparser.ast.type.Type
 
asCompactConstructorDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
asCompactConstructorDeclaration() - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
 
asConditionalExpr() - Method in class com.github.javaparser.ast.expr.ConditionalExpr
 
asConditionalExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asConstraintType() - Method in class com.github.javaparser.resolution.types.ResolvedLambdaConstraintType
 
asConstraintType() - Method in interface com.github.javaparser.resolution.types.ResolvedType
 
asConstructorDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
asConstructorDeclaration() - Method in class com.github.javaparser.ast.body.ConstructorDeclaration
 
asContinueStmt() - Method in class com.github.javaparser.ast.stmt.ContinueStmt
 
asContinueStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
asDoStmt() - Method in class com.github.javaparser.ast.stmt.DoStmt
 
asDoStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
asDouble() - Method in class com.github.javaparser.ast.expr.DoubleLiteralExpr
 
asDoubleLiteralExpr() - Method in class com.github.javaparser.ast.expr.DoubleLiteralExpr
 
asDoubleLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asEmptyStmt() - Method in class com.github.javaparser.ast.stmt.EmptyStmt
 
asEmptyStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
asEnclosedExpr() - Method in class com.github.javaparser.ast.expr.EnclosedExpr
 
asEnclosedExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asEnum() - Method in interface com.github.javaparser.resolution.declarations.ResolvedEnumDeclaration
 
asEnum() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
Return this as a EnumDeclaration or throw UnsupportedOperationException.
asEnumConstant() - Method in interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
Return this as a EnumConstantDeclaration or throw an UnsupportedOperationException
asEnumConstant() - Method in interface com.github.javaparser.resolution.declarations.ResolvedEnumConstantDeclaration
 
asEnumConstantDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
asEnumConstantDeclaration() - Method in class com.github.javaparser.ast.body.EnumConstantDeclaration
 
asEnumDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
asEnumDeclaration() - Method in class com.github.javaparser.ast.body.EnumDeclaration
 
asEscapedString() - Method in enum com.github.javaparser.utils.LineSeparator
 
asExplicitConstructorInvocationStmt() - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
 
asExplicitConstructorInvocationStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
asExpressionStmt() - Method in class com.github.javaparser.ast.stmt.ExpressionStmt
 
asExpressionStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
asField() - Method in interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
Return this as a FieldDeclaration or throw an UnsupportedOperationException
asField() - Method in interface com.github.javaparser.resolution.declarations.ResolvedFieldDeclaration
 
asFieldAccessExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asFieldAccessExpr() - Method in class com.github.javaparser.ast.expr.FieldAccessExpr
 
asFieldDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
asFieldDeclaration() - Method in class com.github.javaparser.ast.body.FieldDeclaration
 
asForEachStmt() - Method in class com.github.javaparser.ast.stmt.ForEachStmt
 
asForEachStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
asForStmt() - Method in class com.github.javaparser.ast.stmt.ForStmt
 
asForStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
asIfStmt() - Method in class com.github.javaparser.ast.stmt.IfStmt
 
asIfStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
asInitializerDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
asInitializerDeclaration() - Method in class com.github.javaparser.ast.body.InitializerDeclaration
 
asInstanceOfExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asInstanceOfExpr() - Method in class com.github.javaparser.ast.expr.InstanceOfExpr
 
asInt() - Method in class com.github.javaparser.ast.expr.IntegerLiteralExpr
Deprecated.
This function has issues with corner cases, such as 2147483648, so please use IntegerLiteralExpr.asNumber(). It will be made private or merged with IntegerLiteralExpr.asNumber() in future releases
asInteger() - Method in interface com.github.javaparser.printer.configuration.ConfigurationOption
 
asInteger() - Method in class com.github.javaparser.printer.configuration.DefaultConfigurationOption
returns the currentValue as an Integer
asIntegerLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asIntegerLiteralExpr() - Method in class com.github.javaparser.ast.expr.IntegerLiteralExpr
 
asInterface() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
Return this as a InterfaceDeclaration or throw UnsupportedOperationException.
asInterface() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
 
asInterface() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
 
asInterface() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
 
asIntersectionType() - Method in class com.github.javaparser.ast.type.IntersectionType
 
asIntersectionType() - Method in class com.github.javaparser.ast.type.Type
 
asJavadocComment() - Method in class com.github.javaparser.ast.comments.Comment
 
asJavadocComment() - Method in class com.github.javaparser.ast.comments.JavadocComment
 
asLabeledStmt() - Method in class com.github.javaparser.ast.stmt.LabeledStmt
 
asLabeledStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
asLambdaExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asLambdaExpr() - Method in class com.github.javaparser.ast.expr.LambdaExpr
 
asLineComment() - Method in class com.github.javaparser.ast.comments.Comment
 
asLineComment() - Method in class com.github.javaparser.ast.comments.LineComment
 
asLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asLiteralExpr() - Method in class com.github.javaparser.ast.expr.LiteralExpr
 
asLiteralStringValueExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asLiteralStringValueExpr() - Method in class com.github.javaparser.ast.expr.LiteralStringValueExpr
 
asLocalClassDeclarationStmt() - Method in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt
 
asLocalClassDeclarationStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
asLocalRecordDeclarationStmt() - Method in class com.github.javaparser.ast.stmt.LocalRecordDeclarationStmt
 
asLocalRecordDeclarationStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
asLong() - Method in class com.github.javaparser.ast.expr.LongLiteralExpr
Deprecated.
This function has issues with corner cases, such as 9223372036854775808L, so please use LongLiteralExpr.asNumber(). It will be made private or merged with LongLiteralExpr.asNumber() in future releases
asLongLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asLongLiteralExpr() - Method in class com.github.javaparser.ast.expr.LongLiteralExpr
 
asMarkerAnnotationExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asMarkerAnnotationExpr() - Method in class com.github.javaparser.ast.expr.MarkerAnnotationExpr
 
asMethod() - Method in interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
Return this as a MethodDeclaration or throw an UnsupportedOperationException // FIXME: This is never overridden.
asMethodCallExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asMethodCallExpr() - Method in class com.github.javaparser.ast.expr.MethodCallExpr
 
asMethodDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
asMethodDeclaration() - Method in class com.github.javaparser.ast.body.MethodDeclaration
 
asMethodReferenceExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asMethodReferenceExpr() - Method in class com.github.javaparser.ast.expr.MethodReferenceExpr
 
asModuleExportsDirective() - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
asModuleExportsDirective() - Method in class com.github.javaparser.ast.modules.ModuleExportsDirective
 
asModuleExportsStmt() - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
asModuleExportsStmt() - Method in class com.github.javaparser.ast.modules.ModuleExportsDirective
 
asModuleOpensDirective() - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
asModuleOpensDirective() - Method in class com.github.javaparser.ast.modules.ModuleOpensDirective
 
asModuleOpensStmt() - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
asModuleOpensStmt() - Method in class com.github.javaparser.ast.modules.ModuleOpensDirective
 
asModuleProvidesDirective() - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
asModuleProvidesDirective() - Method in class com.github.javaparser.ast.modules.ModuleProvidesDirective
 
asModuleProvidesStmt() - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
asModuleProvidesStmt() - Method in class com.github.javaparser.ast.modules.ModuleProvidesDirective
 
asModuleRequiresDirective() - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
asModuleRequiresDirective() - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
 
asModuleRequiresStmt() - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
asModuleRequiresStmt() - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
 
asModuleUsesDirective() - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
asModuleUsesDirective() - Method in class com.github.javaparser.ast.modules.ModuleUsesDirective
 
asModuleUsesStmt() - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
asModuleUsesStmt() - Method in class com.github.javaparser.ast.modules.ModuleUsesDirective
 
asNameExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asNameExpr() - Method in class com.github.javaparser.ast.expr.NameExpr
 
asNormalAnnotationExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asNormalAnnotationExpr() - Method in class com.github.javaparser.ast.expr.NormalAnnotationExpr
 
asNullLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asNullLiteralExpr() - Method in class com.github.javaparser.ast.expr.NullLiteralExpr
 
asNumber() - Method in class com.github.javaparser.ast.expr.IntegerLiteralExpr
This function returns a representation of the literal value as a number.
asNumber() - Method in class com.github.javaparser.ast.expr.LongLiteralExpr
This function returns a representation of the literal value as a number.
asObjectCreationExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asObjectCreationExpr() - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
 
asParameter() - Method in interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
Return this as a ParameterDeclaration or throw an UnsupportedOperationException
asParameter() - Method in interface com.github.javaparser.resolution.declarations.ResolvedParameterDeclaration
 
asPatternExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asPatternExpr() - Method in class com.github.javaparser.ast.expr.PatternExpr
 
asPrimitive() - Method in class com.github.javaparser.resolution.model.typesystem.LazyType
 
asPrimitive() - Method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
 
asPrimitive() - Method in interface com.github.javaparser.resolution.types.ResolvedType
 
asPrimitiveType() - Method in class com.github.javaparser.ast.type.PrimitiveType
 
asPrimitiveType() - Method in class com.github.javaparser.ast.type.Type
 
asRawString() - Method in enum com.github.javaparser.utils.LineSeparator
 
asRecord() - Method in interface com.github.javaparser.resolution.declarations.ResolvedRecordDeclaration
 
asRecord() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
Return this as a RecordDeclaration or throw UnsupportedOperationException.
asRecordDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
asRecordDeclaration() - Method in class com.github.javaparser.ast.body.RecordDeclaration
 
asRecordPatternExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asRecordPatternExpr() - Method in class com.github.javaparser.ast.expr.RecordPatternExpr
 
asReferenceType() - Method in class com.github.javaparser.ast.type.ReferenceType
 
asReferenceType() - Method in class com.github.javaparser.ast.type.Type
 
asReferenceType() - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
 
asReferenceType() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
 
asReferenceType() - Method in class com.github.javaparser.resolution.model.typesystem.LazyType
 
asReferenceType() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
asReferenceType() - Method in interface com.github.javaparser.resolution.types.ResolvedType
 
asReturnStmt() - Method in class com.github.javaparser.ast.stmt.ReturnStmt
 
asReturnStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
ASSERT - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
ASSERT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
assertNonEmpty(String) - Static method in class com.github.javaparser.utils.Utils
 
assertNonNegative(T) - Static method in class com.github.javaparser.utils.Utils
 
assertNotNull(T) - Static method in class com.github.javaparser.utils.Utils
 
assertPositive(T) - Static method in class com.github.javaparser.utils.Utils
 
AssertStatement() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-14.html#jls-14.10
AssertStmt - Class in com.github.javaparser.ast.stmt
A usage of the keyword "assert"
In assert dead : "Wasn't expecting to be dead here"; the check is "dead" and the message is the string.
AssertStmt() - Constructor for class com.github.javaparser.ast.stmt.AssertStmt
 
AssertStmt(Expression) - Constructor for class com.github.javaparser.ast.stmt.AssertStmt
 
AssertStmt(Expression, Expression) - Constructor for class com.github.javaparser.ast.stmt.AssertStmt
 
AssertStmt(TokenRange, Expression, Expression) - Constructor for class com.github.javaparser.ast.stmt.AssertStmt
This constructor is used by the parser and is considered private.
assertStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
AssertStmtMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
AssertStmtMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.AssertStmtMetaModel
 
ASSIGN - Enum constant in enum com.github.javaparser.ast.expr.AssignExpr.Operator
 
ASSIGN - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
ASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
ASSIGNABLE_REFERENCE_TYPE - Static variable in class com.github.javaparser.resolution.model.typesystem.ReferenceTypeImpl
 
AssignExpr - Class in com.github.javaparser.ast.expr
An assignment expression.
AssignExpr() - Constructor for class com.github.javaparser.ast.expr.AssignExpr
 
AssignExpr(Expression, Expression, AssignExpr.Operator) - Constructor for class com.github.javaparser.ast.expr.AssignExpr
 
AssignExpr(TokenRange, Expression, Expression, AssignExpr.Operator) - Constructor for class com.github.javaparser.ast.expr.AssignExpr
This constructor is used by the parser and is considered private.
AssignExpr.Operator - Enum in com.github.javaparser.ast.expr
 
assignExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
AssignExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
AssignExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.AssignExprMetaModel
 
AssignmentOperator() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-15.html#jls-15.26
asSingleMemberAnnotationExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asSingleMemberAnnotationExpr() - Method in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr
 
AssociableToAST - Interface in com.github.javaparser.resolution.declarations
A declaration that can be potentially associated with an AST node.
asString() - Method in enum com.github.javaparser.ast.AccessSpecifier
 
asString() - Method in class com.github.javaparser.ast.body.CallableDeclaration.Signature
 
asString() - Method in class com.github.javaparser.ast.comments.Comment
 
asString() - Method in enum com.github.javaparser.ast.expr.AssignExpr.Operator
 
asString() - Method in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
 
asString() - Method in class com.github.javaparser.ast.expr.Name
 
asString() - Method in class com.github.javaparser.ast.expr.SimpleName
 
asString() - Method in class com.github.javaparser.ast.expr.StringLiteralExpr
 
asString() - Method in class com.github.javaparser.ast.expr.TextBlockLiteralExpr
 
asString() - Method in enum com.github.javaparser.ast.expr.UnaryExpr.Operator
 
asString() - Method in enum com.github.javaparser.ast.Modifier.Keyword
 
asString() - Method in class com.github.javaparser.ast.type.ArrayType
 
asString() - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
 
asString() - Method in class com.github.javaparser.ast.type.IntersectionType
 
asString() - Method in class com.github.javaparser.ast.type.PrimitiveType
 
asString() - Method in enum com.github.javaparser.ast.type.PrimitiveType.Primitive
 
asString() - Method in class com.github.javaparser.ast.type.Type
 
asString() - Method in class com.github.javaparser.ast.type.TypeParameter
 
asString() - Method in class com.github.javaparser.ast.type.UnionType
 
asString() - Method in class com.github.javaparser.ast.type.UnknownType
 
asString() - Method in class com.github.javaparser.ast.type.VarType
 
asString() - Method in class com.github.javaparser.ast.type.VoidType
 
asString() - Method in class com.github.javaparser.ast.type.WildcardType
 
asString() - Method in class com.github.javaparser.JavaToken
 
asString() - Method in interface com.github.javaparser.printer.configuration.ConfigurationOption
 
asString() - Method in class com.github.javaparser.printer.configuration.DefaultConfigurationOption
returns the currentValue as a String
asString() - Method in interface com.github.javaparser.printer.Stringable
 
asStringLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asStringLiteralExpr() - Method in class com.github.javaparser.ast.expr.StringLiteralExpr
 
asSuperExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asSuperExpr() - Method in class com.github.javaparser.ast.expr.SuperExpr
 
asSwitchExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asSwitchExpr() - Method in class com.github.javaparser.ast.expr.SwitchExpr
 
asSwitchStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
asSwitchStmt() - Method in class com.github.javaparser.ast.stmt.SwitchStmt
 
asSynchronizedStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
asSynchronizedStmt() - Method in class com.github.javaparser.ast.stmt.SynchronizedStmt
 
ASTERISK - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
asTextBlockLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asTextBlockLiteralExpr() - Method in class com.github.javaparser.ast.expr.TextBlockLiteralExpr
 
asThisExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asThisExpr() - Method in class com.github.javaparser.ast.expr.ThisExpr
 
asThrowStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
asThrowStmt() - Method in class com.github.javaparser.ast.stmt.ThrowStmt
 
AstObserver - Interface in com.github.javaparser.ast.observer
An Observer for an AST element (either a Node or a NodeList).
AstObserver.ListChangeType - Enum in com.github.javaparser.ast.observer
Type of change occurring on a List
AstObserverAdapter - Class in com.github.javaparser.ast.observer
 
AstObserverAdapter() - Constructor for class com.github.javaparser.ast.observer.AstObserverAdapter
 
astParser - Variable in class com.github.javaparser.JavaParser
 
AstResolutionUtils - Class in com.github.javaparser.symbolsolver.javaparsermodel.declarations
 
AstResolutionUtils() - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.declarations.AstResolutionUtils
 
asTryStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
asTryStmt() - Method in class com.github.javaparser.ast.stmt.TryStmt
 
asType() - Method in interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
Return this as a TypeDeclaration or throw an UnsupportedOperationException
asType() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
 
asTypeDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
asTypeDeclaration() - Method in class com.github.javaparser.ast.body.TypeDeclaration
 
asTypeExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asTypeExpr() - Method in class com.github.javaparser.ast.expr.TypeExpr
 
asTypeParameter() - Method in class com.github.javaparser.ast.type.Type
 
asTypeParameter() - Method in class com.github.javaparser.ast.type.TypeParameter
 
asTypeParameter() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
Return this as a TypeParameterDeclaration or throw UnsupportedOperationException.
asTypeParameter() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
 
asTypeParameter() - Method in class com.github.javaparser.resolution.model.typesystem.LazyType
 
asTypeParameter() - Method in class com.github.javaparser.resolution.model.typesystem.ReferenceTypeImpl
 
asTypeParameter() - Method in interface com.github.javaparser.resolution.types.ResolvedType
 
asTypeParameter() - Method in class com.github.javaparser.resolution.types.ResolvedTypeVariable
 
asTypeParameter() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
 
asTypeParameter() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
 
asTypePattern() - Method in interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
Return this as a PatternDeclaration or throw an UnsupportedOperationException
asTypePattern() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypePatternDeclaration
 
asTypePatternExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asTypePatternExpr() - Method in class com.github.javaparser.ast.expr.TypePatternExpr
 
asTypeVariable() - Method in class com.github.javaparser.resolution.model.typesystem.LazyType
 
asTypeVariable() - Method in interface com.github.javaparser.resolution.types.ResolvedType
 
asTypeVariable() - Method in class com.github.javaparser.resolution.types.ResolvedTypeVariable
 
asUnaryExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asUnaryExpr() - Method in class com.github.javaparser.ast.expr.UnaryExpr
 
asUnionType() - Method in class com.github.javaparser.ast.type.Type
 
asUnionType() - Method in class com.github.javaparser.ast.type.UnionType
 
asUnionType() - Method in interface com.github.javaparser.resolution.types.ResolvedType
 
asUnionType() - Method in class com.github.javaparser.resolution.types.ResolvedUnionType
 
asUnknownType() - Method in class com.github.javaparser.ast.type.Type
 
asUnknownType() - Method in class com.github.javaparser.ast.type.UnknownType
 
asUnparsableStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
asUnparsableStmt() - Method in class com.github.javaparser.ast.stmt.UnparsableStmt
 
asValue() - Method in interface com.github.javaparser.printer.configuration.ConfigurationOption
 
asValue() - Method in class com.github.javaparser.printer.configuration.DefaultConfigurationOption
 
asVariableDeclarationExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
asVariableDeclarationExpr() - Method in class com.github.javaparser.ast.expr.VariableDeclarationExpr
 
asVarType() - Method in class com.github.javaparser.ast.type.Type
 
asVarType() - Method in class com.github.javaparser.ast.type.VarType
 
asVoidType() - Method in class com.github.javaparser.ast.type.Type
 
asVoidType() - Method in class com.github.javaparser.ast.type.VoidType
 
asWhileStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
asWhileStmt() - Method in class com.github.javaparser.ast.stmt.WhileStmt
 
asWildcard() - Method in class com.github.javaparser.resolution.model.typesystem.LazyType
 
asWildcard() - Method in interface com.github.javaparser.resolution.types.ResolvedType
 
asWildcard() - Method in class com.github.javaparser.resolution.types.ResolvedWildcard
 
asWildcardType() - Method in class com.github.javaparser.ast.type.Type
 
asWildcardType() - Method in class com.github.javaparser.ast.type.WildcardType
 
asYieldStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
asYieldStmt() - Method in class com.github.javaparser.ast.stmt.YieldStmt
 
AT - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
AT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
A text block - Search tag in class com.github.javaparser.ast.expr.TextBlockLiteralExpr
Section
attribute(ObservableProperty) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
attributeComments - Variable in class com.github.javaparser.ParserConfiguration
 
attributeLineCommentsOnSameLine(TreeSet<Comment>, List<Node>) - Method in class com.github.javaparser.CommentsInserter
 
attributeLineCommentToNodeOrChild(Node, LineComment) - Method in class com.github.javaparser.CommentsInserter
 
A type called "var" waiting for Java to infer it. - Search tag in class com.github.javaparser.ast.type.VarType
Section
AUTHOR - Enum constant in enum com.github.javaparser.javadoc.JavadocBlockTag.Type
 
available - Variable in class com.github.javaparser.SimpleCharStream
 
averageLoadPenalty() - Method in interface com.github.javaparser.resolution.cache.CacheStats
Returns the average time spent loading new values.
averageLoadPenalty() - Method in class com.github.javaparser.symbolsolver.cache.DefaultCacheStats
Returns the average time spent loading new values.

B

b - Variable in class com.github.javaparser.utils.Pair
 
BACKSLASH - Static variable in class com.github.javaparser.UnicodeEscapeProcessingProvider
 
backSlashSeen() - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider
 
backup(int) - Method in class com.github.javaparser.SimpleCharStream
Backup a number of characters.
BANG - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
BANG - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
BaseNodeMetaModel - Class in com.github.javaparser.metamodel
Meta-data about all classes in the AST.
BaseNodeMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.BaseNodeMetaModel
 
baseType - Variable in class com.github.javaparser.resolution.types.ResolvedArrayType
 
begin - Variable in class com.github.javaparser.ModifierHolder
 
begin - Variable in class com.github.javaparser.Range
 
begin - Variable in class com.github.javaparser.TokenRange
 
beginAt(JavaToken) - Method in class com.github.javaparser.RangedList
 
beginColumn - Variable in class com.github.javaparser.Token
The column number of the first character of this Token.
beginColumnWithoutConsideringAnnotation(Node) - Static method in class com.github.javaparser.utils.PositionUtils
 
beginLine - Variable in class com.github.javaparser.Token
The line number of the first character of this Token.
beginLineWithoutConsideringAnnotation(Node) - Static method in class com.github.javaparser.utils.PositionUtils
 
BeginToken() - Method in class com.github.javaparser.SimpleCharStream
Start.
best(List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic
 
BINARY_AND - Enum constant in enum com.github.javaparser.ast.expr.AssignExpr.Operator
 
BINARY_AND - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
 
BINARY_LITERAL - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
BINARY_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
BINARY_OR - Enum constant in enum com.github.javaparser.ast.expr.AssignExpr.Operator
 
BINARY_OR - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
 
BinaryExpr - Class in com.github.javaparser.ast.expr
An expression with an expression on the left, an expression on the right, and an operator in the middle.
BinaryExpr() - Constructor for class com.github.javaparser.ast.expr.BinaryExpr
 
BinaryExpr(Expression, Expression, BinaryExpr.Operator) - Constructor for class com.github.javaparser.ast.expr.BinaryExpr
 
BinaryExpr(TokenRange, Expression, Expression, BinaryExpr.Operator) - Constructor for class com.github.javaparser.ast.expr.BinaryExpr
This constructor is used by the parser and is considered private.
BinaryExpr.Operator - Enum in com.github.javaparser.ast.expr
 
BinaryExprContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
 
BinaryExprContext(BinaryExpr, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.BinaryExprContext
 
binaryExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
BinaryExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
BinaryExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.BinaryExprMetaModel
 
BIT_AND - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
BIT_AND - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
BIT_OR - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
BIT_OR - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
BITWISE_COMPLEMENT - Enum constant in enum com.github.javaparser.ast.expr.UnaryExpr.Operator
 
BLEEDING_EDGE - Static variable in enum com.github.javaparser.ParserConfiguration.LanguageLevel
The newest Java features supported.
block(CsmElement) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
Block() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-14.html#jls-14.2
BLOCK - Enum constant in enum com.github.javaparser.ast.stmt.SwitchEntry.Type
 
BLOCK - Static variable in interface com.github.javaparser.ParseStart
 
BLOCK_PATTERN - Static variable in class com.github.javaparser.JavadocParser
 
BLOCK_TAG_PREFIX - Static variable in class com.github.javaparser.JavadocParser
 
BlockComment - Class in com.github.javaparser.ast.comments
AST node that represent block comments.
BlockComment() - Constructor for class com.github.javaparser.ast.comments.BlockComment
 
BlockComment(TokenRange, String) - Constructor for class com.github.javaparser.ast.comments.BlockComment
This constructor is used by the parser and is considered private.
BlockComment(String) - Constructor for class com.github.javaparser.ast.comments.BlockComment
 
blockCommentMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
BlockCommentMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
BlockCommentMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.BlockCommentMetaModel
 
BlockParseStart() - Method in class com.github.javaparser.GeneratedJavaParser
 
BlockStatement() - Method in class com.github.javaparser.GeneratedJavaParser
Classes inside body statements can only be abstract or final.
BlockStatementParseStart() - Method in class com.github.javaparser.GeneratedJavaParser
 
BlockStmt - Class in com.github.javaparser.ast.stmt
Statements in between { and }.
BlockStmt() - Constructor for class com.github.javaparser.ast.stmt.BlockStmt
 
BlockStmt(NodeList<Statement>) - Constructor for class com.github.javaparser.ast.stmt.BlockStmt
 
BlockStmt(TokenRange, NodeList<Statement>) - Constructor for class com.github.javaparser.ast.stmt.BlockStmt
This constructor is used by the parser and is considered private.
BlockStmtContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
 
BlockStmtContext(BlockStmt, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.BlockStmtContext
 
blockStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
BlockStmtMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
BlockStmtMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.BlockStmtMetaModel
 
blockTags - Variable in class com.github.javaparser.javadoc.Javadoc
 
bnp(ResolvedPrimitiveType) - Method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
 
body - Variable in class com.github.javaparser.ast.body.CompactConstructorDeclaration
 
body - Variable in class com.github.javaparser.ast.body.ConstructorDeclaration
 
body - Variable in class com.github.javaparser.ast.body.InitializerDeclaration
 
body - Variable in class com.github.javaparser.ast.body.MethodDeclaration
 
body - Variable in class com.github.javaparser.ast.expr.LambdaExpr
 
body - Variable in class com.github.javaparser.ast.stmt.CatchClause
 
body - Variable in class com.github.javaparser.ast.stmt.DoStmt
 
body - Variable in class com.github.javaparser.ast.stmt.ForEachStmt
 
body - Variable in class com.github.javaparser.ast.stmt.ForStmt
 
body - Variable in class com.github.javaparser.ast.stmt.SynchronizedStmt
 
body - Variable in class com.github.javaparser.ast.stmt.WhileStmt
 
BODY - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
BodyDeclaration<T> - Class in com.github.javaparser.ast.body
Any declaration that can appear between the { and } of a class, interface, enum, or record.
BodyDeclaration() - Constructor for class com.github.javaparser.ast.body.BodyDeclaration
 
BodyDeclaration(NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.body.BodyDeclaration
 
BodyDeclaration(TokenRange) - Constructor for class com.github.javaparser.ast.body.BodyDeclaration
 
BodyDeclaration(TokenRange, NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.body.BodyDeclaration
This constructor is used by the parser and is considered private.
bodyDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
BodyDeclarationMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
BodyDeclarationMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.BodyDeclarationMetaModel
 
BodyDeclarationMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.BodyDeclarationMetaModel
 
bodyPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CatchClauseMetaModel
 
bodyPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CompactConstructorDeclarationMetaModel
 
bodyPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ConstructorDeclarationMetaModel
 
bodyPropertyMetaModel - Variable in class com.github.javaparser.metamodel.DoStmtMetaModel
 
bodyPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ForEachStmtMetaModel
 
bodyPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ForStmtMetaModel
 
bodyPropertyMetaModel - Variable in class com.github.javaparser.metamodel.InitializerDeclarationMetaModel
 
bodyPropertyMetaModel - Variable in class com.github.javaparser.metamodel.LambdaExprMetaModel
 
bodyPropertyMetaModel - Variable in class com.github.javaparser.metamodel.MethodDeclarationMetaModel
 
bodyPropertyMetaModel - Variable in class com.github.javaparser.metamodel.SynchronizedStmtMetaModel
 
bodyPropertyMetaModel - Variable in class com.github.javaparser.metamodel.WhileStmtMetaModel
 
BOOLEAN - Enum constant in enum com.github.javaparser.ast.type.PrimitiveType.Primitive
 
BOOLEAN - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
BOOLEAN - Enum constant in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
 
BOOLEAN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
BooleanConditionalExprHandler - Class in com.github.javaparser.symbolsolver.resolution.promotion
 
BooleanConditionalExprHandler(ResolvedType, ResolvedType) - Constructor for class com.github.javaparser.symbolsolver.resolution.promotion.BooleanConditionalExprHandler
 
BooleanLiteral() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-3.html#jls-3.10.3
BooleanLiteralExpr - Class in com.github.javaparser.ast.expr
The boolean literals.
BooleanLiteralExpr() - Constructor for class com.github.javaparser.ast.expr.BooleanLiteralExpr
 
BooleanLiteralExpr(boolean) - Constructor for class com.github.javaparser.ast.expr.BooleanLiteralExpr
 
BooleanLiteralExpr(TokenRange, boolean) - Constructor for class com.github.javaparser.ast.expr.BooleanLiteralExpr
This constructor is used by the parser and is considered private.
booleanLiteralExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
BooleanLiteralExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
BooleanLiteralExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.BooleanLiteralExprMetaModel
 
booleanType() - Static method in class com.github.javaparser.ast.type.PrimitiveType
 
bound - Variable in class com.github.javaparser.resolution.types.ResolvedLambdaConstraintType
 
bound(ResolvedType) - Static method in class com.github.javaparser.resolution.types.ResolvedLambdaConstraintType
 
bound(ResolvedType, ResolvedWildcard.BoundType) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic
 
Bound - Class in com.github.javaparser.symbolsolver.resolution.typeinference
Bounds are defined for Inference Variables.
Bound() - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.Bound
 
Bound(boolean, ResolvedType) - Constructor for class com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration.Bound
 
boundedAsObject(ResolvedTypeParameterDeclaration) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic
 
boundedType - Variable in class com.github.javaparser.resolution.types.ResolvedWildcard
 
bounds - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
 
bounds(BoundSet) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormula.ReductionResult
 
boundSet - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormula.ReductionResult
 
BoundSet - Class in com.github.javaparser.symbolsolver.resolution.typeinference
 
BoundSet() - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
 
BoundSet.Processor<B1,B2,R> - Interface in com.github.javaparser.symbolsolver.resolution.typeinference
 
BoundSet.VariableDependency - Class in com.github.javaparser.symbolsolver.resolution.typeinference
 
boundSetup(List<ResolvedTypeParameterDeclaration>, List<InferenceVariable>) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeInference
When inference begins, a bound set is typically generated from a list of type parameter declarations P1, ..., Pp and associated inference variables α1, ..., αp
BoundType() - Constructor for enum com.github.javaparser.resolution.types.ResolvedWildcard.BoundType
 
boxTypeClass - Variable in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
 
BREADTHFIRST - Enum constant in enum com.github.javaparser.ast.Node.TreeTraversal
 
breadthFirstFunc - Static variable in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
 
BreadthFirstIterator(Node) - Constructor for class com.github.javaparser.ast.Node.BreadthFirstIterator
 
BREAK - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
BREAK - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
BreakStatement() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-14.html#jls-14.15
BreakStmt - Class in com.github.javaparser.ast.stmt
The break statement
BreakStmt() - Constructor for class com.github.javaparser.ast.stmt.BreakStmt
 
BreakStmt(SimpleName) - Constructor for class com.github.javaparser.ast.stmt.BreakStmt
 
BreakStmt(TokenRange, SimpleName) - Constructor for class com.github.javaparser.ast.stmt.BreakStmt
This constructor is used by the parser and is considered private.
BreakStmt(String) - Constructor for class com.github.javaparser.ast.stmt.BreakStmt
 
breakStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
BreakStmtMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
BreakStmtMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.BreakStmtMetaModel
 
breakTarget(BreakStmt) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ControlFlowLogic
A break statement with no label attempts to transfer control to the innermost enclosing switch, while, do, or for statement of the immediately enclosing method or initializer; this statement, which is called the break target, then immediately completes normally.
buf - Variable in class com.github.javaparser.printer.SourcePrinter
 
bufcolumn - Variable in class com.github.javaparser.SimpleCharStream
 
buffer - Variable in class com.github.javaparser.SimpleCharStream
 
bufline - Variable in class com.github.javaparser.SimpleCharStream
 
bufpos - Variable in class com.github.javaparser.SimpleCharStream
Position in buffer.
bufsize - Variable in class com.github.javaparser.SimpleCharStream
 
build() - Method in class com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametersMap.Builder
 
build() - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.TypeSolverBuilder
Convert the current build into a valid TypeSolver.
buildAllSubsetsOfSize(Set<T>, int) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
 
BuildCache(long) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.JavaParserTypeSolver
 
builder - Variable in class com.github.javaparser.utils.SeparatedItemStringBuilder
 
Builder() - Constructor for class com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametersMap.Builder
 
Builder(Map<String, ResolvedType>, Map<String, ResolvedTypeParameterDeclaration>) - Constructor for class com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametersMap.Builder
 
byBoxedTypeName(String) - Static method in enum com.github.javaparser.ast.type.PrimitiveType.Primitive
 
byBoxTypeQName(String) - Static method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
 
byName(String) - Static method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
 
byName(String) - Method in interface com.github.javaparser.symbolsolver.logic.ObjectProvider
 
byNode(Node) - Static method in class com.github.javaparser.printer.lexicalpreservation.TextElementMatchers
 
BYTE - Enum constant in enum com.github.javaparser.ast.type.PrimitiveType.Primitive
 
BYTE - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
BYTE - Enum constant in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
 
BYTE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
byteType() - Static method in class com.github.javaparser.ast.type.PrimitiveType
 
byTokenType(int) - Static method in class com.github.javaparser.printer.lexicalpreservation.TextElementMatchers
 
byTypeName(String) - Static method in enum com.github.javaparser.ast.type.PrimitiveType.Primitive
 

C

cache - Variable in class com.github.javaparser.utils.ProjectRoot
 
cache - Variable in class com.github.javaparser.utils.SourceRoot
 
Cache<K,V> - Interface in com.github.javaparser.resolution.cache
A contract that defines a semi-persistent mapping of keys and values.
CACHE_SIZE_UNSET - Static variable in class com.github.javaparser.symbolsolver.resolution.typesolvers.JavaParserTypeSolver
 
cacheCleaner - Static variable in class com.github.javaparser.printer.lexicalpreservation.PhantomNodeLogic
Deprecated.
 
CacheStats - Interface in com.github.javaparser.resolution.cache
 
calcType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionFieldDeclaration
 
calculate(LexicalDifferenceCalculator.CalculatedSyntaxModel, LexicalDifferenceCalculator.CalculatedSyntaxModel) - Static method in class com.github.javaparser.printer.lexicalpreservation.DifferenceElementCalculator
Calculate the Difference between two CalculatedSyntaxModel elements, determining which elements were kept, which were added and which were removed.
CalculatedSyntaxModel(List<CsmElement>) - Constructor for class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator.CalculatedSyntaxModel
 
calculatedSyntaxModelAfterListAddition(Node, ObservableProperty, int, Node) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator
 
calculatedSyntaxModelAfterListAddition(CsmElement, ObservableProperty, NodeList<?>, int, Node) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator
 
calculatedSyntaxModelAfterListRemoval(Node, ObservableProperty, int) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator
 
calculatedSyntaxModelAfterListRemoval(CsmElement, ObservableProperty, NodeList<?>, int) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator
 
calculatedSyntaxModelAfterListReplacement(CsmElement, ObservableProperty, NodeList<?>, int, Node) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator
 
calculatedSyntaxModelAfterPropertyChange(Node, ObservableProperty, Object, Object) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator
 
calculatedSyntaxModelAfterPropertyChange(CsmElement, Node, ObservableProperty, Object, Object) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator
 
calculatedSyntaxModelForNode(Node) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator
 
calculatedSyntaxModelForNode(CsmElement, Node) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator
 
calculatedSyntaxModelForNode(CsmElement, Node, List<CsmElement>, Change) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator
 
calculateImpl(LexicalDifferenceCalculator.CalculatedSyntaxModel, LexicalDifferenceCalculator.CalculatedSyntaxModel) - Static method in class com.github.javaparser.printer.lexicalpreservation.DifferenceElementCalculator
 
calculateIndentWithAlignTo(int) - Method in class com.github.javaparser.printer.SourcePrinter
 
calculateListAdditionDifference(ObservableProperty, NodeList<?>, int, Node) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator
 
calculateListRemovalDifference(ObservableProperty, NodeList<?>, int) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator
 
calculateListReplacementDifference(ObservableProperty, NodeList<?>, int, Node) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator
 
calculateMaximumCommonType(List<Type>) - Static method in interface com.github.javaparser.ast.nodeTypes.NodeWithVariables
 
calculatePropertyChange(NodeText, Node, ObservableProperty, Object, Object) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator
 
calculateResolvedType() - Method in class com.github.javaparser.ast.expr.Expression
returns the type associated with the node.
calculateType(Expression) - Method in interface com.github.javaparser.resolution.SymbolResolver
For an expression it would find the corresponding resolved type.
calculateType(Expression) - Method in class com.github.javaparser.symbolsolver.JavaSymbolSolver
 
CallableDeclaration<T> - Class in com.github.javaparser.ast.body
Represents a declaration which is callable eg.
CallableDeclaration(NodeList<Modifier>, NodeList<AnnotationExpr>, NodeList<TypeParameter>, SimpleName, NodeList<Parameter>, NodeList<ReferenceType>, ReceiverParameter) - Constructor for class com.github.javaparser.ast.body.CallableDeclaration
 
CallableDeclaration(TokenRange, NodeList<Modifier>, NodeList<AnnotationExpr>, NodeList<TypeParameter>, SimpleName, NodeList<Parameter>, NodeList<ReferenceType>, ReceiverParameter) - Constructor for class com.github.javaparser.ast.body.CallableDeclaration
This constructor is used by the parser and is considered private.
CallableDeclaration.Signature - Class in com.github.javaparser.ast.body
A method or constructor signature.
callableDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
CallableDeclarationMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
CallableDeclarationMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.CallableDeclarationMetaModel
 
CallableDeclarationMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.CallableDeclarationMetaModel
 
callback - Variable in class com.github.javaparser.utils.SourceRoot.ParallelParse
 
callback(Path, ParserConfiguration, SourceRoot.Callback) - Method in class com.github.javaparser.utils.SourceRoot
 
camelCaseName() - Method in enum com.github.javaparser.ast.observer.ObservableProperty
 
camelCaseToScreaming(String) - Static method in class com.github.javaparser.utils.Utils
 
canBeAssignedTo(ResolvedReferenceTypeDeclaration) - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
Can we assign instances of the type defined by this declaration to variables having the type defined by the given type?
canBeAssignedTo(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
canBeAssignedTo(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
canBeAssignedTo(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
 
canBeAssignedTo(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
 
canBeAssignedTo(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
canBeAssignedTo(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
 
canBeAssignedTo(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
 
canBeAssignedTo(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
canBeAssignedTo(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
canBeAssignedTo(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
 
canBeAssignedTo(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
 
canBeAssignedTo(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
canCompleteNormally(Statement) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ControlFlowLogic
 
CanonicalRecordConstructor(RecordDeclaration, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration.CanonicalRecordConstructor
 
capitalize(String) - Static method in class com.github.javaparser.utils.Utils
Capitalizes the first character in the string.
CapturesBound - Class in com.github.javaparser.symbolsolver.resolution.typeinference.bounds
Capture(G<A1, ..., An>): The variables α1, ..., αn represent the result of capture conversion (§5.1.10) applied to G<A1, ..., An> (where A1, ..., An may be types or wildcards and may mention inference variables).
CapturesBound(List<InferenceVariable>, List<ResolvedType>) - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.CapturesBound
 
car - Variable in enum com.github.javaparser.printer.configuration.Indentation.IndentType
 
CASCADING_IF_STMT - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
cascadingIfStmtPropertyMetaModel - Variable in class com.github.javaparser.metamodel.IfStmtMetaModel
 
CascadingIterator(Iterator<E>, TextElementIteratorsFactory.CascadingIterator.Provider<E>) - Constructor for class com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory.CascadingIterator
 
CASE - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
CASE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
cast() - Method in class com.github.javaparser.printer.configuration.DefaultConfigurationOption
 
CastExpr - Class in com.github.javaparser.ast.expr
A typecast.
CastExpr() - Constructor for class com.github.javaparser.ast.expr.CastExpr
 
CastExpr(Type, Expression) - Constructor for class com.github.javaparser.ast.expr.CastExpr
 
CastExpr(TokenRange, Type, Expression) - Constructor for class com.github.javaparser.ast.expr.CastExpr
This constructor is used by the parser and is considered private.
CastExpression() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-15.html#jls-15.16
castExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
CastExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
CastExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.CastExprMetaModel
 
CATCH - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
CATCH - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
CATCH_CLAUSES - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
CatchClause - Class in com.github.javaparser.ast.stmt
The catch part of a try-catch-finally.
CatchClause() - Constructor for class com.github.javaparser.ast.stmt.CatchClause
 
CatchClause(Parameter, BlockStmt) - Constructor for class com.github.javaparser.ast.stmt.CatchClause
 
CatchClause(NodeList<Modifier>, NodeList<AnnotationExpr>, ClassOrInterfaceType, SimpleName, BlockStmt) - Constructor for class com.github.javaparser.ast.stmt.CatchClause
 
CatchClause(TokenRange, Parameter, BlockStmt) - Constructor for class com.github.javaparser.ast.stmt.CatchClause
This constructor is used by the parser and is considered private.
CatchClauseContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
 
CatchClauseContext(CatchClause, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.CatchClauseContext
 
catchClauseMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
CatchClauseMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
CatchClauseMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.CatchClauseMetaModel
 
catchClauses - Variable in class com.github.javaparser.ast.stmt.TryStmt
 
catchClausesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.TryStmtMetaModel
 
Category() - Constructor for enum com.github.javaparser.JavaToken.Category
 
cause - Variable in class com.github.javaparser.Problem
 
cause - Variable in exception class com.github.javaparser.resolution.UnsolvedSymbolException
The throwable that caused this UnsolvedSymbolException to get thrown, or null if this UnsolvedSymbolException was not caused by another throwable, or if the causative throwable is unknown.
Change - Interface in com.github.javaparser.printer.lexicalpreservation.changes
This represents a change that has happened to a specific Node.
CHAR - Enum constant in enum com.github.javaparser.ast.type.PrimitiveType.Primitive
 
CHAR - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
CHAR - Enum constant in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
 
CHAR - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
CHARACTER_LITERAL - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
CHARACTER_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
characterEncoding - Variable in class com.github.javaparser.ParserConfiguration
 
CharLiteralExpr - Class in com.github.javaparser.ast.expr
A literal character.
CharLiteralExpr() - Constructor for class com.github.javaparser.ast.expr.CharLiteralExpr
 
CharLiteralExpr(char) - Constructor for class com.github.javaparser.ast.expr.CharLiteralExpr
Constructs a CharLiteralExpr with given escaped character.
CharLiteralExpr(TokenRange, String) - Constructor for class com.github.javaparser.ast.expr.CharLiteralExpr
This constructor is used by the parser and is considered private.
CharLiteralExpr(String) - Constructor for class com.github.javaparser.ast.expr.CharLiteralExpr
 
charLiteralExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
CharLiteralExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
CharLiteralExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.CharLiteralExprMetaModel
 
CharSequenceTranslator() - Constructor for class com.github.javaparser.utils.StringEscapeUtils.CharSequenceTranslator
 
charToken(ObservableProperty) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
charType() - Static method in class com.github.javaparser.ast.type.PrimitiveType
 
check - Variable in class com.github.javaparser.ast.stmt.AssertStmt
 
CHECK - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
checkAncestorsForType(String, ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.JavaParserTypeDeclarationAdapter
Recursively checks the ancestors of the if an internal type is declared with a name equal to .
checkArgument(boolean) - Static method in class com.github.javaparser.quality.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, Object) - Static method in class com.github.javaparser.quality.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkNotNull(Object) - Static method in class com.github.javaparser.quality.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(Object, Object) - Static method in class com.github.javaparser.quality.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkPropertyMetaModel - Variable in class com.github.javaparser.metamodel.AssertStmtMetaModel
 
child - Variable in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
 
child - Variable in class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator.CsmChild
 
child(ObservableProperty) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
childNodes - Variable in class com.github.javaparser.ast.Node
 
ChildPositionInfo(Node, Integer) - Constructor for class com.github.javaparser.printer.lexicalpreservation.DifferenceElementCalculator.ChildPositionInfo
 
childrenIterator - Variable in class com.github.javaparser.ast.Node.DirectChildrenIterator
 
ChildTextElement - Class in com.github.javaparser.printer.lexicalpreservation
Represent the position of a child node in the NodeText of its parent.
ChildTextElement(Node) - Constructor for class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
 
CLASS - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
CLASS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
CLASS_BODY - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
CLASS_BODY - Static variable in interface com.github.javaparser.ParseStart
 
CLASS_DECLARATION - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
CLASS_EXTENSION - Static variable in class com.github.javaparser.symbolsolver.resolution.typesolvers.JarTypeSolver
 
CLASS_OR_INTERFACE_TYPE - Static variable in interface com.github.javaparser.ParseStart
 
classBody - Variable in class com.github.javaparser.ast.body.EnumConstantDeclaration
 
classBodyPropertyMetaModel - Variable in class com.github.javaparser.metamodel.EnumConstantDeclarationMetaModel
 
ClassComparator - Class in com.github.javaparser.symbolsolver.reflectionmodel.comparators
 
ClassComparator() - Constructor for class com.github.javaparser.symbolsolver.reflectionmodel.comparators.ClassComparator
 
classDeclaration - Variable in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt
 
classDeclarationPropertyMetaModel - Variable in class com.github.javaparser.metamodel.LocalClassDeclarationStmtMetaModel
 
ClassExpr - Class in com.github.javaparser.ast.expr
Defines an expression that accesses the class of a type.
ClassExpr() - Constructor for class com.github.javaparser.ast.expr.ClassExpr
 
ClassExpr(Type) - Constructor for class com.github.javaparser.ast.expr.ClassExpr
 
ClassExpr(TokenRange, Type) - Constructor for class com.github.javaparser.ast.expr.ClassExpr
This constructor is used by the parser and is considered private.
classExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ClassExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
ClassExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.ClassExprMetaModel
 
classifyReference(Node, TypeSolver) - Static method in class com.github.javaparser.symbolsolver.resolution.naming.NameLogic
 
classifyRole(Node) - Static method in class com.github.javaparser.symbolsolver.resolution.naming.NameLogic
What is the Role of the given name? Does it represent a Declaration or a Reference?
classLoader - Variable in class com.github.javaparser.symbolsolver.resolution.typesolvers.ClassLoaderTypeSolver
 
classLoaderRoot(Class<?>) - Static method in class com.github.javaparser.utils.CodeGenerationUtils
 
ClassLoaderTypeSolver - Class in com.github.javaparser.symbolsolver.resolution.typesolvers
This TypeSolver wraps a ClassLoader.
ClassLoaderTypeSolver(ClassLoader) - Constructor for class com.github.javaparser.symbolsolver.resolution.typesolvers.ClassLoaderTypeSolver
 
ClassOrInterfaceBody() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-8.html#jls-8.1.6
ClassOrInterfaceBodyDeclaration() - Method in class com.github.javaparser.GeneratedJavaParser
Note that ClassDeclaration and InterfaceDeclaration (in the JLS) include enum and annotation declarations.
ClassOrInterfaceBodyDeclarationParseStart() - Method in class com.github.javaparser.GeneratedJavaParser
 
ClassOrInterfaceDeclaration - Class in com.github.javaparser.ast.body
A definition of a class or interface.
class X { ... }
interface X { ... }
ClassOrInterfaceDeclaration() - Constructor for class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
 
ClassOrInterfaceDeclaration(NodeList<Modifier>, boolean, String) - Constructor for class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
 
ClassOrInterfaceDeclaration(NodeList<Modifier>, NodeList<AnnotationExpr>, boolean, SimpleName, NodeList<TypeParameter>, NodeList<ClassOrInterfaceType>, NodeList<ClassOrInterfaceType>, NodeList<ClassOrInterfaceType>, NodeList<BodyDeclaration<?>>) - Constructor for class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
 
ClassOrInterfaceDeclaration(TokenRange, NodeList<Modifier>, NodeList<AnnotationExpr>, boolean, SimpleName, NodeList<TypeParameter>, NodeList<ClassOrInterfaceType>, NodeList<ClassOrInterfaceType>, NodeList<ClassOrInterfaceType>, NodeList<BodyDeclaration<?>>) - Constructor for class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
This constructor is used by the parser and is considered private.
ClassOrInterfaceDeclaration(ModifierHolder) - Method in class com.github.javaparser.GeneratedJavaParser
Note that this grammar is deliberately permissive.
ClassOrInterfaceDeclarationContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
 
ClassOrInterfaceDeclarationContext(ClassOrInterfaceDeclaration, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ClassOrInterfaceDeclarationContext
 
ClassOrInterfaceDeclarationExtendsContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
Limited version of ClassOrInterfaceDeclarationContext that only resolves type parameters for use by extends and implements part of declaration.
ClassOrInterfaceDeclarationExtendsContext(ClassOrInterfaceDeclaration, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ClassOrInterfaceDeclarationExtendsContext
 
classOrInterfaceDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ClassOrInterfaceDeclarationMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
ClassOrInterfaceDeclarationMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.ClassOrInterfaceDeclarationMetaModel
 
ClassOrInterfaceType - Class in com.github.javaparser.ast.type
A class or an interface type.
ClassOrInterfaceType() - Constructor for class com.github.javaparser.ast.type.ClassOrInterfaceType
 
ClassOrInterfaceType(ClassOrInterfaceType, SimpleName, NodeList<Type>) - Constructor for class com.github.javaparser.ast.type.ClassOrInterfaceType
 
ClassOrInterfaceType(ClassOrInterfaceType, SimpleName, NodeList<Type>, NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.type.ClassOrInterfaceType
 
ClassOrInterfaceType(ClassOrInterfaceType, String) - Constructor for class com.github.javaparser.ast.type.ClassOrInterfaceType
 
ClassOrInterfaceType(TokenRange, ClassOrInterfaceType, SimpleName, NodeList<Type>, NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.type.ClassOrInterfaceType
This constructor is used by the parser and is considered private.
ClassOrInterfaceType(String) - Constructor for class com.github.javaparser.ast.type.ClassOrInterfaceType
Deprecated.
use JavaParser.parseClassOrInterfaceType instead. This constructor does not understand generics.
ClassOrInterfaceType(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.GeneratedJavaParser
 
classOrInterfaceTypeMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ClassOrInterfaceTypeMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
ClassOrInterfaceTypeMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.ClassOrInterfaceTypeMetaModel
 
ClassOrInterfaceTypeParseStart() - Method in class com.github.javaparser.GeneratedJavaParser
 
classPool - Variable in class com.github.javaparser.symbolsolver.resolution.typesolvers.JarTypeSolver
 
classToResolvedType(Class<?>) - Method in interface com.github.javaparser.resolution.Solver
Convert a Class into the corresponding ResolvedType.
classToResolvedType(Class<?>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
Deprecated.
instead consider SymbolSolver.classToResolvedType(Classinvalid input: '<'?> clazz)
classToResolvedType(Class<?>) - Method in class com.github.javaparser.symbolsolver.resolution.SymbolSolver
Convert a Class into the corresponding ResolvedType.
ClassUtils - Class in com.github.javaparser.utils
 
ClassUtils() - Constructor for class com.github.javaparser.utils.ClassUtils
 
clazz - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
 
clazz - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassAdapter
 
clazz - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
clazz - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
 
clazz - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
 
clazz - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
cleanLines(String) - Static method in class com.github.javaparser.JavadocParser
 
cleanTheLineOfLeftOverSpace(RemovedGroup, Removed) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
Cleans the line of left over space if there is unnecessary indentation and the element will not be replaced
cleanUpCache() - Static method in class com.github.javaparser.printer.lexicalpreservation.PhantomNodeLogic
Deprecated.
Clean up the cache used by the LexicalPreserving logic.
cleanupStack(Node.PostOrderIterator.Level) - Method in class com.github.javaparser.ast.Node.PostOrderIterator
 
clear() - Method in class com.github.javaparser.ast.NodeList
 
clear() - Method in class com.github.javaparser.utils.VisitorList
 
clear() - Method in class com.github.javaparser.utils.VisitorMap
 
clear() - Method in class com.github.javaparser.utils.VisitorSet
 
clearBackSlashSeen(int) - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider
 
clearInstances() - Static method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
This method is used to clear internal caches for the sake of releasing memory.
clearVariablesIntroducedIfFalse() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.PatternVariableResult
 
clearVariablesIntroducedIfTrue() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.PatternVariableResult
 
clone() - Method in class com.github.javaparser.ast.ArrayCreationLevel
 
clone() - Method in class com.github.javaparser.ast.body.AnnotationDeclaration
 
clone() - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
 
clone() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
clone() - Method in class com.github.javaparser.ast.body.CallableDeclaration
 
clone() - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
 
clone() - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
 
clone() - Method in class com.github.javaparser.ast.body.ConstructorDeclaration
 
clone() - Method in class com.github.javaparser.ast.body.EnumConstantDeclaration
 
clone() - Method in class com.github.javaparser.ast.body.EnumDeclaration
 
clone() - Method in class com.github.javaparser.ast.body.FieldDeclaration
 
clone() - Method in class com.github.javaparser.ast.body.InitializerDeclaration
 
clone() - Method in class com.github.javaparser.ast.body.MethodDeclaration
 
clone() - Method in class com.github.javaparser.ast.body.Parameter
 
clone() - Method in class com.github.javaparser.ast.body.ReceiverParameter
 
clone() - Method in class com.github.javaparser.ast.body.RecordDeclaration
 
clone() - Method in class com.github.javaparser.ast.body.TypeDeclaration
 
clone() - Method in class com.github.javaparser.ast.body.VariableDeclarator
 
clone() - Method in class com.github.javaparser.ast.comments.BlockComment
 
clone() - Method in class com.github.javaparser.ast.comments.Comment
 
clone() - Method in class com.github.javaparser.ast.comments.JavadocComment
 
clone() - Method in class com.github.javaparser.ast.comments.LineComment
 
clone() - Method in class com.github.javaparser.ast.CompilationUnit
 
clone() - Method in class com.github.javaparser.ast.expr.AnnotationExpr
 
clone() - Method in class com.github.javaparser.ast.expr.ArrayAccessExpr
 
clone() - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
 
clone() - Method in class com.github.javaparser.ast.expr.ArrayInitializerExpr
 
clone() - Method in class com.github.javaparser.ast.expr.AssignExpr
 
clone() - Method in class com.github.javaparser.ast.expr.BinaryExpr
 
clone() - Method in class com.github.javaparser.ast.expr.BooleanLiteralExpr
 
clone() - Method in class com.github.javaparser.ast.expr.CastExpr
 
clone() - Method in class com.github.javaparser.ast.expr.CharLiteralExpr
 
clone() - Method in class com.github.javaparser.ast.expr.ClassExpr
 
clone() - Method in class com.github.javaparser.ast.expr.ConditionalExpr
 
clone() - Method in class com.github.javaparser.ast.expr.DoubleLiteralExpr
 
clone() - Method in class com.github.javaparser.ast.expr.EnclosedExpr
 
clone() - Method in class com.github.javaparser.ast.expr.Expression
 
clone() - Method in class com.github.javaparser.ast.expr.FieldAccessExpr
 
clone() - Method in class com.github.javaparser.ast.expr.InstanceOfExpr
 
clone() - Method in class com.github.javaparser.ast.expr.IntegerLiteralExpr
 
clone() - Method in class com.github.javaparser.ast.expr.LambdaExpr
 
clone() - Method in class com.github.javaparser.ast.expr.LiteralExpr
 
clone() - Method in class com.github.javaparser.ast.expr.LiteralStringValueExpr
 
clone() - Method in class com.github.javaparser.ast.expr.LongLiteralExpr
 
clone() - Method in class com.github.javaparser.ast.expr.MarkerAnnotationExpr
 
clone() - Method in class com.github.javaparser.ast.expr.MemberValuePair
 
clone() - Method in class com.github.javaparser.ast.expr.MethodCallExpr
 
clone() - Method in class com.github.javaparser.ast.expr.MethodReferenceExpr
 
clone() - Method in class com.github.javaparser.ast.expr.Name
 
clone() - Method in class com.github.javaparser.ast.expr.NameExpr
 
clone() - Method in class com.github.javaparser.ast.expr.NormalAnnotationExpr
 
clone() - Method in class com.github.javaparser.ast.expr.NullLiteralExpr
 
clone() - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
 
clone() - Method in class com.github.javaparser.ast.expr.PatternExpr
 
clone() - Method in class com.github.javaparser.ast.expr.RecordPatternExpr
 
clone() - Method in class com.github.javaparser.ast.expr.SimpleName
 
clone() - Method in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr
 
clone() - Method in class com.github.javaparser.ast.expr.StringLiteralExpr
 
clone() - Method in class com.github.javaparser.ast.expr.SuperExpr
 
clone() - Method in class com.github.javaparser.ast.expr.SwitchExpr
 
clone() - Method in class com.github.javaparser.ast.expr.TextBlockLiteralExpr
 
clone() - Method in class com.github.javaparser.ast.expr.ThisExpr
 
clone() - Method in class com.github.javaparser.ast.expr.TypeExpr
 
clone() - Method in class com.github.javaparser.ast.expr.TypePatternExpr
 
clone() - Method in class com.github.javaparser.ast.expr.UnaryExpr
 
clone() - Method in class com.github.javaparser.ast.expr.VariableDeclarationExpr
 
clone() - Method in class com.github.javaparser.ast.ImportDeclaration
 
clone() - Method in class com.github.javaparser.ast.Modifier
 
clone() - Method in class com.github.javaparser.ast.modules.ModuleDeclaration
 
clone() - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
clone() - Method in class com.github.javaparser.ast.modules.ModuleExportsDirective
 
clone() - Method in class com.github.javaparser.ast.modules.ModuleOpensDirective
 
clone() - Method in class com.github.javaparser.ast.modules.ModuleProvidesDirective
 
clone() - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
 
clone() - Method in class com.github.javaparser.ast.modules.ModuleUsesDirective
 
clone() - Method in class com.github.javaparser.ast.Node
 
clone() - Method in interface com.github.javaparser.ast.nodeTypes.SwitchNode
 
clone() - Method in class com.github.javaparser.ast.PackageDeclaration
 
clone() - Method in class com.github.javaparser.ast.stmt.AssertStmt
 
clone() - Method in class com.github.javaparser.ast.stmt.BlockStmt
 
clone() - Method in class com.github.javaparser.ast.stmt.BreakStmt
 
clone() - Method in class com.github.javaparser.ast.stmt.CatchClause
 
clone() - Method in class com.github.javaparser.ast.stmt.ContinueStmt
 
clone() - Method in class com.github.javaparser.ast.stmt.DoStmt
 
clone() - Method in class com.github.javaparser.ast.stmt.EmptyStmt
 
clone() - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
 
clone() - Method in class com.github.javaparser.ast.stmt.ExpressionStmt
 
clone() - Method in class com.github.javaparser.ast.stmt.ForEachStmt
 
clone() - Method in class com.github.javaparser.ast.stmt.ForStmt
 
clone() - Method in class com.github.javaparser.ast.stmt.IfStmt
 
clone() - Method in class com.github.javaparser.ast.stmt.LabeledStmt
 
clone() - Method in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt
 
clone() - Method in class com.github.javaparser.ast.stmt.LocalRecordDeclarationStmt
 
clone() - Method in class com.github.javaparser.ast.stmt.ReturnStmt
 
clone() - Method in class com.github.javaparser.ast.stmt.Statement
 
clone() - Method in class com.github.javaparser.ast.stmt.SwitchEntry
 
clone() - Method in class com.github.javaparser.ast.stmt.SwitchStmt
 
clone() - Method in class com.github.javaparser.ast.stmt.SynchronizedStmt
 
clone() - Method in class com.github.javaparser.ast.stmt.ThrowStmt
 
clone() - Method in class com.github.javaparser.ast.stmt.TryStmt
 
clone() - Method in class com.github.javaparser.ast.stmt.UnparsableStmt
 
clone() - Method in class com.github.javaparser.ast.stmt.WhileStmt
 
clone() - Method in class com.github.javaparser.ast.stmt.YieldStmt
 
clone() - Method in class com.github.javaparser.ast.type.ArrayType
 
clone() - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
 
clone() - Method in class com.github.javaparser.ast.type.IntersectionType
 
clone() - Method in class com.github.javaparser.ast.type.PrimitiveType
 
clone() - Method in class com.github.javaparser.ast.type.ReferenceType
 
clone() - Method in class com.github.javaparser.ast.type.Type
 
clone() - Method in class com.github.javaparser.ast.type.TypeParameter
 
clone() - Method in class com.github.javaparser.ast.type.UnionType
 
clone() - Method in class com.github.javaparser.ast.type.UnknownType
 
clone() - Method in class com.github.javaparser.ast.type.VarType
 
clone() - Method in class com.github.javaparser.ast.type.VoidType
 
clone() - Method in class com.github.javaparser.ast.type.WildcardType
 
cloneList(NodeList<N>, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
cloneNode(Optional<T>, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
cloneNode(T, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
CloneVisitor - Class in com.github.javaparser.ast.visitor
A visitor that clones (copies) a node and all its children.
CloneVisitor() - Constructor for class com.github.javaparser.ast.visitor.CloneVisitor
 
close() - Method in class com.github.javaparser.LineEndingProcessingProvider
 
close() - Method in interface com.github.javaparser.Provider
Closes the stream and releases any system resources associated with it.
close() - Method in class com.github.javaparser.StreamProvider
 
close() - Method in class com.github.javaparser.StringProvider
 
close() - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider
 
CODE - Enum constant in enum com.github.javaparser.javadoc.description.JavadocInlineTag.Type
 
CodeGenerationUtils - Class in com.github.javaparser.utils
Utilities that can be useful when generating code.
CodeGenerationUtils() - Constructor for class com.github.javaparser.utils.CodeGenerationUtils
 
codeRepresenation - Variable in enum com.github.javaparser.ast.AccessSpecifier
 
codeRepresentation - Variable in enum com.github.javaparser.ast.expr.AssignExpr.Operator
 
codeRepresentation - Variable in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
 
codeRepresentation - Variable in enum com.github.javaparser.ast.expr.UnaryExpr.Operator
 
codeRepresentation - Variable in enum com.github.javaparser.ast.Modifier.Keyword
 
codeRepresentation - Variable in enum com.github.javaparser.ast.type.PrimitiveType.Primitive
 
collect(Path) - Method in class com.github.javaparser.symbolsolver.utils.SymbolSolverCollectionStrategy
 
collect(Path) - Method in interface com.github.javaparser.utils.CollectionStrategy
 
collect(Path) - Method in class com.github.javaparser.utils.ParserCollectionStrategy
 
collectAllNodes(Node) - Method in class com.github.javaparser.symbolsolver.SourceFileInfoExtractor
 
CollectionStrategy - Interface in com.github.javaparser.utils
A strategy for discovering the structure of a project.
COLON - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
COLON - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
column - Variable in class com.github.javaparser.Position
 
column - Variable in class com.github.javaparser.SimpleCharStream
 
COLUMN_ALIGN_FIRST_METHOD_CHAIN - Enum constant in enum com.github.javaparser.printer.configuration.DefaultPrinterConfiguration.ConfigOption
 
COLUMN_ALIGN_PARAMETERS - Enum constant in enum com.github.javaparser.printer.configuration.DefaultPrinterConfiguration.ConfigOption
 
com.github.javaparser - package com.github.javaparser
 
com.github.javaparser.ast - package com.github.javaparser.ast
 
com.github.javaparser.ast.body - package com.github.javaparser.ast.body
 
com.github.javaparser.ast.comments - package com.github.javaparser.ast.comments
 
com.github.javaparser.ast.expr - package com.github.javaparser.ast.expr
 
com.github.javaparser.ast.modules - package com.github.javaparser.ast.modules
 
com.github.javaparser.ast.nodeTypes - package com.github.javaparser.ast.nodeTypes
 
com.github.javaparser.ast.nodeTypes.modifiers - package com.github.javaparser.ast.nodeTypes.modifiers
 
com.github.javaparser.ast.observer - package com.github.javaparser.ast.observer
 
com.github.javaparser.ast.stmt - package com.github.javaparser.ast.stmt
 
com.github.javaparser.ast.type - package com.github.javaparser.ast.type
 
com.github.javaparser.ast.validator - package com.github.javaparser.ast.validator
 
com.github.javaparser.ast.validator.language_level_validations - package com.github.javaparser.ast.validator.language_level_validations
 
com.github.javaparser.ast.validator.language_level_validations.chunks - package com.github.javaparser.ast.validator.language_level_validations.chunks
 
com.github.javaparser.ast.validator.postprocessors - package com.github.javaparser.ast.validator.postprocessors
 
com.github.javaparser.ast.visitor - package com.github.javaparser.ast.visitor
 
com.github.javaparser.javadoc - package com.github.javaparser.javadoc
 
com.github.javaparser.javadoc.description - package com.github.javaparser.javadoc.description
 
com.github.javaparser.metamodel - package com.github.javaparser.metamodel
 
com.github.javaparser.printer - package com.github.javaparser.printer
 
com.github.javaparser.printer.concretesyntaxmodel - package com.github.javaparser.printer.concretesyntaxmodel
 
com.github.javaparser.printer.configuration - package com.github.javaparser.printer.configuration
 
com.github.javaparser.printer.configuration.imports - package com.github.javaparser.printer.configuration.imports
 
com.github.javaparser.printer.lexicalpreservation - package com.github.javaparser.printer.lexicalpreservation
 
com.github.javaparser.printer.lexicalpreservation.changes - package com.github.javaparser.printer.lexicalpreservation.changes
 
com.github.javaparser.quality - package com.github.javaparser.quality
 
com.github.javaparser.resolution - package com.github.javaparser.resolution
 
com.github.javaparser.resolution.cache - package com.github.javaparser.resolution.cache
 
com.github.javaparser.resolution.declarations - package com.github.javaparser.resolution.declarations
 
com.github.javaparser.resolution.logic - package com.github.javaparser.resolution.logic
 
com.github.javaparser.resolution.model - package com.github.javaparser.resolution.model
 
com.github.javaparser.resolution.model.typesystem - package com.github.javaparser.resolution.model.typesystem
 
com.github.javaparser.resolution.promotion - package com.github.javaparser.resolution.promotion
 
com.github.javaparser.resolution.types - package com.github.javaparser.resolution.types
 
com.github.javaparser.resolution.types.parametrization - package com.github.javaparser.resolution.types.parametrization
 
com.github.javaparser.symbolsolver - package com.github.javaparser.symbolsolver
 
com.github.javaparser.symbolsolver.cache - package com.github.javaparser.symbolsolver.cache
 
com.github.javaparser.symbolsolver.core.resolution - package com.github.javaparser.symbolsolver.core.resolution
 
com.github.javaparser.symbolsolver.declarations.common - package com.github.javaparser.symbolsolver.declarations.common
 
com.github.javaparser.symbolsolver.javaparsermodel - package com.github.javaparser.symbolsolver.javaparsermodel
Implementation of model based on JavaParser.
com.github.javaparser.symbolsolver.javaparsermodel.contexts - package com.github.javaparser.symbolsolver.javaparsermodel.contexts
 
com.github.javaparser.symbolsolver.javaparsermodel.declarations - package com.github.javaparser.symbolsolver.javaparsermodel.declarations
 
com.github.javaparser.symbolsolver.javaparsermodel.declarators - package com.github.javaparser.symbolsolver.javaparsermodel.declarators
 
com.github.javaparser.symbolsolver.javassistmodel - package com.github.javaparser.symbolsolver.javassistmodel
Implementation of model based on Javassist.
com.github.javaparser.symbolsolver.logic - package com.github.javaparser.symbolsolver.logic
 
com.github.javaparser.symbolsolver.reflectionmodel - package com.github.javaparser.symbolsolver.reflectionmodel
Implementation of model based on reflection.
com.github.javaparser.symbolsolver.reflectionmodel.comparators - package com.github.javaparser.symbolsolver.reflectionmodel.comparators
 
com.github.javaparser.symbolsolver.resolution - package com.github.javaparser.symbolsolver.resolution
 
com.github.javaparser.symbolsolver.resolution.naming - package com.github.javaparser.symbolsolver.resolution.naming
 
com.github.javaparser.symbolsolver.resolution.promotion - package com.github.javaparser.symbolsolver.resolution.promotion
 
com.github.javaparser.symbolsolver.resolution.typeinference - package com.github.javaparser.symbolsolver.resolution.typeinference
 
com.github.javaparser.symbolsolver.resolution.typeinference.bounds - package com.github.javaparser.symbolsolver.resolution.typeinference.bounds
 
com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas - package com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas
 
com.github.javaparser.symbolsolver.resolution.typesolvers - package com.github.javaparser.symbolsolver.resolution.typesolvers
 
com.github.javaparser.symbolsolver.utils - package com.github.javaparser.symbolsolver.utils
 
com.github.javaparser.utils - package com.github.javaparser.utils
 
CombinedTypeSolver - Class in com.github.javaparser.symbolsolver.resolution.typesolvers
A container for type solvers.
CombinedTypeSolver(TypeSolver...) - Constructor for class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver
 
CombinedTypeSolver(Iterable<TypeSolver>) - Constructor for class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver
 
CombinedTypeSolver(Predicate<Exception>, TypeSolver...) - Constructor for class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver
 
CombinedTypeSolver(Predicate<Exception>, Iterable<TypeSolver>) - Constructor for class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver
 
CombinedTypeSolver(Predicate<Exception>, Iterable<TypeSolver>, Cache<String, SymbolReference<ResolvedReferenceTypeDeclaration>>) - Constructor for class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver
Create a new instance of CombinedTypeSolver with a custom symbol cache.
CombinedTypeSolver.ExceptionHandlers - Class in com.github.javaparser.symbolsolver.resolution.typesolvers
Provides some convenience exception handler implementations
combineRemovedElementsToRemovedGroups() - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
Maps all Removed elements as keys to their corresponding RemovedGroup.
comma() - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
COMMA - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
COMMA - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
comment - Variable in class com.github.javaparser.ast.Node
 
comment() - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
Comment - Class in com.github.javaparser.ast.comments
Abstract class for all AST nodes that represent comments.
Comment(TokenRange, String) - Constructor for class com.github.javaparser.ast.comments.Comment
This constructor is used by the parser and is considered private.
Comment(String) - Constructor for class com.github.javaparser.ast.comments.Comment
 
COMMENT - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
COMMENT - Enum constant in enum com.github.javaparser.JavaToken.Category
 
COMMENT_CONTENT - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
COMMENT_CONTENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
COMMENTED_NODE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
commentedNode - Variable in class com.github.javaparser.ast.comments.Comment
 
commentIsOnNextLine(Node, Comment) - Method in class com.github.javaparser.CommentsInserter
 
commentMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
CommentMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
CommentMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.CommentMetaModel
 
CommentMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.CommentMetaModel
 
commentPropertyMetaModel - Variable in class com.github.javaparser.metamodel.NodeMetaModel
 
comments - Variable in class com.github.javaparser.ast.comments.CommentsCollection
 
Comments - Search tag in class com.github.javaparser.ast.Node
Section
commentsCollection - Variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
commentsCollection - Variable in class com.github.javaparser.ParseResult
 
CommentsCollection - Class in com.github.javaparser.ast.comments
The comments contained in a certain parsed piece of source code.
CommentsCollection() - Constructor for class com.github.javaparser.ast.comments.CommentsCollection
 
CommentsCollection(Collection<Comment>) - Constructor for class com.github.javaparser.ast.comments.CommentsCollection
 
CommentsInserter - Class in com.github.javaparser
Assigns comments to nodes of the AST.
CommentsInserter(ParserConfiguration) - Constructor for class com.github.javaparser.CommentsInserter
 
commonNodeEquality(Node, Node) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
Check for equality that can be applied to each kind of node, to not repeat it in every method we store that here.
CommonTokenAction(Token) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
CommonValidators - Class in com.github.javaparser.ast.validator.language_level_validations.chunks
Contains validations that are valid for every Java version.
CommonValidators() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.chunks.CommonValidators
 
CompactConstructorDeclaration - Class in com.github.javaparser.ast.body
The record declaration's constructor
CompactConstructorDeclaration() - Constructor for class com.github.javaparser.ast.body.CompactConstructorDeclaration
 
CompactConstructorDeclaration(NodeList<Modifier>, NodeList<AnnotationExpr>, NodeList<TypeParameter>, SimpleName, NodeList<ReferenceType>, BlockStmt) - Constructor for class com.github.javaparser.ast.body.CompactConstructorDeclaration
 
CompactConstructorDeclaration(NodeList<Modifier>, String) - Constructor for class com.github.javaparser.ast.body.CompactConstructorDeclaration
 
CompactConstructorDeclaration(TokenRange, NodeList<AnnotationExpr>, BlockStmt) - Constructor for class com.github.javaparser.ast.body.CompactConstructorDeclaration
This constructor is used by the parser and is considered private.
CompactConstructorDeclaration(TokenRange, NodeList<Modifier>, NodeList<AnnotationExpr>, NodeList<TypeParameter>, SimpleName, NodeList<ReferenceType>, BlockStmt) - Constructor for class com.github.javaparser.ast.body.CompactConstructorDeclaration
This constructor is used by the parser and is considered private.
CompactConstructorDeclaration(String) - Constructor for class com.github.javaparser.ast.body.CompactConstructorDeclaration
 
CompactConstructorDeclaration(ModifierHolder) - Method in class com.github.javaparser.GeneratedJavaParser
https://openjdk.java.net/jeps/359#Grammar
compactConstructorDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
CompactConstructorDeclarationMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
CompactConstructorDeclarationMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.CompactConstructorDeclarationMetaModel
 
compare - Variable in class com.github.javaparser.ast.stmt.ForStmt
 
compare(Node, Node, boolean) - Static method in class com.github.javaparser.utils.PositionUtils
 
compare(Class<?>, Class<?>) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.comparators.ClassComparator
 
compare(Method, Method) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.comparators.MethodComparator
 
compare(Parameter, Parameter) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.comparators.ParameterComparator
 
COMPARE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
compareConsideringTypeParameters(ResolvedReferenceType) - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
compareConsideringVariableTypeParameters(ResolvedType, ResolvedTypeVariable) - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
comparePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ForStmtMetaModel
 
compareTo(Position) - Method in class com.github.javaparser.Position
 
compareTypeArguments(T, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.JavaParserTypeDeclarationAdapter
 
compareTypeParameters(TypeDeclaration<?>, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.JavaParserTypeDeclarationAdapter
 
compareTypeParameters(T, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.JavaParserTypeDeclarationAdapter
 
compareTypes(List<? extends Type>, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.JavaParserTypeDeclarationAdapter
 
COMPILATION_ERROR - Enum constant in enum com.github.javaparser.symbolsolver.resolution.naming.NameCategory
 
COMPILATION_UNIT - Static variable in interface com.github.javaparser.ParseStart
 
compilationUnit - Variable in class com.github.javaparser.ast.CompilationUnit.Storage
 
CompilationUnit - Class in com.github.javaparser.ast
This class represents the entire compilation unit.
CompilationUnit() - Constructor for class com.github.javaparser.ast.CompilationUnit
 
CompilationUnit(PackageDeclaration, NodeList<ImportDeclaration>, NodeList<TypeDeclaration<?>>, ModuleDeclaration) - Constructor for class com.github.javaparser.ast.CompilationUnit
 
CompilationUnit(TokenRange, PackageDeclaration, NodeList<ImportDeclaration>, NodeList<TypeDeclaration<?>>, ModuleDeclaration) - Constructor for class com.github.javaparser.ast.CompilationUnit
This constructor is used by the parser and is considered private.
CompilationUnit(String) - Constructor for class com.github.javaparser.ast.CompilationUnit
 
CompilationUnit() - Method in class com.github.javaparser.GeneratedJavaParser
 
CompilationUnit.Storage - Class in com.github.javaparser.ast
Information about where this compilation unit was loaded from.
CompilationUnitContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
 
CompilationUnitContext(CompilationUnit, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.CompilationUnitContext
 
compilationUnitMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
CompilationUnitMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
CompilationUnitMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.CompilationUnitMetaModel
 
COMPONENT_TYPE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
componentType - Variable in class com.github.javaparser.ast.type.ArrayType
 
componentTypePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ArrayTypeMetaModel
 
ComposedIterator(List<Iterator<E>>) - Constructor for class com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory.ComposedIterator
 
compute() - Method in class com.github.javaparser.utils.SourceRoot.ParallelParse
 
concrete - Variable in class com.github.javaparser.resolution.model.typesystem.LazyType
 
concreteEquivalentTypesAlsoIndirectly(Set<InferenceVariableType>, InferenceVariableType) - Method in class com.github.javaparser.resolution.logic.InferenceVariableType
 
concreteListChange(NodeList<?>, AstObserver.ListChangeType, int, Node) - Method in class com.github.javaparser.ast.observer.PropagatingAstObserver
 
concreteListChange(NodeList<?>, AstObserver.ListChangeType, int, Node) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter.Observer
 
concreteListReplacement(NodeList<?>, int, Node, Node) - Method in class com.github.javaparser.ast.observer.PropagatingAstObserver
 
concreteListReplacement(NodeList<?>, int, Node, Node) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter.Observer
 
concretePropertyChange(Node, ObservableProperty, Object, Object) - Method in class com.github.javaparser.ast.observer.PropagatingAstObserver
 
concretePropertyChange(Node, ObservableProperty, Object, Object) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter.Observer
 
ConcreteSyntaxModel - Class in com.github.javaparser.printer
The Concrete Syntax Model for a single node type.
ConcreteSyntaxModel() - Constructor for class com.github.javaparser.printer.ConcreteSyntaxModel
 
concreteSyntaxModelByClass - Static variable in class com.github.javaparser.printer.ConcreteSyntaxModel
 
concreteType(ResolvedType) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic
 
condition - Variable in class com.github.javaparser.ast.expr.ConditionalExpr
 
condition - Variable in class com.github.javaparser.ast.stmt.DoStmt
 
condition - Variable in class com.github.javaparser.ast.stmt.IfStmt
 
condition - Variable in class com.github.javaparser.ast.stmt.WhileStmt
 
condition - Variable in class com.github.javaparser.printer.concretesyntaxmodel.CsmConditional
 
Condition() - Constructor for enum com.github.javaparser.printer.concretesyntaxmodel.CsmConditional.Condition
 
CONDITION - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
conditional(ObservableProperty, CsmConditional.Condition, CsmElement) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
conditional(ObservableProperty, CsmConditional.Condition, CsmElement, CsmElement) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
conditional(List<ObservableProperty>, CsmConditional.Condition, CsmElement, CsmElement) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
ConditionalAndExpression() - Method in class com.github.javaparser.GeneratedJavaParser
Note subtle distinctions between inclusive and exclusive expressions.
ConditionalExpr - Class in com.github.javaparser.ast.expr
The ternary conditional expression.
ConditionalExpr() - Constructor for class com.github.javaparser.ast.expr.ConditionalExpr
 
ConditionalExpr(Expression, Expression, Expression) - Constructor for class com.github.javaparser.ast.expr.ConditionalExpr
 
ConditionalExpr(TokenRange, Expression, Expression, Expression) - Constructor for class com.github.javaparser.ast.expr.ConditionalExpr
This constructor is used by the parser and is considered private.
ConditionalExprContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
 
ConditionalExprContext(ConditionalExpr, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ConditionalExprContext
 
ConditionalExpression() - Method in class com.github.javaparser.GeneratedJavaParser
// TODO: Examine further re: missing(?) LambdaExpression or whether it is permissive enough to include it.
ConditionalExprHandler - Interface in com.github.javaparser.resolution.promotion
 
conditionalExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ConditionalExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
ConditionalExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.ConditionalExprMetaModel
 
ConditionalExprResolver - Class in com.github.javaparser.symbolsolver.resolution.promotion
 
ConditionalExprResolver() - Constructor for class com.github.javaparser.symbolsolver.resolution.promotion.ConditionalExprResolver
 
ConditionalOrExpression() - Method in class com.github.javaparser.GeneratedJavaParser
Note subtle distinctions between inclusive and exclusive expressions.
conditionPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ConditionalExprMetaModel
 
conditionPropertyMetaModel - Variable in class com.github.javaparser.metamodel.DoStmtMetaModel
 
conditionPropertyMetaModel - Variable in class com.github.javaparser.metamodel.IfStmtMetaModel
 
conditionPropertyMetaModel - Variable in class com.github.javaparser.metamodel.WhileStmtMetaModel
 
configOption - Variable in class com.github.javaparser.printer.configuration.DefaultConfigurationOption
 
ConfigOption(Class) - Constructor for enum com.github.javaparser.printer.configuration.DefaultPrinterConfiguration.ConfigOption
 
ConfigOption(Class<T>, T) - Constructor for enum com.github.javaparser.printer.configuration.DefaultPrinterConfiguration.ConfigOption
 
configuration - Variable in class com.github.javaparser.CommentsInserter
 
configuration - Variable in class com.github.javaparser.JavaParser
 
configuration - Variable in class com.github.javaparser.printer.DefaultPrettyPrinter
 
configuration - Variable in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
configuration - Variable in class com.github.javaparser.printer.PrettyPrinter
Deprecated.
 
configuration - Variable in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
ConfigurationOption - Interface in com.github.javaparser.printer.configuration
 
ConflictingGenericTypesException - Exception Class in com.github.javaparser.resolution.logic
 
ConflictingGenericTypesException(ResolvedType, ResolvedType) - Constructor for exception class com.github.javaparser.resolution.logic.ConflictingGenericTypesException
 
considerAdding(Object) - Method in class com.github.javaparser.ast.observer.PropagatingAstObserver
 
considerEnforcingIndentation(NodeText, int) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
If we are at the beginning of a line, with just spaces or tabs before/after the position of the deleted element we should force the space to be the same as the current indentation.
considerIndentation(NodeText, int, int) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
considerRemoval(CsmElement, int, List<DifferenceElement>) - Static method in class com.github.javaparser.printer.lexicalpreservation.DifferenceElementCalculator
 
considerRemoval(NodeText, List<DifferenceElement>) - Static method in class com.github.javaparser.printer.lexicalpreservation.DifferenceElementCalculator
 
considerRemoving(Object) - Method in class com.github.javaparser.ast.observer.PropagatingAstObserver
 
considerRemovingIndentation(NodeText, int) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
CONST - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
CONST - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
ConstraintFormula - Class in com.github.javaparser.symbolsolver.resolution.typeinference
Constraint formulas are assertions of compatibility or subtyping that may involve inference variables.
ConstraintFormula() - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormula
 
ConstraintFormula.ReductionResult - Class in com.github.javaparser.symbolsolver.resolution.typeinference
 
constraintFormulas - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormula.ReductionResult
 
constraintFormulas - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormulaSet
 
ConstraintFormulaSet - Class in com.github.javaparser.symbolsolver.resolution.typeinference
 
ConstraintFormulaSet() - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormulaSet
 
constraintSetFromArgumentsSubstitution(List<ResolvedType>, List<Expression>, Substitution, int) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeInference
 
construct(Map<String, Object>) - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
Creates a new node of this type.
Construction - Search tag in class com.github.javaparser.ast.Node
Section
constructor - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionConstructorDeclaration
 
ConstructorContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
 
ConstructorContext(ConstructorDeclaration, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ConstructorContext
 
ConstructorDeclaration - Class in com.github.javaparser.ast.body
A constructor declaration: class X { X() { } } where X(){} is the constructor declaration.
ConstructorDeclaration() - Constructor for class com.github.javaparser.ast.body.ConstructorDeclaration
 
ConstructorDeclaration(NodeList<Modifier>, NodeList<AnnotationExpr>, NodeList<TypeParameter>, SimpleName, NodeList<Parameter>, NodeList<ReferenceType>, BlockStmt) - Constructor for class com.github.javaparser.ast.body.ConstructorDeclaration
 
ConstructorDeclaration(NodeList<Modifier>, NodeList<AnnotationExpr>, NodeList<TypeParameter>, SimpleName, NodeList<Parameter>, NodeList<ReferenceType>, BlockStmt, ReceiverParameter) - Constructor for class com.github.javaparser.ast.body.ConstructorDeclaration
 
ConstructorDeclaration(NodeList<Modifier>, String) - Constructor for class com.github.javaparser.ast.body.ConstructorDeclaration
 
ConstructorDeclaration(TokenRange, NodeList<Modifier>, NodeList<AnnotationExpr>, NodeList<TypeParameter>, SimpleName, NodeList<Parameter>, NodeList<ReferenceType>, BlockStmt, ReceiverParameter) - Constructor for class com.github.javaparser.ast.body.ConstructorDeclaration
This constructor is used by the parser and is considered private.
ConstructorDeclaration(String) - Constructor for class com.github.javaparser.ast.body.ConstructorDeclaration
 
ConstructorDeclaration(ModifierHolder) - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-8.html#jls-8.8
constructorDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ConstructorDeclarationMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
ConstructorDeclarationMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.ConstructorDeclarationMetaModel
 
constructorParameters - Variable in class com.github.javaparser.metamodel.BaseNodeMetaModel
 
ConstructorResolutionLogic - Class in com.github.javaparser.resolution.logic
 
ConstructorResolutionLogic() - Constructor for class com.github.javaparser.resolution.logic.ConstructorResolutionLogic
 
containedTryStmts(Statement) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ControlFlowLogic
 
container - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeParameter
 
container - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionTypeParameter
 
containerName(Node) - Static method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.AstResolutionUtils
 
containerType() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
Get the ReferenceTypeDeclaration enclosing this declaration.
containerType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
 
containerType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
 
containerType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
containerType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
containerType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
 
containerType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
 
containerType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeAdapter
 
containerType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
 
containerType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
 
containerType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
 
containerType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
containerType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
 
containerType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
 
containerType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
containerType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeDeclarationAdapter
 
containerType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeParameter
 
containerType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
 
containerType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassAdapter
 
containerType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
containerType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
 
containerType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
 
containerType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
containerType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionTypeParameter
 
containingNodeMetaModel - Variable in class com.github.javaparser.metamodel.PropertyMetaModel
 
contains(Comment) - Method in class com.github.javaparser.ast.comments.CommentsCollection
 
contains(Statement, Statement) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ControlFlowLogic
 
contains(Position) - Method in class com.github.javaparser.Range
Does this loosely contain the other range?
contains(Range) - Method in class com.github.javaparser.Range
Does this loosely contain the other range?
contains(Object) - Method in class com.github.javaparser.ast.NodeList
 
contains(Object) - Method in class com.github.javaparser.utils.VisitorList
 
contains(Object) - Method in class com.github.javaparser.utils.VisitorSet
 
contains(K) - Method in interface com.github.javaparser.resolution.cache.Cache
Returns True if the cache contains a entry with the key, or False if there is none.
contains(K) - Method in class com.github.javaparser.symbolsolver.cache.GuavaCache
 
contains(K) - Method in class com.github.javaparser.symbolsolver.cache.InMemoryCache
 
contains(K) - Method in class com.github.javaparser.symbolsolver.cache.NoCache
 
contains(N) - Method in class com.github.javaparser.ast.NodeList
 
containsAll(Collection<?>) - Method in class com.github.javaparser.ast.NodeList
 
containsAll(Collection<?>) - Method in class com.github.javaparser.utils.VisitorList
 
containsAll(Collection<?>) - Method in class com.github.javaparser.utils.VisitorSet
 
containsCanonicalConstructor(List<ResolvedConstructorDeclaration>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
 
containsCorrespondingBreak(Statement) - Static method in class com.github.javaparser.symbolsolver.javaparsermodel.NormalCompletionVisitor
 
containsData(DataKey<?>) - Method in class com.github.javaparser.ast.Node
 
containsFalse() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
 
containsKey(Object) - Method in class com.github.javaparser.utils.VisitorMap
 
containsValue(Object) - Method in class com.github.javaparser.utils.VisitorMap
 
containsWithin(Node) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithRange
Deprecated.
containsWithinRange(Node) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithRange
Checks whether the range of the given Node is contained within the range of this NodeWithRange.
content - Variable in class com.github.javaparser.ast.comments.Comment
 
content - Variable in class com.github.javaparser.javadoc.description.JavadocInlineTag
 
content - Variable in class com.github.javaparser.javadoc.JavadocBlockTag
 
content - Variable in class com.github.javaparser.printer.concretesyntaxmodel.CsmToken
 
CONTENT - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
contentPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CommentMetaModel
 
context - Variable in exception class com.github.javaparser.resolution.UnsolvedSymbolException
Additional information that provides more details on the context that a symbol could not be resolved in, or null if there is no contextual information, or if the contextual information is unknown.
context - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.JavaParserTypeDeclarationAdapter
 
Context - Interface in com.github.javaparser.resolution
Context is very similar to scope.
ContextHelper - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
 
ContextHelper() - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ContextHelper
 
CONTINUE - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
CONTINUE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
continueADoStatement(ContinueStmt, DoStmt) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ControlFlowLogic
 
ContinueStatement() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-14.html#jls-14.16
ContinueStmt - Class in com.github.javaparser.ast.stmt
A continue statement with an optional label;
continue brains;
continue;
ContinueStmt() - Constructor for class com.github.javaparser.ast.stmt.ContinueStmt
 
ContinueStmt(SimpleName) - Constructor for class com.github.javaparser.ast.stmt.ContinueStmt
 
ContinueStmt(TokenRange, SimpleName) - Constructor for class com.github.javaparser.ast.stmt.ContinueStmt
This constructor is used by the parser and is considered private.
ContinueStmt(String) - Constructor for class com.github.javaparser.ast.stmt.ContinueStmt
 
continueStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ContinueStmtMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
ContinueStmtMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.ContinueStmtMetaModel
 
ControlFlowLogic - Class in com.github.javaparser.symbolsolver.resolution.typeinference
Consider Control Flow to determine which statements are reachable.
ControlFlowLogic() - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.ControlFlowLogic
 
convert(Type, Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
 
convert(Type, Context) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
 
convertEntryPathToClassName(String) - Static method in class com.github.javaparser.symbolsolver.resolution.typesolvers.JarTypeSolver
Convert the entry path into a qualified name.
convertEntryPathToClassPoolName(String) - Static method in class com.github.javaparser.symbolsolver.resolution.typesolvers.JarTypeSolver
Convert the entry path into a qualified name to be used in ClassPool.
ConvertibleToUsage - Interface in com.github.javaparser.ast.type
Convert a Type into a ResolvedType.
convertToUsage(Type) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
Convert a Type into the corresponding ResolvedType.
convertToUsage(Type, Context) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
Convert a Type into the corresponding ResolvedType.
convertToUsage(Context) - Method in class com.github.javaparser.ast.type.ArrayType
 
convertToUsage(Context) - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
convertToUsage(Context) - Method in interface com.github.javaparser.ast.type.ConvertibleToUsage
 
convertToUsage(Context) - Method in class com.github.javaparser.ast.type.IntersectionType
 
convertToUsage(Context) - Method in class com.github.javaparser.ast.type.PrimitiveType
 
convertToUsage(Context) - Method in class com.github.javaparser.ast.type.TypeParameter
 
convertToUsage(Context) - Method in class com.github.javaparser.ast.type.UnionType
 
convertToUsage(Context) - Method in class com.github.javaparser.ast.type.UnknownType
A UnknownType cannot be convertible to ResolvedType.
convertToUsage(Context) - Method in class com.github.javaparser.ast.type.VarType
 
convertToUsage(Context) - Method in class com.github.javaparser.ast.type.VoidType
 
convertToUsage(Context) - Method in class com.github.javaparser.ast.type.WildcardType
Convert a WildcardType into a ResolvedType.
convertToVariadicParameter(ResolvedType) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
 
convertTypesParameters(Map<ResolvedTypeParameterDeclaration, ResolvedType>, Map<String, ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.MethodCallExprContext
 
copy() - Method in class com.github.javaparser.ast.comments.CommentsCollection
 
copyData(Node, Node) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
copyStatements(NodeList<Statement>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
 
copyStatements(NodeWithStatements<?>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
 
correspondingDeclaration - Variable in class com.github.javaparser.resolution.model.SymbolReference
 
correspondingParameter - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration.ImplicitGetterMethod
 
correspondingTp - Variable in class com.github.javaparser.resolution.logic.InferenceVariableType
 
cost(List<DifferenceElement>) - Static method in class com.github.javaparser.printer.lexicalpreservation.DifferenceElementCalculator
 
count(String, String) - Static method in enum com.github.javaparser.utils.LineSeparator
 
CR - Enum constant in enum com.github.javaparser.utils.LineSeparator
The CR \r line ending is the default line separator for classic MacOS
CR - Static variable in class com.github.javaparser.UnicodeEscapeProcessingProvider
 
create() - Static method in class com.github.javaparser.symbolsolver.cache.InMemoryCache
Create a new instance for a cache in memory.
create() - Static method in class com.github.javaparser.symbolsolver.cache.NoCache
Create a new instance.
create(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.resolution.model.typesystem.ReferenceTypeImpl
 
create(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
create(ResolvedReferenceTypeDeclaration, ResolvedTypeParametersMap) - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
create(ResolvedReferenceTypeDeclaration, List<ResolvedType>) - Method in class com.github.javaparser.resolution.model.typesystem.ReferenceTypeImpl
 
create(ResolvedReferenceTypeDeclaration, List<ResolvedType>) - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
create(Cache<expectedK, expectedV>) - Static method in class com.github.javaparser.symbolsolver.cache.GuavaCache
Wrap a Guava cache with a custom cache.
createBlockStatementAsBody() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithBody
 
createBody() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithBlockStmt
 
createBody() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithOptionalBlockStmt
 
createCommentFromToken(Token) - Static method in class com.github.javaparser.GeneratedJavaParserTokenManagerBase
Since comments are completely captured in a single token, including their delimiters, deconstruct them here so we can turn them into nodes later on.
createDefaultConfiguration() - Static method in class com.github.javaparser.printer.DefaultPrettyPrinter
 
createDefaultPrinter() - Method in class com.github.javaparser.ast.Node
 
createDefaultPrinter(PrinterConfiguration) - Method in class com.github.javaparser.ast.Node
 
createDefaultVisitor() - Static method in class com.github.javaparser.printer.DefaultPrettyPrinter
 
createdType() - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
Takes the element type and wraps it in an ArrayType for every array creation level.
createGetter() - Method in class com.github.javaparser.ast.body.FieldDeclaration
Create a getter for this field, will only work if this field declares only 1 identifier and if this field is already added to a ClassOrInterfaceDeclaration
createMessage(List<Problem>) - Static method in exception class com.github.javaparser.ParseProblemException
 
createModifierList(Modifier.Keyword...) - Static method in class com.github.javaparser.ast.Modifier
Utility method that instantiaties "Modifier"s for the keywords, and puts them in a NodeList.
createObserver() - Static method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter
 
createParamBlockTag(String, String) - Static method in class com.github.javaparser.javadoc.JavadocBlockTag
 
createSetter() - Method in class com.github.javaparser.ast.body.FieldDeclaration
Create a setter for this field, will only work if this field declares only 1 identifier and if this field is already added to a ClassOrInterfaceDeclaration
createSolver() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
CRLF - Enum constant in enum com.github.javaparser.utils.LineSeparator
The CRLF \r\n line ending is the default line separator for Windows
CsmAttribute - Class in com.github.javaparser.printer.concretesyntaxmodel
 
CsmAttribute(ObservableProperty) - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmAttribute
 
CsmChar - Class in com.github.javaparser.printer.concretesyntaxmodel
 
CsmChar(ObservableProperty) - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmChar
 
CsmChild(Node) - Constructor for class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator.CsmChild
 
CsmComment - Class in com.github.javaparser.printer.concretesyntaxmodel
 
CsmComment() - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmComment
 
CsmConditional - Class in com.github.javaparser.printer.concretesyntaxmodel
 
CsmConditional(ObservableProperty, CsmConditional.Condition, CsmElement) - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmConditional
 
CsmConditional(ObservableProperty, CsmConditional.Condition, CsmElement, CsmElement) - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmConditional
 
CsmConditional(List<ObservableProperty>, CsmConditional.Condition, CsmElement, CsmElement) - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmConditional
 
CsmConditional.Condition - Enum in com.github.javaparser.printer.concretesyntaxmodel
 
CsmElement - Interface in com.github.javaparser.printer.concretesyntaxmodel
 
CsmIndent - Class in com.github.javaparser.printer.concretesyntaxmodel
 
CsmIndent() - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmIndent
 
CsmList - Class in com.github.javaparser.printer.concretesyntaxmodel
 
CsmList(ObservableProperty) - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmList
 
CsmList(ObservableProperty, CsmElement) - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmList
 
CsmList(ObservableProperty, CsmElement, CsmElement, CsmElement, CsmElement) - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmList
 
CsmMix - Class in com.github.javaparser.printer.concretesyntaxmodel
A group of elements that could be in any order.
CsmMix(List<CsmElement>) - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmMix
 
CsmNone - Class in com.github.javaparser.printer.concretesyntaxmodel
 
CsmNone() - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmNone
 
CsmOrphanCommentsEnding - Class in com.github.javaparser.printer.concretesyntaxmodel
 
CsmOrphanCommentsEnding() - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmOrphanCommentsEnding
 
CsmSequence - Class in com.github.javaparser.printer.concretesyntaxmodel
 
CsmSequence(List<CsmElement>) - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmSequence
 
CsmSingleReference - Class in com.github.javaparser.printer.concretesyntaxmodel
 
CsmSingleReference(ObservableProperty) - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmSingleReference
 
CsmString - Class in com.github.javaparser.printer.concretesyntaxmodel
 
CsmString(ObservableProperty) - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmString
 
CsmTextBlock - Class in com.github.javaparser.printer.concretesyntaxmodel
 
CsmTextBlock(ObservableProperty) - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmTextBlock
 
CsmToken - Class in com.github.javaparser.printer.concretesyntaxmodel
 
CsmToken(int) - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmToken
 
CsmToken(int, String) - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmToken
 
CsmUnindent - Class in com.github.javaparser.printer.concretesyntaxmodel
 
CsmUnindent() - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmUnindent
 
ctBehavior - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodLikeDeclarationAdapter
 
ctClass - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
 
ctClass - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
ctClass - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
 
ctClass - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
 
ctClass - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
ctClass - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeDeclarationAdapter
 
ctConstructor - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistConstructorDeclaration
 
ctField - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumConstantDeclaration
 
ctField - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistFieldDeclaration
 
ctMethod - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
 
CTRL_Z - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
CTRL_Z - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
curChar - Variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
curLexState - Variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
current - Variable in class com.github.javaparser.ast.NodeList.NodeListIterator
 
current - Variable in class com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory.CascadingIterator
 
CURRENT - Static variable in enum com.github.javaparser.ParserConfiguration.LanguageLevel
The latest Java version that is available.
CURRENT_ADAPTER - Static variable in class com.github.javaparser.utils.Log
 
currentIndex() - Method in class com.github.javaparser.printer.lexicalpreservation.PeekingIterator
 
currentToken - Variable in exception class com.github.javaparser.ParseException
This is the last token that has been consumed successfully.
currentValue - Variable in class com.github.javaparser.printer.configuration.DefaultConfigurationOption
 
currIndex - Variable in class com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory.ComposedIterator
 
cursor - Variable in class com.github.javaparser.printer.SourcePrinter
 
customInitialization() - Method in class com.github.javaparser.ast.body.VariableDeclarator
 
customInitialization() - Method in class com.github.javaparser.ast.Node
Called in every constructor for node specific code.

D

data - Variable in class com.github.javaparser.ast.Node
 
DataKey<T> - Class in com.github.javaparser.ast
A key to a piece of data associated with a Node at runtime.
DataKey() - Constructor for class com.github.javaparser.ast.DataKey
 
debugStream - Variable in class com.github.javaparser.GeneratedJavaParserTokenManager
Debug output.
decapitalize(String) - Static method in class com.github.javaparser.utils.Utils
Lower-cases the first character in the string.
DECIMAL_EXPONENT - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
DECIMAL_EXPONENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
DECIMAL_FLOATING_POINT_LITERAL - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
DECIMAL_FLOATING_POINT_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
DECIMAL_LITERAL - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
DECIMAL_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
declaration - Variable in class com.github.javaparser.resolution.MethodUsage
 
declaration - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodLikeDeclarationAdapter
 
DECLARATION - Enum constant in enum com.github.javaparser.symbolsolver.resolution.naming.NameRole
 
declarationMap - Variable in class com.github.javaparser.symbolsolver.resolution.typesolvers.MemoryTypeSolver
 
declaredOnConstructor() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
Is the type parameter been defined on a constructor?
declaredOnMethod() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
Is the type parameter been defined on a method?
declaredOnType() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
Is the type parameter been defined on a type?
declaredPropertyMetaModels - Variable in class com.github.javaparser.metamodel.BaseNodeMetaModel
 
declaringType - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.DefaultConstructorDeclaration
 
declaringType - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserConstructorDeclaration
 
declaringType() - Method in interface com.github.javaparser.resolution.declarations.ResolvedConstructorDeclaration
A constructor can be declared in a class or an enum.
declaringType() - Method in interface com.github.javaparser.resolution.declarations.ResolvedFieldDeclaration
The type on which this field has been declared
declaringType() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
The type in which the method is declared.
declaringType() - Method in class com.github.javaparser.resolution.MethodUsage
 
declaringType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.DefaultConstructorDeclaration
 
declaringType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserConstructorDeclaration
 
declaringType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValueOfMethod
 
declaringType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValuesMethod
 
declaringType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserFieldDeclaration
 
declaringType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserMethodDeclaration
 
declaringType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration.CanonicalRecordConstructor
 
declaringType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration.ImplicitGetterMethod
 
declaringType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistConstructorDeclaration
 
declaringType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistFieldDeclaration
 
declaringType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
 
declaringType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionConstructorDeclaration
 
declaringType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionFieldDeclaration
 
declaringType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodDeclaration
 
DECR - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
DECR - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
DEFAULT - Enum constant in enum com.github.javaparser.ast.Modifier.Keyword
 
DEFAULT - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
DEFAULT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
Lexical state.
DEFAULT_BUFFER_SIZE - Static variable in class com.github.javaparser.LineEndingProcessingProvider
 
DEFAULT_PACKAGE - Static variable in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.CompilationUnitContext
 
DEFAULT_SIZE - Static variable in class com.github.javaparser.printer.configuration.Indentation
 
DEFAULT_VALUE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
defaultAction(NodeList, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
This will be called by the NodeList visit method when it is not overridden.
defaultAction(NodeList, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
This will be called by the NodeList visit method when it is not overridden.
defaultAction(Node, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
This will be called by every node visit method that is not overridden.
defaultAction(Node, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
This will be called by every node visit method that is not overridden.
defaultAction(Node, Void) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.NormalCompletionVisitor
 
defaultAction(Node, Void) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.PatternVariableVisitor
 
DefaultCacheStats - Class in com.github.javaparser.symbolsolver.cache
Statistics about the performance of a Cache.
DefaultCacheStats() - Constructor for class com.github.javaparser.symbolsolver.cache.DefaultCacheStats
Constructs a new ICacheStats instance.
DefaultCacheStats(long, long, long, long, long, long) - Constructor for class com.github.javaparser.symbolsolver.cache.DefaultCacheStats
Constructs a new ICacheStats instance.
DefaultConfigurationOption - Class in com.github.javaparser.printer.configuration
 
DefaultConfigurationOption(DefaultPrinterConfiguration.ConfigOption) - Constructor for class com.github.javaparser.printer.configuration.DefaultConfigurationOption
 
DefaultConfigurationOption(DefaultPrinterConfiguration.ConfigOption, Object) - Constructor for class com.github.javaparser.printer.configuration.DefaultConfigurationOption
 
DefaultConstructorDeclaration<N> - Class in com.github.javaparser.symbolsolver.javaparsermodel.declarations
This represents the default constructor added by the compiler for objects not declaring one.
DefaultConstructorDeclaration(N) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.declarations.DefaultConstructorDeclaration
 
DefaultImportOrderingStrategy - Class in com.github.javaparser.printer.configuration.imports
 
DefaultImportOrderingStrategy() - Constructor for class com.github.javaparser.printer.configuration.imports.DefaultImportOrderingStrategy
 
defaultLexState - Variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
defaultMethodsInInterface - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java8Validator
 
defaultOptions - Variable in class com.github.javaparser.printer.configuration.DefaultPrinterConfiguration
 
DefaultPrettyPrinter - Class in com.github.javaparser.printer
Pretty printer for AST nodes.
DefaultPrettyPrinter() - Constructor for class com.github.javaparser.printer.DefaultPrettyPrinter
Build a new DefaultPrettyPrinter with a default configuration and a default factory
DefaultPrettyPrinter(PrinterConfiguration) - Constructor for class com.github.javaparser.printer.DefaultPrettyPrinter
Build a new DefaultPrettyPrinter with a configuration and a default factory
DefaultPrettyPrinter(Function<PrinterConfiguration, VoidVisitor<Void>>, PrinterConfiguration) - Constructor for class com.github.javaparser.printer.DefaultPrettyPrinter
Build a new DefaultPrettyPrinter with a configuration and a factory to create a visitor to browse the nodes of the AST
DefaultPrettyPrinterVisitor - Class in com.github.javaparser.printer
Outputs the AST as formatted Java source code.
DefaultPrettyPrinterVisitor(PrinterConfiguration) - Constructor for class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
DefaultPrettyPrinterVisitor(PrinterConfiguration, SourcePrinter) - Constructor for class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
DefaultPrinterConfiguration - Class in com.github.javaparser.printer.configuration
Configuration options for the Printer.
DefaultPrinterConfiguration() - Constructor for class com.github.javaparser.printer.configuration.DefaultPrinterConfiguration
 
DefaultPrinterConfiguration.ConfigOption - Enum in com.github.javaparser.printer.configuration
 
defaultValue - Variable in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
 
defaultValue - Variable in enum com.github.javaparser.printer.configuration.DefaultPrinterConfiguration.ConfigOption
 
DefaultValue() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-9.html#jls-9.6.2
defaultValuePropertyMetaModel - Variable in class com.github.javaparser.metamodel.AnnotationMemberDeclarationMetaModel
 
DefaultVisitorAdapter - Class in com.github.javaparser.symbolsolver.javaparsermodel
 
DefaultVisitorAdapter() - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
defineEnforcingIndentationContext(NodeText, int) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
Starting at nodeTextIndex this method tries to determine how many contiguous spaces there are between the previous end of line and the next non whitespace (or tab) character
delegate - Variable in class com.github.javaparser.symbolsolver.resolution.typesolvers.AarTypeSolver
 
deleteToken() - Method in class com.github.javaparser.JavaToken
Links the tokens around the current token together, making the current token disappear from the list.
DeltaInfo(int, int, int, int) - Constructor for class com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMapping.DeltaInfo
demandClass(CompilationUnit, String) - Static method in class com.github.javaparser.resolution.Navigator
 
demandClassOrInterface(CompilationUnit, String) - Static method in class com.github.javaparser.resolution.Navigator
 
demandConstructor(TypeDeclaration<?>, int) - Static method in class com.github.javaparser.resolution.Navigator
Returns the (i+1)'th constructor of the given type declaration, in textual order.
demandEnum(CompilationUnit, String) - Static method in class com.github.javaparser.resolution.Navigator
 
demandField(ClassOrInterfaceDeclaration, String) - Static method in class com.github.javaparser.resolution.Navigator
 
demandInterface(CompilationUnit, String) - Static method in class com.github.javaparser.resolution.Navigator
 
demandMethod(TypeDeclaration<?>, String) - Static method in class com.github.javaparser.resolution.Navigator
 
demandNodeOfGivenClass(Node, Class<N>) - Static method in class com.github.javaparser.resolution.Navigator
 
demandParentNode(Node) - Static method in class com.github.javaparser.resolution.Navigator
 
demandParentNode(Node, Predicate<Node>) - Static method in class com.github.javaparser.resolution.Navigator
Traverses the parent chain starting at node and returns the first Node that returns make isAcceptedParentNode evaluate to true.
demandReturnStmt(MethodDeclaration) - Static method in class com.github.javaparser.resolution.Navigator
 
demandSwitch(Node) - Static method in class com.github.javaparser.resolution.Navigator
 
demandVariableDeclaration(Node, String) - Static method in class com.github.javaparser.resolution.Navigator
 
dependedOn - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet.VariableDependency
 
depending - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet.VariableDependency
 
DEPRECATED - Enum constant in enum com.github.javaparser.javadoc.JavadocBlockTag.Type
 
depthFirstFunc - Static variable in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
 
derived - Variable in enum com.github.javaparser.ast.observer.ObservableProperty
 
DerivedProperty - Annotation Type in com.github.javaparser.metamodel
Indicate a derived property of a Node, meaning it does supply useful information, but it does so by taking information from other properties.
derivedPropertyMetaModels - Variable in class com.github.javaparser.metamodel.BaseNodeMetaModel
 
deriveImpliedBounds(TypeSolver) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
 
deriveParams(ResolvedReferenceTypeDeclaration) - Static method in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
deriveTypeParameters(ResolvedTypeParametersMap) - Method in class com.github.javaparser.resolution.model.typesystem.ReferenceTypeImpl
 
deriveTypeParameters(ResolvedTypeParametersMap) - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
describe() - Method in class com.github.javaparser.resolution.logic.InferenceVariableType
 
describe() - Method in class com.github.javaparser.resolution.model.LambdaArgumentTypePlaceholder
 
describe() - Method in class com.github.javaparser.resolution.model.typesystem.LazyType
 
describe() - Method in class com.github.javaparser.resolution.model.typesystem.NullType
 
describe() - Method in class com.github.javaparser.resolution.types.ResolvedArrayType
 
describe() - Method in class com.github.javaparser.resolution.types.ResolvedIntersectionType
 
describe() - Method in class com.github.javaparser.resolution.types.ResolvedLambdaConstraintType
 
describe() - Method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
 
describe() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
describe() - Method in interface com.github.javaparser.resolution.types.ResolvedType
 
describe() - Method in class com.github.javaparser.resolution.types.ResolvedTypeVariable
 
describe() - Method in class com.github.javaparser.resolution.types.ResolvedUnionType
 
describe() - Method in class com.github.javaparser.resolution.types.ResolvedVoidType
 
describe() - Method in class com.github.javaparser.resolution.types.ResolvedWildcard
 
describe() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.InferenceVariable
 
describe() - Method in enum com.github.javaparser.utils.LineSeparator
 
describeType() - Method in interface com.github.javaparser.resolution.declarations.ResolvedParameterDeclaration
Describe the type of the parameter.
describeType() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypePatternDeclaration
 
description - Variable in class com.github.javaparser.javadoc.Javadoc
 
description - Variable in enum com.github.javaparser.utils.LineSeparator
 
descriptor - Variable in enum com.github.javaparser.ast.type.PrimitiveType.Primitive
 
detect(String) - Static method in enum com.github.javaparser.utils.LineSeparator
 
detectOriginalLineSeparator - Variable in class com.github.javaparser.ParserConfiguration
 
diffElements - Variable in class com.github.javaparser.printer.lexicalpreservation.Difference
 
Difference - Class in com.github.javaparser.printer.lexicalpreservation
A Difference should give me a sequence of elements I should find (to indicate the context) followed by a list of elements to remove or to add and follow by another sequence of elements.
Difference(List<DifferenceElement>, NodeText, Node) - Constructor for class com.github.javaparser.printer.lexicalpreservation.Difference
 
Difference.ArrayIterator<T> - Class in com.github.javaparser.printer.lexicalpreservation
 
Difference.EnforcingIndentationContext - Class in com.github.javaparser.printer.lexicalpreservation
 
DifferenceElement - Interface in com.github.javaparser.printer.lexicalpreservation
 
DifferenceElementCalculator - Class in com.github.javaparser.printer.lexicalpreservation
 
DifferenceElementCalculator() - Constructor for class com.github.javaparser.printer.lexicalpreservation.DifferenceElementCalculator
 
DifferenceElementCalculator.ChildPositionInfo - Class in com.github.javaparser.printer.lexicalpreservation
 
diffIndex - Variable in class com.github.javaparser.printer.lexicalpreservation.Difference
 
digit(int) - Static method in class com.github.javaparser.UnicodeEscapeProcessingProvider
 
dimension - Variable in class com.github.javaparser.ast.ArrayCreationLevel
 
DIMENSION - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
dimensionPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ArrayCreationLevelMetaModel
 
DIRECT_CHILDREN - Enum constant in enum com.github.javaparser.ast.Node.TreeTraversal
 
DirectChildrenIterator(Node) - Constructor for class com.github.javaparser.ast.Node.DirectChildrenIterator
 
directives - Variable in class com.github.javaparser.ast.modules.ModuleDeclaration
 
DIRECTIVES - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
directivesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ModuleDeclarationMetaModel
 
disable_tracing() - Method in class com.github.javaparser.GeneratedJavaParser
Disable tracing.
distinctByKey(Function<? super T, ?>) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
Filters by given function using a stateful filter mechanism.
DIVIDE - Enum constant in enum com.github.javaparser.ast.expr.AssignExpr.Operator
 
DIVIDE - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
 
DO - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
DO - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
DOC_ROOT - Enum constant in enum com.github.javaparser.javadoc.description.JavadocInlineTag.Type
 
done() - Method in class com.github.javaparser.ast.Node.PostOrderIterator.Level
Returns true if the last node was reached.
Done() - Method in class com.github.javaparser.SimpleCharStream
Reset buffer when finished.
doNotAssignCommentsPrecedingEmptyLines - Variable in class com.github.javaparser.ParserConfiguration
 
DONT_SAVE - Enum constant in enum com.github.javaparser.utils.SourceRoot.Callback.Result
 
doPrintAsArrayOfAnnotations(ArrayInitializerExpr) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
DoStatement() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-14.html#jls-14.12
DoStatementContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
 
DoStatementContext(DoStmt, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.DoStatementContext
 
DoStmt - Class in com.github.javaparser.ast.stmt
A do-while.
DoStmt() - Constructor for class com.github.javaparser.ast.stmt.DoStmt
 
DoStmt(Statement, Expression) - Constructor for class com.github.javaparser.ast.stmt.DoStmt
 
DoStmt(TokenRange, Statement, Expression) - Constructor for class com.github.javaparser.ast.stmt.DoStmt
This constructor is used by the parser and is considered private.
doStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
DoStmtMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
DoStmtMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.DoStmtMetaModel
 
DOT - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
DOT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
DotPrinter - Class in com.github.javaparser.printer
Outputs a Graphviz diagram of the AST.
DotPrinter(boolean) - Constructor for class com.github.javaparser.printer.DotPrinter
 
DOUBLE - Enum constant in enum com.github.javaparser.ast.type.PrimitiveType.Primitive
 
DOUBLE - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
DOUBLE - Enum constant in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
 
DOUBLE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
DOUBLECOLON - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
DOUBLECOLON - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
DoubleLiteralExpr - Class in com.github.javaparser.ast.expr
A float or a double constant.
DoubleLiteralExpr() - Constructor for class com.github.javaparser.ast.expr.DoubleLiteralExpr
 
DoubleLiteralExpr(double) - Constructor for class com.github.javaparser.ast.expr.DoubleLiteralExpr
 
DoubleLiteralExpr(TokenRange, String) - Constructor for class com.github.javaparser.ast.expr.DoubleLiteralExpr
This constructor is used by the parser and is considered private.
DoubleLiteralExpr(String) - Constructor for class com.github.javaparser.ast.expr.DoubleLiteralExpr
 
doubleLiteralExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
DoubleLiteralExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
DoubleLiteralExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.DoubleLiteralExprMetaModel
 
doubleType() - Static method in class com.github.javaparser.ast.type.PrimitiveType
 
dumpToTempFile(InputStream) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.JarTypeSolver
Utility function to dump the input stream into a temporary file.
duplicateIndent() - Method in class com.github.javaparser.printer.SourcePrinter
Adds an indent to the top of the stack that is a copy of the current top indent.

E

EclipseImportOrderingStrategy - Class in com.github.javaparser.printer.configuration.imports
 
EclipseImportOrderingStrategy() - Constructor for class com.github.javaparser.printer.configuration.imports.EclipseImportOrderingStrategy
 
element - Variable in class com.github.javaparser.printer.lexicalpreservation.Added
 
element - Variable in class com.github.javaparser.printer.lexicalpreservation.Kept
 
element - Variable in class com.github.javaparser.printer.lexicalpreservation.Removed
 
element - Variable in class com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory.SingleElementIterator
 
element() - Method in interface com.github.javaparser.printer.lexicalpreservation.LookaheadIterator
Returns the next element in iteration without advancing the underlying iterator.
element() - Method in class com.github.javaparser.printer.lexicalpreservation.PeekingIterator
Returns the next element in iteration without advancing the underlying iterator.
ELEMENT_TYPE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
elements - Variable in class com.github.javaparser.ast.type.IntersectionType
 
elements - Variable in class com.github.javaparser.ast.type.UnionType
 
elements - Variable in class com.github.javaparser.javadoc.description.JavadocDescription
 
elements - Variable in class com.github.javaparser.printer.concretesyntaxmodel.CsmMix
 
elements - Variable in class com.github.javaparser.printer.concretesyntaxmodel.CsmSequence
 
elements - Variable in class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator.CalculatedSyntaxModel
 
elements - Variable in class com.github.javaparser.printer.lexicalpreservation.NodeText
 
elements - Variable in class com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory.ComposedIterator
 
elements - Variable in class com.github.javaparser.resolution.types.ResolvedIntersectionType
 
elements - Variable in class com.github.javaparser.resolution.types.ResolvedUnionType
 
elements - Variable in class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver
 
ELEMENTS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
elementsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.IntersectionTypeMetaModel
 
elementsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.UnionTypeMetaModel
 
elementType - Variable in class com.github.javaparser.ast.expr.ArrayCreationExpr
 
elementTypePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ArrayCreationExprMetaModel
 
elidesTypeArguments() - Method in class com.github.javaparser.ast.expr.Expression
 
ELLIPSIS - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
ELLIPSIS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
ELSE - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
ELSE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
ELSE_BLOCK - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
ELSE_BRANCH - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
ELSE_EXPR - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
ELSE_STMT - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
elseBlockPropertyMetaModel - Variable in class com.github.javaparser.metamodel.IfStmtMetaModel
 
elseBranchPropertyMetaModel - Variable in class com.github.javaparser.metamodel.IfStmtMetaModel
 
elseElement - Variable in class com.github.javaparser.printer.concretesyntaxmodel.CsmConditional
 
elseExpr - Variable in class com.github.javaparser.ast.expr.ConditionalExpr
 
elseExpr - Variable in class com.github.javaparser.symbolsolver.resolution.promotion.BooleanConditionalExprHandler
 
elseExpr - Variable in class com.github.javaparser.symbolsolver.resolution.promotion.NumericConditionalExprHandler
 
elseExpr - Variable in class com.github.javaparser.symbolsolver.resolution.promotion.ReferenceConditionalExprHandler
 
elseExprPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ConditionalExprMetaModel
 
elseStmt - Variable in class com.github.javaparser.ast.stmt.IfStmt
 
elseStmtPropertyMetaModel - Variable in class com.github.javaparser.metamodel.IfStmtMetaModel
 
empty() - Static method in class com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametersMap
 
empty() - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
 
empty() - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormula.ReductionResult
 
empty() - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormulaSet
 
empty() - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.InferenceVariableSubstitution
 
empty() - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.InstantiationSet
 
empty() - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic.TypeSubstitution
 
empty() - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.Substitution
 
EMPTY - Static variable in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
 
EMPTY - Static variable in class com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormulaSet
 
EMPTY - Static variable in class com.github.javaparser.symbolsolver.resolution.typeinference.InferenceVariableSubstitution
 
EMPTY - Static variable in class com.github.javaparser.symbolsolver.resolution.typeinference.InstantiationSet
 
EMPTY - Static variable in class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic.TypeSubstitution
 
EMPTY - Static variable in class com.github.javaparser.symbolsolver.resolution.typeinference.Substitution
 
EmptyIterator() - Constructor for class com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory.EmptyIterator
 
emptyNodeList() - Method in class com.github.javaparser.GeneratedJavaParserBase
Quickly create a new, empty, NodeList
emptyOrWhitespace(String) - Method in class com.github.javaparser.ast.expr.TextBlockLiteralExpr
 
EmptyStatement() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-14.html#jls-14.6
EmptyStmt - Class in com.github.javaparser.ast.stmt
An empty statement is a ";" where a statement is expected.
EmptyStmt() - Constructor for class com.github.javaparser.ast.stmt.EmptyStmt
 
EmptyStmt(TokenRange) - Constructor for class com.github.javaparser.ast.stmt.EmptyStmt
This constructor is used by the parser and is considered private.
emptyStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
EmptyStmtMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
EmptyStmtMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.EmptyStmtMetaModel
 
enable_tracing() - Method in class com.github.javaparser.GeneratedJavaParser
Enable tracing.
EnclosedExpr - Class in com.github.javaparser.ast.expr
An expression between ( ).
EnclosedExpr() - Constructor for class com.github.javaparser.ast.expr.EnclosedExpr
 
EnclosedExpr(Expression) - Constructor for class com.github.javaparser.ast.expr.EnclosedExpr
 
EnclosedExpr(TokenRange, Expression) - Constructor for class com.github.javaparser.ast.expr.EnclosedExpr
This constructor is used by the parser and is considered private.
EnclosedExprContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
 
EnclosedExprContext(EnclosedExpr, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.EnclosedExprContext
 
enclosedExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
EnclosedExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
EnclosedExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.EnclosedExprMetaModel
 
ENCLOSING_PARAMETERS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
encoding - Variable in class com.github.javaparser.ast.CompilationUnit.Storage
 
end - Variable in class com.github.javaparser.Range
 
end - Variable in class com.github.javaparser.TokenRange
 
END_OF_LINE_CHARACTER - Enum constant in enum com.github.javaparser.printer.configuration.DefaultPrinterConfiguration.ConfigOption
 
endAt(JavaToken) - Method in class com.github.javaparser.RangedList
 
endColumn - Variable in class com.github.javaparser.Token
The column number of the last character of this Token.
endLine - Variable in class com.github.javaparser.Token
The line number of the last character of this Token.
endOfLineCharacter - Variable in class com.github.javaparser.printer.SourcePrinter
 
EnforcingIndentationContext(int) - Constructor for class com.github.javaparser.printer.lexicalpreservation.Difference.EnforcingIndentationContext
 
EnforcingIndentationContext(int, int) - Constructor for class com.github.javaparser.printer.lexicalpreservation.Difference.EnforcingIndentationContext
 
ENTER_JAVADOC_COMMENT - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
ENTER_JAVADOC_COMMENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
ENTER_MULTILINE_COMMENT - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
ENTER_MULTILINE_COMMENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
ENTER_TEXT_BLOCK - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
ENTER_TEXT_BLOCK - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
entries - Variable in class com.github.javaparser.ast.body.EnumDeclaration
 
entries - Variable in class com.github.javaparser.ast.expr.SwitchExpr
 
entries - Variable in class com.github.javaparser.ast.stmt.SwitchStmt
 
ENTRIES - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
entriesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.EnumDeclarationMetaModel
 
entriesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.SwitchExprMetaModel
 
entriesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.SwitchStmtMetaModel
 
entrySet() - Method in class com.github.javaparser.utils.VisitorMap
 
ENUM - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
ENUM - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
enumConstant - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumConstantDeclaration
 
EnumConstantDeclaration - Class in com.github.javaparser.ast.body
One of the values an enum can take.
EnumConstantDeclaration() - Constructor for class com.github.javaparser.ast.body.EnumConstantDeclaration
 
EnumConstantDeclaration(NodeList<AnnotationExpr>, SimpleName, NodeList<Expression>, NodeList<BodyDeclaration<?>>) - Constructor for class com.github.javaparser.ast.body.EnumConstantDeclaration
 
EnumConstantDeclaration(TokenRange, NodeList<AnnotationExpr>, SimpleName, NodeList<Expression>, NodeList<BodyDeclaration<?>>) - Constructor for class com.github.javaparser.ast.body.EnumConstantDeclaration
This constructor is used by the parser and is considered private.
EnumConstantDeclaration(String) - Constructor for class com.github.javaparser.ast.body.EnumConstantDeclaration
 
EnumConstantDeclaration() - Method in class com.github.javaparser.GeneratedJavaParser
Note that the EnumConstantModifier is defined as an Annotation.
enumConstantDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
EnumConstantDeclarationMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
EnumConstantDeclarationMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.EnumConstantDeclarationMetaModel
 
enumDeclaration - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValueOfMethod
 
enumDeclaration - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValuesMethod
 
EnumDeclaration - Class in com.github.javaparser.ast.body
The declaration of an enum.
enum X { ... }
EnumDeclaration() - Constructor for class com.github.javaparser.ast.body.EnumDeclaration
 
EnumDeclaration(NodeList<Modifier>, NodeList<AnnotationExpr>, SimpleName, NodeList<ClassOrInterfaceType>, NodeList<EnumConstantDeclaration>, NodeList<BodyDeclaration<?>>) - Constructor for class com.github.javaparser.ast.body.EnumDeclaration
 
EnumDeclaration(NodeList<Modifier>, String) - Constructor for class com.github.javaparser.ast.body.EnumDeclaration
 
EnumDeclaration(TokenRange, NodeList<Modifier>, NodeList<AnnotationExpr>, SimpleName, NodeList<ClassOrInterfaceType>, NodeList<EnumConstantDeclaration>, NodeList<BodyDeclaration<?>>) - Constructor for class com.github.javaparser.ast.body.EnumDeclaration
This constructor is used by the parser and is considered private.
EnumDeclaration(ModifierHolder) - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-8.html#jls-8.9
EnumDeclarationContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
 
EnumDeclarationContext(EnumDeclaration, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.EnumDeclarationContext
 
enumDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
EnumDeclarationMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
EnumDeclarationMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.EnumDeclarationMetaModel
 
enumNotAllowed - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java5Validator
 
EOF - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
EOF - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
End of File.
EOF - Static variable in class com.github.javaparser.LineEndingProcessingProvider
 
EOF - Static variable in class com.github.javaparser.UnicodeEscapeProcessingProvider
 
EOL - Enum constant in enum com.github.javaparser.JavaToken.Category
 
EOL - Static variable in exception class com.github.javaparser.ParseException
The end of line string (we do not use System.getProperty("") so that we are compatible with Android/GWT);
eolCounts - Variable in class com.github.javaparser.LineEndingProcessingProvider
 
eolTokenKind() - Static method in class com.github.javaparser.TokenTypes
 
eolTokenKind(LineSeparator) - Static method in class com.github.javaparser.TokenTypes
 
EQ - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
EQ - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
EqualityExpression() - Method in class com.github.javaparser.GeneratedJavaParser
// Note that instanceof is a RelationalExpression within the JLS, which differs from JavaParser https://docs.oracle.com/javase/specs/jls/se15/html/jls-15.html#jls-15.21
equals(Node, Node) - Static method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
equals(Node, Node) - Static method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
equals(Node, Node) - Static method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
equals(Object) - Method in class com.github.javaparser.ast.body.CallableDeclaration.Signature
 
equals(Object) - Method in class com.github.javaparser.ast.DataKey
 
equals(Object) - Method in class com.github.javaparser.ast.Node
 
equals(Object) - Method in class com.github.javaparser.ast.NodeList
 
equals(Object) - Method in class com.github.javaparser.javadoc.description.JavadocDescription
 
equals(Object) - Method in class com.github.javaparser.javadoc.description.JavadocInlineTag
 
equals(Object) - Method in class com.github.javaparser.javadoc.description.JavadocSnippet
 
equals(Object) - Method in class com.github.javaparser.javadoc.Javadoc
 
equals(Object) - Method in class com.github.javaparser.javadoc.JavadocBlockTag
 
equals(Object) - Method in class com.github.javaparser.JavaToken
 
equals(Object) - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
 
equals(Object) - Method in class com.github.javaparser.metamodel.PropertyMetaModel
 
equals(Object) - Method in class com.github.javaparser.Position
 
equals(Object) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmIndent
 
equals(Object) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmMix
 
equals(Object) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmToken
 
equals(Object) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmUnindent
 
equals(Object) - Method in class com.github.javaparser.printer.configuration.DefaultConfigurationOption
 
equals(Object) - Method in class com.github.javaparser.printer.lexicalpreservation.Added
 
equals(Object) - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
 
equals(Object) - Method in class com.github.javaparser.printer.lexicalpreservation.DifferenceElementCalculator.ChildPositionInfo
 
equals(Object) - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
 
equals(Object) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator.CsmChild
 
equals(Object) - Method in class com.github.javaparser.printer.lexicalpreservation.Removed
 
equals(Object) - Method in class com.github.javaparser.printer.lexicalpreservation.Reshuffled
 
equals(Object) - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
 
equals(Object) - Method in class com.github.javaparser.Range
 
equals(Object) - Method in class com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration.Bound
 
equals(Object) - Method in class com.github.javaparser.resolution.logic.InferenceVariableType
 
equals(Object) - Method in class com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametersMap
 
equals(Object) - Method in class com.github.javaparser.resolution.types.ResolvedArrayType
 
equals(Object) - Method in class com.github.javaparser.resolution.types.ResolvedIntersectionType
 
equals(Object) - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
equals(Object) - Method in class com.github.javaparser.resolution.types.ResolvedTypeVariable
 
equals(Object) - Method in class com.github.javaparser.resolution.types.ResolvedUnionType
 
equals(Object) - Method in class com.github.javaparser.resolution.types.ResolvedWildcard
 
equals(Object) - Method in class com.github.javaparser.symbolsolver.cache.DefaultCacheStats
 
equals(Object) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AbstractJavaParserContext
 
equals(Object) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
equals(Object) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
equals(Object) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
 
equals(Object) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
 
equals(Object) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
 
equals(Object) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
equals(Object) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
equals(Object) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeParameter
 
equals(Object) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
 
equals(Object) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
equals(Object) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
 
equals(Object) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionParameterDeclaration
 
equals(Object) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
equals(Object) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionTypeParameter
 
equals(Object) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.CapturesBound
 
equals(Object) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SameAsBound
 
equals(Object) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SubtypeOfBound
 
equals(Object) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.ThrowsBound
 
equals(Object) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
 
equals(Object) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormula.ReductionResult
 
equals(Object) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.ExpressionCompatibleWithType
 
equals(Object) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.LambdaThrowsCompatibleWithType
 
equals(Object) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.MethodReferenceThrowsCompatibleWithType
 
equals(Object) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.TypeCompatibleWithType
 
equals(Object) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.TypeContainedByType
 
equals(Object) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.TypeSameAsType
 
equals(Object) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.TypeSubtypeOfType
 
equals(Object) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.InferenceVariable
 
equals(Object) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.Instantiation
 
equals(Object) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.InstantiationSet
 
equals(Object) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ProperLowerBound
 
equals(Object) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ProperUpperBound
 
equals(Object) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.MemoryTypeSolver
 
equals(Object) - Method in class com.github.javaparser.utils.Pair
 
equals(Object) - Method in class com.github.javaparser.utils.VisitorList.EqualsHashcodeOverridingFacade
 
equals(Object) - Method in class com.github.javaparser.utils.VisitorMap.EqualsHashcodeOverridingFacade
 
equals(Object) - Method in class com.github.javaparser.utils.VisitorSet.EqualsHashcodeOverridingFacade
 
EQUALS - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
 
EqualsHashcodeOverridingFacade(N) - Constructor for class com.github.javaparser.utils.VisitorList.EqualsHashcodeOverridingFacade
 
EqualsHashcodeOverridingFacade(N) - Constructor for class com.github.javaparser.utils.VisitorMap.EqualsHashcodeOverridingFacade
 
EqualsHashcodeOverridingFacade(N) - Constructor for class com.github.javaparser.utils.VisitorSet.EqualsHashcodeOverridingFacade
 
equalsString(LineSeparator) - Method in enum com.github.javaparser.utils.LineSeparator
 
equalsVisitor - Variable in class com.github.javaparser.utils.VisitorList
 
equalsVisitor - Variable in class com.github.javaparser.utils.VisitorMap
 
equalsVisitor - Variable in class com.github.javaparser.utils.VisitorSet
 
EqualsVisitor - Class in com.github.javaparser.ast.visitor
A visitor that calculates deep node equality by comparing all properties and child nodes of the node.
EqualsVisitor() - Constructor for class com.github.javaparser.ast.visitor.EqualsVisitor
 
equivalentType() - Method in class com.github.javaparser.resolution.logic.InferenceVariableType
 
equivalentTypes - Variable in class com.github.javaparser.resolution.logic.InferenceVariableType
 
erased(List<Set<ResolvedType>>) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic
 
erasure() - Method in class com.github.javaparser.resolution.types.ResolvedArrayType
 
erasure() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
erasure() - Method in interface com.github.javaparser.resolution.types.ResolvedType
 
erasure() - Method in class com.github.javaparser.resolution.types.ResolvedTypeVariable
 
erasure() - Method in class com.github.javaparser.resolution.types.ResolvedWildcard
 
erasureOfParamaters(ResolvedTypeParametersMap) - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
err - Variable in class com.github.javaparser.symbolsolver.SourceFileInfoExtractor
 
error - Variable in class com.github.javaparser.ast.validator.RecordAsTypeIdentifierNotAllowed
 
error - Variable in class com.github.javaparser.ast.validator.ReservedKeywordValidator
 
error(String, Supplier<Object>...) - Static method in class com.github.javaparser.utils.Log
For drawing attention to an error that you don't have an exception for.
error(Throwable) - Static method in class com.github.javaparser.utils.Log
For drawing attention to an error.
error(Throwable, String, Supplier<Object>...) - Static method in class com.github.javaparser.utils.Log
For drawing attention to an error that you don't have an exception for.
error(Supplier<Throwable>, Supplier<String>) - Method in interface com.github.javaparser.utils.Log.Adapter
Both can supply a null.
error(Supplier<Throwable>, Supplier<String>) - Method in class com.github.javaparser.utils.Log.SilentAdapter
 
error(Supplier<Throwable>, Supplier<String>) - Method in class com.github.javaparser.utils.Log.StandardOutStandardErrorAdapter
 
errorCode - Variable in exception class com.github.javaparser.TokenMgrException
Indicates the reason why the exception is thrown.
escape(String) - Static method in class com.github.javaparser.ast.expr.CharLiteralExpr
Utility method that creates a new StringLiteralExpr.
escape(String) - Static method in class com.github.javaparser.printer.DotPrinter
 
ESCAPE_JAVA - Static variable in class com.github.javaparser.utils.StringEscapeUtils
 
escapeEndOfLines(String) - Static method in class com.github.javaparser.utils.Utils
 
escapeJava(String) - Static method in class com.github.javaparser.utils.StringEscapeUtils
Escapes the characters in a String using Java String rules.
escapeValue(String) - Method in class com.github.javaparser.printer.YamlPrinter
 
evaluate(Node, ObservableProperty) - Method in enum com.github.javaparser.printer.concretesyntaxmodel.CsmConditional.Condition
 
evaluate(CsmConditional, Node) - Method in interface com.github.javaparser.printer.lexicalpreservation.changes.Change
 
evictionCount - Variable in class com.github.javaparser.symbolsolver.cache.DefaultCacheStats
 
evictionCount() - Method in interface com.github.javaparser.resolution.cache.CacheStats
Returns the number of times an entry has been evicted.
evictionCount() - Method in class com.github.javaparser.symbolsolver.cache.DefaultCacheStats
Returns the number of times an entry has been evicted.
exactMatch(ResolvedType, ResolvedPrimitiveType...) - Method in class com.github.javaparser.symbolsolver.resolution.promotion.NumericConditionalExprHandler
 
Example - Search tag in class com.github.javaparser.ast.expr.RecordPatternExpr
Section
EXCEPTION - Enum constant in enum com.github.javaparser.javadoc.JavadocBlockTag.Type
 
exceptionHandler - Variable in class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver
A predicate which determines what to do if an exception is raised during the parsing process.
ExceptionHandlers() - Constructor for class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver.ExceptionHandlers
 
exceptionTypes - Variable in class com.github.javaparser.resolution.MethodUsage
 
exceptionTypes - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.MethodType
 
exceptionTypes() - Method in class com.github.javaparser.resolution.MethodUsage
 
EXCLUDE_ENCLOSED_EXPR - Static variable in class com.github.javaparser.ast.expr.Expression
A Function that returns its argument (an Expression) when the argument is not an EnclosedExpr, otherwise the first Expression down the argument's 'inner' path that is not an EnclosedExpr.
ExclusiveOrExpression() - Method in class com.github.javaparser.GeneratedJavaParser
Note subtle distinctions between inclusive and exclusive expressions.
exhausted - Variable in class com.github.javaparser.printer.lexicalpreservation.PeekingIterator
Indicates that the decorated iterator is exhausted.
exitTheStatement(BreakStmt) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ControlFlowLogic
A reachable break statement exits a statement if, within the break target, either there are no try statements whose try blocks contain the break statement, or there are try statements whose try blocks contain the break statement and all finally clauses of those try statements can complete normally.
expand() - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
 
expand() - Method in class com.github.javaparser.printer.lexicalpreservation.NodeText
Generate the corresponding string.
expand() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
 
expand() - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
 
expand(Node.PostOrderIterator.Level) - Method in class com.github.javaparser.ast.Node.PostOrderIterator
 
ExpandBuff(boolean) - Method in class com.github.javaparser.SimpleCharStream
 
expanded - Variable in class com.github.javaparser.ast.Node.PostOrderIterator.Level
 
expectedTokenSequences - Variable in exception class com.github.javaparser.ParseException
Each entry in this array is an array of integers.
EXPLICIT_CONSTRUCTOR_INVOCATION_STMT - Static variable in interface com.github.javaparser.ParseStart
 
ExplicitConstructorInvocation() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-8.html#jls-8.8.7.1
ExplicitConstructorInvocationParseStart() - Method in class com.github.javaparser.GeneratedJavaParser
 
ExplicitConstructorInvocationStmt - Class in com.github.javaparser.ast.stmt
A call to super or this in a constructor or initializer.
ExplicitConstructorInvocationStmt() - Constructor for class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
 
ExplicitConstructorInvocationStmt(boolean, Expression, NodeList<Expression>) - Constructor for class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
 
ExplicitConstructorInvocationStmt(NodeList<Type>, boolean, Expression, NodeList<Expression>) - Constructor for class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
 
ExplicitConstructorInvocationStmt(TokenRange, NodeList<Type>, boolean, Expression, NodeList<Expression>) - Constructor for class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
This constructor is used by the parser and is considered private.
explicitConstructorInvocationStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ExplicitConstructorInvocationStmtMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
ExplicitConstructorInvocationStmtMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.ExplicitConstructorInvocationStmtMetaModel
 
EXPORTS - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
EXPORTS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
expression - Variable in class com.github.javaparser.ast.expr.CastExpr
 
expression - Variable in class com.github.javaparser.ast.expr.InstanceOfExpr
 
expression - Variable in class com.github.javaparser.ast.expr.UnaryExpr
 
expression - Variable in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
 
expression - Variable in class com.github.javaparser.ast.stmt.ExpressionStmt
 
expression - Variable in class com.github.javaparser.ast.stmt.ReturnStmt
 
expression - Variable in class com.github.javaparser.ast.stmt.SynchronizedStmt
 
expression - Variable in class com.github.javaparser.ast.stmt.ThrowStmt
 
expression - Variable in class com.github.javaparser.ast.stmt.YieldStmt
 
expression - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.ExpressionCompatibleWithType
 
Expression - Class in com.github.javaparser.ast.expr
A base class for all expressions.
Expression() - Constructor for class com.github.javaparser.ast.expr.Expression
 
Expression(TokenRange) - Constructor for class com.github.javaparser.ast.expr.Expression
This constructor is used by the parser and is considered private.
Expression() - Method in class com.github.javaparser.GeneratedJavaParser
 
EXPRESSION - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
EXPRESSION - Enum constant in enum com.github.javaparser.ast.stmt.SwitchEntry.Type
 
EXPRESSION - Static variable in interface com.github.javaparser.ParseStart
 
EXPRESSION_BODY - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
EXPRESSION_NAME - Enum constant in enum com.github.javaparser.symbolsolver.resolution.naming.NameCategory
 
expressionBodyPropertyMetaModel - Variable in class com.github.javaparser.metamodel.LambdaExprMetaModel
 
ExpressionCompatibleWithType - Class in com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas
An expression is compatible in a loose invocation context with type T
ExpressionCompatibleWithType(TypeSolver, Expression, ResolvedType) - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.ExpressionCompatibleWithType
 
ExpressionContext<N> - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
 
ExpressionContext(N, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ExpressionContext
 
ExpressionList() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-14.html#jls-14.14
expressionMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ExpressionMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
ExpressionMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.ExpressionMetaModel
 
ExpressionMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.ExpressionMetaModel
 
ExpressionParseStart() - Method in class com.github.javaparser.GeneratedJavaParser
 
expressionPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CastExprMetaModel
 
expressionPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ExplicitConstructorInvocationStmtMetaModel
 
expressionPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ExpressionStmtMetaModel
 
expressionPropertyMetaModel - Variable in class com.github.javaparser.metamodel.InstanceOfExprMetaModel
 
expressionPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ReturnStmtMetaModel
 
expressionPropertyMetaModel - Variable in class com.github.javaparser.metamodel.SynchronizedStmtMetaModel
 
expressionPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ThrowStmtMetaModel
 
expressionPropertyMetaModel - Variable in class com.github.javaparser.metamodel.UnaryExprMetaModel
 
expressionPropertyMetaModel - Variable in class com.github.javaparser.metamodel.YieldStmtMetaModel
 
ExpressionStmt - Class in com.github.javaparser.ast.stmt
Used to wrap an expression so that it can take the place of a statement.
ExpressionStmt() - Constructor for class com.github.javaparser.ast.stmt.ExpressionStmt
 
ExpressionStmt(Expression) - Constructor for class com.github.javaparser.ast.stmt.ExpressionStmt
 
ExpressionStmt(TokenRange, Expression) - Constructor for class com.github.javaparser.ast.stmt.ExpressionStmt
This constructor is used by the parser and is considered private.
expressionStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ExpressionStmtMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
ExpressionStmtMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.ExpressionStmtMetaModel
 
EXTENDED_TYPE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
EXTENDED_TYPES - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
extendedType - Variable in class com.github.javaparser.ast.type.WildcardType
 
extendedTypePropertyMetaModel - Variable in class com.github.javaparser.metamodel.WildcardTypeMetaModel
 
extendedTypes - Variable in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
 
extendedTypesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ClassOrInterfaceDeclarationMetaModel
 
EXTENDS - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
EXTENDS - Enum constant in enum com.github.javaparser.resolution.types.ResolvedWildcard.BoundType
 
EXTENDS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
extendsBound - Variable in class com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration.Bound
 
extendsBound(ResolvedType) - Static method in class com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration.Bound
Create an extends bound with the given type:
extendsBound(ResolvedType) - Static method in class com.github.javaparser.resolution.types.ResolvedWildcard
 
ExtendsList() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-8.html#jls-8.1.4
extraCharacters - Variable in class com.github.javaparser.printer.lexicalpreservation.Difference.EnforcingIndentationContext
 
extract(List<DifferenceElement>) - Method in class com.github.javaparser.printer.lexicalpreservation.ReshuffledDiffElementExtractor
 
extractParameterName(CtBehavior, int) - Static method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistUtils
Returns the paramNumberth parameter of a method or constructor, if it is available.

F

f(String, Object...) - Static method in class com.github.javaparser.utils.CodeGenerationUtils
A shortcut to String.format.
facade - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
FAILURE_CONVERTER - Static variable in class com.github.javaparser.symbolsolver.javaparsermodel.FailureHandler
 
failureHandler - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
 
FailureHandler - Class in com.github.javaparser.symbolsolver.javaparsermodel
 
FailureHandler() - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.FailureHandler
 
failures - Variable in class com.github.javaparser.symbolsolver.SourceFileInfoExtractor
 
FALSE - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
FALSE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
falseBound() - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.Bound
 
FalseBound - Class in com.github.javaparser.symbolsolver.resolution.typeinference.bounds
No valid choice of inference variables exists.
FalseBound() - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.FalseBound
 
falseResult() - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormula.ReductionResult
 
fConveringNode - Static variable in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
field - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionFieldDeclaration
 
field(VariableDeclarator, TypeSolver) - Static method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserSymbolDeclaration
 
FieldAccessContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
 
FieldAccessContext(FieldAccessExpr, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.FieldAccessContext
 
FieldAccessExpr - Class in com.github.javaparser.ast.expr
Access of a field of an object or a class.
FieldAccessExpr() - Constructor for class com.github.javaparser.ast.expr.FieldAccessExpr
 
FieldAccessExpr(Expression, NodeList<Type>, SimpleName) - Constructor for class com.github.javaparser.ast.expr.FieldAccessExpr
 
FieldAccessExpr(Expression, String) - Constructor for class com.github.javaparser.ast.expr.FieldAccessExpr
 
FieldAccessExpr(TokenRange, Expression, NodeList<Type>, SimpleName) - Constructor for class com.github.javaparser.ast.expr.FieldAccessExpr
This constructor is used by the parser and is considered private.
fieldAccessExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
FieldAccessExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
FieldAccessExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.FieldAccessExprMetaModel
 
FieldDeclaration - Class in com.github.javaparser.ast.body
The declaration of a field in a class.
FieldDeclaration() - Constructor for class com.github.javaparser.ast.body.FieldDeclaration
 
FieldDeclaration(NodeList<Modifier>, VariableDeclarator) - Constructor for class com.github.javaparser.ast.body.FieldDeclaration
 
FieldDeclaration(NodeList<Modifier>, NodeList<VariableDeclarator>) - Constructor for class com.github.javaparser.ast.body.FieldDeclaration
 
FieldDeclaration(NodeList<Modifier>, NodeList<AnnotationExpr>, NodeList<VariableDeclarator>) - Constructor for class com.github.javaparser.ast.body.FieldDeclaration
 
FieldDeclaration(NodeList<Modifier>, Type, String) - Constructor for class com.github.javaparser.ast.body.FieldDeclaration
Creates a FieldDeclaration.
FieldDeclaration(TokenRange, NodeList<Modifier>, NodeList<AnnotationExpr>, NodeList<VariableDeclarator>) - Constructor for class com.github.javaparser.ast.body.FieldDeclaration
This constructor is used by the parser and is considered private.
FieldDeclaration(ModifierHolder) - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-8.html#jls-8.3
fieldDeclarationInScope(String) - Method in interface com.github.javaparser.resolution.Context
 
fieldDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
FieldDeclarationMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
FieldDeclarationMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.FieldDeclarationMetaModel
 
fieldsExposedToChild(Node) - Method in interface com.github.javaparser.resolution.Context
The fields that are declared and in this immediate context made visible to a given child.
fieldsExposedToChild(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ClassOrInterfaceDeclarationContext
 
fieldsExposedToChild(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.CompilationUnitContext
 
fieldsExposedToChild(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.RecordDeclarationContext
 
FieldSymbolDeclarator - Class in com.github.javaparser.symbolsolver.javaparsermodel.declarators
 
FieldSymbolDeclarator(FieldDeclaration, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.declarators.FieldSymbolDeclarator
 
fileInPackageAbsolutePath(String, String, String) - Static method in class com.github.javaparser.utils.CodeGenerationUtils
Calculates the path to a file in a package.
fileInPackageAbsolutePath(Path, String, String) - Static method in class com.github.javaparser.utils.CodeGenerationUtils
 
fileInPackageRelativePath(String, String) - Static method in class com.github.javaparser.utils.CodeGenerationUtils
Turns a package and a file into a relative path.
FileUtils - Class in com.github.javaparser.symbolsolver.utils
 
FileUtils() - Constructor for class com.github.javaparser.symbolsolver.utils.FileUtils
 
fill() - Method in class com.github.javaparser.printer.lexicalpreservation.PeekingIterator
 
FillBuff() - Method in class com.github.javaparser.SimpleCharStream
 
fillBuffer() - Method in class com.github.javaparser.LineEndingProcessingProvider
 
fillBuffer() - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider
 
fillInStackTrace() - Method in exception class com.github.javaparser.GeneratedJavaParser.LookaheadSuccess
 
filterEnumType(Set<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic
 
filterName(String) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.ClassLoaderTypeSolver
 
filterName(String) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.ReflectionTypeSolver
 
FINAL - Enum constant in enum com.github.javaparser.ast.Modifier.Keyword
 
FINAL - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
FINAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
FINALLY - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
FINALLY - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
FINALLY_BLOCK - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
finallyBlock - Variable in class com.github.javaparser.ast.stmt.TryStmt
 
finallyBlockPropertyMetaModel - Variable in class com.github.javaparser.metamodel.TryStmtMetaModel
 
finalModifier() - Static method in class com.github.javaparser.ast.Modifier
 
findAll(Class<T>) - Method in class com.github.javaparser.ast.Node
Walks the AST with pre-order traversal, returning all nodes of type "nodeType".
findAll(Class<T>, Node.TreeTraversal) - Method in class com.github.javaparser.ast.Node
Walks the AST with specified traversal order, returning all nodes of type "nodeType".
findAll(Class<T>, Predicate<T>) - Method in class com.github.javaparser.ast.Node
Walks the AST with pre-order traversal, returning all nodes of type "nodeType" that match the predicate.
findAncestor(Class<N>...) - Method in interface com.github.javaparser.HasParentNode
Walks the parents of this node and returns the first node of type type, or empty() if none is found.
findAncestor(Class<N>, Predicate<N>) - Method in interface com.github.javaparser.HasParentNode
Deprecated.
This method is no longer acceptable to find ancestor.

Use

invalid reference
findAncestor(Predicate, Class)
instead.
findAncestor(Predicate<N>, Class<N>...) - Method in interface com.github.javaparser.HasParentNode
Walks the parents of this node and returns the first node that matches one of types types, or empty() if none is found.
findByRange(Range) - Method in class com.github.javaparser.ast.Node
 
findChild(Node) - Method in class com.github.javaparser.printer.lexicalpreservation.NodeText
 
findChild(Node, int) - Method in class com.github.javaparser.printer.lexicalpreservation.NodeText
 
findChildrenPositions(LexicalDifferenceCalculator.CalculatedSyntaxModel) - Static method in class com.github.javaparser.printer.lexicalpreservation.DifferenceElementCalculator
Find the positions of all the given children.
findChildTextElementForComment(Comment, NodeText) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter.Observer
 
findCommonType(List<ResolvedType>) - Static method in class com.github.javaparser.resolution.logic.ConstructorResolutionLogic
 
findCommonType(List<ResolvedType>) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
 
findCompilationUnit() - Method in class com.github.javaparser.ast.Node
 
findContainingTypeDecl(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
Where a node has an interface/class/enum declaration as its ancestor, return the nearest one.
findContainingTypeDeclOrObjectCreationExpr(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
Where a node has an interface/class/enum declaration -- or an object creation expression (anonymous inner class) -- as its ancestor, return the nearest one.
findContainingTypeDeclOrObjectCreationExpr(Node, String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
Where a node has an interface/class/enum declaration -- or an object creation expression in an inner class references an outer class -- as its ancestor, return the declaration corresponding to the class name specified.
findData(DataKey<M>) - Method in class com.github.javaparser.ast.Node
Gets data for this node using the given key or returns an Optional.empty().
findElement(TextElementMatcher) - Method in class com.github.javaparser.printer.lexicalpreservation.NodeText
 
findElement(TextElementMatcher, int) - Method in class com.github.javaparser.printer.lexicalpreservation.NodeText
 
findExposedPatternInParentContext(Node, String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AbstractJavaParserContext
 
findFirst(Node.TreeTraversal, Function<Node, Optional<T>>) - Method in class com.github.javaparser.ast.Node
Walks the AST, applying the function for every node, with traversal algorithm "traversal".
findFirst(Class<N>) - Method in class com.github.javaparser.ast.Node
Walks the AST with pre-order traversal, returning the first node of type "nodeType" or empty() if none is found.
findFirst(Class<N>, Predicate<N>) - Method in class com.github.javaparser.ast.Node
Walks the AST with pre-order traversal, returning the first node of type "nodeType" that matches "predicate" or empty() if none is found.
findFirstToken() - Method in class com.github.javaparser.JavaToken
 
findIndentation(Node) - Static method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter
 
findIndexOfCorrespondingNodeTextElement(List<CsmElement>, NodeText) - Method in class com.github.javaparser.printer.lexicalpreservation.ReshuffledDiffElementExtractor
 
findLastToken() - Method in class com.github.javaparser.JavaToken
 
findMembersOfKind(Class<T>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
 
findMethodCall(Node, String) - Static method in class com.github.javaparser.resolution.Navigator
 
findMostApplicable(List<ResolvedConstructorDeclaration>, List<ResolvedType>, TypeSolver) - Static method in class com.github.javaparser.resolution.logic.ConstructorResolutionLogic
 
findMostApplicable(List<ResolvedConstructorDeclaration>, List<ResolvedType>, TypeSolver, boolean) - Static method in class com.github.javaparser.resolution.logic.ConstructorResolutionLogic
 
findMostApplicable(List<ResolvedMethodDeclaration>, String, List<ResolvedType>, TypeSolver) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
 
findMostApplicable(List<ResolvedMethodDeclaration>, String, List<ResolvedType>, TypeSolver, boolean) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
 
findMostApplicableUsage(List<MethodUsage>, String, List<ResolvedType>, TypeSolver) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
 
findNameExpression(Node, String) - Static method in class com.github.javaparser.resolution.Navigator
 
findNodeListName(NodeList<?>) - Static method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter
 
findNodeOfGivenClass(Node, Class<N>) - Static method in class com.github.javaparser.resolution.Navigator
findPairSameAs(Predicate<Pair<SameAsBound, SameAsBound>>) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
 
findPairsOfCommonAncestors(ResolvedReferenceType, ResolvedReferenceType) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
 
findResolvedTypesByTypeVariable(String, Map<ResolvedTypeParameterDeclaration, ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.MethodCallExprContext
 
findReturnStmt(MethodDeclaration) - Static method in class com.github.javaparser.resolution.Navigator
findRootCause(Throwable) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.FailureHandler
 
findRootNode() - Method in class com.github.javaparser.ast.comments.Comment
 
findRootNode() - Method in class com.github.javaparser.ast.Node
Finds the root node of this AST by finding the topmost parent.
findSimpleName(Node, String) - Static method in class com.github.javaparser.resolution.Navigator
 
findSwitch(Node) - Static method in class com.github.javaparser.resolution.Navigator
findSwitchHelper(Node) - Static method in class com.github.javaparser.resolution.Navigator
 
findTokenTextElementForComment(Comment, NodeText) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter.Observer
 
findType(TypeDeclaration<?>, String) - Static method in class com.github.javaparser.resolution.Navigator
Looks among the type declared in the TypeDeclaration for one having the specified name.
findType(CompilationUnit, String) - Static method in class com.github.javaparser.resolution.Navigator
Looks among the type declared in the Compilation Unit for one having the specified name.
findTypeDeclarations(Optional<Expression>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AbstractJavaParserContext
 
findTypeParameter(String) - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
 
findTypeParameter(String) - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
 
findTypeParameter(String) - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParametrizable
Find the closest TypeParameterDeclaration with the given name.
first - Variable in class com.github.javaparser.GeneratedJavaParser.JJCalls
 
FIRST_COLUMN - Static variable in class com.github.javaparser.Position
The first column -- note that it is 1-indexed (i.e.
FIRST_LINE - Static variable in class com.github.javaparser.Position
The first line -- note that it is 1-indexed (i.e.
firstElementIndex - Variable in class com.github.javaparser.printer.lexicalpreservation.RemovedGroup
 
firstNonAnnotationNode(Node) - Static method in class com.github.javaparser.utils.PositionUtils
 
fixIndentOfAddedNode(NodeText, int) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter.Observer
This method inserts new space tokens at the given index.
FLAG - Enum constant in enum com.github.javaparser.printer.concretesyntaxmodel.CsmConditional.Condition
 
FLOAT - Enum constant in enum com.github.javaparser.ast.type.PrimitiveType.Primitive
 
FLOAT - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
FLOAT - Enum constant in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
 
FLOAT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
FLOATING_POINT_LITERAL - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
FLOATING_POINT_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
floatType() - Static method in class com.github.javaparser.ast.type.PrimitiveType
 
fn - Static variable in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
following - Variable in class com.github.javaparser.printer.concretesyntaxmodel.CsmList
 
FOR - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
FOR - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
forbidAbstractModifier(RecordDeclaration, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.RecordDeclarationValidator
 
FORBIDEN_PARENT_CONTEXT_TO_DETECT_POTENTIAL_VAR_TYPE - Static variable in class com.github.javaparser.ast.validator.postprocessors.Java10PostProcessor
 
forbidNonStaticFieldsInRecords(RecordDeclaration, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.RecordDeclarationValidator
 
forClass(Class<? extends Node>) - Static method in class com.github.javaparser.printer.ConcreteSyntaxModel
 
forEach(Consumer<? super N>) - Method in class com.github.javaparser.ast.NodeList
 
forEachPairSameAndSubtype(BoundSet.Processor<SameAsBound, SubtypeOfBound, T>, T) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
 
forEachPairSameAs(BoundSet.Processor<SameAsBound, SameAsBound, T>, T) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
 
forEachPairSubtypeAndSubtype(BoundSet.Processor<SubtypeOfBound, SubtypeOfBound, T>, T) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
 
forEachRemaining(Consumer<? super N>) - Method in class com.github.javaparser.ast.NodeList.NodeListIterator
 
ForEachStatementContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
 
ForEachStatementContext(ForEachStmt, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ForEachStatementContext
 
forEachStmt - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java5Validator
 
ForEachStmt - Class in com.github.javaparser.ast.stmt
A for-each statement.
ForEachStmt() - Constructor for class com.github.javaparser.ast.stmt.ForEachStmt
 
ForEachStmt(VariableDeclarationExpr, Expression, Statement) - Constructor for class com.github.javaparser.ast.stmt.ForEachStmt
 
ForEachStmt(VariableDeclarationExpr, String, BlockStmt) - Constructor for class com.github.javaparser.ast.stmt.ForEachStmt
 
ForEachStmt(TokenRange, VariableDeclarationExpr, Expression, Statement) - Constructor for class com.github.javaparser.ast.stmt.ForEachStmt
This constructor is used by the parser and is considered private.
forEachStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ForEachStmtMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
ForEachStmtMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.ForEachStmtMetaModel
 
forEachStmtWithVariableDeclarator(VariableDeclarator) - Method in class com.github.javaparser.ast.type.VarType
 
forEachStmtWithVariableDeclarator(VariableDeclarator) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
 
ForInit() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-14.html#jls-14.14
formalArgumentTypes - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.MethodType
 
formalParameterTypes() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
 
formalParameterTypes(ResolvedMethodDeclaration) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeInference
 
format() - Method in class com.github.javaparser.printer.configuration.Indentation
 
formattedIndentation - Variable in class com.github.javaparser.printer.configuration.Indentation
 
ForStatement() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-14.html#jls-14.14
ForStatementContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
 
ForStatementContext(ForStmt, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ForStatementContext
 
ForStmt - Class in com.github.javaparser.ast.stmt
The classic for statement
ForStmt() - Constructor for class com.github.javaparser.ast.stmt.ForStmt
 
ForStmt(NodeList<Expression>, Expression, NodeList<Expression>, Statement) - Constructor for class com.github.javaparser.ast.stmt.ForStmt
 
ForStmt(TokenRange, NodeList<Expression>, Expression, NodeList<Expression>, Statement) - Constructor for class com.github.javaparser.ast.stmt.ForStmt
This constructor is used by the parser and is considered private.
forStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ForStmtMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
ForStmtMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.ForStmtMetaModel
 
ForUpdate() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-14.html#jls-14.14
foundTypes - Variable in class com.github.javaparser.symbolsolver.resolution.typesolvers.JavaParserTypeSolver
 
from(int) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator.CalculatedSyntaxModel
 
from(ResolvedValueDeclaration) - Static method in class com.github.javaparser.resolution.model.Value
Create a Value from a ValueDeclaration.
fromCamelCaseName(String) - Static method in enum com.github.javaparser.ast.observer.ObservableProperty
 
fromMethodUsage(MethodUsage) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.MethodType
 
fromName(String) - Static method in enum com.github.javaparser.javadoc.description.JavadocInlineTag.Type
 
fromName(String) - Static method in enum com.github.javaparser.javadoc.JavadocBlockTag.Type
 
fromText(String) - Static method in class com.github.javaparser.javadoc.description.JavadocInlineTag
 
FunctionalInterfaceLogic - Class in com.github.javaparser.resolution.logic
 
FunctionalInterfaceLogic() - Constructor for class com.github.javaparser.resolution.logic.FunctionalInterfaceLogic
 
functionalInterfaceParameterizationInference(LambdaExpr, ResolvedInterfaceDeclaration) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeInference
 

G

GE - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
GE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
gen - Variable in class com.github.javaparser.GeneratedJavaParser.JJCalls
 
Generated - Annotation Type in com.github.javaparser.ast
Copied from javax.annotation.Generated and reduced a bit.
GeneratedJavaParser - Class in com.github.javaparser
 
GeneratedJavaParser(GeneratedJavaParserTokenManager) - Constructor for class com.github.javaparser.GeneratedJavaParser
Constructor with generated Token Manager.
GeneratedJavaParser(Provider) - Constructor for class com.github.javaparser.GeneratedJavaParser
Constructor.
GeneratedJavaParser(String) - Constructor for class com.github.javaparser.GeneratedJavaParser
Constructor.
GeneratedJavaParser.JJCalls - Class in com.github.javaparser
 
GeneratedJavaParser.LookaheadSuccess - Exception Class in com.github.javaparser
 
GeneratedJavaParserBase - Class in com.github.javaparser
Base class for GeneratedJavaParser
GeneratedJavaParserBase() - Constructor for class com.github.javaparser.GeneratedJavaParserBase
 
GeneratedJavaParserConstants - Interface in com.github.javaparser
Token literal values and constants.
GeneratedJavaParserTokenManager - Class in com.github.javaparser
Token Manager.
GeneratedJavaParserTokenManager(SimpleCharStream) - Constructor for class com.github.javaparser.GeneratedJavaParserTokenManager
Constructor.
GeneratedJavaParserTokenManager(SimpleCharStream, int) - Constructor for class com.github.javaparser.GeneratedJavaParserTokenManager
Constructor.
GeneratedJavaParserTokenManagerBase - Class in com.github.javaparser
GeneratedJavaParserTokenManagerBase() - Constructor for class com.github.javaparser.GeneratedJavaParserTokenManagerBase
 
generateLambda(Expression, Statement) - Method in class com.github.javaparser.GeneratedJavaParserBase
Workaround for rather complex ambiguity that lambda's create
generateParseException() - Method in class com.github.javaparser.GeneratedJavaParser
Generate ParseException.
GenericListVisitorAdapter<R,A> - Class in com.github.javaparser.ast.visitor
A visitor that has a return value of List<R>, and has a default implementation for all its visit methods that visits their children in an unspecified order, and all visit methods that returns a value be added to a flattened List<R>.
GenericListVisitorAdapter() - Constructor for class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
genericPrettyPrint(Node) - Static method in class com.github.javaparser.printer.ConcreteSyntaxModel
 
genericPrettyPrint(Node, SourcePrinter) - Static method in class com.github.javaparser.printer.ConcreteSyntaxModel
 
genericsWithoutDiamondOperator - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java5Validator
 
genericType - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionParameterDeclaration
 
GenericVisitor<R,A> - Interface in com.github.javaparser.ast.visitor
A visitor that has a return value.
GenericVisitorAdapter<R,A> - Class in com.github.javaparser.ast.visitor
A visitor that has a return value (R), and has a default implementation for all its visit methods that visits their children in an unspecified order, and the first visit method that returns a value will stop the visitation and be the end result.
GenericVisitorAdapter() - Constructor for class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
GenericVisitorWithDefaults<R,A> - Class in com.github.javaparser.ast.visitor
A visitor that has a return value (R), and has default methods that are used when a specific visit method is not overridden.
GenericVisitorWithDefaults() - Constructor for class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
get() - Method in class com.github.javaparser.printer.configuration.DefaultPrinterConfiguration
returns all options configured
get() - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
 
get() - Method in interface com.github.javaparser.printer.configuration.PrinterConfiguration
 
get(int) - Method in class com.github.javaparser.ast.NodeList
 
get(int) - Method in class com.github.javaparser.utils.VisitorList
 
get(ConfigurationOption) - Method in class com.github.javaparser.printer.configuration.DefaultPrinterConfiguration
 
get(ConfigurationOption) - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
 
get(ConfigurationOption) - Method in interface com.github.javaparser.printer.configuration.PrinterConfiguration
 
get(TypeSolver) - Static method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
Note that the addition of the modifier synchronized is specific and directly in response to issue #2668.
get(Object) - Method in class com.github.javaparser.utils.VisitorMap
 
get(K) - Method in interface com.github.javaparser.resolution.cache.Cache
Returns the value associated with key in this cache, or empty if there is no cached value for key.
get(K) - Method in class com.github.javaparser.symbolsolver.cache.GuavaCache
 
get(K) - Method in class com.github.javaparser.symbolsolver.cache.InMemoryCache
 
get(K) - Method in class com.github.javaparser.symbolsolver.cache.NoCache
 
getAccessSpecifier() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithModifiers
 
getAllAncestors() - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
The list of all the ancestors of the current declaration, direct and indirect.
getAllAncestors() - Method in class com.github.javaparser.resolution.model.typesystem.ReferenceTypeImpl
 
getAllAncestors() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
Return all ancestors, that means all superclasses and interfaces.
getAllAncestors(Function<ResolvedReferenceTypeDeclaration, List<ResolvedReferenceType>>) - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
The list of all the ancestors of the current declaration, direct and indirect.
getAllAncestors(Function<ResolvedReferenceTypeDeclaration, List<ResolvedReferenceType>>) - Method in class com.github.javaparser.resolution.model.typesystem.ReferenceTypeImpl
 
getAllAncestors(Function<ResolvedReferenceTypeDeclaration, List<ResolvedReferenceType>>) - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
Return all ancestors, that means all superclasses and interfaces.
getAllClassesAncestors() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
getAllComments() - Method in class com.github.javaparser.ast.CompilationUnit
Return a list containing all comments declared in this compilation unit.
getAllContainedComments() - Method in class com.github.javaparser.ast.Node
This is the list of Comment which are contained in the Node either because they are properly associated to one of its children or because they are floating around inside the Node
getAllFields() - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
Return a list of all fields, either declared in this declaration or inherited.
getAllFields() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
 
getAllFields() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
 
getAllFields() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
getAllFields() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
getAllFields() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
 
getAllFields() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
This method returns both the ResolvedFieldDeclarations for the explicit static fields declared in the record and non-static private fields corresponding to the record parameters.
getAllFields() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
 
getAllFields() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
 
getAllFields() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
 
getAllFields() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
getAllFields() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
 
getAllFields() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
 
getAllFields() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
getAllFields() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
 
getAllFields() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassAdapter
 
getAllFields() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
getAllFields() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
 
getAllFields() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
 
getAllFields() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
getAllFieldsVisibleToInheritors() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
Fields which are visible to inheritors.
getAllInterfaces() - Method in interface com.github.javaparser.resolution.declarations.ResolvedClassDeclaration
Return all the interfaces implemented by this class, either directly or indirectly, including the interfaces extended by interfaces it implements.
getAllInterfaces() - Method in interface com.github.javaparser.resolution.declarations.ResolvedRecordDeclaration
Return all the interfaces implemented by this class, either directly or indirectly, including the interfaces extended by interfaces it implements.
getAllInterfaces() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
 
getAllInterfaces() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
getAllInterfaces() - Method in class com.github.javaparser.symbolsolver.logic.AbstractClassDeclaration
 
getAllInterfaces() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
getAllInterfacesAncestors() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
getAllInterfacesExtended() - Method in interface com.github.javaparser.resolution.declarations.ResolvedInterfaceDeclaration
Return the list of interfaces extended directly or indirectly by this one.
getAllMethods() - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
Return a list of all the methods declared of this type declaration, either declared or inherited.
getAllMethods() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
Get a list of all the methods available on this type.
getAllMethods() - Method in class com.github.javaparser.symbolsolver.logic.AbstractTypeDeclaration
 
getAllMethodsVisibleToInheritors() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
getAllNonStaticFields() - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
Return a list of all the non static fields, either declared or inherited.
getAllPropertyMetaModels() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
 
getAllReturnExpressions(BlockStmt) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.ExpressionCompatibleWithType
 
getAllStaticFields() - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
Return a list of all the static fields, either declared or inherited.
getAllSuperClasses() - Method in interface com.github.javaparser.resolution.declarations.ResolvedClassDeclaration
Get all superclasses, with all the type typeParametersValues expressed as functions of the type typeParametersValues of this declaration.
getAllSuperClasses() - Method in interface com.github.javaparser.resolution.declarations.ResolvedRecordDeclaration
Get all superclasses, with all the type typeParametersValues expressed as functions of the type typeParametersValues of this declaration.
getAllSuperClasses() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
 
getAllSuperClasses() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
getAllSuperClasses() - Method in class com.github.javaparser.symbolsolver.logic.AbstractClassDeclaration
 
getAllSuperClasses() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
getAncestors() - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
Resolves the types of all direct ancestors (i.e., the directly extended class and the directly implemented interfaces) and returns the list of ancestors as a list of resolved reference types.
getAncestors() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassAdapter
 
getAncestors(boolean) - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
Resolves the types of all direct ancestors (i.e., the directly extended class and the directly implemented interfaces) and returns the list of ancestors as a list of resolved reference types.
getAncestors(boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
 
getAncestors(boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
 
getAncestors(boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
getAncestors(boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
getAncestors(boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
 
getAncestors(boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
 
getAncestors(boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
 
getAncestors(boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
 
getAncestors(boolean) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
 
getAncestors(boolean) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
getAncestors(boolean) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
 
getAncestors(boolean) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
 
getAncestors(boolean) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
getAncestors(boolean) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeDeclarationAdapter
 
getAncestors(boolean) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
 
getAncestors(boolean) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
getAncestors(boolean) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
 
getAncestors(boolean) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
 
getAncestors(boolean) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
getAnnotation(int) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
 
getAnnotation(int) - Method in class com.github.javaparser.ast.type.Type
 
getAnnotationByClass(Class<? extends Annotation>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
Try to find an annotation by its class
getAnnotationByName(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
Try to find an annotation by its name
getAnnotationDeclarationByName(String) - Method in class com.github.javaparser.ast.CompilationUnit
Try to get a top level annotation type declaration by its name
getAnnotationMembers() - Method in interface com.github.javaparser.resolution.declarations.ResolvedAnnotationDeclaration
 
getAnnotationMembers() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
 
getAnnotationMembers() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
 
getAnnotationMembers() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
 
getAnnotations() - Method in class com.github.javaparser.ast.ArrayCreationLevel
 
getAnnotations() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
getAnnotations() - Method in class com.github.javaparser.ast.body.Parameter
 
getAnnotations() - Method in class com.github.javaparser.ast.body.ReceiverParameter
 
getAnnotations() - Method in class com.github.javaparser.ast.expr.VariableDeclarationExpr
 
getAnnotations() - Method in class com.github.javaparser.ast.modules.ModuleDeclaration
 
getAnnotations() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
 
getAnnotations() - Method in class com.github.javaparser.ast.PackageDeclaration
Retrieves the list of annotations declared before the package declaration.
getAnnotations() - Method in class com.github.javaparser.ast.type.ArrayType.ArrayBracketPair
 
getAnnotations() - Method in class com.github.javaparser.ast.type.Type
 
getAnnotationType(Object) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeDeclarationAdapter
 
getAnonymousClassBody() - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
 
getArgument(int) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithArguments
 
getArgumentPosition(Expression) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithArguments
 
getArgumentPosition(Expression, Function<Expression, Expression>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithArguments
 
getArguments() - Method in class com.github.javaparser.ast.body.EnumConstantDeclaration
 
getArguments() - Method in class com.github.javaparser.ast.expr.MethodCallExpr
 
getArguments() - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
 
getArguments() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithArguments
 
getArguments() - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
 
getArrayLevel() - Method in class com.github.javaparser.ast.type.ArrayType
returns the array level that is 0 for non array type.
getArrayLevel() - Method in class com.github.javaparser.ast.type.Type
 
getArrayLevel(DifferenceElement) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
getArrayType(ResolvedType, int) - Static method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistUtils
 
getBegin() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithRange
The begin position of this node in the source file.
getBegin() - Method in class com.github.javaparser.TokenRange
 
getBeginColumn() - Method in class com.github.javaparser.SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in class com.github.javaparser.SimpleCharStream
Get token beginning line number.
getBinaryTypeConcrete(Node, Node, boolean, BinaryExpr.Operator) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
 
getBlockComments() - Method in class com.github.javaparser.ast.comments.CommentsCollection
 
getBlockTags() - Method in class com.github.javaparser.javadoc.Javadoc
 
getBody() - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
 
getBody() - Method in class com.github.javaparser.ast.body.ConstructorDeclaration
 
getBody() - Method in class com.github.javaparser.ast.body.InitializerDeclaration
 
getBody() - Method in class com.github.javaparser.ast.body.MethodDeclaration
 
getBody() - Method in class com.github.javaparser.ast.expr.LambdaExpr
 
getBody() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithBlockStmt
 
getBody() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithBody
 
getBody() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithOptionalBlockStmt
 
getBody() - Method in class com.github.javaparser.ast.stmt.CatchClause
 
getBody() - Method in class com.github.javaparser.ast.stmt.DoStmt
 
getBody() - Method in class com.github.javaparser.ast.stmt.ForEachStmt
 
getBody() - Method in class com.github.javaparser.ast.stmt.ForStmt
 
getBody() - Method in class com.github.javaparser.ast.stmt.SynchronizedStmt
 
getBody() - Method in class com.github.javaparser.ast.stmt.WhileStmt
 
getBound() - Method in class com.github.javaparser.resolution.types.ResolvedLambdaConstraintType
 
getBoundedType() - Method in class com.github.javaparser.resolution.types.ResolvedWildcard
 
getBounds() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
The bounds specified for the type parameter.
getBounds() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
 
getBounds() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeParameter
 
getBounds() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionTypeParameter
 
getBoundSet() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormula.ReductionResult
 
getBoxTypeClass() - Method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
 
getBoxTypeQName() - Method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
 
getCache() - Method in class com.github.javaparser.utils.SourceRoot
The Java files that have been parsed by this source root object, or have been added manually.
getCallablesWithSignature(CallableDeclaration.Signature) - Method in class com.github.javaparser.ast.body.TypeDeclaration
 
getCar() - Method in enum com.github.javaparser.printer.configuration.Indentation.IndentType
 
getCatchClauses() - Method in class com.github.javaparser.ast.stmt.TryStmt
 
getCategory() - Method in class com.github.javaparser.JavaToken
 
getCategory(int) - Static method in class com.github.javaparser.TokenTypes
Category of a token, a little more detailed than The JLS.
getCause() - Method in class com.github.javaparser.Problem
 
getCharacterEncoding() - Method in class com.github.javaparser.ParserConfiguration
 
getCheck() - Method in class com.github.javaparser.ast.stmt.AssertStmt
 
getChild() - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
 
getChild() - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator.CsmChild
 
getChild() - Method in class com.github.javaparser.printer.lexicalpreservation.Removed
 
getChildNodes() - Method in class com.github.javaparser.ast.Node
Contains all nodes that have this node set as their parent.
getChildNodesByType(Class<N>) - Method in class com.github.javaparser.ast.Node
Deprecated.
use Node.findAll(Class) but be aware that findAll also considers the initial node.
getClassBody() - Method in class com.github.javaparser.ast.body.EnumConstantDeclaration
 
getClassByName(String) - Method in class com.github.javaparser.ast.CompilationUnit
Try to get a top level class declaration by its name
getClassDeclaration() - Method in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt
 
getClassName() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
The class(es) wrapping the declaring type.
getClassName() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
The class(es) wrapping this type.
getClassName() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
The class(es) wrapping the type bound(s).
getClassName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
 
getClassName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
 
getClassName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
getClassName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
getClassName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
 
getClassName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
 
getClassName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeAdapter
 
getClassName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
 
getClassName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
 
getClassName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
getClassName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
 
getClassName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
 
getClassName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
getClassName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
 
getClassName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
getClassName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
 
getClassName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
 
getClassName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
getClassName(String, Node) - Static method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.AstResolutionUtils
 
getColumn() - Method in class com.github.javaparser.SimpleCharStream
Deprecated. 
getColumn() - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider.LineCounter
The column of the currently processed input character.
getComment() - Method in class com.github.javaparser.ast.Node
This is a comment associated with this node.
getComment() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithJavadoc
 
getComment() - Method in interface com.github.javaparser.ast.nodeTypes.SwitchNode
 
getCommentedNode() - Method in class com.github.javaparser.ast.comments.Comment
 
getComments() - Method in class com.github.javaparser.ast.comments.CommentsCollection
 
getComments() - Method in class com.github.javaparser.ast.CompilationUnit
Deprecated.
getComments was a too generic name and it could be confused with getComment or getAllContainedComments Use CompilationUnit.getAllComments() instead
getCommentsCollection() - Method in class com.github.javaparser.GeneratedJavaParserBase
 
getCommentsCollection() - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
getCommentsCollection() - Method in class com.github.javaparser.ParseResult
 
getCommonAncestor() - Method in class com.github.javaparser.resolution.types.ResolvedUnionType
 
getCommonType() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithVariables
Returns the type that is shared between all variables.
getCompactConstructors() - Method in class com.github.javaparser.ast.body.RecordDeclaration
 
getCompare() - Method in class com.github.javaparser.ast.stmt.ForStmt
 
getCompilationUnit() - Method in class com.github.javaparser.ast.CompilationUnit.Storage
 
getCompilationUnits() - Method in class com.github.javaparser.utils.SourceRoot
The CompilationUnits of the Java files that have been parsed succesfully by this source root object, or have been added manually.
getComponentType() - Method in class com.github.javaparser.ast.type.ArrayType
 
getComponentType() - Method in class com.github.javaparser.resolution.types.ResolvedArrayType
 
getCondition() - Method in class com.github.javaparser.ast.expr.ConditionalExpr
 
getCondition() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithCondition
 
getCondition() - Method in class com.github.javaparser.ast.stmt.DoStmt
 
getCondition() - Method in class com.github.javaparser.ast.stmt.IfStmt
 
getCondition() - Method in class com.github.javaparser.ast.stmt.WhileStmt
 
getCondition() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmConditional
 
getConditionExprHandler(ResolvedType, ResolvedType) - Static method in class com.github.javaparser.symbolsolver.resolution.promotion.ConditionalExprResolver
 
getConfiguration() - Method in class com.github.javaparser.printer.DefaultPrettyPrinter
 
getConfiguration() - Method in class com.github.javaparser.printer.PrettyPrinter
Deprecated.
 
getConfiguration() - Method in interface com.github.javaparser.printer.Printer
 
getConfiguration() - Static method in class com.github.javaparser.StaticJavaParser
getConstraint(int) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormula.ReductionResult
 
getConstraintFormulas() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormula.ReductionResult
 
getConstructorByParameterTypes(Class<?>...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
Try to find a ConstructorDeclaration by its parameter types.
getConstructorByParameterTypes(String...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
Try to find a ConstructorDeclaration by its parameter types.
getConstructorParameters() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
 
getConstructors() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
Find all constructors in the members of this node.
getConstructors() - Method in interface com.github.javaparser.resolution.declarations.ResolvedClassDeclaration
List of constructors available for the class.
getConstructors() - Method in interface com.github.javaparser.resolution.declarations.ResolvedRecordDeclaration
List of constructors available for the class.
getConstructors() - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
 
getConstructors() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
 
getConstructors() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
 
getConstructors() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
getConstructors() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
getConstructors() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
 
getConstructors() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
 
getConstructors() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
 
getConstructors() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
 
getConstructors() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
 
getConstructors() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
getConstructors() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
 
getConstructors() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
 
getConstructors() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
getConstructors() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeDeclarationAdapter
 
getConstructors() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
 
getConstructors() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassAdapter
 
getConstructors() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
getConstructors() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
 
getConstructors() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
 
getConstructors() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
getConstructors(NodeWithMembers<?>, TypeSolver, N) - Static method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.AstResolutionUtils
 
getContainer() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
The TypeParametrizable of the container.
getContainer() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
 
getContainer() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeParameter
 
getContainer() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionTypeParameter
 
getContainerId() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
The ID of the container.
getContainerId() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
 
getContainerId() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeParameter
 
getContainerId() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionTypeParameter
 
getContainerQualifiedName() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
The qualified name of the container.
getContainerQualifiedName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
 
getContainerQualifiedName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeParameter
 
getContainerQualifiedName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionTypeParameter
 
getContainingNodeMetaModel() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
 
getContent() - Method in class com.github.javaparser.ast.comments.Comment
Return the text of the comment.
getContent() - Method in class com.github.javaparser.javadoc.description.JavadocInlineTag
 
getContent() - Method in class com.github.javaparser.javadoc.JavadocBlockTag
 
getContent() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmToken
 
getContext() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationMemberDeclaration
 
getContext() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
 
getContext() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
Deprecated.
getContext() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
getContext() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
 
getContext() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserMethodDeclaration
 
getContext() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
Deprecated.
getContext() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
 
getContext() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
 
getContext(Node, TypeSolver) - Static method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFactory
 
getCorrespondanceBetweenNextOrderAndPreviousOrder(CsmMix, CsmMix) - Method in class com.github.javaparser.printer.lexicalpreservation.ReshuffledDiffElementExtractor
 
getCorrespondingDeclaration() - Method in class com.github.javaparser.resolution.model.SymbolReference
The corresponding declaration.
getCurrent() - Method in class com.github.javaparser.ast.Node.PostOrderIterator.Level
Returns the current node.
getCurrentToken() - Method in class com.github.javaparser.GeneratedJavaParser
 
getCursor() - Method in class com.github.javaparser.printer.SourcePrinter
Return the current cursor position (line, column) in the source printer buffer.
getData(DataKey<M>) - Method in class com.github.javaparser.ast.Node
Gets data for this node using the given key.
getDataKeys() - Method in class com.github.javaparser.ast.Node
This method was added to support the clone method.
getDeclaration() - Method in class com.github.javaparser.resolution.MethodUsage
 
getDeclaration() - Method in class com.github.javaparser.resolution.model.SymbolReference
Get the declaration associated with the Symbol.
getDeclaration() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AnnotationDeclarationContext
 
getDeclaration() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ClassOrInterfaceDeclarationContext
 
getDeclaration() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.EnumDeclarationContext
 
getDeclaration() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.RecordDeclarationContext
 
getDeclarationAsString() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithDeclaration
As NodeWithDeclaration.getDeclarationAsString(boolean, boolean, boolean) including the modifiers, the throws clause and the parameters with both type and name.
getDeclarationAsString(boolean, boolean) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithDeclaration
As NodeWithDeclaration.getDeclarationAsString(boolean, boolean, boolean) including the parameters with both type and name.
getDeclarationAsString(boolean, boolean, boolean) - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
The declaration returned has this schema:
getDeclarationAsString(boolean, boolean, boolean) - Method in class com.github.javaparser.ast.body.ConstructorDeclaration
The declaration returned has this schema:
getDeclarationAsString(boolean, boolean, boolean) - Method in class com.github.javaparser.ast.body.MethodDeclaration
The declaration returned has this schema:
getDeclarationAsString(boolean, boolean, boolean) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithDeclaration
A simple representation of the element declaration.
getDeclaredAnnotation(String) - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
Returns the resolved annotation corresponding to the specified name and declared in this type declaration.
getDeclaredAnnotations() - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
Return a collection of all annotations declared in this type declaration.
getDeclaredAnnotations() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
 
getDeclaredAnnotations() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
getDeclaredAnnotations() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
 
getDeclaredAnnotations() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
 
getDeclaredAnnotations() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeAdapter
 
getDeclaredAnnotations() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
getDeclaredAnnotations() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
 
getDeclaredAnnotations() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
getDeclaredAnnotations() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeDeclarationAdapter
 
getDeclaredFields() - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
Return a list of all the fields declared in this type.
getDeclaredFields() - Method in class com.github.javaparser.resolution.model.typesystem.ReferenceTypeImpl
 
getDeclaredFields() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
Fields declared on this type.
getDeclaredFields() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeDeclarationAdapter
 
getDeclaredMethods() - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
Return a list of all the methods declared in this type declaration.
getDeclaredMethods() - Method in class com.github.javaparser.resolution.model.typesystem.ReferenceTypeImpl
 
getDeclaredMethods() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
Methods declared on this type.
getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
 
getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
 
getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
 
getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
This method returns both the explicit methods declared in the record and the implicit getter methods for the record parameters.
getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
 
getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
 
getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
 
getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
 
getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
 
getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeDeclarationAdapter
 
getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
 
getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassAdapter
 
getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
 
getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
 
getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
getDeclaredPropertyMetaModels() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
 
getDefaultConstructor() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
Try to find a ConstructorDeclaration with no parameters.
getDefaultPrinterConfiguration() - Method in class com.github.javaparser.ast.Node
 
getDefaultValue() - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
 
getDefaultValue() - Method in interface com.github.javaparser.resolution.declarations.ResolvedAnnotationMemberDeclaration
 
getDefaultValue() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationMemberDeclaration
 
getDefaultValue() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationMemberDeclaration
 
getDefaultValue() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationMemberDeclaration
 
getDependedOn() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet.VariableDependency
 
getDepending() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet.VariableDependency
 
getDerivedPropertyMetaModels() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
 
getDescription() - Method in class com.github.javaparser.javadoc.Javadoc
 
getDetectedLineEnding() - Method in class com.github.javaparser.LineEndingProcessingProvider
 
getDimension() - Method in class com.github.javaparser.ast.ArrayCreationLevel
 
getDirectAncestors() - Method in class com.github.javaparser.resolution.model.typesystem.ReferenceTypeImpl
 
getDirectAncestors() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
Return direct ancestors, that means the superclasses and interfaces implemented directly.
getDirectives() - Method in class com.github.javaparser.ast.modules.ModuleDeclaration
 
getDirectory() - Method in class com.github.javaparser.ast.CompilationUnit.Storage
 
getElement() - Method in class com.github.javaparser.printer.lexicalpreservation.Added
 
getElement() - Method in interface com.github.javaparser.printer.lexicalpreservation.DifferenceElement
Return the CsmElement considered in this DifferenceElement.
getElement() - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
 
getElement() - Method in class com.github.javaparser.printer.lexicalpreservation.Removed
 
getElement() - Method in class com.github.javaparser.printer.lexicalpreservation.Reshuffled
 
getElements() - Method in class com.github.javaparser.ast.type.IntersectionType
 
getElements() - Method in class com.github.javaparser.ast.type.UnionType
 
getElements() - Method in class com.github.javaparser.javadoc.description.JavadocDescription
 
getElements() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmMix
 
getElements() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmSequence
 
getElements() - Method in class com.github.javaparser.printer.lexicalpreservation.NodeText
 
getElements() - Method in class com.github.javaparser.resolution.types.ResolvedIntersectionType
 
getElements() - Method in class com.github.javaparser.resolution.types.ResolvedUnionType
 
getElementType() - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
 
getElementType() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithVariables
Returns the element type.
getElementType() - Method in class com.github.javaparser.ast.type.ArrayType
Finds the element type, meaning: the type without ArrayTypes around it.
getElementType() - Method in class com.github.javaparser.ast.type.Type
Finds the element type, meaning: the type without ArrayTypes around it.
getElseElement() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmConditional
 
getElseExpr() - Method in class com.github.javaparser.ast.expr.ConditionalExpr
 
getElseStmt() - Method in class com.github.javaparser.ast.stmt.IfStmt
 
getEncoding() - Method in class com.github.javaparser.ast.CompilationUnit.Storage
 
getEnd() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithRange
The end position of this node in the source file.
getEnd() - Method in class com.github.javaparser.TokenRange
 
getEndColumn() - Method in class com.github.javaparser.SimpleCharStream
Get token end column number.
getEndLine() - Method in class com.github.javaparser.SimpleCharStream
Get token end line number.
getEndOfLineCharacter() - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
 
getEntries() - Method in class com.github.javaparser.ast.body.EnumDeclaration
 
getEntries() - Method in class com.github.javaparser.ast.expr.SwitchExpr
 
getEntries() - Method in interface com.github.javaparser.ast.nodeTypes.SwitchNode
 
getEntries() - Method in class com.github.javaparser.ast.stmt.SwitchStmt
 
getEntry(int) - Method in class com.github.javaparser.ast.body.EnumDeclaration
 
getEntry(int) - Method in class com.github.javaparser.ast.expr.SwitchExpr
 
getEntry(int) - Method in interface com.github.javaparser.ast.nodeTypes.SwitchNode
 
getEntry(int) - Method in class com.github.javaparser.ast.stmt.SwitchStmt
 
getEnumByName(String) - Method in class com.github.javaparser.ast.CompilationUnit
Try to get a top level enum declaration by its name
getEnumConstant(String) - Method in interface com.github.javaparser.resolution.declarations.ResolvedEnumDeclaration
 
getEnumConstants() - Method in interface com.github.javaparser.resolution.declarations.ResolvedEnumDeclaration
 
getEnumConstants() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
getEnumConstants() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
 
getEnumConstants() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
 
getErasedSignature() - Method in class com.github.javaparser.resolution.MethodUsage
The erased signature of the method.
getExceptionTypes() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.MethodType
 
getExpression() - Method in class com.github.javaparser.ast.expr.CastExpr
 
getExpression() - Method in class com.github.javaparser.ast.expr.InstanceOfExpr
 
getExpression() - Method in class com.github.javaparser.ast.expr.UnaryExpr
 
getExpression() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithExpression
 
getExpression() - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
 
getExpression() - Method in class com.github.javaparser.ast.stmt.ExpressionStmt
 
getExpression() - Method in class com.github.javaparser.ast.stmt.ReturnStmt
 
getExpression() - Method in class com.github.javaparser.ast.stmt.SynchronizedStmt
 
getExpression() - Method in class com.github.javaparser.ast.stmt.ThrowStmt
 
getExpression() - Method in class com.github.javaparser.ast.stmt.YieldStmt
 
getExpressionBody() - Method in class com.github.javaparser.ast.expr.LambdaExpr
 
getExtendedType() - Method in class com.github.javaparser.ast.type.WildcardType
 
getExtendedTypes() - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
 
getExtendedTypes() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithExtends
 
getExtendedTypes(int) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithExtends
 
getFailures() - Method in class com.github.javaparser.symbolsolver.SourceFileInfoExtractor
 
getField(String) - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
Note that the type of the field should be expressed using the type variables of this particular type.
getField(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
 
getField(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
 
getField(String) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
 
getField(String) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassAdapter
 
getField(String) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
getField(String) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
 
getField(String) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
 
getField(String) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
getFieldByName(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
Try to find a FieldDeclaration by its name
getFields() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
Find all fields in the members of this node.
getFieldsForDeclaredVariables() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeAdapter
 
getFieldType(String) - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
The type of the field could be different from the one in the corresponding FieldDeclaration because type variables would be solved.
getFileName() - Method in class com.github.javaparser.ast.CompilationUnit.Storage
 
getFinallyBlock() - Method in class com.github.javaparser.ast.stmt.TryStmt
 
getFirst() - Method in class com.github.javaparser.ast.NodeList
 
getFirstElement() - Method in class com.github.javaparser.printer.lexicalpreservation.RemovedGroup
Returns the first element of this RemovedGroup
getFollowing() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmList
 
getFooter() - Method in class com.github.javaparser.ast.comments.BlockComment
 
getFooter() - Method in class com.github.javaparser.ast.comments.Comment
 
getFooter() - Method in class com.github.javaparser.ast.comments.JavadocComment
 
getFooter() - Method in class com.github.javaparser.ast.comments.LineComment
 
getFormalArgumentTypes() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.MethodType
 
getFullyQualifiedName() - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
 
getFullyQualifiedName() - Method in class com.github.javaparser.ast.body.RecordDeclaration
 
getFullyQualifiedName() - Method in class com.github.javaparser.ast.body.TypeDeclaration
Returns the fully qualified name of this type, derived only from information available in this compilation unit.
getFunctionalMethod(ResolvedReferenceTypeDeclaration) - Static method in class com.github.javaparser.resolution.logic.FunctionalInterfaceLogic
Get the functional method defined by the type, if any.
getFunctionalMethod(ResolvedType) - Static method in class com.github.javaparser.resolution.logic.FunctionalInterfaceLogic
Get the functional method defined by the type, if any.
getFunctionType(ResolvedType) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeHelper
 
getGenericParameterByName(String) - Method in interface com.github.javaparser.resolution.types.parametrization.ResolvedTypeParameterValueProvider
 
getGenericParameterByName(String) - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
Get the type associated with the type parameter with the given name.
getGenericParameterByName(String, ResolvedTypeParametrizable, TypeSolver) - Static method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistUtils
 
getGetterMethodName() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
 
getGuard() - Method in class com.github.javaparser.ast.stmt.SwitchEntry
 
getHeader() - Method in class com.github.javaparser.ast.comments.BlockComment
 
getHeader() - Method in class com.github.javaparser.ast.comments.Comment
 
getHeader() - Method in class com.github.javaparser.ast.comments.JavadocComment
 
getHeader() - Method in class com.github.javaparser.ast.comments.LineComment
 
getHomeToken() - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
getId() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithIdentifier
 
getId() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
The ID corresponds most of the type to the qualified name.
getId() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
Id of the declaration.
getIdentifier() - Method in class com.github.javaparser.ast.expr.MethodReferenceExpr
 
getIdentifier() - Method in class com.github.javaparser.ast.expr.Name
 
getIdentifier() - Method in class com.github.javaparser.ast.expr.SimpleName
 
getIdentifier() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithIdentifier
 
GetImage() - Method in class com.github.javaparser.SimpleCharStream
Get token literal value.
getImplementedTypes() - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
 
getImplementedTypes() - Method in class com.github.javaparser.ast.body.EnumDeclaration
 
getImplementedTypes() - Method in class com.github.javaparser.ast.body.RecordDeclaration
 
getImplementedTypes() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithImplements
 
getImplementedTypes(int) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithImplements
 
getImport(int) - Method in class com.github.javaparser.ast.CompilationUnit
 
getImportPackageName(ImportDeclaration) - Static method in class com.github.javaparser.ast.CompilationUnit
 
getImports() - Method in class com.github.javaparser.ast.CompilationUnit
Retrieves the list of imports declared in this compilation unit or null if there is no import.
getIndent() - Method in class com.github.javaparser.printer.configuration.Indentation
 
getIndent() - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
(@see Indentation.getIndent())
getIndentation() - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
 
getIndentation() - Method in class com.github.javaparser.printer.lexicalpreservation.RemovedGroup
Returns the indentation in front of this RemovedGroup if possible.
getIndentSize() - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
(@see Indentation.size)
getIndentType() - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
(@see Indentation.type)
getIndex() - Method in class com.github.javaparser.ast.expr.ArrayAccessExpr
 
getIndexOfComment(Comment, NodeText) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter.Observer
 
getIndexToNextTokenElement(TokenTextElement, int) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
getIndexToNextTokenElement(TokenTextElement, DifferenceElement) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
getIndexToNextTokenElementInArrayType(TokenTextElement, int) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
getIndicesBeingRemoved() - Method in class com.github.javaparser.printer.lexicalpreservation.RemovedGroup
 
getInferenceVariable() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.Instantiation
 
getInferenceVariable() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ProperLowerBound
 
getInferenceVariable() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ProperUpperBound
 
getInferenceVariables() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.CapturesBound
 
getInitialization() - Method in class com.github.javaparser.ast.stmt.ForStmt
 
getInitializer() - Method in class com.github.javaparser.ast.body.VariableDeclarator
 
getInitializer() - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
 
getInner() - Method in class com.github.javaparser.ast.expr.EnclosedExpr
 
getInnerTypeName(String) - Static method in class com.github.javaparser.resolution.Navigator
 
getInputCounter() - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider
getInstance() - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.FalseBound
 
getInstance() - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.ControlFlowLogic
 
getInstantiationFor(InferenceVariable) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
 
getInterfaceByName(String) - Method in class com.github.javaparser.ast.CompilationUnit
Try to get a top level interface declaration by its name
getInterfaceFQNs() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
getInterfaceFQNs() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
 
getInterfaceFQNs() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
 
getInterfaceFQNs() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
getInterfaces() - Method in interface com.github.javaparser.resolution.declarations.ResolvedClassDeclaration
Return all the interfaces implemented directly by this class.
getInterfaces() - Method in interface com.github.javaparser.resolution.declarations.ResolvedRecordDeclaration
Return all the interfaces implemented directly by this class.
getInterfaces() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
 
getInterfaces() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
getInterfaces() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
 
getInterfaces() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
getInterfaces() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
getInterfaces() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeDeclarationAdapter
 
getInterfaces() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassAdapter
 
getInterfaces() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
getInterfaces() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
getInterfaces(boolean) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeDeclarationAdapter
 
getInterfacesExtended() - Method in interface com.github.javaparser.resolution.declarations.ResolvedInterfaceDeclaration
Return the list of interfaces extended directly by this one.
getInterfacesExtended() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
 
getInterfacesExtended() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
 
getInterfacesExtended() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
 
getInternalType(String) - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
Returns a type declaration for the internal type based on name.
getInternalType(String) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
getInternalType(String) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
 
getInternalType(String) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
 
getInternalType(String) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
getIntroducedTypePatterns() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.DoStatementContext
The following rule applies to a statement do S while (e): - A pattern variable is introduced by do S while (e) iff (i) it is introduced by e when false and (ii) S does not contain a reachable break statement for which the do statement is the break target.
getIntroducedTypePatterns() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ForStatementContext
The following rules apply to a basic for statement: - A pattern variable is introduced by a basic for statement iff (i) it is introduced by the condition expression when false and (ii) the contained statement, S, does not contain a reachable break for which the basic for statement is the break target.
getIntroducedTypePatterns() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.IfStatementContext
The following rules apply to a statement if (e) S: - A pattern variable is introduced by if (e) S iff (i) it is introduced by e when false and (ii) S cannot complete normally.
getIntroducedTypePatterns() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.StatementContext
 
getIntroducedTypePatterns() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.WhileStatementContext
The following rules apply to a statement while (e) S: - A pattern variable is introduced by while (e) S iff (i) it is introduced by e when false and (ii) S does not contain a reachable break statement for which the while statement is the break target https://docs.oracle.com/javase/specs/jls/se21/html/jls-6.html#jls-6.3.2.3
getIterable() - Method in class com.github.javaparser.ast.stmt.ForEachStmt
 
getJarTypeSolver(String) - Static method in class com.github.javaparser.symbolsolver.resolution.typesolvers.JarTypeSolver
Deprecated.
Use of this static method (previously following singleton pattern) is strongly discouraged and will be removed in a future version. For now, it has been modified to return a new instance to prevent the IllegalStateException being thrown (as reported in #2547), allowing it to be called multiple times.
getJavadoc() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithJavadoc
Gets the Javadoc for this node.
getJavadocComment() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithJavadoc
Gets the JavadocComment for this node.
getJavadocComments() - Method in class com.github.javaparser.ast.comments.CommentsCollection
 
getKeyword() - Method in class com.github.javaparser.ast.Modifier
 
getKind() - Method in class com.github.javaparser.JavaToken
 
getKind() - Method in enum com.github.javaparser.JavaToken.Kind
 
getKnownClasses() - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.JarTypeSolver
Get the set of classes that can be resolved in the current type solver.
getLabel() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithOptionalLabel
 
getLabel() - Method in class com.github.javaparser.ast.stmt.BreakStmt
 
getLabel() - Method in class com.github.javaparser.ast.stmt.ContinueStmt
 
getLabel() - Method in class com.github.javaparser.ast.stmt.LabeledStmt
 
getLabelAsString() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithOptionalLabel
 
getLabels() - Method in class com.github.javaparser.ast.stmt.SwitchEntry
 
getLanguageLevel() - Method in class com.github.javaparser.ParserConfiguration
 
getLast() - Method in class com.github.javaparser.ast.NodeList
 
getLastAnnotation(Node) - Static method in class com.github.javaparser.utils.PositionUtils
 
getLastElement() - Method in class com.github.javaparser.printer.lexicalpreservation.RemovedGroup
Returns the last element of this RemovedGroup
getLastElementIndex() - Method in class com.github.javaparser.printer.lexicalpreservation.RemovedGroup
Returns the difference index of the last element being removed with this RemovedGroup
getLastParam() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
Utility method to get the last ParameterDeclaration.
getLastParameterIndex(int) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
 
getLeft() - Method in class com.github.javaparser.ast.expr.BinaryExpr
 
getLevels() - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
 
getLine() - Method in class com.github.javaparser.SimpleCharStream
Deprecated. 
getLine() - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider.LineCounter
The line of the currently processed input character.
getLineComments() - Method in class com.github.javaparser.ast.comments.CommentsCollection
 
getLineCount() - Method in class com.github.javaparser.Range
 
getLineEnding(int, int, int) - Static method in enum com.github.javaparser.utils.LineSeparator
 
getLineEndingStyle() - Method in class com.github.javaparser.ast.Node
 
getLineEndingStyleOrDefault(LineSeparator) - Method in class com.github.javaparser.ast.Node
 
getLocalDeclarationFromClassname(String) - Method in class com.github.javaparser.ast.CompilationUnit
Try to get all local class declarations ending by its name (top level or inner class)
getLocation() - Method in class com.github.javaparser.Problem
 
getLowerBound() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
Get the type used as lower bound.
getMapping() - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMappingBuilder
getMaxEnumConstantsToAlignHorizontally() - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
 
getMaximumCommonType() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithVariables
Returns the type that maximum shared type between all variables.
getMember(int) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
 
getMember(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.CompilationUnitContext
 
getMembers() - Method in class com.github.javaparser.ast.body.TypeDeclaration
 
getMembers() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
 
getMemberValue() - Method in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr
 
getMessage() - Method in class com.github.javaparser.ast.stmt.AssertStmt
 
getMessage() - Method in class com.github.javaparser.Problem
 
getMessage() - Method in exception class com.github.javaparser.TokenMgrException
You can also modify the body of this method to customize your error messages.
getMetaModel() - Method in class com.github.javaparser.ast.ArrayCreationLevel
 
getMetaModel() - Method in class com.github.javaparser.ast.body.AnnotationDeclaration
 
getMetaModel() - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
 
getMetaModel() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
getMetaModel() - Method in class com.github.javaparser.ast.body.CallableDeclaration
 
getMetaModel() - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
 
getMetaModel() - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
 
getMetaModel() - Method in class com.github.javaparser.ast.body.ConstructorDeclaration
 
getMetaModel() - Method in class com.github.javaparser.ast.body.EnumConstantDeclaration
 
getMetaModel() - Method in class com.github.javaparser.ast.body.EnumDeclaration
 
getMetaModel() - Method in class com.github.javaparser.ast.body.FieldDeclaration
 
getMetaModel() - Method in class com.github.javaparser.ast.body.InitializerDeclaration
 
getMetaModel() - Method in class com.github.javaparser.ast.body.MethodDeclaration
 
getMetaModel() - Method in class com.github.javaparser.ast.body.Parameter
 
getMetaModel() - Method in class com.github.javaparser.ast.body.ReceiverParameter
 
getMetaModel() - Method in class com.github.javaparser.ast.body.RecordDeclaration
 
getMetaModel() - Method in class com.github.javaparser.ast.body.TypeDeclaration
 
getMetaModel() - Method in class com.github.javaparser.ast.body.VariableDeclarator
 
getMetaModel() - Method in class com.github.javaparser.ast.comments.BlockComment
 
getMetaModel() - Method in class com.github.javaparser.ast.comments.Comment
 
getMetaModel() - Method in class com.github.javaparser.ast.comments.JavadocComment
 
getMetaModel() - Method in class com.github.javaparser.ast.comments.LineComment
 
getMetaModel() - Method in class com.github.javaparser.ast.CompilationUnit
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.AnnotationExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.ArrayAccessExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.ArrayInitializerExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.AssignExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.BinaryExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.BooleanLiteralExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.CastExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.CharLiteralExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.ClassExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.ConditionalExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.DoubleLiteralExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.EnclosedExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.Expression
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.FieldAccessExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.InstanceOfExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.IntegerLiteralExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.LambdaExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.LiteralExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.LiteralStringValueExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.LongLiteralExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.MarkerAnnotationExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.MemberValuePair
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.MethodCallExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.MethodReferenceExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.Name
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.NameExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.NormalAnnotationExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.NullLiteralExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.PatternExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.RecordPatternExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.SimpleName
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.StringLiteralExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.SuperExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.SwitchExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.TextBlockLiteralExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.ThisExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.TypeExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.TypePatternExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.UnaryExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.expr.VariableDeclarationExpr
 
getMetaModel() - Method in class com.github.javaparser.ast.ImportDeclaration
 
getMetaModel() - Method in class com.github.javaparser.ast.Modifier
 
getMetaModel() - Method in class com.github.javaparser.ast.modules.ModuleDeclaration
 
getMetaModel() - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
getMetaModel() - Method in class com.github.javaparser.ast.modules.ModuleExportsDirective
 
getMetaModel() - Method in class com.github.javaparser.ast.modules.ModuleOpensDirective
 
getMetaModel() - Method in class com.github.javaparser.ast.modules.ModuleProvidesDirective
 
getMetaModel() - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
 
getMetaModel() - Method in class com.github.javaparser.ast.modules.ModuleUsesDirective
 
getMetaModel() - Method in class com.github.javaparser.ast.Node
 
getMetaModel() - Method in class com.github.javaparser.ast.PackageDeclaration
 
getMetaModel() - Method in class com.github.javaparser.ast.stmt.AssertStmt
 
getMetaModel() - Method in class com.github.javaparser.ast.stmt.BlockStmt
 
getMetaModel() - Method in class com.github.javaparser.ast.stmt.BreakStmt
 
getMetaModel() - Method in class com.github.javaparser.ast.stmt.CatchClause
 
getMetaModel() - Method in class com.github.javaparser.ast.stmt.ContinueStmt
 
getMetaModel() - Method in class com.github.javaparser.ast.stmt.DoStmt
 
getMetaModel() - Method in class com.github.javaparser.ast.stmt.EmptyStmt
 
getMetaModel() - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
 
getMetaModel() - Method in class com.github.javaparser.ast.stmt.ExpressionStmt
 
getMetaModel() - Method in class com.github.javaparser.ast.stmt.ForEachStmt
 
getMetaModel() - Method in class com.github.javaparser.ast.stmt.ForStmt
 
getMetaModel() - Method in class com.github.javaparser.ast.stmt.IfStmt
 
getMetaModel() - Method in class com.github.javaparser.ast.stmt.LabeledStmt
 
getMetaModel() - Method in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt
 
getMetaModel() - Method in class com.github.javaparser.ast.stmt.LocalRecordDeclarationStmt
 
getMetaModel() - Method in class com.github.javaparser.ast.stmt.ReturnStmt
 
getMetaModel() - Method in class com.github.javaparser.ast.stmt.Statement
 
getMetaModel() - Method in class com.github.javaparser.ast.stmt.SwitchEntry
 
getMetaModel() - Method in class com.github.javaparser.ast.stmt.SwitchStmt
 
getMetaModel() - Method in class com.github.javaparser.ast.stmt.SynchronizedStmt
 
getMetaModel() - Method in class com.github.javaparser.ast.stmt.ThrowStmt
 
getMetaModel() - Method in class com.github.javaparser.ast.stmt.TryStmt
 
getMetaModel() - Method in class com.github.javaparser.ast.stmt.UnparsableStmt
 
getMetaModel() - Method in class com.github.javaparser.ast.stmt.WhileStmt
 
getMetaModel() - Method in class com.github.javaparser.ast.stmt.YieldStmt
 
getMetaModel() - Method in class com.github.javaparser.ast.type.ArrayType
 
getMetaModel() - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
 
getMetaModel() - Method in class com.github.javaparser.ast.type.IntersectionType
 
getMetaModel() - Method in class com.github.javaparser.ast.type.PrimitiveType
 
getMetaModel() - Method in class com.github.javaparser.ast.type.ReferenceType
 
getMetaModel() - Method in class com.github.javaparser.ast.type.Type
 
getMetaModel() - Method in class com.github.javaparser.ast.type.TypeParameter
 
getMetaModel() - Method in class com.github.javaparser.ast.type.UnionType
 
getMetaModel() - Method in class com.github.javaparser.ast.type.UnknownType
 
getMetaModel() - Method in class com.github.javaparser.ast.type.VarType
 
getMetaModel() - Method in class com.github.javaparser.ast.type.VoidType
 
getMetaModel() - Method in class com.github.javaparser.ast.type.WildcardType
 
getMetaModelFieldName() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
The name of the field in JavaParserMetaModel for this node meta model.
getMetaModelFieldName() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
The name of the field in the containing BaseNodeMetaModel for this property meta model.
getMethodDescriptor(Method) - Static method in class com.github.javaparser.utils.TypeUtils
 
getMethods() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
Find all methods in the members of this node.
getMethodsByName(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
Try to find a MethodDeclaration by its name
getMethodsByParameterTypes(Class<?>...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
Try to find a MethodDeclaration by its parameter types.
getMethodsByParameterTypes(String...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
Try to find a MethodDeclaration by its parameter types.
getMethodsBySignature(String, String...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
Try to find MethodDeclarations by their name and parameter types.
getMethodsExplicitAndVariadicParameterType(ResolvedMethodDeclaration, int) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
 
getModifiers() - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
Return the modifiers of this member declaration.
getModifiers() - Method in class com.github.javaparser.ast.body.CallableDeclaration
Return the modifiers of this member declaration.
getModifiers() - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
 
getModifiers() - Method in class com.github.javaparser.ast.body.FieldDeclaration
Return the modifiers of this member declaration.
getModifiers() - Method in class com.github.javaparser.ast.body.Parameter
Return the modifiers of this parameter declaration.
getModifiers() - Method in class com.github.javaparser.ast.body.TypeDeclaration
Return the modifiers of this type declaration.
getModifiers() - Method in class com.github.javaparser.ast.expr.RecordPatternExpr
 
getModifiers() - Method in class com.github.javaparser.ast.expr.TypePatternExpr
 
getModifiers() - Method in class com.github.javaparser.ast.expr.VariableDeclarationExpr
Return the modifiers of this variable declaration.
getModifiers() - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
 
getModifiers() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithModifiers
Return the modifiers of this variable declaration.
getModule() - Method in class com.github.javaparser.ast.CompilationUnit
 
getModuleNames() - Method in class com.github.javaparser.ast.modules.ModuleExportsDirective
 
getModuleNames() - Method in class com.github.javaparser.ast.modules.ModuleOpensDirective
 
getName() - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
 
getName() - Method in class com.github.javaparser.ast.body.CallableDeclaration
 
getName() - Method in class com.github.javaparser.ast.body.CallableDeclaration.Signature
 
getName() - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
 
getName() - Method in class com.github.javaparser.ast.body.EnumConstantDeclaration
 
getName() - Method in class com.github.javaparser.ast.body.Parameter
 
getName() - Method in class com.github.javaparser.ast.body.ReceiverParameter
 
getName() - Method in class com.github.javaparser.ast.body.TypeDeclaration
 
getName() - Method in class com.github.javaparser.ast.body.VariableDeclarator
 
getName() - Method in class com.github.javaparser.ast.expr.AnnotationExpr
 
getName() - Method in class com.github.javaparser.ast.expr.ArrayAccessExpr
 
getName() - Method in class com.github.javaparser.ast.expr.FieldAccessExpr
 
getName() - Method in class com.github.javaparser.ast.expr.InstanceOfExpr
Helper method which, if this is an expression with a type pattern, returns the identifier/name.
getName() - Method in class com.github.javaparser.ast.expr.MemberValuePair
 
getName() - Method in class com.github.javaparser.ast.expr.MethodCallExpr
 
getName() - Method in class com.github.javaparser.ast.expr.NameExpr
 
getName() - Method in class com.github.javaparser.ast.expr.TypePatternExpr
 
getName() - Method in class com.github.javaparser.ast.ImportDeclaration
Retrieves the name of the import (.* is not included.)
getName() - Method in class com.github.javaparser.ast.modules.ModuleDeclaration
 
getName() - Method in class com.github.javaparser.ast.modules.ModuleExportsDirective
 
getName() - Method in class com.github.javaparser.ast.modules.ModuleOpensDirective
 
getName() - Method in class com.github.javaparser.ast.modules.ModuleProvidesDirective
 
getName() - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
 
getName() - Method in class com.github.javaparser.ast.modules.ModuleUsesDirective
 
getName() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithName
 
getName() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithSimpleName
 
getName() - Method in class com.github.javaparser.ast.PackageDeclaration
Return the name expression of the package.
getName() - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
 
getName() - Method in class com.github.javaparser.ast.type.TypeParameter
Return the name of the paramenter.
getName() - Method in class com.github.javaparser.javadoc.description.JavadocInlineTag
 
getName() - Method in class com.github.javaparser.javadoc.JavadocBlockTag
 
getName() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
 
getName() - Method in interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
Should return the name or return null if the name is not available.
getName() - Method in interface com.github.javaparser.resolution.declarations.ResolvedEnumConstantDeclaration
 
getName() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
Name of the type parameter.
getName() - Method in class com.github.javaparser.resolution.MethodUsage
 
getName() - Method in class com.github.javaparser.resolution.model.Value
 
getName() - Method in exception class com.github.javaparser.resolution.UnsolvedSymbolException
 
getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.DefaultConstructorDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationMemberDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserConstructorDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumConstantDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValueOfMethod
 
getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValuesMethod
 
getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserFieldDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserMethodDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserParameterDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration.CanonicalRecordConstructor
 
getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration.ImplicitGetterMethod
 
getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
 
getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypePatternDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserVariableDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationMemberDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistConstructorDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumConstantDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistFieldDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistParameterDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeParameter
 
getName() - Method in class com.github.javaparser.symbolsolver.JavaSymbolSolver.ArrayLengthValueDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationMemberDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionConstructorDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumConstantDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionFieldDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionParameterDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionPatternDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
getName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionTypeParameter
 
getNameAsExpression() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithSimpleName
 
getNameAsString() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithName
 
getNameAsString() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithSimpleName
 
getNames() - Method in class com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametersMap
 
getNameWithScope() - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
 
getNewLineToken(LineSeparator) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator
 
getNewValue() - Method in class com.github.javaparser.printer.lexicalpreservation.changes.PropertyChange
 
getNextAndCleanupStack(Node.PostOrderIterator.Level) - Method in class com.github.javaparser.ast.Node.PostOrderIterator
 
getNextOrder() - Method in class com.github.javaparser.printer.lexicalpreservation.Reshuffled
 
getNextToken() - Method in class com.github.javaparser.GeneratedJavaParser
Get the next Token.
getNextToken() - Method in class com.github.javaparser.GeneratedJavaParserBase
 
getNextToken() - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
Get the next Token.
getNextToken() - Method in class com.github.javaparser.JavaToken
 
getNodeMetaModel(Class<?>) - Static method in class com.github.javaparser.metamodel.JavaParserMetaModel
 
getNodeMetaModels() - Static method in class com.github.javaparser.metamodel.JavaParserMetaModel
 
getNodeReference() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
 
getNodesByType(Class<N>) - Method in class com.github.javaparser.ast.Node
Deprecated.
use Node.findAll(Class) but be aware that findAll also considers the initial node.
getNodeTextForWrappedNode() - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
 
getNoParams() - Method in class com.github.javaparser.resolution.MethodUsage
Return the number of formal arguments accepted by this method.
getNumberOfParams() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
Number of params.
getNumberOfParams() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.DefaultConstructorDeclaration
 
getNumberOfParams() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserConstructorDeclaration
 
getNumberOfParams() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValueOfMethod
 
getNumberOfParams() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValuesMethod
 
getNumberOfParams() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserMethodDeclaration
 
getNumberOfParams() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration.CanonicalRecordConstructor
 
getNumberOfParams() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration.ImplicitGetterMethod
 
getNumberOfParams() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistConstructorDeclaration
 
getNumberOfParams() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
 
getNumberOfParams() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodLikeDeclarationAdapter
 
getNumberOfParams() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionConstructorDeclaration
 
getNumberOfParams() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodDeclaration
 
getNumberOfSpecifiedExceptions() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
Number of exceptions listed in the throws clause.
getNumberOfSpecifiedExceptions() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.DefaultConstructorDeclaration
 
getNumberOfSpecifiedExceptions() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserConstructorDeclaration
 
getNumberOfSpecifiedExceptions() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValueOfMethod
 
getNumberOfSpecifiedExceptions() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValuesMethod
 
getNumberOfSpecifiedExceptions() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserMethodDeclaration
 
getNumberOfSpecifiedExceptions() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration.CanonicalRecordConstructor
 
getNumberOfSpecifiedExceptions() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration.ImplicitGetterMethod
 
getNumberOfSpecifiedExceptions() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistConstructorDeclaration
 
getNumberOfSpecifiedExceptions() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
 
getNumberOfSpecifiedExceptions() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodLikeDeclarationAdapter
 
getNumberOfSpecifiedExceptions() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionConstructorDeclaration
 
getNumberOfSpecifiedExceptions() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodDeclaration
 
getNumericPrimitiveTypes() - Static method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
 
getOldValue() - Method in class com.github.javaparser.printer.lexicalpreservation.changes.PropertyChange
 
getOperator() - Method in class com.github.javaparser.ast.expr.AssignExpr
 
getOperator() - Method in class com.github.javaparser.ast.expr.BinaryExpr
 
getOperator() - Method in class com.github.javaparser.ast.expr.UnaryExpr
 
getOption(DefaultPrinterConfiguration.ConfigOption) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
getOrCreateNodeText(Node) - Static method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter
 
getOrigin() - Method in class com.github.javaparser.ast.type.ArrayType.ArrayBracketPair
 
getOrigin() - Method in class com.github.javaparser.ast.type.ArrayType
 
getOrphanComments() - Method in class com.github.javaparser.ast.Node
This is a list of Comment which are inside the node and are not associated with any meaningful AST Node.
getOuterMostTokenRange(TokenRange, TokenRange) - Static method in class com.github.javaparser.ast.type.ArrayType
 
getOuterTypeName(String) - Static method in class com.github.javaparser.resolution.Navigator
 
getOutputCounter() - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider
getPackageDeclaration() - Method in class com.github.javaparser.ast.CompilationUnit
Retrieves the package declaration of this compilation unit.
If this compilation unit has no package declaration (default package), Optional.none() is returned.
getPackageName() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
 
getPackageName() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
The package name of the declaring type.
getPackageName() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
The package name of the type.
getPackageName() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
The package name of the type bound(s).
getPackageName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
 
getPackageName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
 
getPackageName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
getPackageName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
getPackageName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
 
getPackageName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
 
getPackageName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeAdapter
 
getPackageName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
 
getPackageName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
 
getPackageName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
getPackageName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
 
getPackageName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
 
getPackageName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
getPackageName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
 
getPackageName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
getPackageName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
 
getPackageName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
 
getPackageName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
getPackageName(Node) - Static method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.AstResolutionUtils
 
getPairs() - Method in class com.github.javaparser.ast.expr.NormalAnnotationExpr
 
getParam(int) - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
Get the ParameterDeclaration at the corresponding position or throw IllegalArgumentException.
getParam(int) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.DefaultConstructorDeclaration
 
getParam(int) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserConstructorDeclaration
 
getParam(int) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValueOfMethod
 
getParam(int) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValuesMethod
 
getParam(int) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserMethodDeclaration
 
getParam(int) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration.CanonicalRecordConstructor
 
getParam(int) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration.ImplicitGetterMethod
 
getParam(int) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistConstructorDeclaration
 
getParam(int) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
 
getParam(int) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodLikeDeclarationAdapter
 
getParam(int) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionConstructorDeclaration
 
getParam(int) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodDeclaration
 
getParameter() - Method in class com.github.javaparser.ast.stmt.CatchClause
Note that the type of the Parameter can be a UnionType.
getParameter(int) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
 
getParameterByName(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
Try to find a Parameter by its name
getParameterByType(Class<?>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
Try to find a Parameter by its type
getParameterByType(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
Try to find a Parameter by its type
getParameters() - Method in class com.github.javaparser.ast.body.CallableDeclaration
 
getParameters() - Method in class com.github.javaparser.ast.body.RecordDeclaration
Type declarations do not normally have parameters - e.g.
getParameters() - Method in class com.github.javaparser.ast.expr.LambdaExpr
 
getParameters() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
 
getParameterTypes() - Method in class com.github.javaparser.ast.body.CallableDeclaration.Signature
 
getParamPos(Parameter) - Static method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserSymbolDeclaration
 
getParamPos(Expression) - Static method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
getParamType(int) - Method in class com.github.javaparser.resolution.MethodUsage
Return the type of the formal argument at the given position.
getParamTypes() - Method in class com.github.javaparser.resolution.MethodUsage
 
getParent() - Method in interface com.github.javaparser.resolution.Context
 
getParent() - Method in interface com.github.javaparser.resolution.TypeSolver
Parent of the this TypeSolver.
getParent() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AbstractJavaParserContext
 
getParent() - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.AarTypeSolver
 
getParent() - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.ClassLoaderTypeSolver
 
getParent() - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver
 
getParent() - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.JarTypeSolver
 
getParent() - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.JavaParserTypeSolver
 
getParent() - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.MemoryTypeSolver
 
getParentNode() - Method in class com.github.javaparser.ast.Node
 
getParentNode() - Method in class com.github.javaparser.ast.NodeList
 
getParentNode() - Method in interface com.github.javaparser.HasParentNode
Returns the parent node, or Optional.empty if no parent is set.
getParentNodeForChildren() - Method in class com.github.javaparser.ast.Node
 
getParentNodeForChildren() - Method in class com.github.javaparser.ast.NodeList
 
getParentNodeForChildren() - Method in interface com.github.javaparser.HasParentNode
Returns the parent node from the perspective of the children of this node.
getParentPath(String) - Static method in class com.github.javaparser.symbolsolver.utils.FileUtils
 
getParsed() - Method in class com.github.javaparser.ast.Node
 
getParsed() - Method in class com.github.javaparser.ast.stmt.UnparsableStmt
 
getParser() - Method in class com.github.javaparser.JavaParserAdapter
 
getParserConfiguration() - Method in class com.github.javaparser.JavaParser
 
getParserConfiguration() - Method in class com.github.javaparser.JavaParserAdapter
 
getParserConfiguration() - Static method in class com.github.javaparser.StaticJavaParser
Get the configuration for the parse...
getParserConfiguration() - Method in class com.github.javaparser.symbolsolver.utils.SymbolSolverCollectionStrategy
 
getParserConfiguration() - Method in interface com.github.javaparser.utils.CollectionStrategy
 
getParserConfiguration() - Method in class com.github.javaparser.utils.ParserCollectionStrategy
 
getParserConfiguration() - Method in class com.github.javaparser.utils.SourceRoot
 
getParserConfiguration() - Method in class com.github.javaparser.utils.SourceZip
 
getParserForProvider(Provider) - Method in class com.github.javaparser.JavaParser
 
getPath() - Method in class com.github.javaparser.ast.CompilationUnit.Storage
 
getPathMatcher(String) - Method in interface com.github.javaparser.utils.CollectionStrategy
 
getPattern() - Method in class com.github.javaparser.ast.expr.InstanceOfExpr
 
getPatternList() - Method in class com.github.javaparser.ast.expr.RecordPatternExpr
 
getPermittedTypes() - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
 
getPosition() - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider.LineCounter
The current position.
getPositionMapping() - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider
The UnicodeEscapeProcessingProvider.PositionMapping being built during processing the file.
getPostProcessors() - Method in class com.github.javaparser.ast.validator.postprocessors.PostProcessors
 
getPreceeding() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmList
 
getPreviousOrder() - Method in class com.github.javaparser.printer.lexicalpreservation.Reshuffled
 
getPreviousToken() - Method in class com.github.javaparser.JavaToken
 
getPrimaryType() - Method in class com.github.javaparser.ast.CompilationUnit
 
getPrimaryTypeName() - Method in class com.github.javaparser.ast.CompilationUnit
 
getPrimitiveTypeDescriptor(Class<?>) - Static method in class com.github.javaparser.utils.TypeUtils
 
getPrinter() - Method in class com.github.javaparser.ast.CompilationUnit
 
getPrinter() - Method in class com.github.javaparser.ast.Node
 
getPrinter() - Method in class com.github.javaparser.utils.SourceRoot
Get the printing function.
getPrinter(PrinterConfiguration) - Method in class com.github.javaparser.ast.CompilationUnit
 
getPrinter(PrinterConfiguration) - Method in class com.github.javaparser.ast.Node
 
getPriority() - Method in enum com.github.javaparser.printer.lexicalpreservation.ReshuffledDiffElementExtractor.MatchClassification
 
getProblem(int) - Method in class com.github.javaparser.ParseResult
 
getProblems() - Method in exception class com.github.javaparser.ParseProblemException
 
getProblems() - Method in class com.github.javaparser.ParseResult
 
getProcessors() - Method in class com.github.javaparser.ParserConfiguration
 
getProperties() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmConditional
 
getProperty() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmAttribute
 
getProperty() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmChar
 
getProperty() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmConditional
 
getProperty() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmList
 
getProperty() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmSingleReference
 
getProperty() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmString
 
getProperty() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmTextBlock
 
getProperty() - Method in interface com.github.javaparser.printer.lexicalpreservation.changes.Change
 
getProperty() - Method in class com.github.javaparser.printer.lexicalpreservation.changes.ListAdditionChange
 
getProperty() - Method in class com.github.javaparser.printer.lexicalpreservation.changes.ListRemovalChange
 
getProperty() - Method in class com.github.javaparser.printer.lexicalpreservation.changes.ListReplacementChange
 
getProperty() - Method in class com.github.javaparser.printer.lexicalpreservation.changes.NoChange
 
getProperty() - Method in class com.github.javaparser.printer.lexicalpreservation.changes.PropertyChange
 
getProperType() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.Instantiation
 
getProperType() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ProperLowerBound
 
getProperType() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ProperUpperBound
 
getProperUpperBoundsFor(InferenceVariable) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
 
getQualifiedClassName() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
 
getQualifiedName() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
The qualified name of the method composed by the qualfied name of the declaring type followed by a dot and the name of the method.
getQualifiedName() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
The fully qualified name of the type declared.
getQualifiedName() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
The qualified name of the Type Parameter.
getQualifiedName() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
Qualified name of the declaration.
getQualifiedName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
 
getQualifiedName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
 
getQualifiedName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
getQualifiedName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
getQualifiedName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
 
getQualifiedName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
 
getQualifiedName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeAdapter
 
getQualifiedName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
 
getQualifiedName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
 
getQualifiedName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
 
getQualifiedName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
getQualifiedName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
 
getQualifiedName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
 
getQualifiedName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
getQualifiedName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
 
getQualifiedName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
getQualifiedName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
 
getQualifiedName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
 
getQualifiedName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
getQualifiedSignature() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
The qualified signature of the method.
getQualifiedSignature() - Method in class com.github.javaparser.resolution.MethodUsage
The qualified signature of the method.
getQualifier() - Method in class com.github.javaparser.ast.expr.Name
 
getQualifier(Node) - Static method in class com.github.javaparser.symbolsolver.resolution.naming.NameLogic
 
getRange() - Method in class com.github.javaparser.ast.Node
 
getRange() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithRange
 
getRange() - Method in class com.github.javaparser.JavaToken
 
getRange() - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
 
getRange() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
 
getRange() - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
 
getRawValue(Node) - Method in enum com.github.javaparser.ast.observer.ObservableProperty
 
getReceiverParameter() - Method in class com.github.javaparser.ast.body.CallableDeclaration
 
getReceiverParameter() - Method in class com.github.javaparser.ast.body.RecordDeclaration
 
getRecordByName(String) - Method in class com.github.javaparser.ast.CompilationUnit
Try to get a top level record declaration by its name
getRecordDeclaration() - Method in class com.github.javaparser.ast.stmt.LocalRecordDeclarationStmt
 
getResources() - Method in class com.github.javaparser.ast.stmt.TryStmt
 
getResult() - Method in class com.github.javaparser.ParseResult
 
getResultExpressions(BlockStmt) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.ExpressionCompatibleWithType
 
getReturnType() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodDeclaration
The type of the value returned by the current method.
getReturnType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValueOfMethod
 
getReturnType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValuesMethod
 
getReturnType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserMethodDeclaration
 
getReturnType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration.ImplicitGetterMethod
 
getReturnType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
 
getReturnType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodLikeDeclarationAdapter
 
getReturnType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodDeclaration
 
getReturnType() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.MethodType
 
getRight() - Method in class com.github.javaparser.ast.expr.BinaryExpr
 
getRightMostName(Node) - Static method in class com.github.javaparser.symbolsolver.resolution.naming.NameLogic
 
getRoot() - Method in interface com.github.javaparser.resolution.TypeSolver
Get the root of the hierarchy of type solver.
getRoot() - Method in class com.github.javaparser.utils.ProjectRoot
 
getRoot() - Method in class com.github.javaparser.utils.SourceRoot
The path that was passed in the constructor.
getRoot(Path) - Method in interface com.github.javaparser.utils.CollectionStrategy
 
getRuntimeExceptionFrom(Throwable, String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.FailureHandler
 
getS() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SameAsBound
 
getS() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SubtypeOfBound
 
getScope() - Method in class com.github.javaparser.ast.expr.FieldAccessExpr
 
getScope() - Method in class com.github.javaparser.ast.expr.MethodCallExpr
 
getScope() - Method in class com.github.javaparser.ast.expr.MethodReferenceExpr
 
getScope() - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
 
getScope() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithOptionalScope
 
getScope() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithScope
 
getScope() - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
 
getScope(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AbstractJavaParserContext
 
getSelectedNode() - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
Returns the covering node.
getSelector() - Method in class com.github.javaparser.ast.expr.SwitchExpr
 
getSelector() - Method in interface com.github.javaparser.ast.nodeTypes.SwitchNode
 
getSelector() - Method in class com.github.javaparser.ast.stmt.SwitchStmt
 
getSeparatorPost() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmList
 
getSeparatorPre() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmList
 
getSetterMethodName() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
 
getSignature() - Method in class com.github.javaparser.ast.body.CallableDeclaration
 
getSignature() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
The signature of the method.
getSignature() - Method in class com.github.javaparser.resolution.MethodUsage
The signature of the method.
getSignature(Method) - Static method in class com.github.javaparser.resolution.logic.FunctionalInterfaceLogic
 
getSize() - Method in class com.github.javaparser.printer.configuration.Indentation
 
getSolvedJavaLangObject() - Method in interface com.github.javaparser.resolution.TypeSolver
 
getSolvedJavaLangRecord() - Method in interface com.github.javaparser.resolution.TypeSolver
 
getSource() - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
use toString()
getSource() - Method in class com.github.javaparser.printer.SourcePrinter
Deprecated.
use toString()
getSourceRoot() - Method in class com.github.javaparser.ast.CompilationUnit.Storage
 
getSourceRoot(Path) - Method in class com.github.javaparser.utils.ProjectRoot
 
getSourceRoots() - Method in class com.github.javaparser.utils.ProjectRoot
 
getSpecifiedException(int) - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
Type of the corresponding entry in the throws clause.
getSpecifiedException(int) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.DefaultConstructorDeclaration
 
getSpecifiedException(int) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserConstructorDeclaration
 
getSpecifiedException(int) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValueOfMethod
 
getSpecifiedException(int) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValuesMethod
 
getSpecifiedException(int) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserMethodDeclaration
 
getSpecifiedException(int) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration.CanonicalRecordConstructor
 
getSpecifiedException(int) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration.ImplicitGetterMethod
 
getSpecifiedException(int) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistConstructorDeclaration
 
getSpecifiedException(int) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
 
getSpecifiedException(int) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodLikeDeclarationAdapter
 
getSpecifiedException(int) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionConstructorDeclaration
 
getSpecifiedException(int) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodDeclaration
 
getSpecifiedExceptions() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
 
getStatement() - Method in class com.github.javaparser.ast.stmt.LabeledStmt
 
getStatement(int) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
 
getStatements() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
 
getStatements() - Method in class com.github.javaparser.ast.stmt.BlockStmt
 
getStatements() - Method in class com.github.javaparser.ast.stmt.SwitchEntry
 
getStorage() - Method in class com.github.javaparser.ast.CompilationUnit
 
getSuccesses() - Method in class com.github.javaparser.symbolsolver.SourceFileInfoExtractor
 
GetSuffix(int) - Method in class com.github.javaparser.SimpleCharStream
Get the suffix.
getSuperClass() - Method in interface com.github.javaparser.resolution.declarations.ResolvedClassDeclaration
This is a ReferenceTypeUsage because it could contain type typeParametersValues.
getSuperClass() - Method in interface com.github.javaparser.resolution.declarations.ResolvedRecordDeclaration
This is a ReferenceTypeUsage because it could contain type typeParametersValues.
getSuperClass() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
 
getSuperClass() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
getSuperClass() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
 
getSuperClass() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
getSuperClass() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
getSuperClass() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeDeclarationAdapter
 
getSuperClass() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassAdapter
 
getSuperClass() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
getSuperClass() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
getSuperclassFQN() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
getSuperclassFQN() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
getSuperNodeMetaModel() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
 
getSuperType() - Method in class com.github.javaparser.ast.type.WildcardType
 
getSuperTypeDeclaration() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
 
getSymbolDeclarations() - Method in interface com.github.javaparser.resolution.SymbolDeclarator
 
getSymbolDeclarations() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarators.FieldSymbolDeclarator
 
getSymbolDeclarations() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarators.NoSymbolDeclarator
 
getSymbolDeclarations() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarators.ParameterSymbolDeclarator
 
getSymbolDeclarations() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarators.TypePatternSymbolDeclarator
 
getSymbolDeclarations() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarators.VariableSymbolDeclarator
 
getSymbolDeclarator(Node, TypeSolver) - Static method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFactory
 
getSymbolResolver() - Method in class com.github.javaparser.ast.Node
 
getSymbolResolver() - Method in class com.github.javaparser.ParserConfiguration
Retrieve the SymbolResolver to be used while parsing, if any.
getSymbolSolver() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
 
getT() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SameAsBound
 
getT() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SubtypeOfBound
 
getTabSize() - Method in class com.github.javaparser.ParserConfiguration
 
getTabSize() - Method in class com.github.javaparser.SimpleCharStream
 
getTabWidth() - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
(@see Indentation.size)
getTagName() - Method in class com.github.javaparser.javadoc.JavadocBlockTag
 
getTarget() - Method in class com.github.javaparser.ast.expr.AssignExpr
 
getterName(Class<?>, String) - Static method in class com.github.javaparser.utils.CodeGenerationUtils
 
getterToPropertyName(String) - Static method in class com.github.javaparser.utils.CodeGenerationUtils
 
getText() - Method in class com.github.javaparser.JavaToken
 
getText() - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
 
getTextElement(int) - Method in class com.github.javaparser.printer.lexicalpreservation.NodeText
 
getThenElement() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmConditional
 
getThenExpr() - Method in class com.github.javaparser.ast.expr.ConditionalExpr
 
getThenStmt() - Method in class com.github.javaparser.ast.stmt.IfStmt
 
getThrownException(int) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithThrownExceptions
 
getThrownExceptions() - Method in class com.github.javaparser.ast.body.CallableDeclaration
 
getThrownExceptions() - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
 
getThrownExceptions() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithThrownExceptions
 
getToken() - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
 
getToken(int) - Method in class com.github.javaparser.GeneratedJavaParser
Get the specific Token.
getToken(int) - Method in class com.github.javaparser.GeneratedJavaParserBase
 
getTokenKind() - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
 
getTokenRange() - Method in class com.github.javaparser.ast.Node
 
getTokenRange() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithTokenRange
 
getTokenRange() - Method in class com.github.javaparser.ast.type.ArrayType.ArrayBracketPair
 
getTokens() - Method in class com.github.javaparser.GeneratedJavaParserBase
Return the list of JavaParser specific tokens that have been encountered while parsing code using this parser.
getTokens() - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
getTokenSource() - Method in class com.github.javaparser.GeneratedJavaParser
 
getTokenSource() - Method in class com.github.javaparser.GeneratedJavaParserBase
 
getTokenType() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmToken
 
getTokenType() - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
 
getTokenType() - Method in class com.github.javaparser.printer.lexicalpreservation.Removed
 
getTokenType(Node, String, String) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmAttribute
Obtain the token type corresponding to the specific value of the attribute.
getTrackLineColumn() - Method in class com.github.javaparser.SimpleCharStream
 
getTryBlock() - Method in class com.github.javaparser.ast.stmt.TryStmt
 
getType() - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
 
getType() - Method in class com.github.javaparser.ast.body.MethodDeclaration
 
getType() - Method in class com.github.javaparser.ast.body.Parameter
 
getType() - Method in class com.github.javaparser.ast.body.ReceiverParameter
 
getType() - Method in class com.github.javaparser.ast.body.VariableDeclarator
 
getType() - Method in class com.github.javaparser.ast.expr.CastExpr
 
getType() - Method in class com.github.javaparser.ast.expr.ClassExpr
 
getType() - Method in class com.github.javaparser.ast.expr.InstanceOfExpr
 
getType() - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
 
getType() - Method in class com.github.javaparser.ast.expr.PatternExpr
The types of record patters and top-level type patterns must be reference types, but nested type patterns can also have primitive types.
getType() - Method in class com.github.javaparser.ast.expr.RecordPatternExpr
The type of RecordPatternExpr must always be a reference type.
getType() - Method in class com.github.javaparser.ast.expr.TypeExpr
 
getType() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithType
Gets the type
getType() - Method in class com.github.javaparser.ast.stmt.SwitchEntry
 
getType() - Method in class com.github.javaparser.ast.type.PrimitiveType
 
getType() - Method in class com.github.javaparser.javadoc.description.JavadocInlineTag
 
getType() - Method in class com.github.javaparser.javadoc.JavadocBlockTag
 
getType() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
 
getType() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
 
getType() - Method in class com.github.javaparser.printer.configuration.Indentation
 
getType() - Method in class com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration.Bound
Get the type used in the Bound.
getType() - Method in interface com.github.javaparser.resolution.declarations.ResolvedValueDeclaration
Type of the declaration.
getType() - Method in class com.github.javaparser.resolution.model.typesystem.LazyType
 
getType() - Method in class com.github.javaparser.resolution.model.Value
 
getType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationMemberDeclaration
 
getType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumConstantDeclaration
 
getType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserFieldDeclaration
 
getType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserParameterDeclaration
 
getType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypePatternDeclaration
 
getType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserVariableDeclaration
 
getType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationMemberDeclaration
 
getType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumConstantDeclaration
 
getType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistFieldDeclaration
 
getType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistParameterDeclaration
 
getType() - Method in class com.github.javaparser.symbolsolver.JavaSymbolSolver.ArrayLengthValueDeclaration
 
getType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationMemberDeclaration
 
getType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumConstantDeclaration
 
getType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionFieldDeclaration
 
getType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionParameterDeclaration
 
getType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionPatternDeclaration
 
getType(int) - Method in class com.github.javaparser.ast.CompilationUnit
Convenience method that wraps getTypes().
If i is out of bounds, throws IndexOutOfBoundsException.
getType(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
Get the type associated with the node.
getType(Node, boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
 
getType(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.CompilationUnitContext
 
getTypeArguments() - Method in class com.github.javaparser.ast.expr.FieldAccessExpr
 
getTypeArguments() - Method in class com.github.javaparser.ast.expr.MethodCallExpr
 
getTypeArguments() - Method in class com.github.javaparser.ast.expr.MethodReferenceExpr
 
getTypeArguments() - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
 
getTypeArguments() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithTypeArguments
 
getTypeArguments() - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
 
getTypeArguments() - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
 
getTypeAsString() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithType
 
getTypeBasedBlacklist(Class<? extends Exception>...) - Static method in class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver.ExceptionHandlers
 
getTypeBasedWhitelist(Class<? extends Exception>...) - Static method in class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver.ExceptionHandlers
 
getTypeBound() - Method in class com.github.javaparser.ast.type.TypeParameter
Return the list of ClassOrInterfaceType that this parameter extends.
getTypeConcrete(Node, boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
Should return more like a TypeApplication: a TypeDeclaration and possible typeParametersValues or array modifiers.
getTypeDeclaration() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
Corresponding TypeDeclaration
getTypeDeclaration(ClassOrInterfaceDeclaration) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
 
getTypeDeclaration(TypeDeclaration<?>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
 
getTypeDeclaration(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
 
getTypeName() - Method in class com.github.javaparser.ast.expr.SuperExpr
 
getTypeName() - Method in class com.github.javaparser.ast.expr.ThisExpr
 
getTypeName() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
 
getTypeName() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
 
getTypeName(SignatureAttribute.ClassType) - Static method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistUtils
 
getTypeNameForGetter() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
 
getTypeNameForSetter() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
 
getTypeNameGenerified() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
 
getTypeNameGenerified() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
 
getTypeOfThisIn(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
"this" inserted in the given point, which type would have?
getTypeParameter(int) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithTypeParameters
 
getTypeParameterDeclaration() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.InferenceVariable
 
getTypeParameters() - Method in class com.github.javaparser.ast.body.CallableDeclaration
 
getTypeParameters() - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
 
getTypeParameters() - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
 
getTypeParameters() - Method in class com.github.javaparser.ast.body.RecordDeclaration
 
getTypeParameters() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithTypeParameters
 
getTypeParameters() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParametrizable
The list of type parameters defined on this element.
getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.DefaultConstructorDeclaration
 
getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
Annotation declarations cannot have type parameters and hence this method always returns an empty list.
getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
 
getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserConstructorDeclaration
 
getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValueOfMethod
 
getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValuesMethod
 
getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
 
getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserMethodDeclaration
 
getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration.CanonicalRecordConstructor
 
getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
 
getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration.ImplicitGetterMethod
 
getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
 
getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
 
getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
Annotation declarations cannot have type parameters and hence this method always returns an empty list.
getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistConstructorDeclaration
 
getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
 
getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
 
getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
 
getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodLikeDeclarationAdapter
 
getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeDeclarationAdapter
 
getTypeParameters() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
Annotation declarations cannot have type parameters and hence this method always returns an empty list.
getTypeParameters() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassAdapter
 
getTypeParameters() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
getTypeParameters() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionConstructorDeclaration
 
getTypeParameters() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
 
getTypeParameters() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
 
getTypeParameters() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodDeclaration
 
getTypeParameters() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
getTypeParameters() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.MethodType
 
getTypeParametersMap() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
Get the values for all type parameters declared on this type.
getTypes() - Method in class com.github.javaparser.ast.CompilationUnit
Return the list of top level types declared in this compilation unit.
If there are no types declared, none is returned.
getTypes() - Method in class com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametersMap
 
getTypeSolver() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
 
getTypesOrWildcards() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.CapturesBound
 
getTypeWithVarargsAsArray(Parameter) - Method in class com.github.javaparser.ast.body.CallableDeclaration
 
getUnsupported() - Method in class com.github.javaparser.symbolsolver.SourceFileInfoExtractor
 
getUpdate() - Method in class com.github.javaparser.ast.stmt.ForStmt
 
getUpperBound() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
Get the type used as upper bound.
getUsage(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
getUsage(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValueOfMethod
 
getUsage(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValuesMethod
 
getUsage(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
 
getUsage(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserMethodDeclaration
 
getUsage(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
 
getUsage(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
 
getUsage(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
 
getUsage(Node) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
getUsage(Node) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
 
getUsage(Node) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
getUsage(Node) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
getUsage(Node) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
 
getUsage(Node) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
getValidators() - Method in class com.github.javaparser.ast.validator.Validators
 
getValue() - Method in class com.github.javaparser.ast.expr.AssignExpr
 
getValue() - Method in class com.github.javaparser.ast.expr.BooleanLiteralExpr
 
getValue() - Method in class com.github.javaparser.ast.expr.LiteralStringValueExpr
 
getValue() - Method in class com.github.javaparser.ast.expr.MemberValuePair
 
getValue() - Method in class com.github.javaparser.Token
An optional attribute value of the Token.
getValue(Node) - Method in class com.github.javaparser.metamodel.PropertyMetaModel
Introspects the node to get the value from this field.
getValue(ObservableProperty, Node) - Method in interface com.github.javaparser.printer.lexicalpreservation.changes.Change
 
getValue(ObservableProperty, Node) - Method in class com.github.javaparser.printer.lexicalpreservation.changes.ListAdditionChange
 
getValue(ObservableProperty, Node) - Method in class com.github.javaparser.printer.lexicalpreservation.changes.ListRemovalChange
 
getValue(ObservableProperty, Node) - Method in class com.github.javaparser.printer.lexicalpreservation.changes.ListReplacementChange
 
getValue(ObservableProperty, Node) - Method in class com.github.javaparser.printer.lexicalpreservation.changes.NoChange
 
getValue(ObservableProperty, Node) - Method in class com.github.javaparser.printer.lexicalpreservation.changes.PropertyChange
 
getValue(ResolvedTypeParameterDeclaration) - Method in class com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametersMap
 
getValueAsBooleanAttribute(Node) - Method in enum com.github.javaparser.ast.observer.ObservableProperty
 
getValueAsCollection(Node) - Method in enum com.github.javaparser.ast.observer.ObservableProperty
 
getValueAsMultipleReference(Node) - Method in enum com.github.javaparser.ast.observer.ObservableProperty
 
getValueAsSingleReference(Node) - Method in enum com.github.javaparser.ast.observer.ObservableProperty
 
getValueAsStringAttribute(Node) - Method in enum com.github.javaparser.ast.observer.ObservableProperty
 
getValueBySignature(String) - Method in class com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametersMap
 
getValues() - Method in class com.github.javaparser.ast.expr.ArrayInitializerExpr
 
getVarArgsAnnotations() - Method in class com.github.javaparser.ast.body.Parameter
 
getVariable() - Method in class com.github.javaparser.ast.stmt.ForEachStmt
 
getVariable(int) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithVariables
 
getVariableDeclarator() - Method in class com.github.javaparser.ast.stmt.ForEachStmt
Convenience method that directly returns this foreach statement's single variable declarator.
getVariableDeclarator() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserFieldDeclaration
 
getVariableDeclarator() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserVariableDeclaration
 
getVariableName(LocalVariableAttribute, int) - Static method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistUtils
 
getVariables() - Method in class com.github.javaparser.ast.body.FieldDeclaration
 
getVariables() - Method in class com.github.javaparser.ast.expr.VariableDeclarationExpr
 
getVariables() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithVariables
 
getVariablesIntroducedByAnd(BinaryExpr) - Static method in class com.github.javaparser.symbolsolver.javaparsermodel.PatternVariableVisitor
The following rules apply to a conditional-and expression a invalid input: '&'invalid input: '&' b: - A pattern variable is introduced by a invalid input: '&'invalid input: '&' b when true iff either (i) it is introduced by a when true or (ii) it is introduced by b when true.
getVariablesIntroducedByLogicalComplement(UnaryExpr) - Static method in class com.github.javaparser.symbolsolver.javaparsermodel.PatternVariableVisitor
The following rules apply to a logical complement expression !a: - A pattern variable is introduced by !a when true iff it is introduced by a when false.
getVariablesIntroducedByOr(BinaryExpr) - Static method in class com.github.javaparser.symbolsolver.javaparsermodel.PatternVariableVisitor
The following rules apply to a conditional-or expression a || b: - A pattern variable is introduced by a || b when false iff either (i) it is introduced by a when false or (ii) it is introduced by b when false.
getVariablesIntroducedIfFalse() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.PatternVariableResult
 
getVariablesIntroducedIfTrue() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.PatternVariableResult
 
getVerboseMessage() - Method in class com.github.javaparser.Problem
 
getVisibleField(String) - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
Consider only field or inherited field which is not private.
getVisibleFields() - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
Return a list of all fields declared and the inherited ones which are not private.
getWidth() - Method in enum com.github.javaparser.printer.configuration.Indentation.IndentType
 
getWith() - Method in class com.github.javaparser.ast.modules.ModuleProvidesDirective
 
getWrappedNode() - Method in interface com.github.javaparser.resolution.Context
Returns the node wrapped in the context
getWrappedNode() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AbstractJavaParserContext
 
getWrappedNode() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationMemberDeclaration
 
getWrappedNode() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
Returns the JavaParser node associated with this JavaParserClassDeclaration.
getWrappedNode() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserConstructorDeclaration
Returns the JavaParser node associated with this JavaParserConstructorDeclaration.
getWrappedNode() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumConstantDeclaration
Returns the JavaParser node associated with this JavaParserEnumConstantDeclaration.
getWrappedNode() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
Returns the JavaParser node associated with this JavaParserEnumDeclaration.
getWrappedNode() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserFieldDeclaration
Returns the JavaParser node associated with this JavaParserFieldDeclaration.
getWrappedNode() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
Returns the JavaParser node associated with this JavaParserInterfaceDeclaration.
getWrappedNode() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserMethodDeclaration
Returns the JavaParser node associated with this JavaParserMethodDeclaration.
getWrappedNode() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserParameterDeclaration
Returns the JavaParser node associated with this JavaParserParameterDeclaration.
getWrappedNode() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
Returns the JavaParser node associated with this JavaParserClassDeclaration.
getWrappedNode() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
Returns the JavaParser node associated with this JavaParserTypeParameter.
getWrappedNode() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypePatternDeclaration
Returns the JavaParser node associated with this JavaParserPatternDeclaration.
getWrappedNode() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
Returns the JavaParser node associated with this JavaParserTypeVariableDeclaration.
getWrappedNode() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserVariableDeclaration
Returns the JavaParser node associated with this JavaParserFieldDeclaration.
getXMLStreamCause() - Method in exception class com.github.javaparser.printer.RuntimeXMLStreamException
 
getZipPath() - Method in class com.github.javaparser.utils.SourceZip
Get the path of the ZIP file to be parsed.
glb(Set<ResolvedType>) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeHelper
See JLS 5.1.10.
GOTO - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
GOTO - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
goToNext() - Method in class com.github.javaparser.ast.Node.PostOrderIterator.Level
Sets the next node as the current node.
GREATER - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
 
GREATER_EQUALS - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
 
groundTargetTypeOfLambda(LambdaExpr, ResolvedType, TypeSolver) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeHelper
See JLS 15.27.3.
groupConsecutiveRemovedElements() - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
groupResolvedTypeByTypeVariable(Map<ResolvedTypeParameterDeclaration, ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.MethodCallExprContext
 
groupTrailingArgumentsIntoArray(ResolvedMethodDeclaration, List<ResolvedType>, ResolvedType) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
 
groupVariadicParamValues(List<ResolvedType>, int, ResolvedType) - Static method in class com.github.javaparser.resolution.logic.ConstructorResolutionLogic
 
groupVariadicParamValues(List<ResolvedType>, int, ResolvedType) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
 
GT - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
GT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
guard - Variable in class com.github.javaparser.ast.stmt.SwitchEntry
 
GUARD - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
guardPropertyMetaModel - Variable in class com.github.javaparser.metamodel.SwitchEntryMetaModel
 
guavaCache - Variable in class com.github.javaparser.symbolsolver.cache.GuavaCache
 
GuavaCache<K,V> - Class in com.github.javaparser.symbolsolver.cache
This class is used to wrap a Guava Cache.
GuavaCache(Cache<K, V>) - Constructor for class com.github.javaparser.symbolsolver.cache.GuavaCache
 

H

handle(Throwable) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.FailureHandler
 
handle(Throwable, String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.FailureHandler
 
handleResult(ParseResult<T>) - Method in class com.github.javaparser.JavaParserAdapter
Helper function to handle the result in a simpler way.
handleResult(ParseResult<T>) - Static method in class com.github.javaparser.StaticJavaParser
Deprecated.
HasAccessSpecifier - Interface in com.github.javaparser.resolution.declarations
Anything which can have an AccessSpecifier.
hasAnnotation(String) - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
Has the type at least one annotation declared or inherited having the specified qualified name? By default, the subclasses do not inherit the annotation declared on the parent class.
hasBound() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
Has the type parameter a bound?
hasCascadingIfStmt() - Method in class com.github.javaparser.ast.stmt.IfStmt
This method returns true if the If Statement has an else branch and that branch is another If Statement.
hasDefaultAndStaticInterfaceMethods - Variable in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
 
hasDirectlyAnnotation(NodeWithAnnotations<?>, TypeSolver, String) - Static method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.AstResolutionUtils
 
hasDirectlyAnnotation(String) - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
Has the type at least one annotation declared having the specified qualified name?
hasDirectlyAnnotation(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
 
hasDirectlyAnnotation(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
 
hasDirectlyAnnotation(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
hasDirectlyAnnotation(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
hasDirectlyAnnotation(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
 
hasDirectlyAnnotation(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
 
hasDirectlyAnnotation(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
 
hasDirectlyAnnotation(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
 
hasDirectlyAnnotation(String) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
 
hasDirectlyAnnotation(String) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
hasDirectlyAnnotation(String) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
 
hasDirectlyAnnotation(String) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
 
hasDirectlyAnnotation(String) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
hasDirectlyAnnotation(String) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
 
hasDirectlyAnnotation(String) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassAdapter
 
hasDirectlyAnnotation(String) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
hasDirectlyAnnotation(String) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
 
hasDirectlyAnnotation(String) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
 
hasDirectlyAnnotation(String) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
hasElseBlock() - Method in class com.github.javaparser.ast.stmt.IfStmt
This method returns true if the If Statement has an else branch and that branch is a block statement.
hasElseBranch() - Method in class com.github.javaparser.ast.stmt.IfStmt
This method returns true if the If Statement has an else branch.
hasEmptyBody() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithBody
 
hasEnumConstant(String) - Method in interface com.github.javaparser.resolution.declarations.ResolvedEnumDeclaration
 
hasField(String) - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
Has this type a field with the given name?
hasField(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
 
hasField(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
 
hasField(String) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
 
hasField(String) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassAdapter
 
hasField(String) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
hasField(String) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
 
hasField(String) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
 
hasField(String) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
hasFinalVariable() - Method in class com.github.javaparser.ast.stmt.ForEachStmt
Convenience method that decides whether this foreach statement's variable is final.
hashCode() - Method in class com.github.javaparser.ast.body.CallableDeclaration.Signature
 
hashCode() - Method in class com.github.javaparser.ast.DataKey
 
hashCode() - Method in class com.github.javaparser.ast.Node
 
hashCode() - Method in class com.github.javaparser.ast.NodeList
 
hashCode() - Method in class com.github.javaparser.javadoc.description.JavadocDescription
 
hashCode() - Method in class com.github.javaparser.javadoc.description.JavadocInlineTag
 
hashCode() - Method in class com.github.javaparser.javadoc.description.JavadocSnippet
 
hashCode() - Method in class com.github.javaparser.javadoc.Javadoc
 
hashCode() - Method in class com.github.javaparser.javadoc.JavadocBlockTag
 
hashCode() - Method in class com.github.javaparser.JavaToken
 
hashCode() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
 
hashCode() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
 
hashCode() - Method in class com.github.javaparser.Position
 
hashCode() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmIndent
 
hashCode() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmMix
 
hashCode() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmToken
 
hashCode() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmUnindent
 
hashCode() - Method in class com.github.javaparser.printer.configuration.DefaultConfigurationOption
 
hashCode() - Method in class com.github.javaparser.printer.lexicalpreservation.Added
 
hashCode() - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
 
hashCode() - Method in class com.github.javaparser.printer.lexicalpreservation.DifferenceElementCalculator.ChildPositionInfo
 
hashCode() - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
 
hashCode() - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator.CsmChild
 
hashCode() - Method in class com.github.javaparser.printer.lexicalpreservation.Removed
 
hashCode() - Method in class com.github.javaparser.printer.lexicalpreservation.Reshuffled
 
hashCode() - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
 
hashCode() - Method in class com.github.javaparser.Range
 
hashCode() - Method in class com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration.Bound
 
hashCode() - Method in class com.github.javaparser.resolution.logic.InferenceVariableType
 
hashCode() - Method in class com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametersMap
 
hashCode() - Method in class com.github.javaparser.resolution.types.ResolvedArrayType
 
hashCode() - Method in class com.github.javaparser.resolution.types.ResolvedIntersectionType
 
hashCode() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
hashCode() - Method in class com.github.javaparser.resolution.types.ResolvedTypeVariable
 
hashCode() - Method in class com.github.javaparser.resolution.types.ResolvedUnionType
 
hashCode() - Method in class com.github.javaparser.resolution.types.ResolvedWildcard
 
hashCode() - Method in class com.github.javaparser.symbolsolver.cache.DefaultCacheStats
 
hashCode() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AbstractJavaParserContext
 
hashCode() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
hashCode() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
hashCode() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
 
hashCode() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
 
hashCode() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
 
hashCode() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
hashCode() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
hashCode() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeParameter
 
hashCode() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
 
hashCode() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
hashCode() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
 
hashCode() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionParameterDeclaration
 
hashCode() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
hashCode() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionTypeParameter
 
hashCode() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.CapturesBound
 
hashCode() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SameAsBound
 
hashCode() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SubtypeOfBound
 
hashCode() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.ThrowsBound
 
hashCode() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
 
hashCode() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormula.ReductionResult
 
hashCode() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.ExpressionCompatibleWithType
 
hashCode() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.LambdaThrowsCompatibleWithType
 
hashCode() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.MethodReferenceThrowsCompatibleWithType
 
hashCode() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.TypeCompatibleWithType
 
hashCode() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.TypeContainedByType
 
hashCode() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.TypeSameAsType
 
hashCode() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.TypeSubtypeOfType
 
hashCode() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.InferenceVariable
 
hashCode() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.Instantiation
 
hashCode() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.InstantiationSet
 
hashCode() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ProperLowerBound
 
hashCode() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ProperUpperBound
 
hashCode() - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.MemoryTypeSolver
 
hashCode() - Method in class com.github.javaparser.utils.Pair
 
hashCode() - Method in class com.github.javaparser.utils.VisitorList.EqualsHashcodeOverridingFacade
 
hashCode() - Method in class com.github.javaparser.utils.VisitorMap.EqualsHashcodeOverridingFacade
 
hashCode() - Method in class com.github.javaparser.utils.VisitorSet.EqualsHashcodeOverridingFacade
 
hashCode(Node) - Static method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
hashCode(Node) - Static method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
hashCode(Node) - Static method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
hashcodeVisitor - Variable in class com.github.javaparser.utils.VisitorList
 
hashcodeVisitor - Variable in class com.github.javaparser.utils.VisitorMap
 
hashcodeVisitor - Variable in class com.github.javaparser.utils.VisitorSet
 
HashCodeVisitor - Class in com.github.javaparser.ast.visitor
A visitor that calculates a deep hash code for a node by using the hash codes of all its properties, and the hash codes of all its child nodes (by visiting those too.)
HashCodeVisitor() - Constructor for class com.github.javaparser.ast.visitor.HashCodeVisitor
 
hasInferenceVariables(ResolvedType) - Method in class com.github.javaparser.resolution.logic.InferenceVariableType
 
hasInstantiationFor(InferenceVariable) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
 
hasInternalType(String) - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
Does this type contain an internal type with the given name? (Does not include internal types inside internal types).
hasInternalType(String) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
hasInternalType(String) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
 
hasInternalType(String) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
 
hasInternalType(String) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
hasItems - Variable in class com.github.javaparser.utils.SeparatedItemStringBuilder
 
hasItems() - Method in class com.github.javaparser.utils.SeparatedItemStringBuilder
 
hasJavaDocComment() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithJavadoc
 
hasLowerBound() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
Has the type parameter a lower bound?
hasMethod(Node, String) - Method in enum com.github.javaparser.ast.observer.ObservableProperty
 
hasModifier(Modifier.Keyword) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithModifiers
 
hasName() - Method in enum com.github.javaparser.javadoc.JavadocBlockTag.Type
 
hasName() - Method in interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
Anonymous classes do not have a name, for example.
hasName() - Method in interface com.github.javaparser.resolution.declarations.ResolvedParameterDeclaration
Necessary because parameters obtained through reflection could not have a name.
hasName() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypePatternDeclaration
 
hasName() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
Has the TypeDeclaration a name? Anonymous classes do not have one.
hasName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistParameterDeclaration
 
hasName() - Method in class com.github.javaparser.symbolsolver.logic.AbstractClassDeclaration
 
hasName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionParameterDeclaration
 
hasName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionPatternDeclaration
 
hasNext() - Method in class com.github.javaparser.ast.Node.BreadthFirstIterator
 
hasNext() - Method in class com.github.javaparser.ast.Node.DirectChildrenIterator
 
hasNext() - Method in class com.github.javaparser.ast.Node.ParentsVisitor
 
hasNext() - Method in class com.github.javaparser.ast.Node.PostOrderIterator
 
hasNext() - Method in class com.github.javaparser.ast.Node.PreOrderIterator
 
hasNext() - Method in class com.github.javaparser.ast.NodeList.NodeListIterator
 
hasNext() - Method in class com.github.javaparser.printer.lexicalpreservation.Difference.ArrayIterator
 
hasNext() - Method in class com.github.javaparser.printer.lexicalpreservation.PeekingIterator
 
hasNext() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory.CascadingIterator
 
hasNext() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory.ComposedIterator
 
hasNext() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory.EmptyIterator
 
hasNext() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory.SingleElementIterator
 
hasOnlyWhitespace(Removed, Function<TokenRange, Boolean>) - Method in class com.github.javaparser.printer.lexicalpreservation.RemovedGroup
 
hasOnlyWhitespaceBehindFunction - Variable in class com.github.javaparser.printer.lexicalpreservation.RemovedGroup
 
hasOnlyWhiteSpaceForTokenFunction(JavaToken, Function<JavaToken, Optional<JavaToken>>) - Method in class com.github.javaparser.printer.lexicalpreservation.RemovedGroup
 
hasOnlyWhitespaceInFrontFunction - Variable in class com.github.javaparser.printer.lexicalpreservation.RemovedGroup
 
hasOnlyWhitespaceJavaTokenBehindFunction - Variable in class com.github.javaparser.printer.lexicalpreservation.RemovedGroup
 
hasOnlyWhitespaceJavaTokenInFrontFunction - Variable in class com.github.javaparser.printer.lexicalpreservation.RemovedGroup
 
hasParametersOfType(Class<?>...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
Check if the parameters have certain types.
hasParametersOfType(String...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
Check if the parameters have certain types.
hasParameterwithSameTypeThanResultType(ResolvedType) - Method in class com.github.javaparser.ast.expr.MethodCallExpr
 
hasParentNode() - Method in interface com.github.javaparser.HasParentNode
Returns true if the parent has a parent
HasParentNode<T> - Interface in com.github.javaparser
An object that can have a parent node.
hasPrevious() - Method in class com.github.javaparser.ast.NodeList.NodeListIterator
 
hasPrevious() - Method in class com.github.javaparser.printer.lexicalpreservation.Difference.ArrayIterator
 
hasPrevious() - Method in class com.github.javaparser.printer.lexicalpreservation.PeekingIterator
 
hasPrivateInterfaceMethods - Variable in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
 
hasProperty(Set<InferenceVariable>, List<BoundSet.VariableDependency>) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
if αi depends on the resolution of a variable β, then either β has an instantiation or there is some j such that β = αj
hasRange() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithRange
 
hasRange() - Method in class com.github.javaparser.JavaToken
 
hasScope() - Method in class com.github.javaparser.ast.Node
 
hasStrictfp - Variable in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
 
hasThenBlock() - Method in class com.github.javaparser.ast.stmt.IfStmt
This method returns true if the then branch (which should be always present) is a block statement.
hasType(String) - Method in interface com.github.javaparser.resolution.TypeSolver
 
hasUnaryMinusAsParent(Node) - Static method in class com.github.javaparser.utils.Utils
Checks, if the parent is a unary expression with a minus operator.
hasUpperBound() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
Has the type parameter an upper bound?
hasValue() - Method in interface com.github.javaparser.printer.configuration.ConfigurationOption
 
hasValue() - Method in class com.github.javaparser.printer.configuration.DefaultConfigurationOption
returns True if the option has a currentValue
hasVariadicParameter() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
Has the method or construcor a variadic parameter? Note that when a method has a variadic parameter it should have an array type.
hasVisibleField(String) - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
Either a declared field or inherited field which is not private.
hasWildcard - Variable in class com.github.javaparser.metamodel.BaseNodeMetaModel
 
hasWildcard - Variable in class com.github.javaparser.metamodel.PropertyMetaModel
 
hasWildcard() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
 
hasWildcard() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
 
HEX_DIGITS - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
HEX_DIGITS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
HEX_LITERAL - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
HEX_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
HEXADECIMAL_EXPONENT - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
HEXADECIMAL_EXPONENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
HEXADECIMAL_FLOATING_POINT_LITERAL - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
HEXADECIMAL_FLOATING_POINT_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
hitCount - Variable in class com.github.javaparser.symbolsolver.cache.DefaultCacheStats
 
hitCount() - Method in interface com.github.javaparser.resolution.cache.CacheStats
Returns the number of times lookup methods have returned a cached value.
hitCount() - Method in class com.github.javaparser.symbolsolver.cache.DefaultCacheStats
Returns the number of times Cache lookup methods have returned a cached value.
hitRate() - Method in interface com.github.javaparser.resolution.cache.CacheStats
Returns the ratio of cache requests which were hits.
hitRate() - Method in class com.github.javaparser.symbolsolver.cache.DefaultCacheStats
Returns the ratio of cache requests which were hits.
HOME - Static variable in class com.github.javaparser.Position
The first position in the file.
homeToken - Variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
HOOK - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
HOOK - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.

I

id - Variable in class com.github.javaparser.resolution.logic.InferenceVariableType
 
identifier - Variable in class com.github.javaparser.ast.expr.MethodReferenceExpr
 
identifier - Variable in class com.github.javaparser.ast.expr.Name
 
identifier - Variable in class com.github.javaparser.ast.expr.SimpleName
 
Identifier() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-3.html#jls-3.8
IDENTIFIER - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
IDENTIFIER - Enum constant in enum com.github.javaparser.JavaToken.Category
 
IDENTIFIER - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
IDENTIFIER - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
identifierPropertyMetaModel - Variable in class com.github.javaparser.metamodel.MethodReferenceExprMetaModel
 
identifierPropertyMetaModel - Variable in class com.github.javaparser.metamodel.NameMetaModel
 
identifierPropertyMetaModel - Variable in class com.github.javaparser.metamodel.SimpleNameMetaModel
 
IF - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
IF - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
ifAnnotationDeclaration(Consumer<AnnotationDeclaration>) - Method in class com.github.javaparser.ast.body.AnnotationDeclaration
 
ifAnnotationDeclaration(Consumer<AnnotationDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
ifAnnotationExpr(Consumer<AnnotationExpr>) - Method in class com.github.javaparser.ast.expr.AnnotationExpr
 
ifAnnotationExpr(Consumer<AnnotationExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifAnnotationMemberDeclaration(Consumer<AnnotationMemberDeclaration>) - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
 
ifAnnotationMemberDeclaration(Consumer<AnnotationMemberDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
ifArrayAccessExpr(Consumer<ArrayAccessExpr>) - Method in class com.github.javaparser.ast.expr.ArrayAccessExpr
 
ifArrayAccessExpr(Consumer<ArrayAccessExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifArrayCreationExpr(Consumer<ArrayCreationExpr>) - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
 
ifArrayCreationExpr(Consumer<ArrayCreationExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifArrayInitializerExpr(Consumer<ArrayInitializerExpr>) - Method in class com.github.javaparser.ast.expr.ArrayInitializerExpr
 
ifArrayInitializerExpr(Consumer<ArrayInitializerExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifArrayType(Consumer<ArrayType>) - Method in class com.github.javaparser.ast.type.ArrayType
 
ifArrayType(Consumer<ArrayType>) - Method in class com.github.javaparser.ast.type.Type
 
ifAssertStmt(Consumer<AssertStmt>) - Method in class com.github.javaparser.ast.stmt.AssertStmt
 
ifAssertStmt(Consumer<AssertStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
 
ifAssignExpr(Consumer<AssignExpr>) - Method in class com.github.javaparser.ast.expr.AssignExpr
 
ifAssignExpr(Consumer<AssignExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifBinaryExpr(Consumer<BinaryExpr>) - Method in class com.github.javaparser.ast.expr.BinaryExpr
 
ifBinaryExpr(Consumer<BinaryExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifBlockComment(Consumer<BlockComment>) - Method in class com.github.javaparser.ast.comments.BlockComment
 
ifBlockComment(Consumer<BlockComment>) - Method in class com.github.javaparser.ast.comments.Comment
 
ifBlockStmt(Consumer<BlockStmt>) - Method in class com.github.javaparser.ast.stmt.BlockStmt
 
ifBlockStmt(Consumer<BlockStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
 
ifBooleanLiteralExpr(Consumer<BooleanLiteralExpr>) - Method in class com.github.javaparser.ast.expr.BooleanLiteralExpr
 
ifBooleanLiteralExpr(Consumer<BooleanLiteralExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifBreakStmt(Consumer<BreakStmt>) - Method in class com.github.javaparser.ast.stmt.BreakStmt
 
ifBreakStmt(Consumer<BreakStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
 
ifCallableDeclaration(Consumer<CallableDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
ifCallableDeclaration(Consumer<CallableDeclaration>) - Method in class com.github.javaparser.ast.body.CallableDeclaration
 
ifCastExpr(Consumer<CastExpr>) - Method in class com.github.javaparser.ast.expr.CastExpr
 
ifCastExpr(Consumer<CastExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifCharLiteralExpr(Consumer<CharLiteralExpr>) - Method in class com.github.javaparser.ast.expr.CharLiteralExpr
 
ifCharLiteralExpr(Consumer<CharLiteralExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifClassExpr(Consumer<ClassExpr>) - Method in class com.github.javaparser.ast.expr.ClassExpr
 
ifClassExpr(Consumer<ClassExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifClassOrInterfaceDeclaration(Consumer<ClassOrInterfaceDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
ifClassOrInterfaceDeclaration(Consumer<ClassOrInterfaceDeclaration>) - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
 
ifClassOrInterfaceType(Consumer<ClassOrInterfaceType>) - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
 
ifClassOrInterfaceType(Consumer<ClassOrInterfaceType>) - Method in class com.github.javaparser.ast.type.Type
 
ifCompactConstructorDeclaration(Consumer<CompactConstructorDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
ifCompactConstructorDeclaration(Consumer<CompactConstructorDeclaration>) - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
 
ifConditionalExpr(Consumer<ConditionalExpr>) - Method in class com.github.javaparser.ast.expr.ConditionalExpr
 
ifConditionalExpr(Consumer<ConditionalExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifConstructorDeclaration(Consumer<ConstructorDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
ifConstructorDeclaration(Consumer<ConstructorDeclaration>) - Method in class com.github.javaparser.ast.body.ConstructorDeclaration
 
ifContinueStmt(Consumer<ContinueStmt>) - Method in class com.github.javaparser.ast.stmt.ContinueStmt
 
ifContinueStmt(Consumer<ContinueStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
 
ifDoStmt(Consumer<DoStmt>) - Method in class com.github.javaparser.ast.stmt.DoStmt
 
ifDoStmt(Consumer<DoStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
 
ifDoubleLiteralExpr(Consumer<DoubleLiteralExpr>) - Method in class com.github.javaparser.ast.expr.DoubleLiteralExpr
 
ifDoubleLiteralExpr(Consumer<DoubleLiteralExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifEmptyStmt(Consumer<EmptyStmt>) - Method in class com.github.javaparser.ast.stmt.EmptyStmt
 
ifEmptyStmt(Consumer<EmptyStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
 
ifEnclosedExpr(Consumer<EnclosedExpr>) - Method in class com.github.javaparser.ast.expr.EnclosedExpr
 
ifEnclosedExpr(Consumer<EnclosedExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifEnumConstantDeclaration(Consumer<EnumConstantDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
ifEnumConstantDeclaration(Consumer<EnumConstantDeclaration>) - Method in class com.github.javaparser.ast.body.EnumConstantDeclaration
 
ifEnumDeclaration(Consumer<EnumDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
ifEnumDeclaration(Consumer<EnumDeclaration>) - Method in class com.github.javaparser.ast.body.EnumDeclaration
 
ifExplicitConstructorInvocationStmt(Consumer<ExplicitConstructorInvocationStmt>) - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
 
ifExplicitConstructorInvocationStmt(Consumer<ExplicitConstructorInvocationStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
 
ifExpressionStmt(Consumer<ExpressionStmt>) - Method in class com.github.javaparser.ast.stmt.ExpressionStmt
 
ifExpressionStmt(Consumer<ExpressionStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
 
ifFieldAccessExpr(Consumer<FieldAccessExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifFieldAccessExpr(Consumer<FieldAccessExpr>) - Method in class com.github.javaparser.ast.expr.FieldAccessExpr
 
ifFieldDeclaration(Consumer<FieldDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
ifFieldDeclaration(Consumer<FieldDeclaration>) - Method in class com.github.javaparser.ast.body.FieldDeclaration
 
ifForEachStmt(Consumer<ForEachStmt>) - Method in class com.github.javaparser.ast.stmt.ForEachStmt
 
ifForEachStmt(Consumer<ForEachStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
 
ifForStmt(Consumer<ForStmt>) - Method in class com.github.javaparser.ast.stmt.ForStmt
 
ifForStmt(Consumer<ForStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
 
ifIfStmt(Consumer<IfStmt>) - Method in class com.github.javaparser.ast.stmt.IfStmt
 
ifIfStmt(Consumer<IfStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
 
ifInitializerDeclaration(Consumer<InitializerDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
ifInitializerDeclaration(Consumer<InitializerDeclaration>) - Method in class com.github.javaparser.ast.body.InitializerDeclaration
 
ifInstanceOfExpr(Consumer<InstanceOfExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifInstanceOfExpr(Consumer<InstanceOfExpr>) - Method in class com.github.javaparser.ast.expr.InstanceOfExpr
 
ifIntegerLiteralExpr(Consumer<IntegerLiteralExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifIntegerLiteralExpr(Consumer<IntegerLiteralExpr>) - Method in class com.github.javaparser.ast.expr.IntegerLiteralExpr
 
ifIntersectionType(Consumer<IntersectionType>) - Method in class com.github.javaparser.ast.type.IntersectionType
 
ifIntersectionType(Consumer<IntersectionType>) - Method in class com.github.javaparser.ast.type.Type
 
ifJavadocComment(Consumer<JavadocComment>) - Method in class com.github.javaparser.ast.comments.Comment
 
ifJavadocComment(Consumer<JavadocComment>) - Method in class com.github.javaparser.ast.comments.JavadocComment
 
ifLabeledStmt(Consumer<LabeledStmt>) - Method in class com.github.javaparser.ast.stmt.LabeledStmt
 
ifLabeledStmt(Consumer<LabeledStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
 
ifLambdaExpr(Consumer<LambdaExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifLambdaExpr(Consumer<LambdaExpr>) - Method in class com.github.javaparser.ast.expr.LambdaExpr
 
ifLineComment(Consumer<LineComment>) - Method in class com.github.javaparser.ast.comments.Comment
 
ifLineComment(Consumer<LineComment>) - Method in class com.github.javaparser.ast.comments.LineComment
 
ifLiteralExpr(Consumer<LiteralExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifLiteralExpr(Consumer<LiteralExpr>) - Method in class com.github.javaparser.ast.expr.LiteralExpr
 
ifLiteralStringValueExpr(Consumer<LiteralStringValueExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifLiteralStringValueExpr(Consumer<LiteralStringValueExpr>) - Method in class com.github.javaparser.ast.expr.LiteralStringValueExpr
 
ifLocalClassDeclarationStmt(Consumer<LocalClassDeclarationStmt>) - Method in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt
 
ifLocalClassDeclarationStmt(Consumer<LocalClassDeclarationStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
 
ifLocalRecordDeclarationStmt(Consumer<LocalRecordDeclarationStmt>) - Method in class com.github.javaparser.ast.stmt.LocalRecordDeclarationStmt
 
ifLocalRecordDeclarationStmt(Consumer<LocalRecordDeclarationStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
 
ifLongLiteralExpr(Consumer<LongLiteralExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifLongLiteralExpr(Consumer<LongLiteralExpr>) - Method in class com.github.javaparser.ast.expr.LongLiteralExpr
 
ifMarkerAnnotationExpr(Consumer<MarkerAnnotationExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifMarkerAnnotationExpr(Consumer<MarkerAnnotationExpr>) - Method in class com.github.javaparser.ast.expr.MarkerAnnotationExpr
 
ifMethodCallExpr(Consumer<MethodCallExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifMethodCallExpr(Consumer<MethodCallExpr>) - Method in class com.github.javaparser.ast.expr.MethodCallExpr
 
ifMethodDeclaration(Consumer<MethodDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
ifMethodDeclaration(Consumer<MethodDeclaration>) - Method in class com.github.javaparser.ast.body.MethodDeclaration
 
ifMethodReferenceExpr(Consumer<MethodReferenceExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifMethodReferenceExpr(Consumer<MethodReferenceExpr>) - Method in class com.github.javaparser.ast.expr.MethodReferenceExpr
 
ifModuleExportsDirective(Consumer<ModuleExportsDirective>) - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
ifModuleExportsDirective(Consumer<ModuleExportsDirective>) - Method in class com.github.javaparser.ast.modules.ModuleExportsDirective
 
ifModuleExportsStmt(Consumer<ModuleExportsDirective>) - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
ifModuleExportsStmt(Consumer<ModuleExportsDirective>) - Method in class com.github.javaparser.ast.modules.ModuleExportsDirective
 
ifModuleOpensDirective(Consumer<ModuleOpensDirective>) - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
ifModuleOpensDirective(Consumer<ModuleOpensDirective>) - Method in class com.github.javaparser.ast.modules.ModuleOpensDirective
 
ifModuleOpensStmt(Consumer<ModuleOpensDirective>) - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
ifModuleOpensStmt(Consumer<ModuleOpensDirective>) - Method in class com.github.javaparser.ast.modules.ModuleOpensDirective
 
ifModuleProvidesDirective(Consumer<ModuleProvidesDirective>) - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
ifModuleProvidesDirective(Consumer<ModuleProvidesDirective>) - Method in class com.github.javaparser.ast.modules.ModuleProvidesDirective
 
ifModuleProvidesStmt(Consumer<ModuleProvidesDirective>) - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
ifModuleProvidesStmt(Consumer<ModuleProvidesDirective>) - Method in class com.github.javaparser.ast.modules.ModuleProvidesDirective
 
ifModuleRequiresDirective(Consumer<ModuleRequiresDirective>) - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
ifModuleRequiresDirective(Consumer<ModuleRequiresDirective>) - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
 
ifModuleRequiresStmt(Consumer<ModuleRequiresDirective>) - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
ifModuleRequiresStmt(Consumer<ModuleRequiresDirective>) - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
 
ifModuleUsesDirective(Consumer<ModuleUsesDirective>) - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
ifModuleUsesDirective(Consumer<ModuleUsesDirective>) - Method in class com.github.javaparser.ast.modules.ModuleUsesDirective
 
ifModuleUsesStmt(Consumer<ModuleUsesDirective>) - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
ifModuleUsesStmt(Consumer<ModuleUsesDirective>) - Method in class com.github.javaparser.ast.modules.ModuleUsesDirective
 
ifNameExpr(Consumer<NameExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifNameExpr(Consumer<NameExpr>) - Method in class com.github.javaparser.ast.expr.NameExpr
 
ifNonEmpty(Consumer<? super NodeList<N>>) - Method in class com.github.javaparser.ast.NodeList
 
ifNormalAnnotationExpr(Consumer<NormalAnnotationExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifNormalAnnotationExpr(Consumer<NormalAnnotationExpr>) - Method in class com.github.javaparser.ast.expr.NormalAnnotationExpr
 
ifNullLiteralExpr(Consumer<NullLiteralExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifNullLiteralExpr(Consumer<NullLiteralExpr>) - Method in class com.github.javaparser.ast.expr.NullLiteralExpr
 
ifObjectCreationExpr(Consumer<ObjectCreationExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifObjectCreationExpr(Consumer<ObjectCreationExpr>) - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
 
ifPatternExpr(Consumer<PatternExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifPatternExpr(Consumer<PatternExpr>) - Method in class com.github.javaparser.ast.expr.PatternExpr
 
ifPrimitiveType(Consumer<PrimitiveType>) - Method in class com.github.javaparser.ast.type.PrimitiveType
 
ifPrimitiveType(Consumer<PrimitiveType>) - Method in class com.github.javaparser.ast.type.Type
 
ifRecordDeclaration(Consumer<RecordDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
ifRecordDeclaration(Consumer<RecordDeclaration>) - Method in class com.github.javaparser.ast.body.RecordDeclaration
 
ifRecordPatternExpr(Consumer<RecordPatternExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifRecordPatternExpr(Consumer<RecordPatternExpr>) - Method in class com.github.javaparser.ast.expr.RecordPatternExpr
 
ifReferenceType(Consumer<ReferenceType>) - Method in class com.github.javaparser.ast.type.ReferenceType
 
ifReferenceType(Consumer<ReferenceType>) - Method in class com.github.javaparser.ast.type.Type
 
ifReturnStmt(Consumer<ReturnStmt>) - Method in class com.github.javaparser.ast.stmt.ReturnStmt
 
ifReturnStmt(Consumer<ReturnStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
 
ifSingleMemberAnnotationExpr(Consumer<SingleMemberAnnotationExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifSingleMemberAnnotationExpr(Consumer<SingleMemberAnnotationExpr>) - Method in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr
 
IfStatement() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-14.html#jls-14.9
IfStatementContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
 
IfStatementContext(IfStmt, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.IfStatementContext
 
IfStmt - Class in com.github.javaparser.ast.stmt
An if-then-else statement.
IfStmt() - Constructor for class com.github.javaparser.ast.stmt.IfStmt
 
IfStmt(Expression, Statement, Statement) - Constructor for class com.github.javaparser.ast.stmt.IfStmt
 
IfStmt(TokenRange, Expression, Statement, Statement) - Constructor for class com.github.javaparser.ast.stmt.IfStmt
This constructor is used by the parser and is considered private.
ifStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
IfStmtMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
IfStmtMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.IfStmtMetaModel
 
ifStringLiteralExpr(Consumer<StringLiteralExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifStringLiteralExpr(Consumer<StringLiteralExpr>) - Method in class com.github.javaparser.ast.expr.StringLiteralExpr
 
ifSuccessful(Consumer<T>) - Method in class com.github.javaparser.ParseResult
Calls the consumer with the result if parsing was succesful.
ifSuperExpr(Consumer<SuperExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifSuperExpr(Consumer<SuperExpr>) - Method in class com.github.javaparser.ast.expr.SuperExpr
 
ifSwitchExpr(Consumer<SwitchExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifSwitchExpr(Consumer<SwitchExpr>) - Method in class com.github.javaparser.ast.expr.SwitchExpr
 
ifSwitchStmt(Consumer<SwitchStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
 
ifSwitchStmt(Consumer<SwitchStmt>) - Method in class com.github.javaparser.ast.stmt.SwitchStmt
 
ifSynchronizedStmt(Consumer<SynchronizedStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
 
ifSynchronizedStmt(Consumer<SynchronizedStmt>) - Method in class com.github.javaparser.ast.stmt.SynchronizedStmt
 
ifTextBlockLiteralExpr(Consumer<TextBlockLiteralExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifTextBlockLiteralExpr(Consumer<TextBlockLiteralExpr>) - Method in class com.github.javaparser.ast.expr.TextBlockLiteralExpr
 
ifThisExpr(Consumer<ThisExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifThisExpr(Consumer<ThisExpr>) - Method in class com.github.javaparser.ast.expr.ThisExpr
 
ifThrowStmt(Consumer<ThrowStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
 
ifThrowStmt(Consumer<ThrowStmt>) - Method in class com.github.javaparser.ast.stmt.ThrowStmt
 
ifTryStmt(Consumer<TryStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
 
ifTryStmt(Consumer<TryStmt>) - Method in class com.github.javaparser.ast.stmt.TryStmt
 
ifTypeDeclaration(Consumer<TypeDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
ifTypeDeclaration(Consumer<TypeDeclaration>) - Method in class com.github.javaparser.ast.body.TypeDeclaration
 
ifTypeExpr(Consumer<TypeExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifTypeExpr(Consumer<TypeExpr>) - Method in class com.github.javaparser.ast.expr.TypeExpr
 
ifTypeParameter(Consumer<TypeParameter>) - Method in class com.github.javaparser.ast.type.Type
 
ifTypeParameter(Consumer<TypeParameter>) - Method in class com.github.javaparser.ast.type.TypeParameter
 
ifTypePatternExpr(Consumer<TypePatternExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifTypePatternExpr(Consumer<TypePatternExpr>) - Method in class com.github.javaparser.ast.expr.TypePatternExpr
 
ifUnaryExpr(Consumer<UnaryExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifUnaryExpr(Consumer<UnaryExpr>) - Method in class com.github.javaparser.ast.expr.UnaryExpr
 
ifUnionType(Consumer<UnionType>) - Method in class com.github.javaparser.ast.type.Type
 
ifUnionType(Consumer<UnionType>) - Method in class com.github.javaparser.ast.type.UnionType
 
ifUnknownType(Consumer<UnknownType>) - Method in class com.github.javaparser.ast.type.Type
 
ifUnknownType(Consumer<UnknownType>) - Method in class com.github.javaparser.ast.type.UnknownType
 
ifUnparsableStmt(Consumer<UnparsableStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
 
ifUnparsableStmt(Consumer<UnparsableStmt>) - Method in class com.github.javaparser.ast.stmt.UnparsableStmt
 
ifVariableDeclarationExpr(Consumer<VariableDeclarationExpr>) - Method in class com.github.javaparser.ast.expr.Expression
 
ifVariableDeclarationExpr(Consumer<VariableDeclarationExpr>) - Method in class com.github.javaparser.ast.expr.VariableDeclarationExpr
 
ifVarType(Consumer<VarType>) - Method in class com.github.javaparser.ast.type.Type
 
ifVarType(Consumer<VarType>) - Method in class com.github.javaparser.ast.type.VarType
 
ifVoidType(Consumer<VoidType>) - Method in class com.github.javaparser.ast.type.Type
 
ifVoidType(Consumer<VoidType>) - Method in class com.github.javaparser.ast.type.VoidType
 
ifWhileStmt(Consumer<WhileStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
 
ifWhileStmt(Consumer<WhileStmt>) - Method in class com.github.javaparser.ast.stmt.WhileStmt
 
ifWildcardType(Consumer<WildcardType>) - Method in class com.github.javaparser.ast.type.Type
 
ifWildcardType(Consumer<WildcardType>) - Method in class com.github.javaparser.ast.type.WildcardType
 
ifYieldStmt(Consumer<YieldStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
 
ifYieldStmt(Consumer<YieldStmt>) - Method in class com.github.javaparser.ast.stmt.YieldStmt
 
IGNORE_ALL - Static variable in class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver.ExceptionHandlers
Ignores all exceptions
IGNORE_NONE - Static variable in class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver.ExceptionHandlers
Doesn't ignore any exceptions (default)
IGNORE_UNSOLVED_SYMBOL - Static variable in class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver.ExceptionHandlers
Ignores any exception that is assignable from UnsolvedSymbolException.
IGNORE_UNSUPPORTED_AND_UNSOLVED - Static variable in class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver.ExceptionHandlers
IGNORE_UNSUPPORTED_OPERATION - Static variable in class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver.ExceptionHandlers
Ignores any exception that is assignable from UnsupportedOperationException.
ignoreAnnotationsWhenAttributingComments - Variable in class com.github.javaparser.ParserConfiguration
 
image - Variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
image - Variable in class com.github.javaparser.Token
The string image of the token.
IMPLEMENTED_TYPES - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
implementedTypes - Variable in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
 
implementedTypes - Variable in class com.github.javaparser.ast.body.EnumDeclaration
 
implementedTypes - Variable in class com.github.javaparser.ast.body.RecordDeclaration
 
implementedTypesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ClassOrInterfaceDeclarationMetaModel
 
implementedTypesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.EnumDeclarationMetaModel
 
implementedTypesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.RecordDeclarationMetaModel
 
IMPLEMENTS - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
IMPLEMENTS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
ImplementsList() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-8.html#jls-8.1.5
ImplicitGetterMethod(Parameter, RecordDeclaration, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration.ImplicitGetterMethod
 
IMPORT - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
IMPORT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
IMPORT_DECLARATION - Static variable in interface com.github.javaparser.ParseStart
 
ImportDeclaration - Class in com.github.javaparser.ast
An import declaration.
ImportDeclaration() - Constructor for class com.github.javaparser.ast.ImportDeclaration
 
ImportDeclaration(Name, boolean, boolean) - Constructor for class com.github.javaparser.ast.ImportDeclaration
 
ImportDeclaration(TokenRange, Name, boolean, boolean) - Constructor for class com.github.javaparser.ast.ImportDeclaration
This constructor is used by the parser and is considered private.
ImportDeclaration(String, boolean, boolean) - Constructor for class com.github.javaparser.ast.ImportDeclaration
 
ImportDeclaration() - Method in class com.github.javaparser.GeneratedJavaParser
Import declaration types are not differentiated in the class hierarchy.
importDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ImportDeclarationMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
ImportDeclarationMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.ImportDeclarationMetaModel
 
ImportDeclarationParseStart() - Method in class com.github.javaparser.GeneratedJavaParser
 
ImportOrderingStrategy - Interface in com.github.javaparser.printer.configuration
 
imports - Variable in class com.github.javaparser.ast.CompilationUnit
 
IMPORTS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
importsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CompilationUnitMetaModel
 
in(ResolvedPrimitiveType...) - Method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
 
IN_JAVADOC_COMMENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
Lexical state.
IN_MULTI_LINE_COMMENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
Lexical state.
IN_TEXT_BLOCK - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
Lexical state.
inBuf - Variable in class com.github.javaparser.SimpleCharStream
 
incLine() - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider.LineCounter
 
InclusiveOrExpression() - Method in class com.github.javaparser.GeneratedJavaParser
Note subtle distinctions between inclusive and exclusive expressions.
incorporate(BoundSet, TypeSolver) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
Maintains a set of inference variable bounds, ensuring that these are consistent as new bounds are added.
INCR - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
INCR - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
indent() - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
indent() - Method in class com.github.javaparser.printer.SourcePrinter
Add the default indentation to the current indentation and push it on the indentation stack.
indent(int) - Method in class com.github.javaparser.printer.YamlPrinter
 
indent(StringBuilder, int) - Static method in class com.github.javaparser.utils.Utils
Make an indent by appending indentLevel tab characters to the builder.
INDENT - Static variable in exception class com.github.javaparser.ParseException
 
INDENT_CASE_IN_SWITCH - Enum constant in enum com.github.javaparser.printer.configuration.DefaultPrinterConfiguration.ConfigOption
Indent the case when it is true, don't if false
INDENT_PRINT_ARRAYS_OF_ANNOTATIONS - Enum constant in enum com.github.javaparser.printer.configuration.DefaultPrinterConfiguration.ConfigOption
This parameter allows to print pretty formatted arrays
indentation - Variable in class com.github.javaparser.printer.lexicalpreservation.Difference
 
indentation - Variable in class com.github.javaparser.printer.SourcePrinter
 
Indentation - Class in com.github.javaparser.printer.configuration
This class defines the characteristics of an indentation: the type (space, tabs..) and the size (How many characters must be used to indent the code).
Indentation(Indentation.IndentType) - Constructor for class com.github.javaparser.printer.configuration.Indentation
 
Indentation(Indentation.IndentType, int) - Constructor for class com.github.javaparser.printer.configuration.Indentation
 
INDENTATION - Enum constant in enum com.github.javaparser.printer.configuration.DefaultPrinterConfiguration.ConfigOption
Indentation proprerty
Indentation.IndentType - Enum in com.github.javaparser.printer.configuration
 
indentationBlock() - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
indented - Variable in class com.github.javaparser.printer.SourcePrinter
 
indentIf(boolean) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
indentIf(boolean) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
indents - Variable in class com.github.javaparser.printer.SourcePrinter
 
indentSize(String) - Method in class com.github.javaparser.ast.expr.TextBlockLiteralExpr
 
IndentType(Character, int) - Constructor for enum com.github.javaparser.printer.configuration.Indentation.IndentType
 
indentWithAlignTo(int) - Method in class com.github.javaparser.printer.SourcePrinter
Add to the current indentation until it is reaches "column" and push it on the indentation stack.
index - Variable in class com.github.javaparser.ast.expr.ArrayAccessExpr
 
index - Variable in class com.github.javaparser.ast.Node.PostOrderIterator.Level
 
index - Variable in class com.github.javaparser.printer.lexicalpreservation.changes.ListAdditionChange
 
index - Variable in class com.github.javaparser.printer.lexicalpreservation.changes.ListRemovalChange
 
index - Variable in class com.github.javaparser.printer.lexicalpreservation.changes.ListReplacementChange
 
index() - Method in class com.github.javaparser.printer.lexicalpreservation.Difference.ArrayIterator
 
INDEX - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
indexOf(Object) - Method in class com.github.javaparser.ast.NodeList
 
indexOf(Object) - Method in class com.github.javaparser.utils.VisitorList
 
indexOfElementByObjectIdentity(List<E>, E) - Static method in class com.github.javaparser.utils.Utils
Like List.indexOf(Object), but using ==, not equals.
indexOfNextInlineTag(String, int) - Static method in class com.github.javaparser.javadoc.description.JavadocDescription
 
indexPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ArrayAccessExprMetaModel
 
inferArgumentTypes() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.MethodReferenceExprContext
 
InferenceContext - Class in com.github.javaparser.resolution.logic
 
InferenceContext(TypeSolver) - Constructor for class com.github.javaparser.resolution.logic.InferenceContext
 
inferenceVariable - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.ThrowsBound
 
inferenceVariable - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.Instantiation
 
inferenceVariable - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.ProperLowerBound
 
inferenceVariable - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.ProperUpperBound
 
InferenceVariable - Class in com.github.javaparser.symbolsolver.resolution.typeinference
Are meta-variables for types - that is, they are special names that allow abstract reasoning about types.
InferenceVariable(String, ResolvedTypeParameterDeclaration) - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.InferenceVariable
 
inferenceVariables - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.CapturesBound
 
inferenceVariables - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.InferenceVariableSubstitution
 
inferenceVariables - Static variable in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeInferenceCache
 
InferenceVariableSubstitution - Class in com.github.javaparser.symbolsolver.resolution.typeinference
 
InferenceVariableSubstitution() - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.InferenceVariableSubstitution
 
InferenceVariableType - Class in com.github.javaparser.resolution.logic
An element using during type inference.
InferenceVariableType(int, TypeSolver) - Constructor for class com.github.javaparser.resolution.logic.InferenceVariableType
 
inferenceVariableTypeForTp(ResolvedTypeParameterDeclaration) - Method in class com.github.javaparser.resolution.logic.InferenceContext
 
inferenceVariableTypeMap - Variable in class com.github.javaparser.resolution.logic.InferenceContext
 
inferenceVariableTypes - Variable in class com.github.javaparser.resolution.logic.InferenceContext
 
InferredLambdaParameters() - Method in class com.github.javaparser.GeneratedJavaParser
Note: Similar, but not identical to, FormalParameter.
inferTypes(ResolvedType, ResolvedType, Map<ResolvedTypeParameterDeclaration, ResolvedType>) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
 
info(String, Supplier<Object>...) - Static method in class com.github.javaparser.utils.Log
For logging things that are nice to see scrolling by.
info(Supplier<String>) - Method in interface com.github.javaparser.utils.Log.Adapter
 
info(Supplier<String>) - Method in class com.github.javaparser.utils.Log.SilentAdapter
 
info(Supplier<String>) - Method in class com.github.javaparser.utils.Log.StandardOutStandardErrorAdapter
 
INHERIT_DOC - Enum constant in enum com.github.javaparser.javadoc.description.JavadocInlineTag.Type
 
initialise(Token, int[][], String[], String) - Static method in exception class com.github.javaparser.ParseException
It uses "currentToken" and "expectedTokenSequences" to generate a parse error message and returns it.
initialization - Variable in class com.github.javaparser.ast.stmt.ForStmt
 
INITIALIZATION - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
initializationError - Static variable in class com.github.javaparser.printer.ConcreteSyntaxModel
 
initializationPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ForStmtMetaModel
 
initializeConstructorParameters() - Static method in class com.github.javaparser.metamodel.JavaParserMetaModel
 
initializeNodeMetaModels() - Static method in class com.github.javaparser.metamodel.JavaParserMetaModel
 
initializePropertyMetaModels() - Static method in class com.github.javaparser.metamodel.JavaParserMetaModel
 
initializer - Variable in class com.github.javaparser.ast.body.VariableDeclarator
 
initializer - Variable in class com.github.javaparser.ast.expr.ArrayCreationExpr
 
INITIALIZER - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
InitializerDeclaration - Class in com.github.javaparser.ast.body
A (possibly static) initializer body.
InitializerDeclaration() - Constructor for class com.github.javaparser.ast.body.InitializerDeclaration
 
InitializerDeclaration(boolean, BlockStmt) - Constructor for class com.github.javaparser.ast.body.InitializerDeclaration
 
InitializerDeclaration(TokenRange, boolean, BlockStmt) - Constructor for class com.github.javaparser.ast.body.InitializerDeclaration
This constructor is used by the parser and is considered private.
InitializerDeclaration() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-8.html#jls-8.6 https://docs.oracle.com/javase/specs/jls/se15/html/jls-8.html#jls-8.
initializerDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
InitializerDeclarationMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
InitializerDeclarationMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.InitializerDeclarationMetaModel
 
initializerPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ArrayCreationExprMetaModel
 
initializerPropertyMetaModel - Variable in class com.github.javaparser.metamodel.VariableDeclaratorMetaModel
 
inject(CompilationUnit) - Method in class com.github.javaparser.symbolsolver.JavaSymbolSolver
Register this SymbolResolver into a CompilationUnit, so that symbol resolution becomes available to all nodes part of the CompilationUnit.
InMemoryCache<K,V> - Class in com.github.javaparser.symbolsolver.cache
A cache implementation that stores the information in memory.
InMemoryCache() - Constructor for class com.github.javaparser.symbolsolver.cache.InMemoryCache
 
inner - Variable in class com.github.javaparser.ast.expr.EnclosedExpr
 
INNER - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
innerClasses - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java1_1Validator
 
innerList - Variable in class com.github.javaparser.ast.NodeList
 
innerList - Variable in class com.github.javaparser.utils.VisitorList
 
innerMap - Variable in class com.github.javaparser.utils.VisitorMap
 
innerMostPartOfName(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.JavaParserTypeDeclarationAdapter
 
innerPropertyMetaModel - Variable in class com.github.javaparser.metamodel.EnclosedExprMetaModel
 
innerSet - Variable in class com.github.javaparser.utils.VisitorSet
 
inPhantomNode(Node, int) - Method in class com.github.javaparser.ast.Node
A node contained in a phantom node is also a phantom node.
inPhantomNode(Node, int) - Static method in class com.github.javaparser.printer.lexicalpreservation.PhantomNodeLogic
Deprecated.
A node contained in a phantom node is also a phantom node.
input_stream - Variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
inputStream - Variable in class com.github.javaparser.SimpleCharStream
 
insert(JavaToken) - Method in class com.github.javaparser.JavaToken
Inserts newToken into the token list just before this token.
insertAfter(JavaToken) - Method in class com.github.javaparser.JavaToken
Inserts newToken into the token list just after this token.
insertComments(CompilationUnit, TreeSet<Comment>) - Method in class com.github.javaparser.CommentsInserter
Comments are attributed to the thing they comment and are removed from the comments.
insertComments(Node, TreeSet<Comment>) - Method in class com.github.javaparser.CommentsInserter
This method try to attributes the nodes received to child of the node.
instance - Static variable in class com.github.javaparser.symbolsolver.resolution.typeinference.ControlFlowLogic
 
INSTANCE - Static variable in class com.github.javaparser.resolution.model.typesystem.NullType
 
INSTANCE - Static variable in class com.github.javaparser.resolution.types.ResolvedVoidType
 
INSTANCE - Static variable in class com.github.javaparser.symbolsolver.JavaSymbolSolver.ArrayLengthValueDeclaration
 
INSTANCE - Static variable in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.FalseBound
 
INSTANCEOF - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
INSTANCEOF - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
InstanceOfExpr - Class in com.github.javaparser.ast.expr
The instanceof statement
InstanceOfExpr() - Constructor for class com.github.javaparser.ast.expr.InstanceOfExpr
 
InstanceOfExpr(Expression, ReferenceType) - Constructor for class com.github.javaparser.ast.expr.InstanceOfExpr
 
InstanceOfExpr(Expression, ReferenceType, PatternExpr) - Constructor for class com.github.javaparser.ast.expr.InstanceOfExpr
 
InstanceOfExpr(TokenRange, Expression, ReferenceType, PatternExpr) - Constructor for class com.github.javaparser.ast.expr.InstanceOfExpr
This constructor is used by the parser and is considered private.
InstanceOfExprContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
 
InstanceOfExprContext(InstanceOfExpr, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.InstanceOfExprContext
 
InstanceOfExpression() - Method in class com.github.javaparser.GeneratedJavaParser
// Note that instanceof is a RelationalExpression within the JLS, which differs from JavaParser https://docs.oracle.com/javase/specs/jls/se15/html/jls-15.html#jls-15.20
instanceOfExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
InstanceOfExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
InstanceOfExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.InstanceOfExprMetaModel
 
instances - Static variable in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
 
instantiate(List<ResolvedTypeParameterDeclaration>) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.InferenceVariable
 
Instantiation - Class in com.github.javaparser.symbolsolver.resolution.typeinference
 
Instantiation(InferenceVariable, ResolvedType) - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.Instantiation
 
instantiationInference(MethodCallExpr, ResolvedMethodDeclaration) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeInference
 
instantiationInference(List<Expression>, ResolvedMethodDeclaration) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeInference
 
instantiations - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.InstantiationSet
 
InstantiationSet - Class in com.github.javaparser.symbolsolver.resolution.typeinference
 
InstantiationSet() - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.InstantiationSet
 
instantiationSetToMethodUsage(ResolvedMethodDeclaration, InstantiationSet) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeInference
 
INT - Enum constant in enum com.github.javaparser.ast.type.PrimitiveType.Primitive
 
INT - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
INT - Enum constant in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
 
INT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
INTEGER_LITERAL - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
INTEGER_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
IntegerLiteralExpr - Class in com.github.javaparser.ast.expr
All ways to specify an int literal.
IntegerLiteralExpr() - Constructor for class com.github.javaparser.ast.expr.IntegerLiteralExpr
 
IntegerLiteralExpr(int) - Constructor for class com.github.javaparser.ast.expr.IntegerLiteralExpr
Deprecated.
This function is deprecated in favor of IntegerLiteralExpr(String). Please refer to the IntegerLiteralExpr.asNumber() function for valid formats and how to construct literals holding negative values.
IntegerLiteralExpr(TokenRange, String) - Constructor for class com.github.javaparser.ast.expr.IntegerLiteralExpr
This constructor is used by the parser and is considered private.
IntegerLiteralExpr(String) - Constructor for class com.github.javaparser.ast.expr.IntegerLiteralExpr
 
integerLiteralExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
IntegerLiteralExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
IntegerLiteralExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.IntegerLiteralExprMetaModel
 
IntelliJImportOrderingStrategy - Class in com.github.javaparser.printer.configuration.imports
 
IntelliJImportOrderingStrategy() - Constructor for class com.github.javaparser.printer.configuration.imports.IntelliJImportOrderingStrategy
 
INTERFACE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
INTERFACE - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
INTERFACE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
interfaceWithNothingSpecial - Variable in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
 
interfaceWithStaticAndDefault - Variable in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
 
interfaceWithStaticAndDefaultAndPrivate - Variable in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
 
internalNameToCanonicalName(String) - Static method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistUtils
 
InternalProperty - Annotation Type in com.github.javaparser.metamodel
Indicate an internal property of a Node, meaning it is not part of the meta model.
internalTypes() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
Get the list of types defined inside the current type.
internalTypes() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
 
internalTypes() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
 
internalTypes() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
internalTypes() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
internalTypes() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
 
internalTypes() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
 
internalTypes() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeAdapter
 
internalTypes() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
 
internalTypes() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
internalTypes() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
 
internalTypes() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
 
internalTypes() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
internalTypes() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeDeclarationAdapter
Get the nested classes.
internalTypes() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
 
internalTypes() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
internalTypes() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
 
internalTypes() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
 
internalTypes() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
interpret(Node, CsmElement, NodeText) - Static method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter
TODO: Process CsmIndent and CsmUnindent before reaching this point
intersection(List<Set<ResolvedType>>) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic
 
IntersectionType - Class in com.github.javaparser.ast.type
Represents a set of types.
IntersectionType(NodeList<ReferenceType>) - Constructor for class com.github.javaparser.ast.type.IntersectionType
 
IntersectionType(TokenRange, NodeList<ReferenceType>) - Constructor for class com.github.javaparser.ast.type.IntersectionType
This constructor is used by the parser and is considered private.
IntersectionType(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-4.html#jls-4.9 An intersection type takes the form T1 invalid input: '&' ...
intersectionTypeMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
IntersectionTypeMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
IntersectionTypeMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.IntersectionTypeMetaModel
 
intType() - Static method in class com.github.javaparser.ast.type.PrimitiveType
 
invalid() - Method in class com.github.javaparser.JavaToken
Used by the parser while constructing nodes.
invalid() - Method in class com.github.javaparser.Position
 
INVALID - Static variable in class com.github.javaparser.JavaToken
 
INVALID - Static variable in class com.github.javaparser.TokenRange
 
INVALID_LEXICAL_STATE - Static variable in exception class com.github.javaparser.TokenMgrException
Tried to change to an invalid lexical state.
invocationApplicabilityInference(MethodCallExpr, ResolvedMethodDeclaration) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeInference
Determine whether a potentially applicable generic method m is applicable for a method invocation that provides no explicit type arguments.
invocationTypeInference() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeInference
 
invocationTypeInferenceBoundsSetB3() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeInference
 
is(Class<? extends Node>) - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
 
is(Class<? extends Node>, String) - Method in class com.github.javaparser.metamodel.PropertyMetaModel
 
is(String) - Method in class com.github.javaparser.metamodel.PropertyMetaModel
 
IS_EMPTY - Enum constant in enum com.github.javaparser.printer.concretesyntaxmodel.CsmConditional.Condition
 
IS_NOT_EMPTY - Enum constant in enum com.github.javaparser.printer.concretesyntaxmodel.CsmConditional.Condition
 
IS_NOT_ENCLOSED_EXPR - Static variable in class com.github.javaparser.ast.expr.Expression
Returns true when the Node to be tested is not an EnclosedExpr, false otherwise.
IS_PRESENT - Enum constant in enum com.github.javaparser.printer.concretesyntaxmodel.CsmConditional.Condition
 
isABlockLine(String) - Static method in class com.github.javaparser.JavadocParser
 
isAboutNodes() - Method in enum com.github.javaparser.ast.observer.ObservableProperty
 
isAboutValues() - Method in enum com.github.javaparser.ast.observer.ObservableProperty
 
isAbstract - Variable in class com.github.javaparser.metamodel.BaseNodeMetaModel
 
isAbstract() - Method in class com.github.javaparser.ast.body.MethodDeclaration
 
isAbstract() - Method in interface com.github.javaparser.ast.nodeTypes.modifiers.NodeWithAbstractModifier
 
isAbstract() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
 
isAbstract() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodDeclaration
Is the method abstract? All interface methods not marked as default are abstract.
isAbstract() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValueOfMethod
 
isAbstract() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValuesMethod
 
isAbstract() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserMethodDeclaration
 
isAbstract() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration.ImplicitGetterMethod
 
isAbstract() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
 
isAbstract() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodDeclaration
 
isACompleteLine() - Method in class com.github.javaparser.printer.lexicalpreservation.RemovedGroup
Returns true if the RemovedGroup equates to a complete line This is the case if there are only spaces and tabs left on the line besides the Removed elements.
isActivated(ConfigurationOption) - Method in class com.github.javaparser.printer.configuration.DefaultPrinterConfiguration
 
isActivated(ConfigurationOption) - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
 
isActivated(ConfigurationOption) - Method in interface com.github.javaparser.printer.configuration.PrinterConfiguration
 
isAdded() - Method in class com.github.javaparser.printer.lexicalpreservation.Added
 
isAdded() - Method in interface com.github.javaparser.printer.lexicalpreservation.DifferenceElement
 
isAdded() - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
 
isAdded() - Method in class com.github.javaparser.printer.lexicalpreservation.Removed
 
isAdded() - Method in class com.github.javaparser.printer.lexicalpreservation.Reshuffled
 
isADependency() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.Bound
Other bounds relate two inference variables, or an inference variable to a type that contains inference variables.
isADependency() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SameAsBound
 
isADependency() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SubtypeOfBound
 
isAfter(Position) - Method in class com.github.javaparser.Position
 
isAfter(Position) - Method in class com.github.javaparser.Range
 
isAfter(Range) - Method in class com.github.javaparser.Range
 
isAfterLBrace(NodeText, int) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
isAfterOrEqual(Position) - Method in class com.github.javaparser.Position
 
isAlmostCorrespondingElement(TextElement, CsmElement) - Method in class com.github.javaparser.printer.lexicalpreservation.ReshuffledDiffElementExtractor
 
isAlreadyResolved(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.CompilationUnitContext
 
isAName(Node) - Static method in class com.github.javaparser.symbolsolver.resolution.naming.NameLogic
Does the Node represent a Name?
isAncestor(ResolvedReferenceType, String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
isAncestor(ResolvedReferenceType, String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
 
isAncestorOf(Node) - Method in class com.github.javaparser.ast.Node
Determines whether this node is an ancestor of the given node.
isAnInstantiation() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.Bound
Given a bound of the form α = T or T = α, we say T is an instantiation of α.
isAnInstantiation() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SameAsBound
 
isAnInstantiationFor(InferenceVariable) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.Bound
 
isAnnotation() - Method in interface com.github.javaparser.resolution.declarations.ResolvedAnnotationDeclaration
 
isAnnotation() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
Is this the declaration of an annotation?
isAnnotationDeclaration() - Method in class com.github.javaparser.ast.body.AnnotationDeclaration
 
isAnnotationDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
isAnnotationExpr() - Method in class com.github.javaparser.ast.expr.AnnotationExpr
 
isAnnotationExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isAnnotationMemberDeclaration() - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
 
isAnnotationMemberDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
isAnnotationPresent(Class<? extends Annotation>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
Check whether an annotation with this class is present on this element
isAnnotationPresent(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
Check whether an annotation with this name is present on this element
isAnonymousClass() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
Is this type declaration corresponding to an anonymous class? This is an example of anonymous class:
isApplicable(ResolvedConstructorDeclaration, List<ResolvedType>, TypeSolver) - Static method in class com.github.javaparser.resolution.logic.ConstructorResolutionLogic
 
isApplicable(ResolvedConstructorDeclaration, List<ResolvedType>, TypeSolver, boolean) - Static method in class com.github.javaparser.resolution.logic.ConstructorResolutionLogic
 
isApplicable(ResolvedMethodDeclaration, String, List<ResolvedType>, TypeSolver) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
 
isApplicable(ResolvedMethodDeclaration, String, List<ResolvedType>, TypeSolver, boolean) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
Note the specific naming here -- parameters are part of the method declaration, while arguments are the values passed when calling a method.
isApplicable(MethodUsage, String, List<ResolvedType>, TypeSolver) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
Note the specific naming here -- parameters are part of the method declaration, while arguments are the values passed when calling a method.
isAReplacement(int) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
isArray() - Method in class com.github.javaparser.resolution.model.LambdaArgumentTypePlaceholder
 
isArray() - Method in class com.github.javaparser.resolution.model.typesystem.LazyType
 
isArray() - Method in class com.github.javaparser.resolution.model.typesystem.NullType
 
isArray() - Method in class com.github.javaparser.resolution.types.ResolvedArrayType
 
isArray() - Method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
 
isArray() - Method in interface com.github.javaparser.resolution.types.ResolvedType
 
isArray() - Method in class com.github.javaparser.resolution.types.ResolvedTypeVariable
 
isArrayAccessExpr() - Method in class com.github.javaparser.ast.expr.ArrayAccessExpr
 
isArrayAccessExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isArrayCreationExpr() - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
 
isArrayCreationExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isArrayInitializerExpr() - Method in class com.github.javaparser.ast.expr.ArrayInitializerExpr
 
isArrayInitializerExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isArrayOfObject(ResolvedType) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
 
isArrayType() - Method in class com.github.javaparser.ast.type.ArrayType
 
isArrayType() - Method in class com.github.javaparser.ast.type.Type
 
isArrayType(DifferenceElement) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
isAssertStmt() - Method in class com.github.javaparser.ast.stmt.AssertStmt
 
isAssertStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
Can we assign instances of the given type to variables having the type defined by this declaration?
isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
 
isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
 
isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
 
isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
 
isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeAdapter
 
isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
 
isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
 
isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
 
isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
 
isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
 
isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeDeclarationAdapter
 
isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
 
isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
 
isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
 
isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
isAssignableBy(ResolvedType) - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
Can we assign instances of the given type to variables having the type defined by this declaration?
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.resolution.logic.InferenceVariableType
 
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.resolution.model.LambdaArgumentTypePlaceholder
 
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.resolution.model.typesystem.LazyType
 
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.resolution.model.typesystem.NullType
 
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.resolution.model.typesystem.ReferenceTypeImpl
This method checks if ThisType t = new OtherType() would compile.
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.resolution.types.ResolvedArrayType
 
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.resolution.types.ResolvedIntersectionType
 
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.resolution.types.ResolvedLambdaConstraintType
 
isAssignableBy(ResolvedType) - Method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
 
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
This method checks if ThisType t = new OtherType() would compile.
isAssignableBy(ResolvedType) - Method in interface com.github.javaparser.resolution.types.ResolvedType
This method checks if ThisType t = new OtherType() would compile.
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.resolution.types.ResolvedTypeVariable
 
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.resolution.types.ResolvedUnionType
 
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.resolution.types.ResolvedVoidType
 
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.resolution.types.ResolvedWildcard
 
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
 
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
 
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
 
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
 
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeAdapter
 
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
 
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
 
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
 
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
 
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
 
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeDeclarationAdapter
 
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
 
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassAdapter
 
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
 
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
 
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.InferenceVariable
 
isAssignableByReferenceType(String) - Method in class com.github.javaparser.resolution.model.typesystem.ReferenceTypeImpl
 
isAssignableMatchTypeParameters(ResolvedReferenceType, ResolvedReferenceType, Map<String, ResolvedType>) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
 
isAssignableMatchTypeParameters(ResolvedType, ResolvedType, Map<String, ResolvedType>) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
 
isAssignableMatchTypeParametersMatchingQName(ResolvedReferenceType, ResolvedReferenceType, Map<String, ResolvedType>) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
 
isAssignExpr() - Method in class com.github.javaparser.ast.expr.AssignExpr
 
isAssignExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isAssignmentContext() - Method in class com.github.javaparser.ast.expr.AssignExpr
 
isAssignmentContext() - Method in class com.github.javaparser.ast.expr.Expression
 
isAsterisk - Variable in class com.github.javaparser.ast.ImportDeclaration
 
isAsterisk() - Method in class com.github.javaparser.ast.ImportDeclaration
Return if the import ends with "*".
isAsteriskPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ImportDeclarationMetaModel
 
isAttribute() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
 
isAttributeComments() - Method in class com.github.javaparser.ParserConfiguration
 
isAvailableOn(Node) - Static method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter
 
isBefore(Position) - Method in class com.github.javaparser.Position
 
isBefore(Position) - Method in class com.github.javaparser.Range
 
isBefore(Range) - Method in class com.github.javaparser.Range
 
isBeforeOrEqual(Position) - Method in class com.github.javaparser.Position
 
isBinaryExpr() - Method in class com.github.javaparser.ast.expr.BinaryExpr
 
isBinaryExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isBlockComment() - Method in class com.github.javaparser.ast.comments.BlockComment
 
isBlockComment() - Method in class com.github.javaparser.ast.comments.Comment
 
isBlockStmt() - Method in class com.github.javaparser.ast.stmt.BlockStmt
 
isBlockStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
isBoolean() - Method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
Is this a boolean type?
isBooleanLiteralExpr() - Method in class com.github.javaparser.ast.expr.BooleanLiteralExpr
 
isBooleanLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isBounded() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
Return true if the Type variable is bounded
isBounded() - Method in class com.github.javaparser.resolution.types.ResolvedWildcard
 
isBoxedType() - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
 
isBoxType(ResolvedType) - Static method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
 
isBracket(JavaToken.Kind) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
isBreakStmt() - Method in class com.github.javaparser.ast.stmt.BreakStmt
 
isBreakStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
isBufferEmpty() - Method in class com.github.javaparser.LineEndingProcessingProvider
 
isBufferEmpty() - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider
 
isCallableDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
isCallableDeclaration() - Method in class com.github.javaparser.ast.body.CallableDeclaration
 
isCastExpr() - Method in class com.github.javaparser.ast.expr.CastExpr
 
isCastExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isCharLiteralExpr() - Method in class com.github.javaparser.ast.expr.CharLiteralExpr
 
isCharLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isChild() - Method in interface com.github.javaparser.printer.lexicalpreservation.DifferenceElement
 
isChild() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
 
isChildOfClass(Class<? extends Node>) - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
 
isChildOfClass(Class<? extends Node>) - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
Is this TextElement representing a child of the given class?
isChildOfClass(Class<? extends Node>) - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
 
isClass() - Method in interface com.github.javaparser.resolution.declarations.ResolvedClassDeclaration
This method should always return true.
isClass() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
Is this the declaration of a class? Note that an Enum is not considered a Class in this case.
isClass() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
isClass() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
 
isClass() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
isClass() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
isClassExpr() - Method in class com.github.javaparser.ast.expr.ClassExpr
 
isClassExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isClassOrInterfaceDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
isClassOrInterfaceDeclaration() - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
 
isClassOrInterfaceType() - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
 
isClassOrInterfaceType() - Method in class com.github.javaparser.ast.type.Type
 
isColumnAlignFirstMethodChain() - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
 
isColumnAlignParameters() - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
 
isComment() - Method in enum com.github.javaparser.JavaToken.Category
 
isComment() - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
 
isComment() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
 
isComment() - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
 
isComment(int) - Static method in class com.github.javaparser.TokenTypes
 
isCommentToken() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
 
isCompactConstructorDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
isCompactConstructorDeclaration() - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
 
isCompatible(ResolvedType, ResolvedPrimitiveType) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
isCompatibleInALooseInvocationContext(ResolvedType, ResolvedType) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeHelper
see https://docs.oracle.com/javase/specs/jls/se8/html/jls-5.html#jls-5.3
isCompatibleInALooseInvocationContext(TypeSolver, Expression, ResolvedType) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeHelper
see https://docs.oracle.com/javase/specs/jls/se8/html/jls-5.html#jls-5.3
isCompatibleInAssignmentContext(Expression, ResolvedType, TypeSolver) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.ExpressionCompatibleWithType
 
isCompatibleInAStrictInvocationContext(Expression, ResolvedType) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeHelper
see https://docs.oracle.com/javase/specs/jls/se8/html/jls-5.html#jls-5.3
isCompleteLine(List<TextElement>, int) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter.Observer
 
isCompositeName(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.CompilationUnitContext
 
isCompositeName(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.JavaParserTypeDeclarationAdapter
 
isConditionalExpr() - Method in class com.github.javaparser.ast.expr.ConditionalExpr
 
isConditionalExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isConstraint() - Method in class com.github.javaparser.resolution.types.ResolvedLambdaConstraintType
 
isConstraint() - Method in interface com.github.javaparser.resolution.types.ResolvedType
Is this a lambda constraint type?
isConstructorDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
isConstructorDeclaration() - Method in class com.github.javaparser.ast.body.ConstructorDeclaration
 
isContinueStmt() - Method in class com.github.javaparser.ast.stmt.ContinueStmt
 
isContinueStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
isCorrespondingBoxingType(String) - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
isCorrespondingElement(TextElement) - Method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
isCorrespondingElement(TextElement) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmIndent
 
isCorrespondingElement(TextElement) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmToken
 
isCorrespondingElement(TextElement) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator.CsmChild
 
isCurrentExpanded() - Method in class com.github.javaparser.ast.Node.PostOrderIterator.Level
Returns true if the current node was expanded.
isDeclaredInInterface() - Method in class com.github.javaparser.ast.body.FieldDeclaration
 
isDefault - Variable in class com.github.javaparser.ast.stmt.SwitchEntry
 
isDefault() - Method in class com.github.javaparser.ast.body.MethodDeclaration
 
isDefault() - Method in class com.github.javaparser.ast.stmt.SwitchEntry
 
isDefaultMethod() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodDeclaration
Is this a default method?
isDefaultMethod() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValueOfMethod
 
isDefaultMethod() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValuesMethod
 
isDefaultMethod() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserMethodDeclaration
 
isDefaultMethod() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration.ImplicitGetterMethod
 
isDefaultMethod() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
 
isDefaultMethod() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodDeclaration
 
isDefaultPropertyMetaModel - Variable in class com.github.javaparser.metamodel.SwitchEntryMetaModel
 
isDerived() - Method in enum com.github.javaparser.ast.observer.ObservableProperty
 
isDescendantOf(Node) - Method in interface com.github.javaparser.HasParentNode
Determines whether this HasParentNode node is a descendant of the given node.
isDetectOriginalLineSeparator() - Method in class com.github.javaparser.ParserConfiguration
 
isDiamondOperator(JavaToken.Kind) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
isDoNotAssignCommentsPrecedingEmptyLines() - Method in class com.github.javaparser.ParserConfiguration
 
isDoStmt() - Method in class com.github.javaparser.ast.stmt.DoStmt
 
isDoStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
isDoubleLiteralExpr() - Method in class com.github.javaparser.ast.expr.DoubleLiteralExpr
 
isDoubleLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isEmpty() - Method in class com.github.javaparser.ast.NodeList
 
isEmpty() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
 
isEmpty() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
 
isEmpty() - Method in interface com.github.javaparser.ast.nodeTypes.SwitchNode
 
isEmpty() - Method in class com.github.javaparser.javadoc.description.JavadocDescription
 
isEmpty() - Method in interface com.github.javaparser.resolution.cache.Cache
Returns True if the cache is empty, or False if there's at least a entry stored in cache.
isEmpty() - Method in class com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametersMap
 
isEmpty() - Method in class com.github.javaparser.symbolsolver.cache.GuavaCache
 
isEmpty() - Method in class com.github.javaparser.symbolsolver.cache.InMemoryCache
 
isEmpty() - Method in class com.github.javaparser.symbolsolver.cache.NoCache
 
isEmpty() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
 
isEmpty() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormulaSet
 
isEmpty() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.InstantiationSet
 
isEmpty() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic.TypeSubstitution
 
isEmpty() - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMapping
Whether this is the identity transformation.
isEmpty() - Method in class com.github.javaparser.utils.VisitorList
 
isEmpty() - Method in class com.github.javaparser.utils.VisitorMap
 
isEmpty() - Method in class com.github.javaparser.utils.VisitorSet
 
isEmptyStmt() - Method in class com.github.javaparser.ast.stmt.EmptyStmt
 
isEmptyStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
isEnclosedExpr() - Method in class com.github.javaparser.ast.expr.EnclosedExpr
 
isEnclosedExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isEnclosingParameters - Variable in class com.github.javaparser.ast.expr.LambdaExpr
 
isEnclosingParameters() - Method in class com.github.javaparser.ast.expr.LambdaExpr
 
isEnclosingParametersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.LambdaExprMetaModel
 
isEndOfLine() - Method in enum com.github.javaparser.JavaToken.Category
 
isEndOfLineToken(int) - Static method in class com.github.javaparser.TokenTypes
 
isEnforcingIndentationActivable(RemovedGroup) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
isEnhanced(SwitchStmt) - Static method in class com.github.javaparser.symbolsolver.javaparsermodel.NormalCompletionVisitor
From https://docs.oracle.com/javase/specs/jls/se21/html/jls-14.html#jls-14.11.2 An enhanced switch statement is one where either (i) the type of the selector expression is not char, byte, short, int, Character, Byte, Short, Integer, String, or an enum type, or (ii) there is a case pattern or null literal associated with the switch block.
isEnum() - Method in interface com.github.javaparser.resolution.declarations.ResolvedEnumDeclaration
 
isEnum() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
Is this the declaration of an enum?
isEnum(ResolvedType) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic
 
isEnumConstant() - Method in interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
Does this declaration represents an enum constant?
isEnumConstant() - Method in interface com.github.javaparser.resolution.declarations.ResolvedEnumConstantDeclaration
 
isEnumConstantDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
isEnumConstantDeclaration() - Method in class com.github.javaparser.ast.body.EnumConstantDeclaration
 
isEnumDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
isEnumDeclaration() - Method in class com.github.javaparser.ast.body.EnumDeclaration
 
isEvaluatedOnDerivedProperty(ObservableProperty) - Method in interface com.github.javaparser.printer.lexicalpreservation.changes.Change
 
isExactMatch(ResolvedMethodLikeDeclaration, List<ResolvedType>) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
 
isExplicitConstructorInvocationStmt() - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
 
isExplicitConstructorInvocationStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
isExplicitlyTyped() - Method in class com.github.javaparser.ast.expr.LambdaExpr
 
isExpressionStmt() - Method in class com.github.javaparser.ast.stmt.ExpressionStmt
 
isExpressionStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
isExtends() - Method in class com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration.Bound
Is this an extends bound?
isExtends() - Method in class com.github.javaparser.resolution.types.ResolvedWildcard
 
isField() - Method in interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
Does this declaration represents a class field?
isField() - Method in interface com.github.javaparser.resolution.declarations.ResolvedFieldDeclaration
 
isField() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
isField() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserFieldDeclaration
 
isField() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
isField() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistConstructorDeclaration
 
isField() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistFieldDeclaration
 
isField() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
 
isField() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistParameterDeclaration
 
isField() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
isField() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
isField() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionFieldDeclaration
 
isField() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodDeclaration
 
isField() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionParameterDeclaration
 
isField() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionPatternDeclaration
 
isField() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
isFieldAccessExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isFieldAccessExpr() - Method in class com.github.javaparser.ast.expr.FieldAccessExpr
 
isFieldDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
isFieldDeclaration() - Method in class com.github.javaparser.ast.body.FieldDeclaration
 
isFinal() - Method in class com.github.javaparser.ast.body.FieldDeclaration
 
isFinal() - Method in class com.github.javaparser.ast.body.Parameter
Record components (parameters here) are implicitly final, even without the explicitly-added modifier.
isFinal() - Method in class com.github.javaparser.ast.body.RecordDeclaration
Records are implicitly final, even without the explicit modifier.
isFinal() - Method in interface com.github.javaparser.ast.nodeTypes.modifiers.NodeWithFinalModifier
 
isFixedArityMethod() - Method in class com.github.javaparser.ast.body.CallableDeclaration
 
isFollowedByComment(int, List<TextElement>) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
isFollowedByUnindent(List<DifferenceElement>, int) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
isForEachStmt() - Method in class com.github.javaparser.ast.stmt.ForEachStmt
 
isForEachStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
isForStmt() - Method in class com.github.javaparser.ast.stmt.ForStmt
 
isForStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
isFunctionalInterface() - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
This means that the type has a functional method.
isFunctionalInterface() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeDeclarationAdapter
 
isFunctionalInterface() - Method in class com.github.javaparser.symbolsolver.logic.AbstractTypeDeclaration
 
isFunctionalInterface() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassAdapter
 
isFunctionalInterfaceType(ResolvedType) - Static method in class com.github.javaparser.resolution.logic.FunctionalInterfaceLogic
 
isGeneric() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithTypeParameters
 
isGeneric() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParametrizable
 
isGenericMethod() - Method in class com.github.javaparser.ast.expr.MethodCallExpr
 
isIdentifier() - Method in enum com.github.javaparser.JavaToken.Category
 
isIdentifier() - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
 
isIdentifier() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
 
isIdentifier() - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
 
isIfStmt() - Method in class com.github.javaparser.ast.stmt.IfStmt
 
isIfStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
isIgnoreAnnotationsWhenAttributingComments() - Method in class com.github.javaparser.ParserConfiguration
 
isIgnoreComments() - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
 
isImplicitImport(ImportDeclaration) - Method in class com.github.javaparser.ast.CompilationUnit
 
isImplicitlyAbstract() - Method in class com.github.javaparser.ast.body.MethodDeclaration
 
isImplicitlyPublic() - Method in class com.github.javaparser.ast.body.MethodDeclaration
 
isImplicitlyTyped(LambdaExpr) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeInference
 
isIndent() - Method in class com.github.javaparser.printer.lexicalpreservation.Added
 
isIndent() - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
 
isIndentCaseInSwitch() - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
 
isInexact(MethodReferenceExpr) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeInference
 
isInferenceVariable() - Method in interface com.github.javaparser.resolution.types.ResolvedType
 
isInferenceVariable() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.InferenceVariable
 
isInheritable() - Method in interface com.github.javaparser.resolution.declarations.ResolvedAnnotationDeclaration
 
isInheritable() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
 
isInheritable() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
 
isInheritable() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
 
isInheritedAnnotation(String) - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
Returns true if the specified annotation is inheritable.
isInitializerDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
isInitializerDeclaration() - Method in class com.github.javaparser.ast.body.InitializerDeclaration
 
isInlined(NodeText, int) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
isInnerClass() - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
 
isInstanceOfExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isInstanceOfExpr() - Method in class com.github.javaparser.ast.expr.InstanceOfExpr
 
isInstanceOfMetaModel(BaseNodeMetaModel) - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
 
isIntegerLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isIntegerLiteralExpr() - Method in class com.github.javaparser.ast.expr.IntegerLiteralExpr
 
isInterface - Variable in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
 
isInterface() - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
 
isInterface() - Method in interface com.github.javaparser.resolution.declarations.ResolvedInterfaceDeclaration
 
isInterface() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
Is this the declaration of an interface?
isInterface() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
isInterface() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
isInterface() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
 
isInterface() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
 
isInterface() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
isInterface() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
isInterface() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
isInterface() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
 
isInterface() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
isInterfacePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ClassOrInterfaceDeclarationMetaModel
 
isInternal() - Method in class com.github.javaparser.ast.expr.FieldAccessExpr
Indicate if this FieldAccessExpr is an element directly contained in a larger FieldAccessExpr.
isInternal() - Method in class com.github.javaparser.ast.expr.Name
An internal name is a name that constitutes a part of a larger Name instance.
isIntersectionType() - Method in class com.github.javaparser.ast.type.IntersectionType
 
isIntersectionType() - Method in class com.github.javaparser.ast.type.Type
 
isInvocationContext() - Method in class com.github.javaparser.ast.expr.Expression
 
isInvocationContext() - Method in class com.github.javaparser.ast.expr.MethodCallExpr
 
isJavadocComment() - Method in class com.github.javaparser.ast.comments.Comment
 
isJavadocComment() - Method in class com.github.javaparser.ast.comments.JavadocComment
 
isJavaLangEnum() - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
 
isJavaLangEnum() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
isJavaLangObject() - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
We don't make this _ex_plicit in the data representation because that would affect codegen and make everything generate like <T extends Object> instead of <T>
isJavaLangObject() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
We don't make this _ex_plicit in the data representation because that would affect codegen and make everything generate like <T extends Object> instead of <T>
isJavaLangObject(ResolvedType) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
 
isJavaLangRecord() - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
 
isJavaLangRecord() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
isJavaObject(ResolvedType) - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
isKept() - Method in class com.github.javaparser.printer.lexicalpreservation.Added
 
isKept() - Method in interface com.github.javaparser.printer.lexicalpreservation.DifferenceElement
 
isKept() - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
 
isKept() - Method in class com.github.javaparser.printer.lexicalpreservation.Removed
 
isKept() - Method in class com.github.javaparser.printer.lexicalpreservation.Reshuffled
 
isKeyword() - Method in enum com.github.javaparser.JavaToken.Category
 
isKeyword() - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
 
isKeyword() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
 
isKeyword() - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
 
isLabeledStmt() - Method in class com.github.javaparser.ast.stmt.LabeledStmt
 
isLabeledStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
isLambdaExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isLambdaExpr() - Method in class com.github.javaparser.ast.expr.LambdaExpr
 
isLastElement(Removed) - Method in class com.github.javaparser.printer.lexicalpreservation.RemovedGroup
Returns true if the specified element is the last element of this RemovedGroup
isLastElement(List<?>, int) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
isLastLine(String[], Integer) - Method in class com.github.javaparser.ast.expr.TextBlockLiteralExpr
 
isLexicalPreservationEnabled() - Method in class com.github.javaparser.ParserConfiguration
 
isLineComment() - Method in class com.github.javaparser.ast.comments.Comment
 
isLineComment() - Method in class com.github.javaparser.ast.comments.LineComment
 
isLiteral() - Method in enum com.github.javaparser.JavaToken.Category
 
isLiteral() - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
 
isLiteral() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
 
isLiteral() - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
 
isLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isLiteralExpr() - Method in class com.github.javaparser.ast.expr.LiteralExpr
 
isLiteralStringValueExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isLiteralStringValueExpr() - Method in class com.github.javaparser.ast.expr.LiteralStringValueExpr
 
isLocalClassDeclaration() - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
 
isLocalClassDeclarationStmt() - Method in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt
 
isLocalClassDeclarationStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
isLocalRecordDeclaration() - Method in class com.github.javaparser.ast.body.RecordDeclaration
 
isLocalRecordDeclarationStmt() - Method in class com.github.javaparser.ast.stmt.LocalRecordDeclarationStmt
 
isLocalRecordDeclarationStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
isLongLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isLongLiteralExpr() - Method in class com.github.javaparser.ast.expr.LongLiteralExpr
 
isLowerBounded() - Method in class com.github.javaparser.resolution.types.ResolvedWildcard
 
isMarkerAnnotationExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isMarkerAnnotationExpr() - Method in class com.github.javaparser.ast.expr.MarkerAnnotationExpr
 
isMethod() - Method in interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
Does this declaration represents a method? // FIXME: This is never overridden.
isMethodCallExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isMethodCallExpr() - Method in class com.github.javaparser.ast.expr.MethodCallExpr
 
isMethodDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
isMethodDeclaration() - Method in class com.github.javaparser.ast.body.MethodDeclaration
 
isMethodReferenceExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isMethodReferenceExpr() - Method in class com.github.javaparser.ast.expr.MethodReferenceExpr
 
isModuleExportsDirective() - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
isModuleExportsDirective() - Method in class com.github.javaparser.ast.modules.ModuleExportsDirective
 
isModuleExportsStmt() - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
isModuleExportsStmt() - Method in class com.github.javaparser.ast.modules.ModuleExportsDirective
 
isModuleOpensDirective() - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
isModuleOpensDirective() - Method in class com.github.javaparser.ast.modules.ModuleOpensDirective
 
isModuleOpensStmt() - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
isModuleOpensStmt() - Method in class com.github.javaparser.ast.modules.ModuleOpensDirective
 
isModuleProvidesDirective() - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
isModuleProvidesDirective() - Method in class com.github.javaparser.ast.modules.ModuleProvidesDirective
 
isModuleProvidesStmt() - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
isModuleProvidesStmt() - Method in class com.github.javaparser.ast.modules.ModuleProvidesDirective
 
isModuleRequiresDirective() - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
isModuleRequiresDirective() - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
 
isModuleRequiresStmt() - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
isModuleRequiresStmt() - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
 
isModuleUsesDirective() - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
isModuleUsesDirective() - Method in class com.github.javaparser.ast.modules.ModuleUsesDirective
 
isModuleUsesStmt() - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
isModuleUsesStmt() - Method in class com.github.javaparser.ast.modules.ModuleUsesDirective
 
isMoreSpecific(ResolvedConstructorDeclaration, ResolvedConstructorDeclaration, TypeSolver) - Static method in class com.github.javaparser.resolution.logic.ConstructorResolutionLogic
 
isMoreSpecific(ResolvedMethodDeclaration, ResolvedMethodDeclaration, List<ResolvedType>) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
 
isMoreSpecific(MethodUsage, MethodUsage, List<ResolvedType>) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
 
isMultiple() - Method in enum com.github.javaparser.ast.observer.ObservableProperty
 
isNameAcceptable(String) - Method in enum com.github.javaparser.symbolsolver.resolution.naming.NameCategory
Is the given name acceptable for the given category?
isNameExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isNameExpr() - Method in class com.github.javaparser.ast.expr.NameExpr
 
isNative() - Method in class com.github.javaparser.ast.body.MethodDeclaration
 
isNeedingDisambiguation() - Method in enum com.github.javaparser.symbolsolver.resolution.naming.NameCategory
Certain category include two or more unambiguous categories.
isNestedType() - Method in class com.github.javaparser.ast.body.TypeDeclaration
 
isNewline() - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
 
isNewline() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
 
isNewline() - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
 
isNewLine() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmToken
 
isNewLine() - Method in class com.github.javaparser.printer.lexicalpreservation.Added
 
isNewLine() - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
 
isNewLine() - Method in class com.github.javaparser.printer.lexicalpreservation.Removed
 
isNewLineToken(CsmElement) - Method in class com.github.javaparser.printer.lexicalpreservation.Reshuffled
 
isNode() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
 
isNode(Node) - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
 
isNode(Node) - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
 
isNode(Node) - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
 
isNodeList - Variable in class com.github.javaparser.metamodel.PropertyMetaModel
 
isNodeList() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
 
isNodeWithTypeArguments(DifferenceElement) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
isNonEmpty - Variable in class com.github.javaparser.metamodel.PropertyMetaModel
 
isNonEmpty() - Method in class com.github.javaparser.ast.NodeList
 
isNonEmpty() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
 
isNormalAnnotationExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isNormalAnnotationExpr() - Method in class com.github.javaparser.ast.expr.NormalAnnotationExpr
 
isNull() - Method in class com.github.javaparser.resolution.model.typesystem.LazyType
 
isNull() - Method in class com.github.javaparser.resolution.model.typesystem.NullType
 
isNull() - Method in interface com.github.javaparser.resolution.types.ResolvedType
Is this the null type?
isNull(Node) - Method in enum com.github.javaparser.ast.observer.ObservableProperty
 
isNullLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isNullLiteralExpr() - Method in class com.github.javaparser.ast.expr.NullLiteralExpr
 
isNullOrEmpty(Node) - Method in enum com.github.javaparser.ast.observer.ObservableProperty
 
isNullOrEmpty(Collection<E>) - Static method in class com.github.javaparser.utils.Utils
 
isNullOrNotPresent(Node) - Method in enum com.github.javaparser.ast.observer.ObservableProperty
 
isNumeric() - Method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
 
isNumericType() - Method in interface com.github.javaparser.resolution.types.ResolvedType
 
isObjectCreationExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isObjectCreationExpr() - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
 
isOctalDigit(char) - Method in class com.github.javaparser.utils.StringEscapeUtils.OctalUnescaper
Checks if the given char is an octal digit.
isOpen - Variable in class com.github.javaparser.ast.modules.ModuleDeclaration
 
isOpen() - Method in class com.github.javaparser.ast.modules.ModuleDeclaration
 
isOpenPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ModuleDeclarationMetaModel
 
isOperator() - Method in enum com.github.javaparser.JavaToken.Category
 
isOptional - Variable in class com.github.javaparser.metamodel.PropertyMetaModel
 
isOptional() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
 
isOrderImports() - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
 
isOrphan() - Method in class com.github.javaparser.ast.comments.Comment
 
isParameter() - Method in interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
Does this declaration represents a method parameter?
isParameter() - Method in interface com.github.javaparser.resolution.declarations.ResolvedParameterDeclaration
 
isParameter() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
isParameter() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
isParameter() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistConstructorDeclaration
 
isParameter() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistFieldDeclaration
 
isParameter() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
 
isParameter() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistParameterDeclaration
 
isParameter() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
isParameter() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
isParameter() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionFieldDeclaration
 
isParameter() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodDeclaration
 
isParameter() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionParameterDeclaration
 
isParameter() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionPatternDeclaration
 
isParameter() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
isPatternExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isPatternExpr() - Method in class com.github.javaparser.ast.expr.PatternExpr
 
isPertinentToApplicability(Expression) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeInference
 
isPhantom() - Method in class com.github.javaparser.ast.Node
 
isPhantom() - Method in class com.github.javaparser.ast.type.UnknownType
 
isPhantom(Node) - Method in class com.github.javaparser.ast.Node
 
isPhantomNode(Node) - Static method in class com.github.javaparser.printer.lexicalpreservation.PhantomNodeLogic
Deprecated.
 
isPhantomNodeCache - Static variable in class com.github.javaparser.printer.lexicalpreservation.PhantomNodeLogic
Deprecated.
 
isPolyExpression() - Method in class com.github.javaparser.ast.expr.ConditionalExpr
 
isPolyExpression() - Method in class com.github.javaparser.ast.expr.EnclosedExpr
 
isPolyExpression() - Method in class com.github.javaparser.ast.expr.Expression
See https://docs.oracle.com/javase/specs/jls/se8/html/jls-15.html#jls-15.2
isPolyExpression() - Method in class com.github.javaparser.ast.expr.LambdaExpr
 
isPolyExpression() - Method in class com.github.javaparser.ast.expr.MethodCallExpr
 
isPolyExpression() - Method in class com.github.javaparser.ast.expr.MethodReferenceExpr
 
isPolyExpression() - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
 
isPostfix - Variable in enum com.github.javaparser.ast.expr.UnaryExpr.Operator
 
isPostfix() - Method in class com.github.javaparser.ast.expr.UnaryExpr
 
isPostfix() - Method in enum com.github.javaparser.ast.expr.UnaryExpr.Operator
 
isPrefix() - Method in class com.github.javaparser.ast.expr.UnaryExpr
 
isPrefix() - Method in enum com.github.javaparser.ast.expr.UnaryExpr.Operator
 
isPreprocessUnicodeEscapes() - Method in class com.github.javaparser.ParserConfiguration
 
isPrimitive() - Method in enum com.github.javaparser.JavaToken.Kind
 
isPrimitive() - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
 
isPrimitive() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
 
isPrimitive() - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
 
isPrimitive() - Method in class com.github.javaparser.resolution.model.typesystem.LazyType
 
isPrimitive() - Method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
 
isPrimitive() - Method in interface com.github.javaparser.resolution.types.ResolvedType
Is this a primitive type?
isPrimitiveOrWrapper(Class<?>) - Static method in class com.github.javaparser.utils.ClassUtils
Returns whether the given type is a primitive or primitive wrapper (Boolean, Byte, Character, Short, Integer, Long, Double, Float).
isPrimitiveType() - Method in class com.github.javaparser.ast.type.PrimitiveType
 
isPrimitiveType() - Method in class com.github.javaparser.ast.type.Type
 
isPrimitiveType() - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
 
isPrimitiveType() - Method in class com.github.javaparser.printer.lexicalpreservation.Removed
 
isPrimitiveWrapper(Class<?>) - Static method in class com.github.javaparser.utils.ClassUtils
Returns whether the given type is a primitive wrapper (Boolean, Byte, Character, Short, Integer, Long, Double, Float).
isPrintComments() - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
 
isPrintJavadoc() - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
 
isPrivate() - Method in interface com.github.javaparser.ast.nodeTypes.modifiers.NodeWithPrivateModifier
 
isProcessed - Variable in class com.github.javaparser.printer.lexicalpreservation.RemovedGroup
 
isProcessed() - Method in class com.github.javaparser.printer.lexicalpreservation.RemovedGroup
Returns whether the RemovedGroup was already processed and should not be processed again
isProperLowerBound() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.Bound
Given a bound of the form T <: α, we say T is a proper lower bound of α.
isProperLowerBound() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SubtypeOfBound
 
isProperLowerBoundFor(InferenceVariable) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.Bound
 
isProperType(ResolvedType) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeHelper
The term proper type excludes such "types" that mention inference variables.
isProperUpperBound() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.Bound
Given a bound of the form α <: T, we say T is a proper upper bound of α.
isProperUpperBound() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SubtypeOfBound
 
isProperUpperBoundFor(InferenceVariable) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.Bound
 
isProtected() - Method in interface com.github.javaparser.ast.nodeTypes.modifiers.NodeWithProtectedModifier
 
isPublic() - Method in class com.github.javaparser.ast.body.FieldDeclaration
 
isPublic() - Method in class com.github.javaparser.ast.body.MethodDeclaration
 
isPublic() - Method in interface com.github.javaparser.ast.nodeTypes.modifiers.NodeWithPublicModifier
 
isPublicMemberOfObject(MethodUsage) - Static method in class com.github.javaparser.resolution.logic.FunctionalInterfaceLogic
 
isQualified() - Method in class com.github.javaparser.ast.expr.Expression
 
isQualifiedName(Node) - Static method in class com.github.javaparser.symbolsolver.resolution.naming.NameLogic
Is the given node a qualified name?
isRawType() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
isReachable(Statement) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ControlFlowLogic
 
isReachableBecauseOfPosition(Statement) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ControlFlowLogic
 
isRecord() - Method in interface com.github.javaparser.resolution.declarations.ResolvedRecordDeclaration
 
isRecord() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
Is this the declaration of a record class?
isRecord() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
isRecordDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
isRecordDeclaration() - Method in class com.github.javaparser.ast.body.RecordDeclaration
 
isRecordPatternExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isRecordPatternExpr() - Method in class com.github.javaparser.ast.expr.RecordPatternExpr
 
isRecordType(Class<?>) - Static method in class com.github.javaparser.symbolsolver.logic.AbstractTypeDeclaration
With the introduction of records in Java 14 (Preview), the Class.isRecord method was added to check whether a class is a record or not (similar to isEnum etc.).
isReference() - Method in class com.github.javaparser.resolution.model.typesystem.LazyType
 
isReference() - Method in interface com.github.javaparser.resolution.types.ResolvedType
Is this a non primitive value?
isReferenceType() - Method in class com.github.javaparser.ast.type.ReferenceType
 
isReferenceType() - Method in class com.github.javaparser.ast.type.Type
 
isReferenceType() - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
 
isReferenceType() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
Is this the declaration of a reference type?
isReferenceType() - Method in class com.github.javaparser.resolution.model.LambdaArgumentTypePlaceholder
 
isReferenceType() - Method in class com.github.javaparser.resolution.model.typesystem.LazyType
 
isReferenceType() - Method in class com.github.javaparser.resolution.model.typesystem.NullType
 
isReferenceType() - Method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
 
isReferenceType() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
isReferenceType() - Method in interface com.github.javaparser.resolution.types.ResolvedType
Can this be seen as a ReferenceTypeUsage? In other words: is this a reference to a class, an interface or an enum?
isReferenceType() - Method in class com.github.javaparser.resolution.types.ResolvedTypeVariable
 
isReflexive() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet.VariableDependency
 
isRegistered(AstObserver) - Method in class com.github.javaparser.ast.Node
 
isRegistered(AstObserver) - Method in class com.github.javaparser.ast.NodeList
 
isRegistered(AstObserver) - Method in interface com.github.javaparser.ast.observer.Observable
Was this observer registered? Note that equals is used to determine if the given observer was registered.
isRemoved() - Method in class com.github.javaparser.printer.lexicalpreservation.Added
 
isRemoved() - Method in interface com.github.javaparser.printer.lexicalpreservation.DifferenceElement
 
isRemoved() - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
 
isRemoved() - Method in class com.github.javaparser.printer.lexicalpreservation.Removed
 
isRemoved() - Method in class com.github.javaparser.printer.lexicalpreservation.Reshuffled
 
isRemovingIndentationActivable(RemovedGroup) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
isReplaced(int) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
isRequired() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
 
isResolvableTo(ResolvedPrimitiveType, ResolvedType) - Method in class com.github.javaparser.symbolsolver.resolution.promotion.NumericConditionalExprHandler
 
isResolvableTo(ResolvedPrimitiveType, ResolvedType, boolean) - Method in class com.github.javaparser.symbolsolver.resolution.promotion.NumericConditionalExprHandler
 
isReturningOptionalNodeList(Method) - Static method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter
 
isReturnStmt() - Method in class com.github.javaparser.ast.stmt.ReturnStmt
 
isReturnStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
isReturnTypeSubstituable(MethodUsage) - Method in class com.github.javaparser.resolution.MethodUsage
 
isReturnTypeSubstituable(ResolvedType) - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodDeclaration
 
isRootCause(Throwable) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.FailureHandler
 
isRootNode() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
 
isSameComment(Comment, Comment) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter.Observer
 
isSameNode(Node, Node) - Method in class com.github.javaparser.printer.lexicalpreservation.changes.ListRemovalChange
 
isSameRange(Node, Node) - Method in class com.github.javaparser.printer.lexicalpreservation.changes.ListRemovalChange
 
isSameRange(Range, Range) - Method in class com.github.javaparser.printer.lexicalpreservation.changes.ListRemovalChange
 
isSameSignature(MethodUsage) - Method in class com.github.javaparser.resolution.MethodUsage
 
isSatisfied(InferenceVariableSubstitution) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.Bound
A bound is satisfied by an inference variable substitution if, after applying the substitution, the assertion is true.
isSatisfied(InferenceVariableSubstitution) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.CapturesBound
 
isSatisfied(InferenceVariableSubstitution) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.FalseBound
 
isSatisfied(InferenceVariableSubstitution) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SameAsBound
 
isSatisfied(InferenceVariableSubstitution) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SubtypeOfBound
 
isSatisfied(InferenceVariableSubstitution) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.ThrowsBound
 
isSatisfied(P, C) - Method in interface com.github.javaparser.symbolsolver.resolution.naming.NameLogic.PredicateOnParentAndChild
 
isSensibleDirectoryToEnter(Path) - Method in class com.github.javaparser.utils.SourceRoot
 
isSeparator() - Method in enum com.github.javaparser.JavaToken.Category
 
isSeparator() - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
 
isSeparator() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
 
isSeparator() - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
 
isSimpleName(Node) - Static method in class com.github.javaparser.symbolsolver.resolution.naming.NameLogic
Is the given node a non-qualified name?
isSingle() - Method in enum com.github.javaparser.ast.observer.ObservableProperty
 
isSingleMemberAnnotationExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isSingleMemberAnnotationExpr() - Method in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr
 
isSingular() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
 
isSolved() - Method in class com.github.javaparser.resolution.model.SymbolReference
Is the reference solved?
isSortImportsAlphabetically() - Method in interface com.github.javaparser.printer.configuration.ImportOrderingStrategy
 
isSortImportsAlphabetically() - Method in class com.github.javaparser.printer.configuration.imports.DefaultImportOrderingStrategy
 
isSortImportsAlphabetically() - Method in class com.github.javaparser.printer.configuration.imports.EclipseImportOrderingStrategy
 
isSortImportsAlphabetically() - Method in class com.github.javaparser.printer.configuration.imports.IntelliJImportOrderingStrategy
 
isSpaceAroundOperators() - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
 
isSpaceOrTab() - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
 
isSpaceOrTab() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
 
isSpaceOrTab() - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
 
isSpaceOrTab(int) - Static method in class com.github.javaparser.TokenTypes
Deprecated.
Use TokenTypes.isWhitespaceButNotEndOfLine(int) which more explicitly reflects that this also includes other whitespace e.g. EOF and CTRL_Z and a large number of other characters. See the grammar for details of exactly which characters are included as a "space" (.

   <SPACE: [" ", "\t", "\f", "…", " ", " ", "᠎", " ", " ", " ", " ", " ", " ",
       " ", " ", " ", " ", " ", "​", "‌", "‍", "
", "
", " ", " ", "⁠", " ", ""]>
  
isSpaceOrTabElement(NodeText, int) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
isStandaloneExpression() - Method in class com.github.javaparser.ast.expr.Expression
See https://docs.oracle.com/javase/specs/jls/se8/html/jls-15.html#jls-15.2
isStandardEol() - Method in enum com.github.javaparser.utils.LineSeparator
 
isStatic - Variable in class com.github.javaparser.ast.body.InitializerDeclaration
 
isStatic - Variable in class com.github.javaparser.ast.ImportDeclaration
 
isStatic() - Method in class com.github.javaparser.ast.body.FieldDeclaration
 
isStatic() - Method in class com.github.javaparser.ast.body.InitializerDeclaration
 
isStatic() - Method in class com.github.javaparser.ast.body.RecordDeclaration
Record components are implicitly static when nested (i.e.
isStatic() - Method in class com.github.javaparser.ast.ImportDeclaration
 
isStatic() - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
 
isStatic() - Method in interface com.github.javaparser.ast.nodeTypes.modifiers.NodeWithStaticModifier
 
isStatic() - Method in interface com.github.javaparser.resolution.declarations.ResolvedFieldDeclaration
Is the field static?
isStatic() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodDeclaration
 
isStatic() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValueOfMethod
 
isStatic() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValuesMethod
 
isStatic() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserFieldDeclaration
 
isStatic() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserMethodDeclaration
 
isStatic() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration.ImplicitGetterMethod
 
isStatic() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistFieldDeclaration
 
isStatic() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
 
isStatic() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionFieldDeclaration
 
isStatic() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodDeclaration
 
isStaticPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ImportDeclarationMetaModel
 
isStaticPropertyMetaModel - Variable in class com.github.javaparser.metamodel.InitializerDeclarationMetaModel
 
isStoreTokens() - Method in class com.github.javaparser.ParserConfiguration
 
isStrictfp() - Method in interface com.github.javaparser.ast.nodeTypes.modifiers.NodeWithStrictfpModifier
 
isStringLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isStringLiteralExpr() - Method in class com.github.javaparser.ast.expr.StringLiteralExpr
 
isSubSignature(MethodUsage) - Method in class com.github.javaparser.resolution.MethodUsage
 
isSubstituable(ResolvedTypeParameterDeclaration, ResolvedType) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic
 
isSuccessful() - Method in class com.github.javaparser.ParseResult
 
isSuper() - Method in class com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration.Bound
Is this a super bound?
isSuper() - Method in class com.github.javaparser.resolution.types.ResolvedWildcard
 
isSuperExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isSuperExpr() - Method in class com.github.javaparser.ast.expr.SuperExpr
 
isSwitchExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isSwitchExpr() - Method in class com.github.javaparser.ast.expr.SwitchExpr
 
isSwitchStatementEntry() - Method in class com.github.javaparser.ast.stmt.SwitchEntry
This is required for the ConcreteSyntaxModel, specifically to determine whether this entry uses the classic switch statement syntax (e.g.
isSwitchStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
isSwitchStmt() - Method in class com.github.javaparser.ast.stmt.SwitchStmt
 
isSynchronized() - Method in class com.github.javaparser.ast.body.MethodDeclaration
 
isSynchronizedStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
isSynchronizedStmt() - Method in class com.github.javaparser.ast.stmt.SynchronizedStmt
 
isSyntacticallyAAmbiguousName(Node) - Static method in class com.github.javaparser.symbolsolver.resolution.naming.NameLogic
 
isSyntacticallyAMethodName(Node) - Static method in class com.github.javaparser.symbolsolver.resolution.naming.NameLogic
 
isSyntacticallyAModuleName(Node) - Static method in class com.github.javaparser.symbolsolver.resolution.naming.NameLogic
 
isSyntacticallyAnExpressionName(Node) - Static method in class com.github.javaparser.symbolsolver.resolution.naming.NameLogic
 
isSyntacticallyAPackageName(Node) - Static method in class com.github.javaparser.symbolsolver.resolution.naming.NameLogic
 
isSyntacticallyAPackageOrTypeName(Node) - Static method in class com.github.javaparser.symbolsolver.resolution.naming.NameLogic
 
isSyntacticallyATypeName(Node) - Static method in class com.github.javaparser.symbolsolver.resolution.naming.NameLogic
 
isTextBlockLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isTextBlockLiteralExpr() - Method in class com.github.javaparser.ast.expr.TextBlockLiteralExpr
 
isTheFirstAProperSubsetOfTheSecond(Set<InferenceVariable>, Set<InferenceVariable>) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
 
isThis - Variable in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
 
isThis() - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
 
isThisExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isThisExpr() - Method in class com.github.javaparser.ast.expr.ThisExpr
 
isThisPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ExplicitConstructorInvocationStmtMetaModel
 
isThrown(Class<? extends Throwable>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithThrownExceptions
Check whether this elements throws this exception class.
isThrown(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithThrownExceptions
Check whether this elements throws this exception class Note that this is simply a text compare, no actual type resolution takes place.
isThrowsBoundOn(InferenceVariable) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.Bound
 
isThrowsBoundOn(InferenceVariable) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.ThrowsBound
 
isThrowStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
isThrowStmt() - Method in class com.github.javaparser.ast.stmt.ThrowStmt
 
isToken() - Method in class com.github.javaparser.printer.lexicalpreservation.Added
 
isToken() - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
 
isToken() - Method in class com.github.javaparser.printer.lexicalpreservation.Removed
 
isToken(int) - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
 
isToken(int) - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
 
isToken(int) - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
 
isToken(CsmElement) - Method in class com.github.javaparser.printer.lexicalpreservation.Reshuffled
 
isTopLevel() - Method in class com.github.javaparser.ast.expr.FieldAccessExpr
Indicate if this FieldAccessExpr is top level, i.e., it is not directly contained in a larger FieldAccessExpr.
isTopLevel() - Method in class com.github.javaparser.ast.expr.Name
A top level name is a name that is not contained in a larger Name instance.
isTopLevelType() - Method in class com.github.javaparser.ast.body.TypeDeclaration
 
isTransient() - Method in class com.github.javaparser.ast.body.FieldDeclaration
 
isTransitive() - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
 
isTrue() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
It is sometimes convenient to refer to an empty bound set with the symbol true; this is merely out of convenience, and the two are interchangeable.
isTryStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
isTryStmt() - Method in class com.github.javaparser.ast.stmt.TryStmt
 
isType() - Method in interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
Does this declaration represents a type?
isType() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
 
isType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
isType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
 
isType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
isType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistConstructorDeclaration
 
isType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistFieldDeclaration
 
isType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
 
isType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistParameterDeclaration
 
isType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
isType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
isType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionFieldDeclaration
 
isType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodDeclaration
 
isType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionParameterDeclaration
 
isType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionPatternDeclaration
 
isType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
isTypeDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
isTypeDeclaration() - Method in class com.github.javaparser.ast.body.TypeDeclaration
 
isTypeExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isTypeExpr() - Method in class com.github.javaparser.ast.expr.TypeExpr
 
isTypeParameter() - Method in class com.github.javaparser.ast.type.Type
 
isTypeParameter() - Method in class com.github.javaparser.ast.type.TypeParameter
 
isTypeParameter() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
Is this the declaration of a type parameter?
isTypeParameter() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
 
isTypeParameter() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
isTypeParameter() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
isTypeParameter() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
 
isTypeParameter() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
 
isTypeParameter() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
 
isTypeParameter() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
isTypeParameter() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
isTypeParameter() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
isTypeParameter() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
 
isTypeParameter() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
isTypePattern() - Method in interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
Does this declaration represents a pattern declaration?
isTypePattern() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypePatternDeclaration
 
isTypePattern() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionPatternDeclaration
 
isTypePatternExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isTypePatternExpr() - Method in class com.github.javaparser.ast.expr.TypePatternExpr
 
isTypeVariable() - Method in class com.github.javaparser.resolution.model.LambdaArgumentTypePlaceholder
 
isTypeVariable() - Method in class com.github.javaparser.resolution.model.typesystem.LazyType
 
isTypeVariable() - Method in class com.github.javaparser.resolution.model.typesystem.NullType
 
isTypeVariable() - Method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
 
isTypeVariable() - Method in interface com.github.javaparser.resolution.types.ResolvedType
 
isTypeVariable() - Method in class com.github.javaparser.resolution.types.ResolvedTypeVariable
 
isTypeWithFullyQualifiedName(DifferenceElement) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
isUnaryExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isUnaryExpr() - Method in class com.github.javaparser.ast.expr.UnaryExpr
 
isUnbounded() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
Return true if the Type variable is unbounded
isUnboxable() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
isUnboxableTo(ResolvedPrimitiveType) - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
isUnindent() - Method in class com.github.javaparser.printer.lexicalpreservation.Added
 
isUnindent() - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
 
isUnionType() - Method in class com.github.javaparser.ast.type.Type
 
isUnionType() - Method in class com.github.javaparser.ast.type.UnionType
 
isUnionType() - Method in interface com.github.javaparser.resolution.types.ResolvedType
Is this a union type (as the ones used in multi catch clauses)?
isUnionType() - Method in class com.github.javaparser.resolution.types.ResolvedUnionType
 
isUnknownType() - Method in class com.github.javaparser.ast.type.Type
 
isUnknownType() - Method in class com.github.javaparser.ast.type.UnknownType
 
isUnparsableStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
isUnparsableStmt() - Method in class com.github.javaparser.ast.stmt.UnparsableStmt
 
isUpperBounded() - Method in class com.github.javaparser.resolution.types.ResolvedWildcard
 
isUsingDiamondOperator() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithTypeArguments
 
isValid() - Method in enum com.github.javaparser.symbolsolver.resolution.naming.NameCategory
 
isValidIndex(int, List<?>) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
isValidPath(String) - Static method in class com.github.javaparser.symbolsolver.utils.FileUtils
 
isValue() - Method in class com.github.javaparser.ast.expr.BooleanLiteralExpr
The code generator likes to generate an "is" getter for boolean, so this here is the generated version, but "getValue" does the same and makes more sense.
isValueCompatibleBlock(Statement) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.ExpressionCompatibleWithType
 
isVarArgs - Variable in class com.github.javaparser.ast.body.Parameter
 
isVarArgs() - Method in class com.github.javaparser.ast.body.Parameter
 
isVarArgsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ParameterMetaModel
 
isVariable() - Method in interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
Does this declaration represents a variable?
isVariable() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserVariableDeclaration
 
isVariableArityMethod() - Method in class com.github.javaparser.ast.body.CallableDeclaration
 
isVariableDeclarationExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isVariableDeclarationExpr() - Method in class com.github.javaparser.ast.expr.VariableDeclarationExpr
 
isVariadic() - Method in interface com.github.javaparser.resolution.declarations.ResolvedParameterDeclaration
Is this parameter declared as variadic?
isVariadic() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserParameterDeclaration
 
isVariadic() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistParameterDeclaration
 
isVariadic() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionParameterDeclaration
 
isVarType() - Method in class com.github.javaparser.ast.type.Type
 
isVarType() - Method in class com.github.javaparser.ast.type.VarType
 
isVoid() - Method in class com.github.javaparser.resolution.model.typesystem.LazyType
 
isVoid() - Method in interface com.github.javaparser.resolution.types.ResolvedType
 
isVoid() - Method in class com.github.javaparser.resolution.types.ResolvedVoidType
 
isVoidType() - Method in class com.github.javaparser.ast.type.Type
 
isVoidType() - Method in class com.github.javaparser.ast.type.VoidType
 
isVolatile() - Method in class com.github.javaparser.ast.body.FieldDeclaration
 
isVolatile() - Method in interface com.github.javaparser.resolution.declarations.ResolvedFieldDeclaration
Is the field volatile?
isVolatile() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserFieldDeclaration
 
isVolatile() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistFieldDeclaration
 
isVolatile() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionFieldDeclaration
 
isWhileStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
isWhileStmt() - Method in class com.github.javaparser.ast.stmt.WhileStmt
 
isWhitespace() - Method in enum com.github.javaparser.JavaToken.Category
 
isWhitespace(int) - Static method in class com.github.javaparser.TokenTypes
 
isWhiteSpace() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmToken
 
isWhiteSpace() - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
 
isWhiteSpace() - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
 
isWhiteSpace() - Method in class com.github.javaparser.printer.lexicalpreservation.Removed
 
isWhiteSpace() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
 
isWhiteSpace() - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
 
isWhitespaceButNotEndOfLine() - Method in enum com.github.javaparser.JavaToken.Category
 
isWhitespaceButNotEndOfLine(int) - Static method in class com.github.javaparser.TokenTypes
 
isWhiteSpaceNotEol() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmToken
 
isWhiteSpaceNotEol() - Method in class com.github.javaparser.printer.lexicalpreservation.Removed
 
isWhitespaceOrComment() - Method in enum com.github.javaparser.JavaToken.Category
 
isWhitespaceOrComment(int) - Static method in class com.github.javaparser.TokenTypes
 
isWhiteSpaceOrComment() - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
 
isWhiteSpaceOrComment() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
 
isWildcard() - Method in class com.github.javaparser.resolution.model.typesystem.LazyType
 
isWildcard() - Method in interface com.github.javaparser.resolution.types.ResolvedType
 
isWildcard() - Method in class com.github.javaparser.resolution.types.ResolvedWildcard
 
isWildcardType() - Method in class com.github.javaparser.ast.type.Type
 
isWildcardType() - Method in class com.github.javaparser.ast.type.WildcardType
 
isYieldStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
isYieldStmt() - Method in class com.github.javaparser.ast.stmt.YieldStmt
 
isYieldSupported() - Method in enum com.github.javaparser.ParserConfiguration.LanguageLevel
 
isZeroToThree(char) - Method in class com.github.javaparser.utils.StringEscapeUtils.OctalUnescaper
Checks if the given char is the character representation of one of the digit from 0 to 3.
iterable - Variable in class com.github.javaparser.ast.stmt.ForEachStmt
 
ITERABLE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
iterablePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ForEachStmtMetaModel
 
iterator - Variable in class com.github.javaparser.ast.NodeList.NodeListIterator
 
iterator - Variable in class com.github.javaparser.printer.lexicalpreservation.Difference.ArrayIterator
 
iterator - Variable in class com.github.javaparser.printer.lexicalpreservation.PeekingIterator
The iterator being decorated.
iterator() - Method in class com.github.javaparser.ast.NodeList
 
iterator() - Method in class com.github.javaparser.printer.lexicalpreservation.RemovedGroup
 
iterator() - Method in class com.github.javaparser.TokenRange
 
iterator() - Method in class com.github.javaparser.utils.VisitorList
 
iterator() - Method in class com.github.javaparser.utils.VisitorSet
 

J

JarTypeSolver - Class in com.github.javaparser.symbolsolver.resolution.typesolvers
Will let the symbol solver look inside a jar file while solving types.
JarTypeSolver(File) - Constructor for class com.github.javaparser.symbolsolver.resolution.typesolvers.JarTypeSolver
Create a JarTypeSolver from a File.
JarTypeSolver(InputStream) - Constructor for class com.github.javaparser.symbolsolver.resolution.typesolvers.JarTypeSolver
Create a JarTypeSolver from a InputStream.
JarTypeSolver(String) - Constructor for class com.github.javaparser.symbolsolver.resolution.typesolvers.JarTypeSolver
Create a JarTypeSolver from a path in a String format.
JarTypeSolver(Path) - Constructor for class com.github.javaparser.symbolsolver.resolution.typesolvers.JarTypeSolver
Create a JarTypeSolver from a Path.
JAVA_1_0 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
Java 1.0
JAVA_1_1 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
Java 1.1
JAVA_1_2 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
Java 1.2
JAVA_1_3 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
Java 1.3
JAVA_1_4 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
Java 1.4
JAVA_10 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
Java 10
JAVA_10_PREVIEW - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
Java 10 -- including incubator/preview/second preview features.
JAVA_11 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
Java 11
JAVA_11_PREVIEW - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
Java 11 -- including incubator/preview/second preview features.
JAVA_12 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
Java 12
JAVA_12_PREVIEW - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
Java 12 -- including incubator/preview/second preview features.
JAVA_13 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
Java 13
JAVA_13_PREVIEW - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
Java 13 -- including incubator/preview/second preview features.
JAVA_14 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
Java 14
JAVA_14_PREVIEW - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
Java 14 -- including incubator/preview/second preview features.
JAVA_15 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
Java 15
JAVA_15_PREVIEW - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
Java 15 -- including incubator/preview/second preview features.
JAVA_16 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
Java 16
JAVA_16_PREVIEW - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
Java 16 -- including incubator/preview/second preview features.
JAVA_17 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
Java 17
JAVA_17_PREVIEW - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
Java 17 -- including incubator/preview/second preview features.
JAVA_18 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
Java 18
JAVA_19 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
Java 19
JAVA_20 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
Java 20
JAVA_21 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
Java 21
JAVA_5 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
Java 5
JAVA_6 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
Java 6
JAVA_7 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
Java 7
JAVA_8 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
Java 8
JAVA_9 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
Java 9
JAVA_CTRL_CHARS_ESCAPE - Static variable in class com.github.javaparser.utils.StringEscapeUtils
 
JAVA_CTRL_CHARS_UNESCAPE - Static variable in class com.github.javaparser.utils.StringEscapeUtils
 
JAVA_IDENTIFIER - Static variable in class com.github.javaparser.utils.SourceRoot
 
JAVA_IO_SERIALIZABLE - Static variable in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
 
JAVA_LANG - Static variable in class com.github.javaparser.ast.CompilationUnit
 
JAVA_LANG_COMPARABLE - Static variable in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
 
JAVA_LANG_ENUM - Static variable in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
 
JAVA_LANG_ENUM - Static variable in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
JAVA_LANG_FUNCTIONAL_INTERFACE - Static variable in class com.github.javaparser.resolution.logic.FunctionalInterfaceLogic
 
JAVA_LANG_OBJECT - Static variable in class com.github.javaparser.ast.type.VarType
 
JAVA_LANG_OBJECT - Static variable in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
 
JAVA_LANG_OBJECT - Static variable in class com.github.javaparser.resolution.logic.MethodResolutionLogic
 
JAVA_LANG_OBJECT - Static variable in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
JAVA_LANG_OBJECT - Static variable in interface com.github.javaparser.resolution.TypeSolver
 
JAVA_LANG_OBJECT - Static variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionFactory
 
JAVA_LANG_RECORD - Static variable in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
 
JAVA_LANG_RECORD - Static variable in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
JAVA_LANG_RECORD - Static variable in interface com.github.javaparser.resolution.TypeSolver
 
JAVA_LANG_RUNTIME_EXCEPTION - Static variable in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
 
JAVA_LANG_STRING - Static variable in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
 
JAVA_LANG_STRING - Static variable in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
JAVA_UTIL_OPTIONAL - Static variable in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter
 
JAVA_VENDOR - Static variable in class com.github.javaparser.JavaParserBuild
 
JAVA_VENDOR_URL - Static variable in class com.github.javaparser.JavaParserBuild
 
JAVA_VERSION - Static variable in class com.github.javaparser.JavaParserBuild
 
Java ?? to 13 - Search tag in class com.github.javaparser.ast.expr.InstanceOfExpr
Section
Java1_0Validator - Class in com.github.javaparser.ast.validator.language_level_validations
This validator validates according to Java 1.0 syntax rules.
Java1_0Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java1_0Validator
 
Java1_1Validator - Class in com.github.javaparser.ast.validator.language_level_validations
This validator validates according to Java 1.1 syntax rules.
Java1_1Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java1_1Validator
 
Java1_2Validator - Class in com.github.javaparser.ast.validator.language_level_validations
This validator validates according to Java 1.2 syntax rules.
Java1_2Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java1_2Validator
 
Java1_3Validator - Class in com.github.javaparser.ast.validator.language_level_validations
This validator validates according to Java 1.3 syntax rules.
Java1_3Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java1_3Validator
 
Java1_4Validator - Class in com.github.javaparser.ast.validator.language_level_validations
This validator validates according to Java 1.4 syntax rules.
Java1_4Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java1_4Validator
 
Java 1.0 - Search tag in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt
Section
Java 1.0-1.4 - Search tag in class com.github.javaparser.ast.stmt.SwitchStmt
Section
Java 1.0-11 - Search tag in class com.github.javaparser.ast.expr.SwitchExpr
Section
Java 1.0-11 - Search tag in class com.github.javaparser.ast.stmt.BreakStmt
Section
Java 1.0-11 - Search tag in class com.github.javaparser.ast.stmt.SwitchEntry
Section
Java 1.0-11 - Search tag in class com.github.javaparser.ast.stmt.YieldStmt
Section
Java 1.0-6 - Search tag in class com.github.javaparser.ast.stmt.TryStmt
Section
Java 1.0 to 13 - Search tag in class com.github.javaparser.ast.body.CompactConstructorDeclaration
Section
Java 1.0 to 13 - Search tag in class com.github.javaparser.ast.body.RecordDeclaration
Section
Java 1.0 to 13 - Search tag in class com.github.javaparser.ast.expr.PatternExpr
Section
Java 1.0 to 13 - Search tag in class com.github.javaparser.ast.expr.TypePatternExpr
Section
Java 1.1+ - Search tag in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt
Section
Java10PostProcessor - Class in com.github.javaparser.ast.validator.postprocessors
Processes the generic AST into a Java 10 AST and validates it.
Java10PostProcessor() - Constructor for class com.github.javaparser.ast.validator.postprocessors.Java10PostProcessor
 
Java10PreviewValidator - Class in com.github.javaparser.ast.validator.language_level_validations
This validator validates according to Java 10 syntax rules -- including incubator/preview/second preview features.
Java10PreviewValidator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java10PreviewValidator
 
Java10Validator - Class in com.github.javaparser.ast.validator.language_level_validations
This validator validates according to Java 10 syntax rules.
Java10Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java10Validator
 
Java11PostProcessor - Class in com.github.javaparser.ast.validator.postprocessors
Processes the generic AST into a Java 11 AST and validates it.
Java11PostProcessor() - Constructor for class com.github.javaparser.ast.validator.postprocessors.Java11PostProcessor
 
Java11PreviewValidator - Class in com.github.javaparser.ast.validator.language_level_validations
This validator validates according to Java 11 syntax rules -- including incubator/preview/second preview features.
Java11PreviewValidator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java11PreviewValidator
 
Java11Validator - Class in com.github.javaparser.ast.validator.language_level_validations
This validator validates according to Java 11 syntax rules.
Java11Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java11Validator
 
Java 12 - Search tag in class com.github.javaparser.ast.expr.SwitchExpr
Section
Java 12 - Search tag in class com.github.javaparser.ast.stmt.BreakStmt
Section
Java 12 - Search tag in class com.github.javaparser.ast.stmt.SwitchStmt
Section
Java 12 - Search tag in class com.github.javaparser.ast.stmt.YieldStmt
Section
Java 12- - Search tag in class com.github.javaparser.ast.stmt.SwitchEntry
Section
Java12PostProcessor - Class in com.github.javaparser.ast.validator.postprocessors
Processes the generic AST into a Java 12 AST and validates it.
Java12PostProcessor() - Constructor for class com.github.javaparser.ast.validator.postprocessors.Java12PostProcessor
 
Java12PreviewValidator - Class in com.github.javaparser.ast.validator.language_level_validations
This validator validates according to Java 12 syntax rules -- including incubator/preview/second preview features.
Java12PreviewValidator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java12PreviewValidator
 
Java12Validator - Class in com.github.javaparser.ast.validator.language_level_validations
This validator validates according to Java 12 syntax rules.
Java12Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java12Validator
 
Java 13 - Search tag in class com.github.javaparser.ast.expr.SwitchExpr
Section
Java 13 - Search tag in class com.github.javaparser.ast.stmt.BreakStmt
Section
Java 13 - Search tag in class com.github.javaparser.ast.stmt.SwitchStmt
Section
Java 13- - Search tag in class com.github.javaparser.ast.expr.TextBlockLiteralExpr
Section
Java13PostProcessor - Class in com.github.javaparser.ast.validator.postprocessors
Processes the generic AST into a Java 13 AST and validates it.
Java13PostProcessor() - Constructor for class com.github.javaparser.ast.validator.postprocessors.Java13PostProcessor
 
Java13PreviewValidator - Class in com.github.javaparser.ast.validator.language_level_validations
This validator validates according to Java 13 syntax rules -- including incubator/preview/second preview features.
Java13PreviewValidator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java13PreviewValidator
 
Java13Validator - Class in com.github.javaparser.ast.validator.language_level_validations
This validator validates according to Java 13 syntax rules.
Java13Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java13Validator
 
Java 14 - Search tag in class com.github.javaparser.ast.expr.InstanceOfExpr
Section
Java 14 - Search tag in class com.github.javaparser.ast.expr.PatternExpr
Section
Java 14 - Search tag in class com.github.javaparser.ast.expr.TypePatternExpr
Section
Java 14 (preview), Java 15 (2nd preview), Java 16 - Search tag in class com.github.javaparser.ast.body.CompactConstructorDeclaration
Section
Java 14 (preview), Java 15 (2nd preview), Java 16 - Search tag in class com.github.javaparser.ast.body.RecordDeclaration
Section
Java14PostProcessor - Class in com.github.javaparser.ast.validator.postprocessors
Processes the generic AST into a Java 14 AST and validates it.
Java14PostProcessor() - Constructor for class com.github.javaparser.ast.validator.postprocessors.Java14PostProcessor
 
Java14PreviewValidator - Class in com.github.javaparser.ast.validator.language_level_validations
This validator validates according to Java 14 syntax rules -- including incubator/preview/second preview features.
Java14PreviewValidator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java14PreviewValidator
 
Java14Validator - Class in com.github.javaparser.ast.validator.language_level_validations
This validator validates according to Java 14 syntax rules.
Java14Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java14Validator
 
Java15PostProcessor - Class in com.github.javaparser.ast.validator.postprocessors
Processes the generic AST into a Java 15 AST and validates it.
Java15PostProcessor() - Constructor for class com.github.javaparser.ast.validator.postprocessors.Java15PostProcessor
 
Java15PreviewValidator - Class in com.github.javaparser.ast.validator.language_level_validations
This validator validates according to Java 15 syntax rules -- including incubator/preview/second preview features.
Java15PreviewValidator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java15PreviewValidator
 
Java15Validator - Class in com.github.javaparser.ast.validator.language_level_validations
This validator validates according to Java 15 syntax rules.
Java15Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java15Validator
 
Java 1-6 - Search tag in class com.github.javaparser.ast.type.UnionType
Section
Java16PostProcessor - Class in com.github.javaparser.ast.validator.postprocessors
Processes the generic AST into a Java 16 AST and validates it.
Java16PostProcessor() - Constructor for class com.github.javaparser.ast.validator.postprocessors.Java16PostProcessor
 
Java16PreviewValidator - Class in com.github.javaparser.ast.validator.language_level_validations
This validator validates according to Java 16 syntax rules -- including incubator/preview/second preview features.
Java16PreviewValidator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java16PreviewValidator
 
Java16Validator - Class in com.github.javaparser.ast.validator.language_level_validations
This validator validates according to Java 16 syntax rules.
Java16Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java16Validator
 
Java 1-7 - Search tag in class com.github.javaparser.ast.expr.LambdaExpr
Section
Java17PostProcessor - Class in com.github.javaparser.ast.validator.postprocessors
Processes the generic AST into a Java 17 AST and validates it.
Java17PostProcessor() - Constructor for class com.github.javaparser.ast.validator.postprocessors.Java17PostProcessor
 
Java17PreviewValidator - Class in com.github.javaparser.ast.validator.language_level_validations
This validator validates according to Java 17 syntax rules -- including incubator/preview/second preview features.
Java17PreviewValidator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java17PreviewValidator
 
Java17Validator - Class in com.github.javaparser.ast.validator.language_level_validations
This validator validates according to Java 17 syntax rules.
Java17Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java17Validator
 
Java18PostProcessor - Class in com.github.javaparser.ast.validator.postprocessors
Processes the generic AST into a Java 18 AST and validates it.
Java18PostProcessor() - Constructor for class com.github.javaparser.ast.validator.postprocessors.Java18PostProcessor
 
Java18Validator - Class in com.github.javaparser.ast.validator.language_level_validations
This validator validates according to Java 18 syntax rules.
Java18Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java18Validator
 
Java19PostProcessor - Class in com.github.javaparser.ast.validator.postprocessors
Processes the generic AST into a Java 19 AST and validates it.
Java19PostProcessor() - Constructor for class com.github.javaparser.ast.validator.postprocessors.Java19PostProcessor
 
Java19Validator - Class in com.github.javaparser.ast.validator.language_level_validations
This validator validates according to Java 19 syntax rules.
Java19Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java19Validator
 
Java20PostProcessor - Class in com.github.javaparser.ast.validator.postprocessors
Processes the generic AST into a Java 20 AST and validates it.
Java20PostProcessor() - Constructor for class com.github.javaparser.ast.validator.postprocessors.Java20PostProcessor
 
Java20Validator - Class in com.github.javaparser.ast.validator.language_level_validations
This validator validates according to Java 20 syntax rules.
Java20Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java20Validator
 
Java 21 - Search tag in class com.github.javaparser.ast.expr.PatternExpr
Section
Java21PostProcessor - Class in com.github.javaparser.ast.validator.postprocessors
Processes the generic AST into a Java 21 AST and validates it.
Java21PostProcessor() - Constructor for class com.github.javaparser.ast.validator.postprocessors.Java21PostProcessor
 
Java21Validator - Class in com.github.javaparser.ast.validator.language_level_validations
This validator validates according to Java 21 syntax rules.
Java21Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java21Validator
 
Java 5-6 - Search tag in class com.github.javaparser.ast.stmt.SwitchStmt
Section
Java5Validator - Class in com.github.javaparser.ast.validator.language_level_validations
This validator validates according to Java 5 syntax rules.
Java5Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java5Validator
 
Java6Validator - Class in com.github.javaparser.ast.validator.language_level_validations
This validator validates according to Java 6 syntax rules.
Java6Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java6Validator
 
Java 7+ - Search tag in class com.github.javaparser.ast.type.UnionType
Section
Java 7-11 - Search tag in class com.github.javaparser.ast.stmt.SwitchStmt
Section
Java 7-8 - Search tag in class com.github.javaparser.ast.stmt.TryStmt
Section
Java7Validator - Class in com.github.javaparser.ast.validator.language_level_validations
This validator validates according to Java 7 syntax rules.
Java7Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java7Validator
 
Java 8+ - Search tag in class com.github.javaparser.ast.expr.LambdaExpr
Section
Java8Validator - Class in com.github.javaparser.ast.validator.language_level_validations
This validator validates according to Java 8 syntax rules.
Java8Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java8Validator
 
Java 9+ - Search tag in class com.github.javaparser.ast.stmt.TryStmt
Section
Java9Validator - Class in com.github.javaparser.ast.validator.language_level_validations
This validator validates according to Java 9 syntax rules.
Java9Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java9Validator
 
Javadoc - Class in com.github.javaparser.javadoc
The structured content of a single Javadoc comment.
Javadoc(JavadocDescription) - Constructor for class com.github.javaparser.javadoc.Javadoc
 
JAVADOC_COMMENT - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
JAVADOC_COMMENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
JavadocBlockTag - Class in com.github.javaparser.javadoc
A block tag.
JavadocBlockTag(JavadocBlockTag.Type, String) - Constructor for class com.github.javaparser.javadoc.JavadocBlockTag
 
JavadocBlockTag(String, String) - Constructor for class com.github.javaparser.javadoc.JavadocBlockTag
 
JavadocBlockTag.Type - Enum in com.github.javaparser.javadoc
The type of tag: it could either correspond to a known tag (param, return, etc.) or represent an unknown tag.
JavadocComment - Class in com.github.javaparser.ast.comments
A Javadoc comment.
JavadocComment() - Constructor for class com.github.javaparser.ast.comments.JavadocComment
 
JavadocComment(TokenRange, String) - Constructor for class com.github.javaparser.ast.comments.JavadocComment
This constructor is used by the parser and is considered private.
JavadocComment(String) - Constructor for class com.github.javaparser.ast.comments.JavadocComment
 
javadocCommentMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
JavadocCommentMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
JavadocCommentMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.JavadocCommentMetaModel
 
JavadocDescription - Class in com.github.javaparser.javadoc.description
A javadoc text, potentially containing inline tags.
JavadocDescription() - Constructor for class com.github.javaparser.javadoc.description.JavadocDescription
 
JavadocDescription(List<JavadocDescriptionElement>) - Constructor for class com.github.javaparser.javadoc.description.JavadocDescription
 
JavadocDescriptionElement - Interface in com.github.javaparser.javadoc.description
An element of a description: either an inline tag or a piece of text.
JavadocInlineTag - Class in com.github.javaparser.javadoc.description
An inline tag contained in a Javadoc description.
JavadocInlineTag(String, JavadocInlineTag.Type, String) - Constructor for class com.github.javaparser.javadoc.description.JavadocInlineTag
 
JavadocInlineTag.Type - Enum in com.github.javaparser.javadoc.description
The type of tag: it could either correspond to a known tag (code, docRoot, etc.) or represent an unknown tag.
JavadocParser - Class in com.github.javaparser
The class responsible for parsing the content of JavadocComments and producing JavadocDocuments.
JavadocParser() - Constructor for class com.github.javaparser.JavadocParser
 
JavadocSnippet - Class in com.github.javaparser.javadoc.description
A piece of text inside a Javadoc description.
JavadocSnippet(String) - Constructor for class com.github.javaparser.javadoc.description.JavadocSnippet
 
javaParser - Variable in class com.github.javaparser.symbolsolver.resolution.typesolvers.JavaParserTypeSolver
 
JavaParser - Class in com.github.javaparser
Parse Java source code and creates Abstract Syntax Trees.
JavaParser() - Constructor for class com.github.javaparser.JavaParser
Instantiate the parser with default configuration.
JavaParser(ParserConfiguration) - Constructor for class com.github.javaparser.JavaParser
Instantiate the parser.
JAVAPARSER_AST_NODELIST - Static variable in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter
 
JavaParserAdapter - Class in com.github.javaparser
 
JavaParserAdapter(JavaParser) - Constructor for class com.github.javaparser.JavaParserAdapter
 
JavaParserAnnotationDeclaration - Class in com.github.javaparser.symbolsolver.javaparsermodel.declarations
 
JavaParserAnnotationDeclaration(AnnotationDeclaration, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
 
JavaParserAnnotationMemberDeclaration - Class in com.github.javaparser.symbolsolver.javaparsermodel.declarations
 
JavaParserAnnotationMemberDeclaration(AnnotationMemberDeclaration, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationMemberDeclaration
 
JavaParserAnonymousClassDeclaration - Class in com.github.javaparser.symbolsolver.javaparsermodel.declarations
An anonymous class declaration representation.
JavaParserAnonymousClassDeclaration(ObjectCreationExpr, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
 
JavaParserBuild - Class in com.github.javaparser
Some information that was available when this library was built by Maven.
JavaParserBuild() - Constructor for class com.github.javaparser.JavaParserBuild
 
JavaParserClassDeclaration - Class in com.github.javaparser.symbolsolver.javaparsermodel.declarations
 
JavaParserClassDeclaration(ClassOrInterfaceDeclaration, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
JavaParserConstructorDeclaration<N> - Class in com.github.javaparser.symbolsolver.javaparsermodel.declarations
 
JavaParserConstructorDeclaration(N, ConstructorDeclaration, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserConstructorDeclaration
 
JavaParserEnumConstantDeclaration - Class in com.github.javaparser.symbolsolver.javaparsermodel.declarations
 
JavaParserEnumConstantDeclaration(EnumConstantDeclaration, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumConstantDeclaration
 
JavaParserEnumDeclaration - Class in com.github.javaparser.symbolsolver.javaparsermodel.declarations
 
JavaParserEnumDeclaration(EnumDeclaration, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
JavaParserEnumDeclaration.ValueOfMethod - Class in com.github.javaparser.symbolsolver.javaparsermodel.declarations
Needed by ContextHelper An implicitly declared method public static E valueOf(String name), which returns the enum constant of E with the specified name.
JavaParserEnumDeclaration.ValuesMethod - Class in com.github.javaparser.symbolsolver.javaparsermodel.declarations
Needed by ContextHelper An implicitly declared method public static E[] values(), which returns an array containing the enum constants of E, in the same order as they appear in the body of the declaration of E.
JavaParserFacade - Class in com.github.javaparser.symbolsolver.javaparsermodel
Class to be used by final users to solve symbols for JavaParser ASTs.
JavaParserFacade(TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
 
JavaParserFactory - Class in com.github.javaparser.symbolsolver.javaparsermodel
 
JavaParserFactory() - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFactory
 
JavaParserFieldDeclaration - Class in com.github.javaparser.symbolsolver.javaparsermodel.declarations
 
JavaParserFieldDeclaration(VariableDeclarator, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserFieldDeclaration
 
JavaParserInterfaceDeclaration - Class in com.github.javaparser.symbolsolver.javaparsermodel.declarations
 
JavaParserInterfaceDeclaration(ClassOrInterfaceDeclaration, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
 
JavaParserMetaModel - Class in com.github.javaparser.metamodel
Warning: The content of this class is partially or completely generated - manual edits risk being overwritten.
JavaParserMetaModel() - Constructor for class com.github.javaparser.metamodel.JavaParserMetaModel
 
JavaParserMethodDeclaration - Class in com.github.javaparser.symbolsolver.javaparsermodel.declarations
 
JavaParserMethodDeclaration(MethodDeclaration, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserMethodDeclaration
 
JavaParserParameterDeclaration - Class in com.github.javaparser.symbolsolver.javaparsermodel.declarations
 
JavaParserParameterDeclaration(Parameter, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserParameterDeclaration
 
JavaParserRecordDeclaration - Class in com.github.javaparser.symbolsolver.javaparsermodel.declarations
Heavily based on JavaParserClassDeclaration
JavaParserRecordDeclaration(RecordDeclaration, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
 
JavaParserRecordDeclaration.CanonicalRecordConstructor - Class in com.github.javaparser.symbolsolver.javaparsermodel.declarations
 
JavaParserRecordDeclaration.ImplicitGetterMethod - Class in com.github.javaparser.symbolsolver.javaparsermodel.declarations
 
JavaParserSymbolDeclaration - Class in com.github.javaparser.symbolsolver.javaparsermodel.declarations
This should not be used to represent fields of parameters.
JavaParserSymbolDeclaration() - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserSymbolDeclaration
 
javaParserTypeAdapter - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
 
javaParserTypeAdapter - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
javaParserTypeAdapter - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
javaParserTypeAdapter - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
 
javaParserTypeAdapter - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
 
JavaParserTypeAdapter<T> - Class in com.github.javaparser.symbolsolver.javaparsermodel.declarations
 
JavaParserTypeAdapter(T, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeAdapter
 
javaParserTypeDeclarationAdapter - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AnnotationDeclarationContext
 
javaParserTypeDeclarationAdapter - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ClassOrInterfaceDeclarationContext
 
javaParserTypeDeclarationAdapter - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.EnumDeclarationContext
 
javaParserTypeDeclarationAdapter - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.RecordDeclarationContext
 
JavaParserTypeDeclarationAdapter - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
 
JavaParserTypeDeclarationAdapter(TypeDeclaration<?>, TypeSolver, ResolvedReferenceTypeDeclaration, Context) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.JavaParserTypeDeclarationAdapter
 
JavaParserTypeParameter - Class in com.github.javaparser.symbolsolver.javaparsermodel.declarations
 
JavaParserTypeParameter(TypeParameter, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
 
JavaParserTypePatternDeclaration - Class in com.github.javaparser.symbolsolver.javaparsermodel.declarations
WARNING: Implemented fairly blindly.
JavaParserTypePatternDeclaration(TypePatternExpr, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypePatternDeclaration
 
JavaParserTypeSolver - Class in com.github.javaparser.symbolsolver.resolution.typesolvers
Defines a directory containing source code that should be used for solving symbols.
JavaParserTypeSolver(File) - Constructor for class com.github.javaparser.symbolsolver.resolution.typesolvers.JavaParserTypeSolver
 
JavaParserTypeSolver(File, ParserConfiguration) - Constructor for class com.github.javaparser.symbolsolver.resolution.typesolvers.JavaParserTypeSolver
 
JavaParserTypeSolver(String) - Constructor for class com.github.javaparser.symbolsolver.resolution.typesolvers.JavaParserTypeSolver
 
JavaParserTypeSolver(String, ParserConfiguration) - Constructor for class com.github.javaparser.symbolsolver.resolution.typesolvers.JavaParserTypeSolver
 
JavaParserTypeSolver(Path) - Constructor for class com.github.javaparser.symbolsolver.resolution.typesolvers.JavaParserTypeSolver
 
JavaParserTypeSolver(Path, JavaParser, Cache<Path, Optional<CompilationUnit>>, Cache<Path, List<CompilationUnit>>, Cache<String, SymbolReference<ResolvedReferenceTypeDeclaration>>) - Constructor for class com.github.javaparser.symbolsolver.resolution.typesolvers.JavaParserTypeSolver
Create a JavaParserTypeSolver with a custom cache system.
JavaParserTypeSolver(Path, ParserConfiguration) - Constructor for class com.github.javaparser.symbolsolver.resolution.typesolvers.JavaParserTypeSolver
 
JavaParserTypeSolver(Path, ParserConfiguration, long) - Constructor for class com.github.javaparser.symbolsolver.resolution.typesolvers.JavaParserTypeSolver
 
JavaParserTypeVariableDeclaration - Class in com.github.javaparser.symbolsolver.javaparsermodel.declarations
 
JavaParserTypeVariableDeclaration(TypeParameter, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
 
JavaParserVariableDeclaration - Class in com.github.javaparser.symbolsolver.javaparsermodel.declarations
 
JavaParserVariableDeclaration(VariableDeclarator, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserVariableDeclaration
 
JavassistAnnotationDeclaration - Class in com.github.javaparser.symbolsolver.javassistmodel
 
JavassistAnnotationDeclaration(CtClass, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
 
JavassistAnnotationMemberDeclaration - Class in com.github.javaparser.symbolsolver.javassistmodel
 
JavassistAnnotationMemberDeclaration(CtMethod, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationMemberDeclaration
 
JavassistClassDeclaration - Class in com.github.javaparser.symbolsolver.javassistmodel
 
JavassistClassDeclaration(CtClass, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
JavassistConstructorDeclaration - Class in com.github.javaparser.symbolsolver.javassistmodel
 
JavassistConstructorDeclaration(CtConstructor, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javassistmodel.JavassistConstructorDeclaration
 
JavassistEnumConstantDeclaration - Class in com.github.javaparser.symbolsolver.javassistmodel
 
JavassistEnumConstantDeclaration(CtField, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumConstantDeclaration
 
JavassistEnumDeclaration - Class in com.github.javaparser.symbolsolver.javassistmodel
 
JavassistEnumDeclaration(CtClass, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
 
JavassistFactory - Class in com.github.javaparser.symbolsolver.javassistmodel
 
JavassistFactory() - Constructor for class com.github.javaparser.symbolsolver.javassistmodel.JavassistFactory
 
JavassistFieldDeclaration - Class in com.github.javaparser.symbolsolver.javassistmodel
 
JavassistFieldDeclaration(CtField, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javassistmodel.JavassistFieldDeclaration
 
JavassistInterfaceDeclaration - Class in com.github.javaparser.symbolsolver.javassistmodel
 
JavassistInterfaceDeclaration(CtClass, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
 
JavassistMethodDeclaration - Class in com.github.javaparser.symbolsolver.javassistmodel
 
JavassistMethodDeclaration(CtMethod, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
 
JavassistMethodLikeDeclarationAdapter - Class in com.github.javaparser.symbolsolver.javassistmodel
 
JavassistMethodLikeDeclarationAdapter(CtBehavior, TypeSolver, ResolvedMethodLikeDeclaration) - Constructor for class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodLikeDeclarationAdapter
 
JavassistParameterDeclaration - Class in com.github.javaparser.symbolsolver.javassistmodel
 
JavassistParameterDeclaration(ResolvedType, TypeSolver, boolean, String) - Constructor for class com.github.javaparser.symbolsolver.javassistmodel.JavassistParameterDeclaration
 
JavassistParameterDeclaration(CtClass, TypeSolver, boolean, String) - Constructor for class com.github.javaparser.symbolsolver.javassistmodel.JavassistParameterDeclaration
 
JavassistRecordDeclaration - Class in com.github.javaparser.symbolsolver.javassistmodel
 
JavassistRecordDeclaration(CtClass, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
javassistTypeDeclarationAdapter - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
 
javassistTypeDeclarationAdapter - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
javassistTypeDeclarationAdapter - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
 
javassistTypeDeclarationAdapter - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
 
javassistTypeDeclarationAdapter - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
JavassistTypeDeclarationAdapter - Class in com.github.javaparser.symbolsolver.javassistmodel
 
JavassistTypeDeclarationAdapter(CtClass, TypeSolver, ResolvedReferenceTypeDeclaration) - Constructor for class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeDeclarationAdapter
 
JavassistTypeParameter - Class in com.github.javaparser.symbolsolver.javassistmodel
 
JavassistTypeParameter(SignatureAttribute.TypeParameter, ResolvedTypeParametrizable, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeParameter
 
JavassistUtils - Class in com.github.javaparser.symbolsolver.javassistmodel
 
JavassistUtils() - Constructor for class com.github.javaparser.symbolsolver.javassistmodel.JavassistUtils
 
JavaSymbolSolver - Class in com.github.javaparser.symbolsolver
This implementation of the SymbolResolver wraps the functionality of the library to make them easily usable from JavaParser nodes.
JavaSymbolSolver(TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.JavaSymbolSolver
 
JavaSymbolSolver.ArrayLengthValueDeclaration - Class in com.github.javaparser.symbolsolver
 
javaToken - Variable in class com.github.javaparser.TokenBase
This is the link to the token that JavaParser presents to the user
JavaToken - Class in com.github.javaparser
A token from a parsed source file.
JavaToken() - Constructor for class com.github.javaparser.JavaToken
 
JavaToken(int) - Constructor for class com.github.javaparser.JavaToken
Create a token of a certain kind.
JavaToken(int, String) - Constructor for class com.github.javaparser.JavaToken
 
JavaToken(Range, int, String, JavaToken, JavaToken) - Constructor for class com.github.javaparser.JavaToken
 
JavaToken(Token, List<JavaToken>) - Constructor for class com.github.javaparser.JavaToken
 
JavaToken.Category - Enum in com.github.javaparser
 
JavaToken.Kind - Enum in com.github.javaparser
 
JDK_ANNOTATION_CLASS_NAME - Static variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeDeclarationAdapter
 
JDK_ANNOTATION_TYPE_METHOD - Static variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeDeclarationAdapter
 
JDK14 Grammar - Search tag in class com.github.javaparser.ast.expr.InstanceOfExpr
Section
JDK14 Grammar - Search tag in class com.github.javaparser.ast.expr.TypePatternExpr
Section
JDK21 Grammar - Search tag in class com.github.javaparser.ast.expr.PatternExpr
Section
JDK 21 Grammar - Search tag in class com.github.javaparser.ast.expr.RecordPatternExpr
Section
jj_2_1(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_10(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_11(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_12(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_13(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_14(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_15(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_16(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_17(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_18(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_19(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_2(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_20(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_21(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_22(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_23(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_24(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_25(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_26(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_27(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_28(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_29(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_3(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_30(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_31(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_32(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_33(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_34(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_35(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_36(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_37(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_38(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_39(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_4(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_40(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_41(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_42(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_43(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_44(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_45(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_46(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_47(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_48(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_49(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_5(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_50(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_51(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_52(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_53(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_54(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_55(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_56(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_57(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_58(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_59(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_6(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_60(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_61(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_62(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_63(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_64(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_65(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_66(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_67(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_68(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_69(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_7(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_70(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_71(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_72(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_73(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_74(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_75(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_8(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_9(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_2_rtns - Variable in class com.github.javaparser.GeneratedJavaParser
 
jj_3_1() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_10() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_11() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_12() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_13() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_14() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_15() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_16() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_17() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_18() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_19() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_2() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_20() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_21() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_22() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_23() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_24() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_25() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_26() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_27() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_28() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_29() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_3() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_30() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_31() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_32() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_33() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_34() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_35() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_36() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_37() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_38() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_39() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_4() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_40() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_41() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_42() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_43() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_44() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_45() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_46() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_47() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_48() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_49() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_5() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_50() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_51() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_52() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_53() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_54() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_55() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_56() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_57() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_58() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_59() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_6() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_60() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_61() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_62() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_63() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_64() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_65() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_66() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_67() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_68() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_69() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_7() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_70() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_71() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_72() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_73() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_74() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_75() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_8() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3_9() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AdditiveExpression_3537_5_475() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AdditiveExpression_3539_9_491() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AdditiveExpression_3540_13_494() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AdditiveExpression_3542_13_495() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AllocationExpression_4157_5_261() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AllocationExpression_4159_7_327() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AllocationExpression_4163_9_328() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AllocationExpression_4167_9_329() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AllocationExpression_4170_13_366() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AllocationExpression_4173_13_367() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AndExpression_3268_5_399() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AndExpression_3269_9_439() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AnnotatedClassOrInterfaceType_2726_5_301() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AnnotatedReferenceType_2195_5_287() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AnnotatedType_2207_5_120() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Annotation_5394_5_137() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Annotation_5397_9_247() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Annotation_5399_11_308() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Annotation_5403_9_248() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Annotation_5409_9_249() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AnnotationBodyDeclaration_5623_5_479() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AnnotationBodyDeclaration_5626_9_485() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AnnotationBodyDeclaration_5629_9_486() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AnnotationBodyDeclaration_5632_9_487() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AnnotationBodyDeclaration_5634_9_488() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AnnotationBodyDeclaration_5637_9_489() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AnnotationBodyDeclaration_5639_9_490() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Annotations_5331_5_102() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Annotations_5332_9_159() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AnnotationTypeBody_5578_5_443() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AnnotationTypeBody_5580_9_460() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AnnotationTypeBody_5580_9_474() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AnnotationTypeDeclaration_5552_5_402() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AnnotationTypeMemberDeclaration_5672_5_492() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AnnotationTypeMemberDeclaration_5675_7_500() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ArgumentList_4100_5_312() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ArgumentList_4102_9_361() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Arguments_4081_5_211() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Arguments_4082_7_253() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ArrayBracketPair_2694_5_142() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ArrayCreation_4216_5_365() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ArrayCreation_4220_10_123() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ArrayCreation_4223_6_395() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ArrayInitializer_2122_5_217() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ArrayInitializer_2124_9_386() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AssertStatement_4312_5_330() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AssertStatement_4314_7_388() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AssignmentOperator_3062_5_104() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AssignmentOperator_3063_9_161() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AssignmentOperator_3064_9_162() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AssignmentOperator_3065_9_163() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AssignmentOperator_3066_9_164() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AssignmentOperator_3067_9_165() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AssignmentOperator_3068_9_166() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AssignmentOperator_3069_9_167() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AssignmentOperator_3070_9_168() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AssignmentOperator_3071_9_169() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AssignmentOperator_3072_9_170() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AssignmentOperator_3073_9_171() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_AssignmentOperator_3074_9_172() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Block_4361_5_144() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_BlockStatement_4415_5_99() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_BlockStatement_4417_13_153() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_BlockStatement_4422_13_154() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_BlockStatement_4428_13_155() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_BlockStatement_4431_13_156() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_BlockStatement_4436_13_157() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_BooleanLiteral_4039_5_362() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_BooleanLiteral_4040_9_393() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_BooleanLiteral_4042_9_394() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_BreakStatement_4985_5_338() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_BreakStatement_4986_7_370() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_CastExpression_3753_5_111() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_CastExpression_3765_9_178() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_CastExpression_3767_13_232() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ClassOrInterfaceBody_1745_5_122() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ClassOrInterfaceBody_1747_9_194() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ClassOrInterfaceBody_1747_9_237() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ClassOrInterfaceBodyDeclaration_1940_5_294() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ClassOrInterfaceBodyDeclaration_1946_9_351() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ClassOrInterfaceBodyDeclaration_1948_13_376() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ClassOrInterfaceBodyDeclaration_1950_13_377() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ClassOrInterfaceBodyDeclaration_1953_13_378() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ClassOrInterfaceBodyDeclaration_1956_13_379() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ClassOrInterfaceBodyDeclaration_1959_13_380() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ClassOrInterfaceBodyDeclaration_1962_13_381() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ClassOrInterfaceBodyDeclaration_1965_13_382() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ClassOrInterfaceDeclaration_1336_5_227() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ClassOrInterfaceDeclaration_1337_9_266() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ClassOrInterfaceDeclaration_1339_9_267() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ClassOrInterfaceDeclaration_1343_7_304() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ClassOrInterfaceDeclaration_1344_7_305() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ClassOrInterfaceDeclaration_1345_7_306() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ClassOrInterfaceDeclaration_1346_7_307() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ClassOrInterfaceType_2741_5_158() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_CompactConstructorDeclaration_1876_5_430() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_CompactConstructorDeclaration_1876_7_444() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_CompactConstructorDeclaration_1881_9_445() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_CompactConstructorDeclaration_1883_10_461() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_CompactConstructorDeclaration_1887_9_446() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ConditionalAndExpression_3167_5_285() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ConditionalAndExpression_3169_9_383() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ConditionalExpression_3096_5_173() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ConditionalExpression_3098_9_295() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ConditionalOrExpression_3128_5_230() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ConditionalOrExpression_3130_9_352() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ConstructorDeclaration_2461_5_403() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ConstructorDeclaration_2461_7_427() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ConstructorDeclaration_2466_9_447() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ConstructorDeclaration_2468_10_462() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ConstructorDeclaration_2472_9_448() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ContinueStatement_5023_5_339() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ContinueStatement_5024_7_371() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_DefaultValue_5709_5_508() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_DoStatement_4824_5_336() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_EmptyStatement_4477_5_331() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_EnumConstantDeclaration_1588_5_81() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_EnumConstantDeclaration_1588_7_138() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_EnumConstantDeclaration_1590_7_471() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_EnumConstantDeclaration_1591_7_472() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_EnumDeclaration_1540_5_401() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_EnumDeclaration_1542_7_440() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_EnumDeclaration_1545_9_441() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_EnumDeclaration_1550_9_442() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_EnumDeclaration_1552_13_459() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_EnumDeclaration_1552_13_473() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_EqualityExpression_3306_5_422() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_EqualityExpression_3308_9_458() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_EqualityExpression_3309_13_467() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_EqualityExpression_3311_13_468() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ExclusiveOrExpression_3235_5_374() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ExclusiveOrExpression_3236_9_429() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ExplicitConstructorInvocation_2513_5_88() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ExplicitConstructorInvocation_2514_9_145() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ExplicitConstructorInvocation_2515_11_210() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ExplicitConstructorInvocation_2520_9_146() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ExplicitConstructorInvocation_2521_13_212() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ExplicitConstructorInvocation_2525_13_213() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Expression_3018_5_105() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Expression_3020_9_238() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Expression_3025_13_296() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Expression_3031_13_297() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Expression_3032_14_354() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Expression_3033_14_355() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ExpressionList_4937_5_464() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ExpressionList_4939_9_511() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ExtendsList_1437_5_357() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ExtendsList_1438_7_469() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_FieldDeclaration_1995_5_404() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_FieldDeclaration_1998_9_449() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ForInit_4906_5_431() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ForInit_4907_9_453() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ForInit_4910_9_454() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ForStatement_4855_5_337() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ForStatement_4860_9_389() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ForStatement_4866_11_415() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ForStatement_4866_9_390() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ForStatement_4868_11_504() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ForStatement_4870_11_505() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ForUpdate_4967_5_509() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Identifier_2982_5_83() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_IfStatement_4771_5_334() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_IfStatement_4777_9_497() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ImplementsList_1470_5_245() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ImplementsList_1471_7_302() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_InclusiveOrExpression_3201_5_345() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_InclusiveOrExpression_3203_9_406() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_InferredLambdaParameters_2337_5_326() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_InferredLambdaParameters_2339_9_364() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_InitializerDeclaration_2595_5_87() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_InitializerDeclaration_2595_7_143() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_InstanceOfExpression_3421_5_433() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_InstanceOfExpression_3423_9_466() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_InstanceOfExpression_3425_13_477() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_InstanceOfExpression_3432_13_478() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_LabeledStatement_4336_5_124() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_LambdaBody_4495_5_353() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_LambdaBody_4496_9_384() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_LambdaBody_4498_9_385() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_LambdaParameters_2294_5_325() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_LambdaParameters_2295_7_363() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Literal_4006_5_254() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Literal_4007_9_313() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Literal_4009_9_314() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Literal_4011_9_315() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Literal_4013_9_316() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Literal_4015_9_317() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Literal_4017_9_318() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Literal_4019_9_319() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Literal_4021_9_320() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_MemberValue_5489_5_134() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_MemberValue_5490_9_200() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_MemberValue_5493_9_201() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_MemberValue_5495_9_202() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_MemberValueArrayInitializer_5517_5_244() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_MemberValueArrayInitializer_5519_9_416() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_MemberValuePair_5463_5_391() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_MemberValuePairs_5432_5_359() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_MemberValuePairs_5434_9_392() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_MethodDeclaration_2165_5_405() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_MethodDeclaration_2165_7_428() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_MethodDeclaration_2170_7_450() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_MethodDeclaration_2172_9_451() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_MethodDeclaration_2174_10_463() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_MethodDeclaration_2177_9_452() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Modifiers_1250_5_126() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Modifiers_1253_13_65() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Modifiers_1255_13_66() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Modifiers_1257_13_67() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Modifiers_1259_13_68() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Modifiers_1261_13_69() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Modifiers_1263_13_70() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Modifiers_1265_13_71() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Modifiers_1267_13_72() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Modifiers_1269_13_73() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Modifiers_1271_13_74() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Modifiers_1273_13_75() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Modifiers_1275_13_76() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Modifiers_1277_13_77() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Modifiers_1279_13_78() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Modifiers_1281_13_79() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Modifiers_1283_14_80() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_MultiplicativeExpression_3567_5_480() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_MultiplicativeExpression_3569_9_493() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_MultiplicativeExpression_3570_13_501() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_MultiplicativeExpression_3572_13_502() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_MultiplicativeExpression_3574_13_503() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Name_2921_5_96() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_null_1838_26_82() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_null_1842_26_84() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_null_1845_46_86() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_null_1950_47_90() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_null_1959_26_92() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_null_1962_46_93() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_null_2514_21_98() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_null_2620_19_100() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_null_2620_66_101() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_null_3966_26_121() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_null_4422_60_127() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_null_5397_25_133() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_NullLiteral_4057_5_130() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PackageDeclaration_1167_2_64() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PackageDeclaration_1167_4_136() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Parameter_2366_5_117() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Parameter_2369_9_190() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Parameters_2243_5_91() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Parameters_2245_9_147() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Parameters_2246_13_214() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Parameters_2249_13_215() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Parameters_2251_11_216() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PatternExpression_3324_2_107() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PatternExpression_3325_3_174() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PatternExpression_3328_6_175() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PatternList_3389_2_286() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PatternList_3392_9_346() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PermitsList_1501_5_358() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PermitsList_1502_7_470() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PostfixExpression_3716_5_349() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PostfixExpression_3720_13_112() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PostfixExpression_3722_13_113() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PreDecrementExpression_3659_5_298() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PreIncrementExpression_3641_5_129() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimaryExpression_3809_5_243() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimaryExpressionWithoutSuperSuffix_3822_5_97() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimaryExpressionWithoutSuperSuffix_3824_9_152() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimaryPrefix_3848_5_151() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimaryPrefix_3849_9_219() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimaryPrefix_3851_9_220() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimaryPrefix_3853_9_221() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimaryPrefix_3855_13_255() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimaryPrefix_3856_15_321() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimaryPrefix_3858_15_322() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimaryPrefix_3867_13_256() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimaryPrefix_3868_15_323() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimaryPrefix_3869_14_324() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimaryPrefix_3875_9_222() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimaryPrefix_3877_13_257() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimaryPrefix_3880_13_258() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimaryPrefix_3885_13_259() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimaryPrefix_3891_13_260() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimaryPrefix_3896_9_223() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimaryPrefix_3898_9_224() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimaryPrefix_3904_9_225() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimaryPrefix_3907_10_262() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimaryPrefix_3908_10_263() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimaryPrefix_3914_9_226() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimaryPrefix_3915_11_264() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimarySuffix_3935_5_115() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimarySuffix_3939_9_187() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimarySuffixWithoutSuper_3958_5_116() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimarySuffixWithoutSuper_3959_9_188() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimarySuffixWithoutSuper_3961_13_234() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimarySuffixWithoutSuper_3964_13_235() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimarySuffixWithoutSuper_3966_13_236() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimarySuffixWithoutSuper_3967_15_292() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimarySuffixWithoutSuper_3969_15_293() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimarySuffixWithoutSuper_3979_9_189() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimitiveType_2866_5_114() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimitiveType_2867_9_179() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimitiveType_2869_9_180() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimitiveType_2871_9_181() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimitiveType_2873_9_182() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimitiveType_2875_9_183() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimitiveType_2877_9_184() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimitiveType_2879_9_185() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_PrimitiveType_2881_9_186() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ReceiverParameter_2397_5_95() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ReceiverParameterId_2420_5_150() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ReceiverParameterId_2420_7_218() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_RecordBody_1771_5_205() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_RecordBody_1773_9_246() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_RecordBody_1773_9_303() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_RecordBodyDeclaration_1818_5_356() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_RecordBodyDeclaration_1824_9_387() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_RecordBodyDeclaration_1826_13_407() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_RecordBodyDeclaration_1828_13_408() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_RecordBodyDeclaration_1831_13_409() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_RecordBodyDeclaration_1834_13_410() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_RecordBodyDeclaration_1838_13_411() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_RecordBodyDeclaration_1842_13_412() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_RecordBodyDeclaration_1845_13_413() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_RecordBodyDeclaration_1848_13_414() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_RecordDeclaration_1400_5_135() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_RecordDeclaration_1402_7_203() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_RecordDeclaration_1404_7_204() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_RecordPatternExpression_3370_2_231() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ReferenceType_2663_5_208() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ReferenceType_2665_9_251() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ReferenceType_2667_13_310() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ReferenceType_2671_9_252() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ReferenceType_2673_13_311() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_RelationalExpression_3471_5_455() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_RelationalExpression_3473_9_476() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_RelationalExpression_3474_13_481() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_RelationalExpression_3476_13_482() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_RelationalExpression_3478_13_483() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_RelationalExpression_3480_13_484() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Resource_5277_5_131() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Resource_5278_9_197() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Resource_5286_9_198() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Resources_5243_5_432() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ResourceSpecification_5208_5_398() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ResultType_2899_5_119() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ResultType_2900_9_192() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ResultType_2902_9_193() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ReturnStatement_5042_5_340() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ReturnStatement_5043_7_372() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_RSIGNEDSHIFT_5308_15_176() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_RSIGNEDSHIFT_5308_5_109() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_RUNSIGNEDSHIFT_5299_15_177() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_RUNSIGNEDSHIFT_5299_5_110() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ShiftExpression_3506_5_465() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ShiftExpression_3509_13_108() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_SimpleName_2941_5_89() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Statement_4270_5_228() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Statement_4273_15_268() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Statement_4275_15_269() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Statement_4276_15_270() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Statement_4277_15_271() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Statement_4278_15_272() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Statement_4279_15_273() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Statement_4280_15_274() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Statement_4281_15_275() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Statement_4282_15_276() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Statement_4283_15_277() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Statement_4284_15_278() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Statement_4285_15_279() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Statement_4286_15_280() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Statement_4287_15_281() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Statement_4288_15_282() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_StatementExpression_4517_5_332() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_StatementExpression_4521_9_368() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_StatementExpression_4523_9_369() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_StatementExpression_4525_13_397() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_StatementExpression_4525_13_419() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_StatementExpression_4527_13_420() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_StatementExpression_4529_13_421() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Statements_2572_5_209() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_SwitchEntry_4672_5_400() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_SwitchEntry_4673_9_423() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_SwitchEntry_4695_13_434() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_SwitchEntry_4698_15_456() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_SwitchEntry_4702_13_435() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_SwitchEntry_4704_17_457() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_SwitchEntry_4709_9_424() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_SwitchEntry_4712_9_425() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_SwitchEntry_4716_9_426() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_SwitchEntry_4718_13_436() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_SwitchEntry_4729_13_437() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_SwitchEntry_4736_13_438() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_SwitchExpression_4619_5_350() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_SwitchExpression_4625_9_375() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_SwitchStatement_4572_5_333() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_SwitchStatement_4578_9_496() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_SynchronizedStatement_5081_5_342() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_ThrowStatement_5061_5_341() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_TryStatement_5137_5_343() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_TryStatement_5138_7_373() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_TryStatement_5141_9_498() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_TryStatement_5143_13_506() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_TryStatement_5148_17_510() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_TryStatement_5167_13_507() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_TryStatement_5171_9_499() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Type_2619_5_85() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Type_2620_9_140() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Type_2623_9_141() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_TypeArgument_2803_5_229() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_TypeArgument_2805_9_283() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_TypeArgument_2807_9_284() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_TypeArguments_2776_5_103() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_TypeArguments_2778_9_160() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_TypeArguments_2779_11_265() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_TypeBound_1702_5_309() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_TypeBound_1704_9_360() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_TypeParameter_1666_5_206() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_TypeParameter_1667_7_250() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_TypeParameters_1630_5_139() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_TypeParameters_1634_9_207() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_TypePatternExpression_3348_5_106() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_UnaryExpression_3610_5_196() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_UnaryExpression_3611_9_239() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_UnaryExpression_3613_9_240() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_UnaryExpression_3615_9_241() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_UnaryExpression_3616_13_299() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_UnaryExpression_3618_13_300() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_UnaryExpression_3623_9_242() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_UnaryExpressionNotPlusMinus_3682_5_233() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_UnaryExpressionNotPlusMinus_3683_9_288() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_UnaryExpressionNotPlusMinus_3684_13_347() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_UnaryExpressionNotPlusMinus_3686_13_348() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_UnaryExpressionNotPlusMinus_3690_9_289() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_UnaryExpressionNotPlusMinus_3693_9_290() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_UnaryExpressionNotPlusMinus_3695_9_291() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_VariableDeclarationExpression_4453_5_128() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_VariableDeclarationExpression_4457_9_195() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_VariableDeclarator_2027_5_132() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_VariableDeclarator_2028_7_199() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_VariableDeclaratorId_2065_5_118() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_VariableDeclaratorId_2067_9_191() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_VariableInitializer_2091_5_94() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_VariableInitializer_2092_9_148() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_VariableInitializer_2094_9_149() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_WhileStatement_4802_5_335() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Wildcard_2830_5_344() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Wildcard_2832_9_396() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Wildcard_2832_9_417() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_Wildcard_2836_9_418() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_3R_YieldStatement_5004_5_125() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_add_error_token(int, int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_consume_token(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_endpos - Variable in class com.github.javaparser.GeneratedJavaParser
 
jj_expentries - Variable in class com.github.javaparser.GeneratedJavaParser
 
jj_expentry - Variable in class com.github.javaparser.GeneratedJavaParser
 
jj_gc - Variable in class com.github.javaparser.GeneratedJavaParser
 
jj_gen - Variable in class com.github.javaparser.GeneratedJavaParser
 
jj_input_stream - Variable in class com.github.javaparser.GeneratedJavaParser
 
jj_kind - Variable in class com.github.javaparser.GeneratedJavaParser
 
jj_la - Variable in class com.github.javaparser.GeneratedJavaParser
 
jj_la1 - Variable in class com.github.javaparser.GeneratedJavaParser
 
jj_la1_0 - Static variable in class com.github.javaparser.GeneratedJavaParser
 
jj_la1_1 - Static variable in class com.github.javaparser.GeneratedJavaParser
 
jj_la1_2 - Static variable in class com.github.javaparser.GeneratedJavaParser
 
jj_la1_3 - Static variable in class com.github.javaparser.GeneratedJavaParser
 
jj_la1_4 - Static variable in class com.github.javaparser.GeneratedJavaParser
 
jj_la1_init_0() - Static method in class com.github.javaparser.GeneratedJavaParser
 
jj_la1_init_1() - Static method in class com.github.javaparser.GeneratedJavaParser
 
jj_la1_init_2() - Static method in class com.github.javaparser.GeneratedJavaParser
 
jj_la1_init_3() - Static method in class com.github.javaparser.GeneratedJavaParser
 
jj_la1_init_4() - Static method in class com.github.javaparser.GeneratedJavaParser
 
jj_lastpos - Variable in class com.github.javaparser.GeneratedJavaParser
 
jj_lasttokens - Variable in class com.github.javaparser.GeneratedJavaParser
 
jj_lookingAhead - Variable in class com.github.javaparser.GeneratedJavaParser
Whether we are looking ahead.
jj_ls - Static variable in class com.github.javaparser.GeneratedJavaParser
 
jj_nt - Variable in class com.github.javaparser.GeneratedJavaParser
Next token.
jj_ntk - Variable in class com.github.javaparser.GeneratedJavaParser
 
jj_ntk_f() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_rescan - Variable in class com.github.javaparser.GeneratedJavaParser
 
jj_rescan_token() - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_save(int, int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_scan_token(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
jj_scanpos - Variable in class com.github.javaparser.GeneratedJavaParser
 
jj_semLA - Variable in class com.github.javaparser.GeneratedJavaParser
 
jjAddStates(int, int) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec0 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec1 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec10 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec11 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec12 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec13 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec14 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec15 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec16 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec17 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec18 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec19 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec2 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec20 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec21 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec22 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec23 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec24 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec25 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec26 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec27 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec28 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec29 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec3 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec30 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec31 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec32 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec33 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec34 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec35 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec36 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec37 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec38 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec39 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec4 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec40 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec41 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec42 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec43 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec44 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec45 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec46 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec47 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec48 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec49 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec5 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec50 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec51 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec52 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec53 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec54 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec55 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec56 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec57 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec58 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec59 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec6 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec60 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec61 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec62 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec63 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec64 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec65 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec66 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec67 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec68 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec69 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec70 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec71 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec72 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec73 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec74 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec75 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec76 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec77 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec78 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec79 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec8 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec80 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec81 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec82 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec83 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec84 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec85 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec86 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec87 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec88 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec89 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec9 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec90 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec91 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec92 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjbitVec93 - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
JJCalls() - Constructor for class com.github.javaparser.GeneratedJavaParser.JJCalls
 
jjCanMove_0(int, int, int, long, long) - Static method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjCanMove_1(int, int, int, long, long) - Static method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjCanMove_2(int, int, int, long, long) - Static method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjCanMove_3(int, int, int, long, long) - Static method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjCheckNAdd(int) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjCheckNAddStates(int, int) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjCheckNAddTwoStates(int, int) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjFillToken() - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjimage - Variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjimageLen - Variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjmatchedKind - Variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjmatchedPos - Variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjMoveNfa_0(int, int) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjMoveNfa_3(int, int) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjMoveStringLiteralDfa0_0() - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjMoveStringLiteralDfa0_1() - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjMoveStringLiteralDfa0_2() - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjMoveStringLiteralDfa0_3() - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjMoveStringLiteralDfa1_0(long, long, long) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjMoveStringLiteralDfa1_1(long) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjMoveStringLiteralDfa1_2(long) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjMoveStringLiteralDfa1_3(long) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjMoveStringLiteralDfa10_0(long, long, long, long) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjMoveStringLiteralDfa11_0(long, long) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjMoveStringLiteralDfa2_0(long, long, long, long, long, long) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjMoveStringLiteralDfa2_3(long, long) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjMoveStringLiteralDfa3_0(long, long, long, long, long, long) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjMoveStringLiteralDfa4_0(long, long, long, long, long, long) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjMoveStringLiteralDfa5_0(long, long, long, long) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjMoveStringLiteralDfa6_0(long, long, long, long) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjMoveStringLiteralDfa7_0(long, long, long, long) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjMoveStringLiteralDfa8_0(long, long, long, long) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjMoveStringLiteralDfa9_0(long, long, long, long) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjnewLexState - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
Lex State array.
jjnewStateCnt - Variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjnextStates - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjround - Variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjrounds - Variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjStartNfa_0(int, long, long, long) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjStartNfa_3(int, long, long) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjStartNfaWithStates_0(int, int, int) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjstateSet - Variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjStopAtPos(int, int) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjStopStringLiteralDfa_0(int, long, long, long) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjStopStringLiteralDfa_3(int, long, long) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjstrLiteralImages - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
Token literal values.
jjtoMore - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjtoSkip - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjtoSpecial - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjtoToken - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jreOnly - Variable in class com.github.javaparser.symbolsolver.resolution.typesolvers.ReflectionTypeSolver
 
juggleArrayCreation(TokenRange, List<TokenRange>, Type, NodeList<Expression>, List<NodeList<AnnotationExpr>>, ArrayInitializerExpr) - Method in class com.github.javaparser.GeneratedJavaParserBase
Throws together an ArrayCreationExpr from a lot of pieces
juggleArrayType(Type, List<ArrayType.ArrayBracketPair>) - Method in class com.github.javaparser.GeneratedJavaParserBase
Throws together a Type, taking care of all the array brackets
JUST_THIS_NODE - Enum constant in enum com.github.javaparser.ast.Node.ObserverRegistrationMode
Notify exclusively for changes happening on this node alone.

K

kept(CsmElement) - Static method in interface com.github.javaparser.printer.lexicalpreservation.DifferenceElement
 
Kept - Class in com.github.javaparser.printer.lexicalpreservation
 
Kept(CsmElement) - Constructor for class com.github.javaparser.printer.lexicalpreservation.Kept
 
keySet() - Method in class com.github.javaparser.utils.VisitorMap
 
keyword - Variable in class com.github.javaparser.ast.Modifier
 
keyword - Variable in class com.github.javaparser.ast.validator.ReservedKeywordValidator
 
keyword - Variable in enum com.github.javaparser.javadoc.description.JavadocInlineTag.Type
 
keyword - Variable in enum com.github.javaparser.javadoc.JavadocBlockTag.Type
 
Keyword(String) - Constructor for enum com.github.javaparser.ast.Modifier.Keyword
 
KEYWORD - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
KEYWORD - Enum constant in enum com.github.javaparser.JavaToken.Category
 
keywordPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ModifierMetaModel
 
kind - Variable in class com.github.javaparser.JavaToken
 
kind - Variable in enum com.github.javaparser.JavaToken.Kind
 
kind - Variable in class com.github.javaparser.Token
An integer that describes the kind of this token.
Kind(int) - Constructor for enum com.github.javaparser.JavaToken.Kind
 
knownClasses - Variable in class com.github.javaparser.symbolsolver.resolution.typesolvers.JarTypeSolver
 

L

label - Variable in class com.github.javaparser.ast.stmt.BreakStmt
 
label - Variable in class com.github.javaparser.ast.stmt.ContinueStmt
 
label - Variable in class com.github.javaparser.ast.stmt.LabeledStmt
 
LABEL - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
LabeledStatement() - Method in class com.github.javaparser.GeneratedJavaParser
// TODO: Examine more closely.
LabeledStmt - Class in com.github.javaparser.ast.stmt
A statement that is labeled, like label123: println("continuing");
LabeledStmt() - Constructor for class com.github.javaparser.ast.stmt.LabeledStmt
 
LabeledStmt(SimpleName, Statement) - Constructor for class com.github.javaparser.ast.stmt.LabeledStmt
 
LabeledStmt(TokenRange, SimpleName, Statement) - Constructor for class com.github.javaparser.ast.stmt.LabeledStmt
This constructor is used by the parser and is considered private.
LabeledStmt(String, Statement) - Constructor for class com.github.javaparser.ast.stmt.LabeledStmt
 
labeledStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
LabeledStmtMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
LabeledStmtMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.LabeledStmtMetaModel
 
labelPropertyMetaModel - Variable in class com.github.javaparser.metamodel.BreakStmtMetaModel
 
labelPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ContinueStmtMetaModel
 
labelPropertyMetaModel - Variable in class com.github.javaparser.metamodel.LabeledStmtMetaModel
 
labels - Variable in class com.github.javaparser.ast.stmt.SwitchEntry
 
LABELS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
labelsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.SwitchEntryMetaModel
 
LambdaArgumentTypePlaceholder - Class in com.github.javaparser.resolution.model
Placeholder used to represent a lambda argument type while it is being calculated.
LambdaArgumentTypePlaceholder(int) - Constructor for class com.github.javaparser.resolution.model.LambdaArgumentTypePlaceholder
 
LambdaBody() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-15.html#jls-15.27.2
LambdaExpr - Class in com.github.javaparser.ast.expr
A lambda expression
LambdaExpr() - Constructor for class com.github.javaparser.ast.expr.LambdaExpr
 
LambdaExpr(Parameter, Expression) - Constructor for class com.github.javaparser.ast.expr.LambdaExpr
Creates a single parameter lambda expression.
LambdaExpr(Parameter, BlockStmt) - Constructor for class com.github.javaparser.ast.expr.LambdaExpr
Creates a single parameter lambda expression.
LambdaExpr(NodeList<Parameter>, Expression) - Constructor for class com.github.javaparser.ast.expr.LambdaExpr
Creates a zero or multi-parameter lambda expression with its parameters wrapped in ( ).
LambdaExpr(NodeList<Parameter>, BlockStmt) - Constructor for class com.github.javaparser.ast.expr.LambdaExpr
Creates a zero or multi-parameter lambda expression with its parameters wrapped in ( ).
LambdaExpr(NodeList<Parameter>, Statement, boolean) - Constructor for class com.github.javaparser.ast.expr.LambdaExpr
 
LambdaExpr(TokenRange, NodeList<Parameter>, Statement, boolean) - Constructor for class com.github.javaparser.ast.expr.LambdaExpr
This constructor is used by the parser and is considered private.
LambdaExprContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
 
LambdaExprContext(LambdaExpr, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.LambdaExprContext
 
lambdaExpression - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.LambdaThrowsCompatibleWithType
 
lambdaExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
LambdaExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
LambdaExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.LambdaExprMetaModel
 
LambdaParameters() - Method in class com.github.javaparser.GeneratedJavaParser
Note: Similar, but not identical to, FormalParameter.
LambdaThrowsCompatibleWithType - Class in com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas
The checked exceptions thrown by the body of the LambdaExpression are declared by the throws clause of the function type derived from T.
LambdaThrowsCompatibleWithType() - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.LambdaThrowsCompatibleWithType
 
languageLevel - Variable in class com.github.javaparser.ParserConfiguration
 
LanguageLevel(Validator, PostProcessors) - Constructor for enum com.github.javaparser.ParserConfiguration.LanguageLevel
 
lastIndexOf(Object) - Method in class com.github.javaparser.ast.NodeList
 
lastIndexOf(Object) - Method in class com.github.javaparser.utils.VisitorList
 
lastIndexOfEol(List<TextElement>) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
lastIndexOfEolWithoutGPT(List<TextElement>) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
lastPrintedIndent - Variable in class com.github.javaparser.printer.SourcePrinter
 
lastReturnedFromCurrent - Variable in class com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory.CascadingIterator
 
lastReturnedFromNext - Variable in class com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory.CascadingIterator
 
LazyType - Class in com.github.javaparser.resolution.model.typesystem
 
LazyType(Function<Void, ResolvedType>) - Constructor for class com.github.javaparser.resolution.model.typesystem.LazyType
 
LBRACE - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
LBRACE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
LBRACKET - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
LBRACKET - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
lcta(ResolvedType, ResolvedType) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic
 
lctaBothWildcards(ResolvedWildcard, ResolvedWildcard) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic
 
lctaNoWildcard(ResolvedType, ResolvedType) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic
 
lctaOneWildcard(ResolvedType, ResolvedWildcard) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic
 
LE - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
LE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
leastContainingParameterization(List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic
 
leastContainingTypeArgument(ResolvedType, ResolvedType) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic
 
leastUpperBound(Set<ResolvedType>) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeHelper
See JLS 4.10.4.
LeastUpperBoundLogic - Class in com.github.javaparser.symbolsolver.resolution.typeinference
 
LeastUpperBoundLogic() - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic
 
LeastUpperBoundLogic.TypeSubstitution - Class in com.github.javaparser.symbolsolver.resolution.typeinference
 
left - Variable in class com.github.javaparser.ast.expr.BinaryExpr
 
LEFT - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
LEFT_SHIFT - Enum constant in enum com.github.javaparser.ast.expr.AssignExpr.Operator
 
LEFT_SHIFT - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
 
leftPropertyMetaModel - Variable in class com.github.javaparser.metamodel.BinaryExprMetaModel
 
lengthOfMatch - Variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
LESS - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
 
LESS_EQUALS - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
 
LETTER - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
LETTER - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
level - Variable in class com.github.javaparser.ast.validator.language_level_validations.UpgradeJavaMessage
The language level that must be configured.
Level(List<Node>) - Constructor for class com.github.javaparser.ast.Node.PostOrderIterator.Level
 
levels - Variable in class com.github.javaparser.ast.expr.ArrayCreationExpr
 
LEVELS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
LEVELS_TO_EXPLORE - Static variable in class com.github.javaparser.ast.Node
 
LEVELS_TO_EXPLORE - Static variable in class com.github.javaparser.printer.lexicalpreservation.PhantomNodeLogic
Deprecated.
 
levelsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ArrayCreationExprMetaModel
 
LEXICAL_DIFFERENCE_CALCULATOR - Static variable in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter
 
LEXICAL_ERROR - Static variable in exception class com.github.javaparser.TokenMgrException
Lexical error occurred.
LexicalDifferenceCalculator - Class in com.github.javaparser.printer.lexicalpreservation
 
LexicalDifferenceCalculator() - Constructor for class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator
 
LexicalDifferenceCalculator.CalculatedSyntaxModel - Class in com.github.javaparser.printer.lexicalpreservation
The ConcreteSyntaxModel represents the general format.
LexicalDifferenceCalculator.CsmChild - Class in com.github.javaparser.printer.lexicalpreservation
 
LexicalErr(boolean, int, int, int, String, int) - Static method in exception class com.github.javaparser.TokenMgrException
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexicalPreservationEnabled - Variable in class com.github.javaparser.ParserConfiguration
 
LexicalPreservingPrinter - Class in com.github.javaparser.printer.lexicalpreservation
A Lexical Preserving Printer is used to capture all the lexical information while parsing, update them when operating on the AST and then used them to reproduce the source code in its original formatting including the AST changes.
LexicalPreservingPrinter() - Constructor for class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter
 
LexicalPreservingPrinter.Observer - Class in com.github.javaparser.printer.lexicalpreservation
 
LexicalPreservingVisitor - Class in com.github.javaparser.printer.lexicalpreservation
 
LexicalPreservingVisitor() - Constructor for class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingVisitor
 
LexicalPreservingVisitor(StringWriter) - Constructor for class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingVisitor
 
lexStateNames - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
Lexer state names.
LF - Enum constant in enum com.github.javaparser.utils.LineSeparator
The LF \n line ending is the default line separator for Unix and modern MacOS
LF - Static variable in class com.github.javaparser.UnicodeEscapeProcessingProvider
 
line - Variable in class com.github.javaparser.Position
 
line - Variable in class com.github.javaparser.SimpleCharStream
 
LINE_SEPARATOR_KEY - Static variable in class com.github.javaparser.ast.Node
 
LineComment - Class in com.github.javaparser.ast.comments
AST node that represent line comments.
LineComment() - Constructor for class com.github.javaparser.ast.comments.LineComment
 
LineComment(TokenRange, String) - Constructor for class com.github.javaparser.ast.comments.LineComment
This constructor is used by the parser and is considered private.
LineComment(String) - Constructor for class com.github.javaparser.ast.comments.LineComment
 
lineCommentMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
LineCommentMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
LineCommentMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.LineCommentMetaModel
 
LineCounter() - Constructor for class com.github.javaparser.UnicodeEscapeProcessingProvider.LineCounter
LineEndingProcessingProvider - Class in com.github.javaparser
Provider un-escaping unicode escape sequences in the input sequence.
LineEndingProcessingProvider(int, Provider) - Constructor for class com.github.javaparser.LineEndingProcessingProvider
 
LineEndingProcessingProvider(Provider) - Constructor for class com.github.javaparser.LineEndingProcessingProvider
 
LineEndingProcessor() - Constructor for class com.github.javaparser.ParserConfiguration.LineEndingProcessor
 
lineNr(Node) - Method in class com.github.javaparser.symbolsolver.SourceFileInfoExtractor
 
LineSeparator - Enum in com.github.javaparser.utils
A representation of line endings, that can be used throughout the codebase.
LineSeparator(String, String) - Constructor for enum com.github.javaparser.utils.LineSeparator
 
LINK - Enum constant in enum com.github.javaparser.javadoc.description.JavadocInlineTag.Type
 
LINKPLAIN - Enum constant in enum com.github.javaparser.javadoc.description.JavadocInlineTag.Type
 
list - Variable in class com.github.javaparser.RangedList
 
list(ObservableProperty) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
list(ObservableProperty, CsmElement) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
list(ObservableProperty, CsmElement, CsmElement, CsmElement) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
list(ObservableProperty, CsmElement, CsmElement, CsmElement, CsmElement) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
ListAdditionChange - Class in com.github.javaparser.printer.lexicalpreservation.changes
The Addition of an element to a list.
ListAdditionChange(ObservableProperty, int, Node) - Constructor for class com.github.javaparser.printer.lexicalpreservation.changes.ListAdditionChange
 
listChange(NodeList<?>, AstObserver.ListChangeType, int, Node) - Method in interface com.github.javaparser.ast.observer.AstObserver
A list is changed
listChange(NodeList<?>, AstObserver.ListChangeType, int, Node) - Method in class com.github.javaparser.ast.observer.AstObserverAdapter
 
listChange(NodeList<?>, AstObserver.ListChangeType, int, Node) - Method in class com.github.javaparser.ast.observer.PropagatingAstObserver
 
ListChangeType() - Constructor for enum com.github.javaparser.ast.observer.AstObserver.ListChangeType
 
listIterator() - Method in class com.github.javaparser.ast.NodeList
 
listIterator() - Method in class com.github.javaparser.utils.VisitorList
 
listIterator(int) - Method in class com.github.javaparser.ast.NodeList
 
listIterator(int) - Method in class com.github.javaparser.utils.VisitorList
 
ListRemovalChange - Class in com.github.javaparser.printer.lexicalpreservation.changes
The removal of an element from a list.
ListRemovalChange(ObservableProperty, int) - Constructor for class com.github.javaparser.printer.lexicalpreservation.changes.ListRemovalChange
 
listReplacement(NodeList<?>, int, Node, Node) - Method in interface com.github.javaparser.ast.observer.AstObserver
 
listReplacement(NodeList<?>, int, Node, Node) - Method in class com.github.javaparser.ast.observer.AstObserverAdapter
 
listReplacement(NodeList<?>, int, Node, Node) - Method in class com.github.javaparser.ast.observer.PropagatingAstObserver
 
ListReplacementChange - Class in com.github.javaparser.printer.lexicalpreservation.changes
The replacement of an element in a list.
ListReplacementChange(ObservableProperty, int, Node) - Constructor for class com.github.javaparser.printer.lexicalpreservation.changes.ListReplacementChange
 
Literal() - Method in class com.github.javaparser.GeneratedJavaParser
Note that a Long Literal is defined as an IntegerLiteral, suffixed by "L" https://docs.oracle.com/javase/specs/jls/se15/html/jls-3.html#jls-3.10.1
LITERAL - Enum constant in enum com.github.javaparser.javadoc.description.JavadocInlineTag.Type
 
LITERAL - Enum constant in enum com.github.javaparser.JavaToken.Category
 
LiteralExpr - Class in com.github.javaparser.ast.expr
A base class for all literal expressions.
LiteralExpr() - Constructor for class com.github.javaparser.ast.expr.LiteralExpr
 
LiteralExpr(TokenRange) - Constructor for class com.github.javaparser.ast.expr.LiteralExpr
This constructor is used by the parser and is considered private.
literalExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
LiteralExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
LiteralExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.LiteralExprMetaModel
 
LiteralExprMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.LiteralExprMetaModel
 
LiteralStringValueExpr - Class in com.github.javaparser.ast.expr
Any literal value that is stored internally as a String.
LiteralStringValueExpr(TokenRange, String) - Constructor for class com.github.javaparser.ast.expr.LiteralStringValueExpr
This constructor is used by the parser and is considered private.
LiteralStringValueExpr(String) - Constructor for class com.github.javaparser.ast.expr.LiteralStringValueExpr
 
literalStringValueExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
LiteralStringValueExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
LiteralStringValueExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.LiteralStringValueExprMetaModel
 
LiteralStringValueExprMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.LiteralStringValueExprMetaModel
 
loadCount() - Method in interface com.github.javaparser.resolution.cache.CacheStats
Returns the total number of times that lookup methods attempted to load new values.
loadCount() - Method in class com.github.javaparser.symbolsolver.cache.DefaultCacheStats
Returns the total number of times that Cache lookup methods attempted to load new values.
loadExceptionCount - Variable in class com.github.javaparser.symbolsolver.cache.DefaultCacheStats
 
loadExceptionCount() - Method in interface com.github.javaparser.resolution.cache.CacheStats
Returns the number of times lookup methods threw an exception while loading a new value.
loadExceptionCount() - Method in class com.github.javaparser.symbolsolver.cache.DefaultCacheStats
Returns the number of times Cache lookup methods threw an exception while loading a new value.
loadExceptionRate() - Method in interface com.github.javaparser.resolution.cache.CacheStats
Returns the ratio of cache loading attempts which threw exceptions.
loadExceptionRate() - Method in class com.github.javaparser.symbolsolver.cache.DefaultCacheStats
Returns the ratio of cache loading attempts which threw exceptions.
loadSuccessCount - Variable in class com.github.javaparser.symbolsolver.cache.DefaultCacheStats
 
loadSuccessCount() - Method in interface com.github.javaparser.resolution.cache.CacheStats
Returns the number of times lookup methods have successfully loaded a new value.
loadSuccessCount() - Method in class com.github.javaparser.symbolsolver.cache.DefaultCacheStats
Returns the number of times Cache lookup methods have successfully loaded a new value.
LocalClassDeclarationStmt - Class in com.github.javaparser.ast.stmt
A class declaration inside a method.
LocalClassDeclarationStmt() - Constructor for class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt
 
LocalClassDeclarationStmt(ClassOrInterfaceDeclaration) - Constructor for class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt
 
LocalClassDeclarationStmt(TokenRange, ClassOrInterfaceDeclaration) - Constructor for class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt
This constructor is used by the parser and is considered private.
localClassDeclarationStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
LocalClassDeclarationStmtMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
LocalClassDeclarationStmtMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.LocalClassDeclarationStmtMetaModel
 
localConfiguration - Static variable in class com.github.javaparser.StaticJavaParser
 
LocalRecordDeclarationStmt - Class in com.github.javaparser.ast.stmt
A record declaration inside a method.
LocalRecordDeclarationStmt() - Constructor for class com.github.javaparser.ast.stmt.LocalRecordDeclarationStmt
 
LocalRecordDeclarationStmt(RecordDeclaration) - Constructor for class com.github.javaparser.ast.stmt.LocalRecordDeclarationStmt
 
LocalRecordDeclarationStmt(TokenRange, RecordDeclaration) - Constructor for class com.github.javaparser.ast.stmt.LocalRecordDeclarationStmt
This constructor is used by the parser and is considered private.
localRecordDeclarationStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
LocalRecordDeclarationStmtMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
LocalRecordDeclarationStmtMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.LocalRecordDeclarationStmtMetaModel
 
localVar(VariableDeclarator, TypeSolver) - Static method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserSymbolDeclaration
 
localVariableDeclarationInScope(String) - Method in interface com.github.javaparser.resolution.Context
Aim to resolve the given name by looking for a variable matching it.
localVariablesDeclaredIn(Statement) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.BlockStmtContext
 
localVariablesExposedToChild(Node) - Method in interface com.github.javaparser.resolution.Context
The local variables that are declared in this immediate context and made visible to a given child.
localVariablesExposedToChild(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.BlockStmtContext
 
localVariablesExposedToChild(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.CatchClauseContext
 
localVariablesExposedToChild(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ForEachStatementContext
 
localVariablesExposedToChild(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ForStatementContext
 
localVariablesExposedToChild(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.TryWithResourceContext
 
localVariablesExposedToChild(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.VariableDeclarationExprContext
 
localVariablesExposedToChild(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.VariableDeclaratorContext
 
location - Variable in class com.github.javaparser.Problem
 
Log - Class in com.github.javaparser.utils
To avoid dependencies on logging frameworks, we have invented yet another logging framework :-)
Log() - Constructor for class com.github.javaparser.utils.Log
 
Log.Adapter - Interface in com.github.javaparser.utils
 
Log.SilentAdapter - Class in com.github.javaparser.utils
This adapter logs nothing.
Log.StandardOutStandardErrorAdapter - Class in com.github.javaparser.utils
This adapter logs to standard out and standard error.
LOGICAL_COMPLEMENT - Enum constant in enum com.github.javaparser.ast.expr.UnaryExpr.Operator
 
logPackage(String) - Method in class com.github.javaparser.utils.SourceRoot
 
LONG - Enum constant in enum com.github.javaparser.ast.type.PrimitiveType.Primitive
 
LONG - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
LONG - Enum constant in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
 
LONG - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
LONG_LITERAL - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
LONG_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
longest - Variable in class com.github.javaparser.utils.StringEscapeUtils.LookupTranslator
 
LongLiteralExpr - Class in com.github.javaparser.ast.expr
All ways to specify a long literal.
LongLiteralExpr() - Constructor for class com.github.javaparser.ast.expr.LongLiteralExpr
 
LongLiteralExpr(long) - Constructor for class com.github.javaparser.ast.expr.LongLiteralExpr
Deprecated.
This function is deprecated in favor of LongLiteralExpr(String). Please refer to the LongLiteralExpr.asNumber() function for valid formats and how to construct literals holding negative values.
LongLiteralExpr(TokenRange, String) - Constructor for class com.github.javaparser.ast.expr.LongLiteralExpr
This constructor is used by the parser and is considered private.
LongLiteralExpr(String) - Constructor for class com.github.javaparser.ast.expr.LongLiteralExpr
 
longLiteralExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
LongLiteralExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
LongLiteralExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.LongLiteralExprMetaModel
 
longType() - Static method in class com.github.javaparser.ast.type.PrimitiveType
 
LookaheadIterator<E> - Interface in com.github.javaparser.printer.lexicalpreservation
 
LookaheadSuccess() - Constructor for exception class com.github.javaparser.GeneratedJavaParser.LookaheadSuccess
 
lookup(Position) - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMapping
lookup(String) - Static method in enum com.github.javaparser.utils.LineSeparator
 
lookupEscaped(String) - Static method in enum com.github.javaparser.utils.LineSeparator
 
lookupMap - Variable in class com.github.javaparser.utils.StringEscapeUtils.LookupTranslator
 
LookupTranslator(CharSequence[]...) - Constructor for class com.github.javaparser.utils.StringEscapeUtils.LookupTranslator
Define the lookup table to be used in translation
LOOP_DETECTED - Static variable in exception class com.github.javaparser.TokenMgrException
Detected (and bailed out of) an infinite loop in the token manager.
LPAREN - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
LPAREN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
LSHIFT - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
LSHIFT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
LSHIFTASSIGN - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
LSHIFTASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
LT - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
LT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
lub(Set<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic
See JLS 4.10.4.
lubCache - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic
 

M

makeCommentToken(Comment) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter.Observer
 
makeFormattingSupplier(String, Supplier<Object>[]) - Static method in class com.github.javaparser.utils.Log
 
makeMessageForParseException(ParseException) - Method in class com.github.javaparser.GeneratedJavaParserBase
This is the code from ParseException.initialise, modified to be more horizontal.
mappedValues - Variable in class com.github.javaparser.symbolsolver.cache.InMemoryCache
 
MarkerAnnotationExpr - Class in com.github.javaparser.ast.expr
An annotation that uses only the annotation type name.
MarkerAnnotationExpr() - Constructor for class com.github.javaparser.ast.expr.MarkerAnnotationExpr
 
MarkerAnnotationExpr(Name) - Constructor for class com.github.javaparser.ast.expr.MarkerAnnotationExpr
 
MarkerAnnotationExpr(TokenRange, Name) - Constructor for class com.github.javaparser.ast.expr.MarkerAnnotationExpr
This constructor is used by the parser and is considered private.
MarkerAnnotationExpr(String) - Constructor for class com.github.javaparser.ast.expr.MarkerAnnotationExpr
 
markerAnnotationExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
MarkerAnnotationExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
MarkerAnnotationExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.MarkerAnnotationExprMetaModel
 
match(TextElement) - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
 
match(TextElement) - Method in interface com.github.javaparser.printer.lexicalpreservation.TextElementMatcher
 
matchByRange() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
Creates a TextElementMatcher that matches any TextElement with the same range as this TextElement.
This can be used to curry another TextElementMatcher.
e.g.
MatchClassification(int) - Constructor for enum com.github.javaparser.printer.lexicalpreservation.ReshuffledDiffElementExtractor.MatchClassification
 
matching(CsmElement, CsmElement) - Static method in class com.github.javaparser.printer.lexicalpreservation.DifferenceElementCalculator
 
matchTypeParameters(ResolvedType, ResolvedType, Map<ResolvedTypeParameterDeclaration, ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.MethodCallExprContext
 
matchTypeVariable(ResolvedTypeVariable, ResolvedType, Map<String, ResolvedType>) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
 
MAVEN_BUILD_TIMESTAMP - Static variable in class com.github.javaparser.JavaParserBuild
 
MAVEN_BUILD_VERSION - Static variable in class com.github.javaparser.JavaParserBuild
 
MAVEN_VERSION - Static variable in class com.github.javaparser.JavaParserBuild
 
mavenModuleRoot(Class<?>) - Static method in class com.github.javaparser.utils.CodeGenerationUtils
Useful for locating source code in your Maven project.
MAX_31_BIT_UNSIGNED_VALUE_AS_LONG - Static variable in class com.github.javaparser.ast.expr.IntegerLiteralExpr
 
MAX_31_BIT_UNSIGNED_VALUE_AS_STRING - Static variable in class com.github.javaparser.ast.expr.IntegerLiteralExpr
 
MAX_63_BIT_UNSIGNED_VALUE_AS_BIG_INTEGER - Static variable in class com.github.javaparser.ast.expr.LongLiteralExpr
 
MAX_63_BIT_UNSIGNED_VALUE_AS_STRING - Static variable in class com.github.javaparser.ast.expr.LongLiteralExpr
 
MAX_ENUM_CONSTANTS_TO_ALIGN_HORIZONTALLY - Enum constant in enum com.github.javaparser.printer.configuration.DefaultPrinterConfiguration.ConfigOption
By default enum constants get aligned like this:
MAXIMUM_COMMON_TYPE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
maximumCommonTypePropertyMetaModel - Variable in class com.github.javaparser.metamodel.FieldDeclarationMetaModel
 
maximumCommonTypePropertyMetaModel - Variable in class com.github.javaparser.metamodel.VariableDeclarationExprMetaModel
 
maxNextCharInd - Variable in class com.github.javaparser.SimpleCharStream
 
MEMBER_VALUE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
memberAnnotations() - Static method in class com.github.javaparser.printer.ConcreteSyntaxModel
 
members - Variable in class com.github.javaparser.ast.body.TypeDeclaration
 
MEMBERS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
membersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.TypeDeclarationMetaModel
 
memberValue - Variable in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr
 
MemberValue() - Method in class com.github.javaparser.GeneratedJavaParser
Note that MemberValue (JavaParser) is synonymous with ElementValue (JLS) https://docs.oracle.com/javase/specs/jls/se15/html/jls-9.html#jls-9.7.1 https://docs.oracle.com/javase/specs/jls/se15/html/jls-9.html#jls-ElementValue
MemberValueArrayInitializer() - Method in class com.github.javaparser.GeneratedJavaParser
Note that MemberValueArrayInitializer (JavaParser) is synonymous with ElementValueArrayInitializer (JLS) https://docs.oracle.com/javase/specs/jls/se15/html/jls-9.html#jls-9.7.1
memberValueAsExressionConverter - Static variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationMemberDeclaration
 
MemberValuePair - Class in com.github.javaparser.ast.expr
A value for a member of an annotation.
MemberValuePair() - Constructor for class com.github.javaparser.ast.expr.MemberValuePair
 
MemberValuePair(SimpleName, Expression) - Constructor for class com.github.javaparser.ast.expr.MemberValuePair
 
MemberValuePair(TokenRange, SimpleName, Expression) - Constructor for class com.github.javaparser.ast.expr.MemberValuePair
This constructor is used by the parser and is considered private.
MemberValuePair(String, Expression) - Constructor for class com.github.javaparser.ast.expr.MemberValuePair
 
MemberValuePair() - Method in class com.github.javaparser.GeneratedJavaParser
Note that MemberValuePair (JavaParser) is synonymous with ElementValuePair (JLS) https://docs.oracle.com/javase/specs/jls/se15/html/jls-9.html#jls-9.7.1
memberValuePairMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
MemberValuePairMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
MemberValuePairMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.MemberValuePairMetaModel
 
MemberValuePairs() - Method in class com.github.javaparser.GeneratedJavaParser
Note that MemberValuePairs (JavaParser) is synonymous with ElementValuePairList (JLS) https://docs.oracle.com/javase/specs/jls/se15/html/jls-9.html#jls-9.7.1
memberValuePropertyMetaModel - Variable in class com.github.javaparser.metamodel.SingleMemberAnnotationExprMetaModel
 
MemoryTypeSolver - Class in com.github.javaparser.symbolsolver.resolution.typesolvers
A TypeSolver which only consider the TypeDeclarations provided to it.
MemoryTypeSolver() - Constructor for class com.github.javaparser.symbolsolver.resolution.typesolvers.MemoryTypeSolver
 
mention(List<ResolvedTypeParameterDeclaration>) - Method in class com.github.javaparser.resolution.model.typesystem.ReferenceTypeImpl
 
mention(List<ResolvedTypeParameterDeclaration>) - Method in interface com.github.javaparser.resolution.types.ResolvedType
Does this type mention at all, directly or indirectly, the given type parameters?
mention(List<ResolvedTypeParameterDeclaration>) - Method in class com.github.javaparser.resolution.types.ResolvedTypeVariable
 
mention(List<ResolvedTypeParameterDeclaration>) - Method in class com.github.javaparser.resolution.types.ResolvedWildcard
 
mention(List<ResolvedTypeParameterDeclaration>) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.InferenceVariable
 
message - Variable in class com.github.javaparser.ast.stmt.AssertStmt
 
message - Variable in class com.github.javaparser.Problem
 
MESSAGE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
messagePropertyMetaModel - Variable in class com.github.javaparser.metamodel.AssertStmtMetaModel
 
method - Variable in class com.github.javaparser.resolution.model.LambdaArgumentTypePlaceholder
 
method - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodDeclaration
 
METHOD_DECLARATION - Static variable in interface com.github.javaparser.ParseStart
 
METHOD_NAME - Enum constant in enum com.github.javaparser.symbolsolver.resolution.naming.NameCategory
 
MethodAmbiguityException - Exception Class in com.github.javaparser.resolution
It is not possible to decide how to resolve a method invocation.
MethodAmbiguityException(String) - Constructor for exception class com.github.javaparser.resolution.MethodAmbiguityException
Create an instance from a description of the reason why there is ambiguity in this particular case.
MethodCallExpr - Class in com.github.javaparser.ast.expr
A method call on an object or a class.
MethodCallExpr() - Constructor for class com.github.javaparser.ast.expr.MethodCallExpr
 
MethodCallExpr(Expression, SimpleName) - Constructor for class com.github.javaparser.ast.expr.MethodCallExpr
 
MethodCallExpr(Expression, SimpleName, NodeList<Expression>) - Constructor for class com.github.javaparser.ast.expr.MethodCallExpr
 
MethodCallExpr(Expression, NodeList<Type>, SimpleName, NodeList<Expression>) - Constructor for class com.github.javaparser.ast.expr.MethodCallExpr
 
MethodCallExpr(Expression, NodeList<Type>, String, NodeList<Expression>) - Constructor for class com.github.javaparser.ast.expr.MethodCallExpr
 
MethodCallExpr(Expression, String) - Constructor for class com.github.javaparser.ast.expr.MethodCallExpr
 
MethodCallExpr(Expression, String, NodeList<Expression>) - Constructor for class com.github.javaparser.ast.expr.MethodCallExpr
 
MethodCallExpr(TokenRange, Expression, NodeList<Type>, SimpleName, NodeList<Expression>) - Constructor for class com.github.javaparser.ast.expr.MethodCallExpr
This constructor is used by the parser and is considered private.
MethodCallExpr(String, Expression...) - Constructor for class com.github.javaparser.ast.expr.MethodCallExpr
 
MethodCallExprContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
 
MethodCallExprContext(MethodCallExpr, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.MethodCallExprContext
 
methodCallExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
MethodCallExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
MethodCallExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.MethodCallExprMetaModel
 
MethodComparator - Class in com.github.javaparser.symbolsolver.reflectionmodel.comparators
 
MethodComparator() - Constructor for class com.github.javaparser.symbolsolver.reflectionmodel.comparators.MethodComparator
 
MethodContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
 
MethodContext(MethodDeclaration, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.MethodContext
 
methodDeclaration - Variable in class com.github.javaparser.symbolsolver.declarations.common.MethodDeclarationCommonLogic
 
MethodDeclaration - Class in com.github.javaparser.ast.body
A method declaration.
MethodDeclaration() - Constructor for class com.github.javaparser.ast.body.MethodDeclaration
 
MethodDeclaration(NodeList<Modifier>, NodeList<AnnotationExpr>, NodeList<TypeParameter>, Type, SimpleName, NodeList<Parameter>, NodeList<ReferenceType>, BlockStmt) - Constructor for class com.github.javaparser.ast.body.MethodDeclaration
 
MethodDeclaration(NodeList<Modifier>, NodeList<AnnotationExpr>, NodeList<TypeParameter>, Type, SimpleName, NodeList<Parameter>, NodeList<ReferenceType>, BlockStmt, ReceiverParameter) - Constructor for class com.github.javaparser.ast.body.MethodDeclaration
 
MethodDeclaration(NodeList<Modifier>, Type, String) - Constructor for class com.github.javaparser.ast.body.MethodDeclaration
 
MethodDeclaration(NodeList<Modifier>, String, Type, NodeList<Parameter>) - Constructor for class com.github.javaparser.ast.body.MethodDeclaration
 
MethodDeclaration(TokenRange, NodeList<Modifier>, NodeList<AnnotationExpr>, NodeList<TypeParameter>, Type, SimpleName, NodeList<Parameter>, NodeList<ReferenceType>, BlockStmt, ReceiverParameter) - Constructor for class com.github.javaparser.ast.body.MethodDeclaration
This constructor is used by the parser and is considered private.
MethodDeclaration(ModifierHolder) - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-8.html#jls-8.4
MethodDeclarationCommonLogic - Class in com.github.javaparser.symbolsolver.declarations.common
 
MethodDeclarationCommonLogic(ResolvedMethodDeclaration, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.declarations.common.MethodDeclarationCommonLogic
 
methodDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
MethodDeclarationMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
MethodDeclarationMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.MethodDeclarationMetaModel
 
MethodDeclarationParseStart() - Method in class com.github.javaparser.GeneratedJavaParser
 
methodLikeAdaper - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistConstructorDeclaration
 
methodLikeAdaper - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
 
methodReference - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.MethodReferenceThrowsCompatibleWithType
 
MethodReferenceExpr - Class in com.github.javaparser.ast.expr
Method reference expressions introduced in Java 8 specifically designed to simplify lambda Expressions.
MethodReferenceExpr() - Constructor for class com.github.javaparser.ast.expr.MethodReferenceExpr
 
MethodReferenceExpr(Expression, NodeList<Type>, String) - Constructor for class com.github.javaparser.ast.expr.MethodReferenceExpr
 
MethodReferenceExpr(TokenRange, Expression, NodeList<Type>, String) - Constructor for class com.github.javaparser.ast.expr.MethodReferenceExpr
This constructor is used by the parser and is considered private.
MethodReferenceExprContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
 
MethodReferenceExprContext(MethodReferenceExpr, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.MethodReferenceExprContext
 
methodReferenceExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
MethodReferenceExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
MethodReferenceExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.MethodReferenceExprMetaModel
 
MethodReferenceThrowsCompatibleWithType - Class in com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas
The checked exceptions thrown by the referenced method are declared by the throws clause of the function type derived from T.
MethodReferenceThrowsCompatibleWithType() - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.MethodReferenceThrowsCompatibleWithType
 
MethodResolutionCapability - Interface in com.github.javaparser.resolution.logic
 
MethodResolutionLogic - Class in com.github.javaparser.resolution.logic
 
MethodResolutionLogic() - Constructor for class com.github.javaparser.resolution.logic.MethodResolutionLogic
 
methodSignature - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodLikeDeclarationAdapter
 
MethodType - Class in com.github.javaparser.symbolsolver.resolution.typeinference
A MethodType is an ordered 4-tuple consisting of: 1.
MethodType(List<ResolvedTypeParameterDeclaration>, List<ResolvedType>, ResolvedType, List<ResolvedType>) - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.MethodType
 
MethodUsage - Class in com.github.javaparser.resolution
This is basically a MethodDeclaration with some TypeParameters defined.
MethodUsage(ResolvedMethodDeclaration) - Constructor for class com.github.javaparser.resolution.MethodUsage
 
MethodUsage(ResolvedMethodDeclaration, List<ResolvedType>, ResolvedType) - Constructor for class com.github.javaparser.resolution.MethodUsage
 
MethodUsage(ResolvedMethodDeclaration, List<ResolvedType>, ResolvedType, List<ResolvedType>) - Constructor for class com.github.javaparser.resolution.MethodUsage
 
MethodUsage(ResolvedMethodDeclaration, List<ResolvedType>, ResolvedType, List<ResolvedType>, ResolvedTypeParametersMap) - Constructor for class com.github.javaparser.resolution.MethodUsage
 
MethodUsageResolutionCapability - Interface in com.github.javaparser.symbolsolver.core.resolution
 
minimalCandidates(List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic
Let MEC, the minimal erased candidate set for U1 ...
minus(CommentsCollection) - Method in class com.github.javaparser.ast.comments.CommentsCollection
 
minus(CacheStats) - Method in interface com.github.javaparser.resolution.cache.CacheStats
Returns a new ICacheStats representing the difference between this ICacheStats and other.
minus(CacheStats) - Method in class com.github.javaparser.symbolsolver.cache.DefaultCacheStats
Returns a new ICacheStats representing the difference between this ICacheStats and other.
MINUS - Enum constant in enum com.github.javaparser.ast.expr.AssignExpr.Operator
 
MINUS - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
 
MINUS - Enum constant in enum com.github.javaparser.ast.expr.UnaryExpr.Operator
 
MINUS - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
MINUS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
MINUSASSIGN - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
MINUSASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
missCount - Variable in class com.github.javaparser.symbolsolver.cache.DefaultCacheStats
 
missCount() - Method in interface com.github.javaparser.resolution.cache.CacheStats
Returns the number of times lookup methods have returned an uncached (newly loaded) value, or null.
missCount() - Method in class com.github.javaparser.symbolsolver.cache.DefaultCacheStats
Returns the number of times Cache lookup methods have returned an uncached (newly loaded) value, or null.
missRate() - Method in interface com.github.javaparser.resolution.cache.CacheStats
Returns the ratio of cache requests which were misses.
missRate() - Method in class com.github.javaparser.symbolsolver.cache.DefaultCacheStats
Returns the ratio of cache requests which were misses.
mix(CsmElement...) - Static method in class com.github.javaparser.printer.ConcreteSyntaxModel
Build a mix collecting all the elements specified.
MIXED - Enum constant in enum com.github.javaparser.utils.LineSeparator
The MIXED line ending is used where strings appear to have multiple different line separators e.g.
Modifier - Class in com.github.javaparser.ast
A modifier, like private, public, or volatile.
Modifier() - Constructor for class com.github.javaparser.ast.Modifier
 
Modifier(Modifier.Keyword) - Constructor for class com.github.javaparser.ast.Modifier
 
Modifier(TokenRange, Modifier.Keyword) - Constructor for class com.github.javaparser.ast.Modifier
This constructor is used by the parser and is considered private.
Modifier.Keyword - Enum in com.github.javaparser.ast
The Java modifier keywords.
ModifierHolder - Class in com.github.javaparser
Helper class for GeneratedJavaParser
ModifierHolder(JavaToken, NodeList<Modifier>, NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ModifierHolder
 
modifierMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ModifierMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
ModifierMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.ModifierMetaModel
 
modifiers - Variable in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
 
modifiers - Variable in class com.github.javaparser.ast.body.CallableDeclaration
 
modifiers - Variable in class com.github.javaparser.ast.body.CompactConstructorDeclaration
 
modifiers - Variable in class com.github.javaparser.ast.body.FieldDeclaration
 
modifiers - Variable in class com.github.javaparser.ast.body.Parameter
 
modifiers - Variable in class com.github.javaparser.ast.body.TypeDeclaration
 
modifiers - Variable in class com.github.javaparser.ast.expr.RecordPatternExpr
 
modifiers - Variable in class com.github.javaparser.ast.expr.TypePatternExpr
 
modifiers - Variable in class com.github.javaparser.ast.expr.VariableDeclarationExpr
 
modifiers - Variable in class com.github.javaparser.ast.modules.ModuleRequiresDirective
 
modifiers - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java9Validator
 
modifiers - Variable in class com.github.javaparser.ModifierHolder
 
modifiers() - Static method in class com.github.javaparser.printer.ConcreteSyntaxModel
 
Modifiers() - Method in class com.github.javaparser.GeneratedJavaParser
 
MODIFIERS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
modifiersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.AnnotationMemberDeclarationMetaModel
 
modifiersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CallableDeclarationMetaModel
 
modifiersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CompactConstructorDeclarationMetaModel
 
modifiersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.FieldDeclarationMetaModel
 
modifiersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ModuleRequiresDirectiveMetaModel
 
modifiersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ParameterMetaModel
 
modifiersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.RecordPatternExprMetaModel
 
modifiersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.TypeDeclarationMetaModel
 
modifiersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.TypePatternExprMetaModel
 
modifiersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.VariableDeclarationExprMetaModel
 
modifiersToAccessLevel(int) - Static method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistFactory
 
modifiersToAccessLevel(int) - Static method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionFactory
 
modifiersWithoutDefaultAndStaticInterfaceMethodsAndPrivateInterfaceMethods - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java1_2Validator
 
modifiersWithoutPrivateInterfaceMethods - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java8Validator
 
modifiersWithoutStrictfpAndDefaultAndStaticInterfaceMethodsAndPrivateInterfaceMethods - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java1_0Validator
 
ModifierValidator - Class in com.github.javaparser.ast.validator.language_level_validations.chunks
Verifies that only allowed modifiers are used where modifiers are expected.
ModifierValidator(boolean, boolean, boolean) - Constructor for class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
 
ModifierVisitor<A> - Class in com.github.javaparser.ast.visitor
This visitor can be used to save time when some specific nodes needs to be changed.
ModifierVisitor() - Constructor for class com.github.javaparser.ast.visitor.ModifierVisitor
 
modifyList(NodeList<N>, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
modifyList(Optional<NodeList<N>>, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
module - Variable in class com.github.javaparser.ast.CompilationUnit
 
MODULE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
MODULE - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
MODULE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
MODULE_DECLARATION - Static variable in interface com.github.javaparser.ParseStart
 
MODULE_DIRECTIVE - Static variable in interface com.github.javaparser.ParseStart
 
MODULE_NAME - Enum constant in enum com.github.javaparser.symbolsolver.resolution.naming.NameCategory
 
MODULE_NAMES - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
ModuleDeclaration - Class in com.github.javaparser.ast.modules
A Java 9 Jigsaw module declaration.
ModuleDeclaration() - Constructor for class com.github.javaparser.ast.modules.ModuleDeclaration
 
ModuleDeclaration(Name, boolean) - Constructor for class com.github.javaparser.ast.modules.ModuleDeclaration
 
ModuleDeclaration(NodeList<AnnotationExpr>, Name, boolean, NodeList<ModuleDirective>) - Constructor for class com.github.javaparser.ast.modules.ModuleDeclaration
 
ModuleDeclaration(TokenRange, NodeList<AnnotationExpr>, Name, boolean, NodeList<ModuleDirective>) - Constructor for class com.github.javaparser.ast.modules.ModuleDeclaration
This constructor is used by the parser and is considered private.
ModuleDeclaration(ModifierHolder) - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-7.html#jls-7.7
moduleDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ModuleDeclarationMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
ModuleDeclarationMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.ModuleDeclarationMetaModel
 
ModuleDeclarationParseStart() - Method in class com.github.javaparser.GeneratedJavaParser
 
ModuleDirective - Class in com.github.javaparser.ast.modules
A module directive.
ModuleDirective() - Constructor for class com.github.javaparser.ast.modules.ModuleDirective
 
ModuleDirective(TokenRange) - Constructor for class com.github.javaparser.ast.modules.ModuleDirective
This constructor is used by the parser and is considered private.
ModuleDirective() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-7.html#jls-ModuleDirective
moduleDirectiveMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ModuleDirectiveMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
ModuleDirectiveMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.ModuleDirectiveMetaModel
 
ModuleDirectiveMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.ModuleDirectiveMetaModel
 
ModuleDirectiveParseStart() - Method in class com.github.javaparser.GeneratedJavaParser
 
ModuleExportsDirective - Class in com.github.javaparser.ast.modules
An exports directive in module-info.java.
ModuleExportsDirective() - Constructor for class com.github.javaparser.ast.modules.ModuleExportsDirective
 
ModuleExportsDirective(Name, NodeList<Name>) - Constructor for class com.github.javaparser.ast.modules.ModuleExportsDirective
 
ModuleExportsDirective(TokenRange, Name, NodeList<Name>) - Constructor for class com.github.javaparser.ast.modules.ModuleExportsDirective
This constructor is used by the parser and is considered private.
moduleExportsDirectiveMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ModuleExportsDirectiveMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
ModuleExportsDirectiveMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.ModuleExportsDirectiveMetaModel
 
moduleNames - Variable in class com.github.javaparser.ast.modules.ModuleExportsDirective
 
moduleNames - Variable in class com.github.javaparser.ast.modules.ModuleOpensDirective
 
moduleNamesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ModuleExportsDirectiveMetaModel
 
moduleNamesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ModuleOpensDirectiveMetaModel
 
ModuleOpensDirective - Class in com.github.javaparser.ast.modules
An opens directive in module-info.java.
ModuleOpensDirective() - Constructor for class com.github.javaparser.ast.modules.ModuleOpensDirective
 
ModuleOpensDirective(Name, NodeList<Name>) - Constructor for class com.github.javaparser.ast.modules.ModuleOpensDirective
 
ModuleOpensDirective(TokenRange, Name, NodeList<Name>) - Constructor for class com.github.javaparser.ast.modules.ModuleOpensDirective
This constructor is used by the parser and is considered private.
moduleOpensDirectiveMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ModuleOpensDirectiveMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
ModuleOpensDirectiveMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.ModuleOpensDirectiveMetaModel
 
modulePropertyMetaModel - Variable in class com.github.javaparser.metamodel.CompilationUnitMetaModel
 
ModuleProvidesDirective - Class in com.github.javaparser.ast.modules
A provides directive in module-info.java.
ModuleProvidesDirective() - Constructor for class com.github.javaparser.ast.modules.ModuleProvidesDirective
 
ModuleProvidesDirective(Name, NodeList<Name>) - Constructor for class com.github.javaparser.ast.modules.ModuleProvidesDirective
 
ModuleProvidesDirective(TokenRange, Name, NodeList<Name>) - Constructor for class com.github.javaparser.ast.modules.ModuleProvidesDirective
This constructor is used by the parser and is considered private.
moduleProvidesDirectiveMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ModuleProvidesDirectiveMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
ModuleProvidesDirectiveMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.ModuleProvidesDirectiveMetaModel
 
ModuleRequiresDirective - Class in com.github.javaparser.ast.modules
A require directive in module-info.java.
ModuleRequiresDirective() - Constructor for class com.github.javaparser.ast.modules.ModuleRequiresDirective
 
ModuleRequiresDirective(NodeList<Modifier>, Name) - Constructor for class com.github.javaparser.ast.modules.ModuleRequiresDirective
 
ModuleRequiresDirective(TokenRange, NodeList<Modifier>, Name) - Constructor for class com.github.javaparser.ast.modules.ModuleRequiresDirective
This constructor is used by the parser and is considered private.
moduleRequiresDirectiveMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ModuleRequiresDirectiveMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
ModuleRequiresDirectiveMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.ModuleRequiresDirectiveMetaModel
 
ModuleUsesDirective - Class in com.github.javaparser.ast.modules
A uses directive in module-info.java.
ModuleUsesDirective() - Constructor for class com.github.javaparser.ast.modules.ModuleUsesDirective
 
ModuleUsesDirective(Name) - Constructor for class com.github.javaparser.ast.modules.ModuleUsesDirective
 
ModuleUsesDirective(TokenRange, Name) - Constructor for class com.github.javaparser.ast.modules.ModuleUsesDirective
This constructor is used by the parser and is considered private.
moduleUsesDirectiveMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ModuleUsesDirectiveMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
ModuleUsesDirectiveMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.ModuleUsesDirectiveMetaModel
 
MoreLexicalActions() - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
moreSpecificMethodInference(MethodCallExpr, ResolvedMethodDeclaration, ResolvedMethodDeclaration) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeInference
Return if m2 is more specific than m1
MULTI_LINE_COMMENT - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
MULTI_LINE_COMMENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
multiCatch - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java7Validator
 
multiple - Variable in enum com.github.javaparser.ast.observer.ObservableProperty.Type
 
MULTIPLE_ATTRIBUTE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty.Type
 
MULTIPLE_REFERENCE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty.Type
 
MultiplicativeExpression() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-15.html#jls-15.17
MULTIPLY - Enum constant in enum com.github.javaparser.ast.expr.AssignExpr.Operator
 
MULTIPLY - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
 
myDeclaration - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AnonymousClassDeclarationContext
 

N

name - Variable in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
 
name - Variable in class com.github.javaparser.ast.body.CallableDeclaration
 
name - Variable in class com.github.javaparser.ast.body.CallableDeclaration.Signature
 
name - Variable in class com.github.javaparser.ast.body.CompactConstructorDeclaration
 
name - Variable in class com.github.javaparser.ast.body.EnumConstantDeclaration
 
name - Variable in class com.github.javaparser.ast.body.Parameter
 
name - Variable in class com.github.javaparser.ast.body.ReceiverParameter
 
name - Variable in class com.github.javaparser.ast.body.TypeDeclaration
 
name - Variable in class com.github.javaparser.ast.body.VariableDeclarator
 
name - Variable in class com.github.javaparser.ast.expr.AnnotationExpr
 
name - Variable in class com.github.javaparser.ast.expr.ArrayAccessExpr
 
name - Variable in class com.github.javaparser.ast.expr.FieldAccessExpr
 
name - Variable in class com.github.javaparser.ast.expr.MemberValuePair
 
name - Variable in class com.github.javaparser.ast.expr.MethodCallExpr
 
name - Variable in class com.github.javaparser.ast.expr.NameExpr
 
name - Variable in class com.github.javaparser.ast.expr.TypePatternExpr
 
name - Variable in class com.github.javaparser.ast.ImportDeclaration
 
name - Variable in class com.github.javaparser.ast.modules.ModuleDeclaration
 
name - Variable in class com.github.javaparser.ast.modules.ModuleExportsDirective
 
name - Variable in class com.github.javaparser.ast.modules.ModuleOpensDirective
 
name - Variable in class com.github.javaparser.ast.modules.ModuleProvidesDirective
 
name - Variable in class com.github.javaparser.ast.modules.ModuleRequiresDirective
 
name - Variable in class com.github.javaparser.ast.modules.ModuleUsesDirective
 
name - Variable in class com.github.javaparser.ast.PackageDeclaration
 
name - Variable in class com.github.javaparser.ast.type.ClassOrInterfaceType
 
name - Variable in class com.github.javaparser.ast.type.TypeParameter
 
name - Variable in class com.github.javaparser.javadoc.JavadocBlockTag
 
name - Variable in class com.github.javaparser.metamodel.BaseNodeMetaModel
 
name - Variable in class com.github.javaparser.metamodel.PropertyMetaModel
 
name - Variable in class com.github.javaparser.resolution.model.Value
 
name - Variable in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
 
name - Variable in exception class com.github.javaparser.resolution.UnsolvedSymbolException
The name of the symbol that could not be resolved.
name - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
 
name - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistParameterDeclaration
 
name - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionParameterDeclaration
 
name - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionPatternDeclaration
 
name - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.InferenceVariable
 
Name - Class in com.github.javaparser.ast.expr
A name that may consist of multiple identifiers.
Name() - Constructor for class com.github.javaparser.ast.expr.Name
 
Name(Name, String) - Constructor for class com.github.javaparser.ast.expr.Name
 
Name(TokenRange, Name, String) - Constructor for class com.github.javaparser.ast.expr.Name
This constructor is used by the parser and is considered private.
Name(String) - Constructor for class com.github.javaparser.ast.expr.Name
 
Name() - Method in class com.github.javaparser.GeneratedJavaParser
A SimpleName is just an identifier.
NAME - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
NAME - Enum constant in enum com.github.javaparser.ast.type.ArrayType.Origin
The [] were found on the name, like "int a[]" or "String abc()[][]"
NAME - Static variable in interface com.github.javaparser.ParseStart
 
nameAsString(Node) - Static method in class com.github.javaparser.symbolsolver.resolution.naming.NameLogic
Return the string representation of the name
NameCategory - Enum in com.github.javaparser.symbolsolver.resolution.naming
Context causes a name syntactically to fall into one of seven categories: ModuleName, PackageName, TypeName, ExpressionName, MethodName, PackageOrTypeName, or AmbiguousName.
NameCategory(boolean) - Constructor for enum com.github.javaparser.symbolsolver.resolution.naming.NameCategory
 
NameExpr - Class in com.github.javaparser.ast.expr
Whenever a SimpleName is used in an expression, it is wrapped in NameExpr.
NameExpr() - Constructor for class com.github.javaparser.ast.expr.NameExpr
 
NameExpr(SimpleName) - Constructor for class com.github.javaparser.ast.expr.NameExpr
 
NameExpr(TokenRange, SimpleName) - Constructor for class com.github.javaparser.ast.expr.NameExpr
This constructor is used by the parser and is considered private.
NameExpr(String) - Constructor for class com.github.javaparser.ast.expr.NameExpr
 
nameExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
NameExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
NameExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.NameExprMetaModel
 
NameLogic - Class in com.github.javaparser.symbolsolver.resolution.naming
NameLogic contains a set of static methods to implement the abstraction of a "Name" as defined in Chapter 6 of the JLS.
NameLogic() - Constructor for class com.github.javaparser.symbolsolver.resolution.naming.NameLogic
 
NameLogic.PredicateOnParentAndChild<P,C> - Interface in com.github.javaparser.symbolsolver.resolution.naming
 
nameMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
NameMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
NameMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.NameMetaModel
 
nameOfBoxedType - Variable in enum com.github.javaparser.ast.type.PrimitiveType.Primitive
 
NameParseStart() - Method in class com.github.javaparser.GeneratedJavaParser
 
namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.AnnotationExprMetaModel
 
namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.AnnotationMemberDeclarationMetaModel
 
namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ArrayAccessExprMetaModel
 
namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.CallableDeclarationMetaModel
 
namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ClassOrInterfaceTypeMetaModel
 
namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.CompactConstructorDeclarationMetaModel
 
namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.EnumConstantDeclarationMetaModel
 
namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.FieldAccessExprMetaModel
 
namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ImportDeclarationMetaModel
 
namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.MemberValuePairMetaModel
 
namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.MethodCallExprMetaModel
 
namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ModuleDeclarationMetaModel
 
namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ModuleExportsDirectiveMetaModel
 
namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ModuleOpensDirectiveMetaModel
 
namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ModuleProvidesDirectiveMetaModel
 
namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ModuleRequiresDirectiveMetaModel
 
namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ModuleUsesDirectiveMetaModel
 
namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.NameExprMetaModel
 
namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.PackageDeclarationMetaModel
 
namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ParameterMetaModel
 
namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ReceiverParameterMetaModel
 
namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.TypeDeclarationMetaModel
 
namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.TypeParameterMetaModel
 
namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.TypePatternExprMetaModel
 
namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.VariableDeclaratorMetaModel
 
NameRole - Enum in com.github.javaparser.symbolsolver.resolution.naming
Each Name can be part either of a Declaration or a Reference to a Declaration.
NameRole() - Constructor for enum com.github.javaparser.symbolsolver.resolution.naming.NameRole
 
nameToDeclaration - Variable in class com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametersMap.Builder
 
nameToDeclaration - Variable in class com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametersMap
 
nameToValue - Variable in class com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametersMap.Builder
 
nameToValue - Variable in class com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametersMap
 
NATIVE - Enum constant in enum com.github.javaparser.ast.Modifier.Keyword
 
NATIVE - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
NATIVE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
nativeModifier() - Static method in class com.github.javaparser.ast.Modifier
 
Navigator - Class in com.github.javaparser.resolution
This class can be used to easily retrieve nodes from a JavaParser AST.
Navigator() - Constructor for class com.github.javaparser.resolution.Navigator
 
NE - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
NE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
needDisambiguation - Variable in enum com.github.javaparser.symbolsolver.resolution.naming.NameCategory
 
negatedTypePatternExprsExposedFromChildren() - Method in interface com.github.javaparser.resolution.Context
 
negatedTypePatternExprsExposedFromChildren() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AbstractJavaParserContext
 
NEW - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
NEW - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
newline() - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
newline(LineSeparator) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
newParser() - Static method in class com.github.javaparser.StaticJavaParser
 
newParserAdapted() - Static method in class com.github.javaparser.StaticJavaParser
 
newToken(int) - Static method in class com.github.javaparser.Token
 
newToken(int, String) - Static method in class com.github.javaparser.Token
Returns a new Token object, by default.
newValue - Variable in class com.github.javaparser.printer.lexicalpreservation.changes.ListReplacementChange
 
newValue - Variable in class com.github.javaparser.printer.lexicalpreservation.changes.PropertyChange
 
next - Variable in class com.github.javaparser.GeneratedJavaParser.JJCalls
 
next - Variable in class com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory.CascadingIterator
 
next - Variable in class com.github.javaparser.Token
A reference to the next regular (non-special) token from the input stream.
next() - Method in class com.github.javaparser.ast.Node.BreadthFirstIterator
 
next() - Method in class com.github.javaparser.ast.Node.DirectChildrenIterator
 
next() - Method in class com.github.javaparser.ast.Node.ParentsVisitor
 
next() - Method in class com.github.javaparser.ast.Node.PostOrderIterator
 
next() - Method in class com.github.javaparser.ast.Node.PreOrderIterator
 
next() - Method in class com.github.javaparser.ast.NodeList.NodeListIterator
 
next() - Method in class com.github.javaparser.printer.lexicalpreservation.Difference.ArrayIterator
 
next() - Method in class com.github.javaparser.printer.lexicalpreservation.PeekingIterator
 
next() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory.CascadingIterator
 
next() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory.ComposedIterator
 
next() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory.EmptyIterator
 
next() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory.SingleElementIterator
 
NEXT_AND_SAME - Enum constant in enum com.github.javaparser.printer.lexicalpreservation.ReshuffledDiffElementExtractor.MatchClassification
 
nextBufferedChar() - Method in class com.github.javaparser.LineEndingProcessingProvider
Retrieves the next un-escaped character from the buffered LineEndingProcessingProvider._input.
nextBufferedChar() - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider
Retrieves the next un-escaped character from the buffered UnicodeEscapeProcessingProvider._input.
nextDiffElement(List<DifferenceElement>, int) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
nextIndex() - Method in class com.github.javaparser.ast.NodeList.NodeListIterator
 
nextIndex() - Method in class com.github.javaparser.printer.lexicalpreservation.Difference.ArrayIterator
 
nextIndex() - Method in class com.github.javaparser.printer.lexicalpreservation.PeekingIterator
 
nextInferenceVariableId - Variable in class com.github.javaparser.resolution.logic.InferenceContext
 
nextInputChar() - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider
Processes column/line information from the input file.
nextIsRightBrace(int) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
nextLine() - Method in class com.github.javaparser.Position
 
nextNodeName() - Method in class com.github.javaparser.printer.DotPrinter
 
nextOrder - Variable in class com.github.javaparser.printer.lexicalpreservation.Reshuffled
 
nextOutputChar() - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider
Produces the next un-escaped character to be written to the output.
nextProvider - Variable in class com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory.CascadingIterator
 
nextToken - Variable in class com.github.javaparser.JavaToken
 
nextWord(String) - Static method in class com.github.javaparser.utils.Utils
Return the next word of the string, in other words it stops when a space is encountered.
noAnnotations - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java1_0Validator
 
noAssertKeyword - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java1_0Validator
 
noBinaryIntegerLiterals - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java1_0Validator
 
NoBinaryIntegerLiteralsValidator - Class in com.github.javaparser.ast.validator.language_level_validations.chunks
 
NoBinaryIntegerLiteralsValidator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.chunks.NoBinaryIntegerLiteralsValidator
 
NoCache<K,V> - Class in com.github.javaparser.symbolsolver.cache
A cache implementation that does not store any information.
NoCache() - Constructor for class com.github.javaparser.symbolsolver.cache.NoCache
 
NoChange - Class in com.github.javaparser.printer.lexicalpreservation.changes
No change.
NoChange() - Constructor for class com.github.javaparser.printer.lexicalpreservation.changes.NoChange
 
NoCommentEqualsVisitor - Class in com.github.javaparser.ast.visitor
 
NoCommentEqualsVisitor() - Constructor for class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
NoCommentHashCodeVisitor - Class in com.github.javaparser.ast.visitor
 
NoCommentHashCodeVisitor() - Constructor for class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
node - Variable in class com.github.javaparser.ast.Node.ParentsVisitor
 
node - Variable in enum com.github.javaparser.ast.observer.ObservableProperty.Type
 
node - Variable in class com.github.javaparser.printer.lexicalpreservation.Difference
 
node - Variable in class com.github.javaparser.printer.lexicalpreservation.DifferenceElementCalculator.ChildPositionInfo
 
Node - Class in com.github.javaparser.ast
Base class for all nodes of the abstract syntax tree.
Node(TokenRange) - Constructor for class com.github.javaparser.ast.Node
 
NODE_BY_BEGIN_POSITION - Static variable in class com.github.javaparser.ast.Node
This can be used to sort nodes on position.
NODE_TEXT_DATA - Static variable in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter
The nodetext for a node is stored in the node's data field.
Node.BreadthFirstIterator - Class in com.github.javaparser.ast
Performs a breadth-first node traversal starting with a given node.
Node.DirectChildrenIterator - Class in com.github.javaparser.ast
Performs a simple traversal over all nodes that have the passed node as their parent.
Node.ObserverRegistrationMode - Enum in com.github.javaparser.ast
Different registration mode for observers on nodes.
Node.ParentsVisitor - Class in com.github.javaparser.ast
Iterates over the parent of the node, then the parent's parent, then the parent's parent's parent, until running out of parents.
Node.Parsedness - Enum in com.github.javaparser.ast
 
Node.PostOrderIterator - Class in com.github.javaparser.ast
Performs a post-order (or leaves-first) node traversal starting with a given node.
Node.PostOrderIterator.Level - Class in com.github.javaparser.ast
Represents a level in the traversal stack during the post-order iteration.
Node.PreOrderIterator - Class in com.github.javaparser.ast
Performs a pre-order (or depth-first) node traversal starting with a given node.
Node.TreeTraversal - Enum in com.github.javaparser.ast
 
nodeAdded - Variable in class com.github.javaparser.printer.lexicalpreservation.changes.ListAdditionChange
 
nodeContains(Node, Node, boolean) - Static method in class com.github.javaparser.utils.PositionUtils
Compare the position of two nodes.
nodeContextIsChainedIfElseIf(Context) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.IfStatementContext
if() { // Does not match here (doesn't need to, as stuff inside of the if() is likely in context..) } else if() { // Matches here } else { // Matches here }
nodeContextIsConditionOfIfStmt(Context) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.IfStatementContext
 
nodeContextIsImmediateChildElse(Context) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.IfStatementContext
if() { // Does not match here (doesn't need to, as stuff inside of the if() is likely in context..) } else { // Does not match here, as the else block is a field inside of an ifstmt as opposed to child }
nodeContextIsThenOfIfStmt(Context) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.IfStatementContext
if() { // Does not match here (doesn't need to, as stuff inside of the if() is likely in context..) } else { // Does not match here, as the else block is a field inside of an ifstmt as opposed to child }
nodeCount - Variable in class com.github.javaparser.printer.DotPrinter
 
nodeEquals(Optional<T>, Optional<T>) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
nodeEquals(Optional<T>, Optional<T>) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
nodeEquals(T, T) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
nodeEquals(T, T) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
NodeFinderVisitor - Class in com.github.javaparser.ast.visitor
 
NodeFinderVisitor(BiFunction<Node, Range, Boolean>) - Constructor for class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
nodeList(NodeList<X>) - Static method in class com.github.javaparser.ast.NodeList
 
nodeList(Collection<X>) - Static method in class com.github.javaparser.ast.NodeList
 
nodeList(X...) - Static method in class com.github.javaparser.ast.NodeList
 
NodeList<N> - Class in com.github.javaparser.ast
A list of nodes.
NodeList() - Constructor for class com.github.javaparser.ast.NodeList
 
NodeList(Collection<N>) - Constructor for class com.github.javaparser.ast.NodeList
 
NodeList(N...) - Constructor for class com.github.javaparser.ast.NodeList
 
NodeList.NodeListIterator - Class in com.github.javaparser.ast
 
nodeListBegin(NodeList<?>) - Method in class com.github.javaparser.GeneratedJavaParserBase
Get the token that starts the NodeList l
NodeListIterator(List<N>) - Constructor for class com.github.javaparser.ast.NodeList.NodeListIterator
 
NodeListIterator(List<N>, int) - Constructor for class com.github.javaparser.ast.NodeList.NodeListIterator
 
nodeMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
NodeMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
NodeMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.NodeMetaModel
 
NodeMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.NodeMetaModel
 
nodeMetaModels - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
nodeReference - Variable in class com.github.javaparser.metamodel.PropertyMetaModel
 
nodes - Variable in class com.github.javaparser.ast.Node.PostOrderIterator.Level
 
nodesEquals(NodeList<N>, NodeList<N>) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
nodesEquals(NodeList<N>, NodeList<N>) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
nodesEquals(List<T>, List<T>) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
nodesEquals(Optional<NodeList<T>>, Optional<NodeList<T>>) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
nodesEquals(Optional<NodeList<T>>, Optional<NodeList<T>>) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
nodeText - Variable in class com.github.javaparser.printer.lexicalpreservation.Difference
 
nodeText - Variable in class com.github.javaparser.printer.lexicalpreservation.ReshuffledDiffElementExtractor
 
NodeText - Class in com.github.javaparser.printer.lexicalpreservation
This contains the lexical information for a single node.
NodeText() - Constructor for class com.github.javaparser.printer.lexicalpreservation.NodeText
Initialize with an empty list of elements.
NodeText(List<TextElement>) - Constructor for class com.github.javaparser.printer.lexicalpreservation.NodeText
 
NodeWithAbstractModifier<N> - Interface in com.github.javaparser.ast.nodeTypes.modifiers
A node that can be abstract.
NodeWithAccessModifiers<N> - Interface in com.github.javaparser.ast.nodeTypes.modifiers
A node that can be public, protected, and/or private.
NodeWithAnnotations<N> - Interface in com.github.javaparser.ast.nodeTypes
A node that can be annotated.
NodeWithArguments<N> - Interface in com.github.javaparser.ast.nodeTypes
A node with arguments.
NodeWithBlockStmt<N> - Interface in com.github.javaparser.ast.nodeTypes
A node with a body that is a BlockStmt.
NodeWithBody<N> - Interface in com.github.javaparser.ast.nodeTypes
 
NodeWithCondition<N> - Interface in com.github.javaparser.ast.nodeTypes
 
NodeWithDeclaration - Interface in com.github.javaparser.ast.nodeTypes
Node with a declaration representable as a String.
NodeWithExpression<N> - Interface in com.github.javaparser.ast.nodeTypes
A node that has an expression in it.
NodeWithExtends<N> - Interface in com.github.javaparser.ast.nodeTypes
A node that explicitly extends other types, using the extends keyword.
NodeWithFinalModifier<N> - Interface in com.github.javaparser.ast.nodeTypes.modifiers
A node that can be final.
NodeWithIdentifier<N> - Interface in com.github.javaparser.ast.nodeTypes
 
NodeWithImplements<N> - Interface in com.github.javaparser.ast.nodeTypes
A node that implements other types.
NodeWithJavadoc<N> - Interface in com.github.javaparser.ast.nodeTypes
A node that can be documented with a Javadoc comment.
NodeWithMembers<N> - Interface in com.github.javaparser.ast.nodeTypes
A node having members.
NodeWithModifiers<N> - Interface in com.github.javaparser.ast.nodeTypes
A Node with Modifiers.
NodeWithName<N> - Interface in com.github.javaparser.ast.nodeTypes
A node with a (qualified) name.
NodeWithOptionalBlockStmt<N> - Interface in com.github.javaparser.ast.nodeTypes
A node with a body that is a BlockStmt, which is optional.
NodeWithOptionalLabel<T> - Interface in com.github.javaparser.ast.nodeTypes
A node that has an optional label.
NodeWithOptionalScope<N> - Interface in com.github.javaparser.ast.nodeTypes
Represents a node which has an optional scope expression eg.
NodeWithParameters<N> - Interface in com.github.javaparser.ast.nodeTypes
 
NodeWithPrivateModifier<N> - Interface in com.github.javaparser.ast.nodeTypes.modifiers
A node that can be private.
NodeWithProtectedModifier<N> - Interface in com.github.javaparser.ast.nodeTypes.modifiers
A node that can be protected.
NodeWithPublicModifier<N> - Interface in com.github.javaparser.ast.nodeTypes.modifiers
A node that can be public.
NodeWithRange<N> - Interface in com.github.javaparser.ast.nodeTypes
A node that has a Range, which is every Node.
NodeWithScope<N> - Interface in com.github.javaparser.ast.nodeTypes
Represents a node which has a required scope expression eg.
NodeWithSimpleName<N> - Interface in com.github.javaparser.ast.nodeTypes
A node with a name.
NodeWithStatements<N> - Interface in com.github.javaparser.ast.nodeTypes
A node that contains a list of statements.
NodeWithStaticModifier<N> - Interface in com.github.javaparser.ast.nodeTypes.modifiers
A node that can be static.
NodeWithStrictfpModifier<N> - Interface in com.github.javaparser.ast.nodeTypes.modifiers
A node that can be strictfp.
NodeWithThrownExceptions<N> - Interface in com.github.javaparser.ast.nodeTypes
A node that declares the types of exception it throws.
NodeWithTokenRange<N> - Interface in com.github.javaparser.ast.nodeTypes
A node that has a Range, which is every Node.
NodeWithTraversableScope - Interface in com.github.javaparser.ast.nodeTypes
Represents a node which has a scope expression that can be traversed/walked.
NodeWithType<N,T> - Interface in com.github.javaparser.ast.nodeTypes
A node with a type.
NodeWithTypeArguments<N> - Interface in com.github.javaparser.ast.nodeTypes
A node that can have type arguments.
NodeWithTypeParameters<N> - Interface in com.github.javaparser.ast.nodeTypes
A node that can have type parameters.
NodeWithVariables<N> - Interface in com.github.javaparser.ast.nodeTypes
A node which has a list of variables.
noEnums - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java1_0Validator
 
noForEach - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java1_0Validator
 
noGenerics - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java1_0Validator
 
noInnerClasses - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java1_0Validator
 
noLambdas - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java1_0Validator
 
noModules - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java1_0Validator
 
noMultiCatch - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java1_0Validator
 
NON_SEALED - Enum constant in enum com.github.javaparser.ast.Modifier.Keyword
 
NON_SEALED - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
NON_SEALED - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
none() - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
NONE - Enum constant in enum com.github.javaparser.ast.AccessSpecifier
 
NONE - Enum constant in enum com.github.javaparser.utils.LineSeparator
The NONE line ending is used where there are precisely zero line endings e.g.
NONE - Static variable in interface com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMapping.PositionUpdate
The identity position mapping.
NonEmptyProperty - Annotation Type in com.github.javaparser.metamodel
Indicate that leaving this property empty does not lead to a correct AST.
nonEnhancedSwitchTypes - Static variable in class com.github.javaparser.symbolsolver.javaparsermodel.NormalCompletionVisitor
 
nonSealedModifier() - Static method in class com.github.javaparser.ast.Modifier
 
nonWildcardParameterizationOf(ResolvedReferenceType, TypeSolver) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeHelper
See JLS 9.9
noPatternMatchingInstanceOf - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java1_0Validator
 
noPermitsListInClasses - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java1_0Validator
 
noPrimitiveGenericArguments - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java5Validator
 
noRecordDeclaration - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java1_0Validator
 
noRecordPatterns - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java1_0Validator
 
noReflection - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java1_0Validator
 
NormalAnnotationExpr - Class in com.github.javaparser.ast.expr
An annotation that has zero or more key-value pairs.
@Mapping(a=5, d=10)
NormalAnnotationExpr() - Constructor for class com.github.javaparser.ast.expr.NormalAnnotationExpr
 
NormalAnnotationExpr(Name, NodeList<MemberValuePair>) - Constructor for class com.github.javaparser.ast.expr.NormalAnnotationExpr
 
NormalAnnotationExpr(TokenRange, Name, NodeList<MemberValuePair>) - Constructor for class com.github.javaparser.ast.expr.NormalAnnotationExpr
This constructor is used by the parser and is considered private.
normalAnnotationExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
NormalAnnotationExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
NormalAnnotationExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.NormalAnnotationExprMetaModel
 
NormalCompletionVisitor - Class in com.github.javaparser.symbolsolver.javaparsermodel
When deciding into which scope pattern variables should be introduced, it is sometimes necessary to determine whether a statement can complete normally .
NormalCompletionVisitor() - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.NormalCompletionVisitor
 
normalizeEolInTextBlock(String) - Method in class com.github.javaparser.printer.SourcePrinter
Changes all EOL characters in "content" to the EOL character this SourcePrinter is using.
normalizeEolInTextBlock(String, LineSeparator) - Static method in class com.github.javaparser.utils.Utils
 
normalizeEolInTextBlock(String, String) - Static method in class com.github.javaparser.utils.Utils
 
noSealedClasses - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java1_0Validator
 
noStaticImports - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java1_0Validator
 
noSwitchExpressions - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java1_0Validator
 
noSwitchNullDefault - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java1_0Validator
 
noSwitchPatterns - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java1_0Validator
 
NoSymbolDeclarator<N> - Class in com.github.javaparser.symbolsolver.javaparsermodel.declarators
 
NoSymbolDeclarator(N, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.declarators.NoSymbolDeclarator
 
NOT_EQUALS - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
 
NOT_FOUND - Static variable in class com.github.javaparser.printer.lexicalpreservation.NodeText
 
noTextBlockLiteral - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java1_0Validator
 
notifyElementAdded(int, Node) - Method in class com.github.javaparser.ast.NodeList
 
notifyElementRemoved(int, Node) - Method in class com.github.javaparser.ast.NodeList
 
notifyElementReplaced(int, Node) - Method in class com.github.javaparser.ast.NodeList
 
notifyPropertyChange(ObservableProperty, P, P) - Method in class com.github.javaparser.ast.Node
 
NotNull - Annotation Type in com.github.javaparser.quality
 
noUnderscoresInIntegerLiterals - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java1_0Validator
 
NoUnderscoresInIntegerLiteralsValidator - Class in com.github.javaparser.ast.validator.language_level_validations.chunks
 
NoUnderscoresInIntegerLiteralsValidator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.chunks.NoUnderscoresInIntegerLiteralsValidator
 
noVarargs - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java1_0Validator
 
noYield - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java1_0Validator
 
NULL - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
NULL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
Nullable - Annotation Type in com.github.javaparser.quality
 
NullLiteral() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-3.html#jls-3.10.8
NullLiteralExpr - Class in com.github.javaparser.ast.expr
A literal "null".
NullLiteralExpr() - Constructor for class com.github.javaparser.ast.expr.NullLiteralExpr
 
NullLiteralExpr(TokenRange) - Constructor for class com.github.javaparser.ast.expr.NullLiteralExpr
This constructor is used by the parser and is considered private.
nullLiteralExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
NullLiteralExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
NullLiteralExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.NullLiteralExprMetaModel
 
NullType - Class in com.github.javaparser.resolution.model.typesystem
This is a virtual type used to represent null values.
NullType() - Constructor for class com.github.javaparser.resolution.model.typesystem.NullType
 
NUM_SPACES_FOR_INDENT - Static variable in class com.github.javaparser.printer.YamlPrinter
 
numberOfElements() - Method in class com.github.javaparser.printer.lexicalpreservation.NodeText
 
NumericConditionalExprHandler - Class in com.github.javaparser.symbolsolver.resolution.promotion
 
NumericConditionalExprHandler(ResolvedType, ResolvedType) - Constructor for class com.github.javaparser.symbolsolver.resolution.promotion.NumericConditionalExprHandler
 
NumericConverter - Static variable in class com.github.javaparser.symbolsolver.resolution.promotion.NumericConditionalExprHandler
 

O

object - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeInference
 
object() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
 
object() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
 
object() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
object() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
 
object() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
object() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeParameter
 
object() - Method in class com.github.javaparser.symbolsolver.logic.AbstractClassDeclaration
An implementation of the Object class.
object() - Method in interface com.github.javaparser.symbolsolver.logic.ObjectProvider
 
object() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
object() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
object() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionTypeParameter
 
OBJECT_PUBLIC_METHODS_SIGNATURES - Static variable in class com.github.javaparser.resolution.logic.FunctionalInterfaceLogic
 
ObjectCreationContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
 
ObjectCreationContext(ObjectCreationExpr, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ObjectCreationContext
 
ObjectCreationExpr - Class in com.github.javaparser.ast.expr
A constructor call.
ObjectCreationExpr() - Constructor for class com.github.javaparser.ast.expr.ObjectCreationExpr
 
ObjectCreationExpr(Expression, ClassOrInterfaceType, NodeList<Expression>) - Constructor for class com.github.javaparser.ast.expr.ObjectCreationExpr
Defines a call to a constructor.
ObjectCreationExpr(Expression, ClassOrInterfaceType, NodeList<Type>, NodeList<Expression>, NodeList<BodyDeclaration<?>>) - Constructor for class com.github.javaparser.ast.expr.ObjectCreationExpr
 
ObjectCreationExpr(TokenRange, Expression, ClassOrInterfaceType, NodeList<Type>, NodeList<Expression>, NodeList<BodyDeclaration<?>>) - Constructor for class com.github.javaparser.ast.expr.ObjectCreationExpr
This constructor is used by the parser and is considered private.
objectCreationExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ObjectCreationExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
ObjectCreationExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.ObjectCreationExprMetaModel
 
ObjectIdentityEqualsVisitor - Class in com.github.javaparser.ast.visitor
A visitor that calculates deep node equality by comparing all properties and child nodes of the node.
ObjectIdentityEqualsVisitor() - Constructor for class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
ObjectIdentityHashCodeVisitor - Class in com.github.javaparser.ast.visitor
A visitor that calculates a deep hash code for a node by using the hash codes of all its properties, and the hash codes of all its child nodes (by visiting those too.)
ObjectIdentityHashCodeVisitor() - Constructor for class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
ObjectProvider - Interface in com.github.javaparser.symbolsolver.logic
 
objectTypeArgumentToType(SignatureAttribute.ObjectType, TypeSolver, ResolvedTypeParametrizable) - Static method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistUtils
 
objEquals(Object, Object) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
objEquals(Object, Object) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
Observable - Interface in com.github.javaparser.ast.observer
Observable element.
observableProperty - Variable in class com.github.javaparser.printer.lexicalpreservation.changes.ListAdditionChange
 
observableProperty - Variable in class com.github.javaparser.printer.lexicalpreservation.changes.ListRemovalChange
 
observableProperty - Variable in class com.github.javaparser.printer.lexicalpreservation.changes.ListReplacementChange
 
ObservableProperty - Enum in com.github.javaparser.ast.observer
Properties considered by the AstObserver
ObservableProperty() - Constructor for enum com.github.javaparser.ast.observer.ObservableProperty
 
ObservableProperty(ObservableProperty.Type) - Constructor for enum com.github.javaparser.ast.observer.ObservableProperty
 
ObservableProperty(ObservableProperty.Type, boolean) - Constructor for enum com.github.javaparser.ast.observer.ObservableProperty
 
ObservableProperty.Type - Enum in com.github.javaparser.ast.observer
 
observer - Static variable in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter
 
Observer() - Constructor for class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter.Observer
 
ObserverRegistrationMode() - Constructor for enum com.github.javaparser.ast.Node.ObserverRegistrationMode
 
observers - Variable in class com.github.javaparser.ast.Node
 
observers - Variable in class com.github.javaparser.ast.NodeList
 
Observers - Search tag in class com.github.javaparser.ast.Node
Section
OCTAL_LITERAL - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
OCTAL_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
OctalUnescaper() - Constructor for class com.github.javaparser.utils.StringEscapeUtils.OctalUnescaper
 
of() - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic
 
of(JavaParser) - Static method in class com.github.javaparser.JavaParserAdapter
Wraps the JavaParser.
of(NodeText) - Static method in class com.github.javaparser.printer.lexicalpreservation.ReshuffledDiffElementExtractor
 
of(Integer, List<Removed>) - Static method in class com.github.javaparser.printer.lexicalpreservation.RemovedGroup
Factory method to create a RemovedGroup which consists of consecutive Removed elements
OLD_MAC_EOL - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
OLD_MAC_EOL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
oldValue - Variable in class com.github.javaparser.printer.lexicalpreservation.changes.PropertyChange
 
oneBound(Bound) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormula.ReductionResult
 
One case in a switch statement - Search tag in class com.github.javaparser.ast.stmt.SwitchEntry
Section
oneConstraint(ConstraintFormula) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormula.ReductionResult
 
onlineAnnotations() - Static method in class com.github.javaparser.printer.ConcreteSyntaxModel
 
onlyOneLabelInSwitchCase - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java1_0Validator
 
onType(String, String, List<ResolvedTypeParameterDeclaration.Bound>) - Static method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
Instantiate a TypeParameter defined on a Type with the given data.
OPEN - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
OPEN - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
OPEN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
OPENS - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
OPENS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
operator - Variable in class com.github.javaparser.ast.expr.AssignExpr
 
operator - Variable in class com.github.javaparser.ast.expr.BinaryExpr
 
operator - Variable in class com.github.javaparser.ast.expr.UnaryExpr
 
Operator(String) - Constructor for enum com.github.javaparser.ast.expr.AssignExpr.Operator
 
Operator(String) - Constructor for enum com.github.javaparser.ast.expr.BinaryExpr.Operator
 
Operator(String, boolean) - Constructor for enum com.github.javaparser.ast.expr.UnaryExpr.Operator
 
OPERATOR - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
OPERATOR - Enum constant in enum com.github.javaparser.JavaToken.Category
 
operatorPropertyMetaModel - Variable in class com.github.javaparser.metamodel.AssignExprMetaModel
 
operatorPropertyMetaModel - Variable in class com.github.javaparser.metamodel.BinaryExprMetaModel
 
operatorPropertyMetaModel - Variable in class com.github.javaparser.metamodel.UnaryExprMetaModel
 
optionalOf(String, boolean) - Static method in class com.github.javaparser.utils.CodeGenerationUtils
 
OptionalProperty - Annotation Type in com.github.javaparser.metamodel
Indicate an optional property of a Node.
OR - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
 
ORASSIGN - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
ORASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
ORDER_IMPORTS - Enum constant in enum com.github.javaparser.printer.configuration.DefaultPrinterConfiguration.ConfigOption
Order imports alphabetically
orIfInvalid(JavaToken, Node) - Method in class com.github.javaparser.GeneratedJavaParserBase
 
orIfInvalid(JavaToken, JavaToken) - Method in class com.github.javaparser.GeneratedJavaParserBase
 
orIfInvalid(Position) - Method in class com.github.javaparser.Position
 
origin - Variable in class com.github.javaparser.ast.type.ArrayType.ArrayBracketPair
 
origin - Variable in class com.github.javaparser.ast.type.ArrayType
 
Origin() - Constructor for enum com.github.javaparser.ast.type.ArrayType.Origin
 
ORIGIN - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
originalElements - Variable in class com.github.javaparser.printer.lexicalpreservation.Difference
 
originalIndex - Variable in class com.github.javaparser.printer.lexicalpreservation.Difference
 
originPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ArrayTypeMetaModel
 
orphanComments - Variable in class com.github.javaparser.ast.Node
 
orphanCommentsBeforeThis() - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
orphanCommentsEnding() - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
OS_ARCH - Static variable in class com.github.javaparser.JavaParserBuild
 
OS_NAME - Static variable in class com.github.javaparser.JavaParserBuild
 
OS_VERSION - Static variable in class com.github.javaparser.JavaParserBuild
 
out - Variable in class com.github.javaparser.symbolsolver.SourceFileInfoExtractor
 
outerMostPartOfName(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.JavaParserTypeDeclarationAdapter
 
output(Node) - Method in class com.github.javaparser.printer.DotPrinter
 
output(Node) - Method in class com.github.javaparser.printer.XmlPrinter
Generate a xml string for given AST Node.
output(Node) - Method in class com.github.javaparser.printer.YamlPrinter
 
output(Node, String, int, StringBuilder) - Method in class com.github.javaparser.printer.XmlPrinter
Deprecated.
output(Node, String, int, StringBuilder) - Method in class com.github.javaparser.printer.YamlPrinter
 
output(Node, String, String, StringBuilder) - Method in class com.github.javaparser.printer.DotPrinter
 
outputDocument(Node, String, Writer) - Method in class com.github.javaparser.printer.XmlPrinter
Output the XML Document representing given AST node to given writer.
outputDocument(Node, String, XMLStreamWriter) - Method in class com.github.javaparser.printer.XmlPrinter
Output the XML Document representing an AST node to given XMLStreamWriter.
outputNode(Node, String, XMLStreamWriter) - Method in class com.github.javaparser.printer.XmlPrinter
Output the XML Element representing an AST node to given writer.
outputNodeType - Variable in class com.github.javaparser.printer.DotPrinter
 
outputNodeType - Variable in class com.github.javaparser.printer.XmlPrinter
 
outputNodeType - Variable in class com.github.javaparser.printer.YamlPrinter
 
overlapsWith(Range) - Method in class com.github.javaparser.Range
Does the other 'Range' overlap with this 'Range'?
overridden - Variable in class com.github.javaparser.utils.VisitorList.EqualsHashcodeOverridingFacade
 
overridden - Variable in class com.github.javaparser.utils.VisitorMap.EqualsHashcodeOverridingFacade
 
overridden - Variable in class com.github.javaparser.utils.VisitorSet.EqualsHashcodeOverridingFacade
 
own(N) - Method in class com.github.javaparser.ast.NodeList
 

P

PACKAGE - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
PACKAGE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
PACKAGE_DECLARATION - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
PACKAGE_DECLARATION - Static variable in interface com.github.javaparser.ParseStart
 
PACKAGE_NAME - Enum constant in enum com.github.javaparser.symbolsolver.resolution.naming.NameCategory
 
PACKAGE_OR_TYPE_NAME - Enum constant in enum com.github.javaparser.symbolsolver.resolution.naming.NameCategory
 
packageAbsolutePath(String, String) - Static method in class com.github.javaparser.utils.CodeGenerationUtils
Calculates the path of a package.
packageAbsolutePath(Path, String) - Static method in class com.github.javaparser.utils.CodeGenerationUtils
 
packageDeclaration - Variable in class com.github.javaparser.ast.CompilationUnit
 
PackageDeclaration - Class in com.github.javaparser.ast
A package declaration.
PackageDeclaration() - Constructor for class com.github.javaparser.ast.PackageDeclaration
 
PackageDeclaration(Name) - Constructor for class com.github.javaparser.ast.PackageDeclaration
 
PackageDeclaration(NodeList<AnnotationExpr>, Name) - Constructor for class com.github.javaparser.ast.PackageDeclaration
 
PackageDeclaration(TokenRange, NodeList<AnnotationExpr>, Name) - Constructor for class com.github.javaparser.ast.PackageDeclaration
This constructor is used by the parser and is considered private.
PackageDeclaration() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-7.html#jls-7.4.1
packageDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
PackageDeclarationMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
PackageDeclarationMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.PackageDeclarationMetaModel
 
PackageDeclarationParseStart() - Method in class com.github.javaparser.GeneratedJavaParser
 
packageDeclarationPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CompilationUnitMetaModel
 
packageName - Variable in class com.github.javaparser.metamodel.BaseNodeMetaModel
 
packageName(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.CompilationUnitContext
 
packageToPath(String) - Static method in class com.github.javaparser.utils.CodeGenerationUtils
Converts a package name like "com.laamella.parser" to a path like "com/laamella/parser"
Pair<A,B> - Class in com.github.javaparser.utils
Simply a pair of objects.
Pair(A, B) - Constructor for class com.github.javaparser.utils.Pair
 
pairs - Variable in class com.github.javaparser.ast.expr.NormalAnnotationExpr
 
PAIRS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
pairsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.NormalAnnotationExprMetaModel
 
ParallelParse(Path, SourceRoot.ParallelParse.VisitFileCallback) - Constructor for class com.github.javaparser.utils.SourceRoot.ParallelParse
 
parallelStream() - Method in class com.github.javaparser.ast.NodeList
 
PARAM - Enum constant in enum com.github.javaparser.javadoc.JavadocBlockTag.Type
 
parameter - Variable in class com.github.javaparser.ast.stmt.CatchClause
 
parameter(Parameter, TypeSolver) - Static method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserSymbolDeclaration
 
Parameter - Class in com.github.javaparser.ast.body
The parameters to a method or lambda.
Parameter() - Constructor for class com.github.javaparser.ast.body.Parameter
 
Parameter(NodeList<Modifier>, NodeList<AnnotationExpr>, Type, boolean, NodeList<AnnotationExpr>, SimpleName) - Constructor for class com.github.javaparser.ast.body.Parameter
 
Parameter(NodeList<Modifier>, Type, SimpleName) - Constructor for class com.github.javaparser.ast.body.Parameter
 
Parameter(Type, SimpleName) - Constructor for class com.github.javaparser.ast.body.Parameter
 
Parameter(Type, String) - Constructor for class com.github.javaparser.ast.body.Parameter
Creates a new Parameter.
Parameter(TokenRange, NodeList<Modifier>, NodeList<AnnotationExpr>, Type, boolean, NodeList<AnnotationExpr>, SimpleName) - Constructor for class com.github.javaparser.ast.body.Parameter
This constructor is used by the parser and is considered private.
Parameter() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-8.html#jls-8.4.1
PARAMETER - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
PARAMETER - Static variable in interface com.github.javaparser.ParseStart
 
ParameterComparator - Class in com.github.javaparser.symbolsolver.reflectionmodel.comparators
 
ParameterComparator() - Constructor for class com.github.javaparser.symbolsolver.reflectionmodel.comparators.ParameterComparator
 
parameterDeclarationInScope(String) - Method in interface com.github.javaparser.resolution.Context
 
parameterMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ParameterMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
ParameterMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.ParameterMetaModel
 
ParameterParseStart() - Method in class com.github.javaparser.GeneratedJavaParser
 
parameterPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CatchClauseMetaModel
 
parameters - Variable in class com.github.javaparser.ast.body.CallableDeclaration
 
parameters - Variable in class com.github.javaparser.ast.body.RecordDeclaration
 
parameters - Variable in class com.github.javaparser.ast.expr.LambdaExpr
 
Parameters() - Method in class com.github.javaparser.GeneratedJavaParser
The JLS refers to parameters as FormalParameter.
PARAMETERS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
parametersExposedToChild(Node) - Method in interface com.github.javaparser.resolution.Context
The parameters that are declared in this immediate context and made visible to a given child.
parametersExposedToChild(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.CatchClauseContext
 
parametersExposedToChild(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ConstructorContext
 
parametersExposedToChild(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.LambdaExprContext
 
parametersExposedToChild(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.MethodContext
 
parametersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CallableDeclarationMetaModel
 
parametersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.LambdaExprMetaModel
 
parametersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.RecordDeclarationMetaModel
 
ParameterSymbolDeclarator - Class in com.github.javaparser.symbolsolver.javaparsermodel.declarators
 
ParameterSymbolDeclarator(Parameter, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.declarators.ParameterSymbolDeclarator
 
parameterTypes - Variable in class com.github.javaparser.ast.body.CallableDeclaration.Signature
 
paramTypes - Variable in class com.github.javaparser.resolution.MethodUsage
 
parent - Variable in class com.github.javaparser.symbolsolver.resolution.typesolvers.ClassLoaderTypeSolver
 
parent - Variable in class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver
 
parent - Variable in class com.github.javaparser.symbolsolver.resolution.typesolvers.JarTypeSolver
 
parent - Variable in class com.github.javaparser.symbolsolver.resolution.typesolvers.JavaParserTypeSolver
 
parent - Variable in class com.github.javaparser.symbolsolver.resolution.typesolvers.MemoryTypeSolver
 
Parent/child - Search tag in class com.github.javaparser.ast.Node
Section
parentChange(Node, Node, Node) - Method in interface com.github.javaparser.ast.observer.AstObserver
The parent of a node is changed
parentChange(Node, Node, Node) - Method in class com.github.javaparser.ast.observer.AstObserverAdapter
 
parentChange(Node, Node, Node) - Method in class com.github.javaparser.ast.observer.PropagatingAstObserver
 
parentIs(Node, Class<P>) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ControlFlowLogic
 
parentNode - Variable in class com.github.javaparser.ast.Node
 
parentNode - Variable in class com.github.javaparser.ast.NodeList
 
PARENTS - Enum constant in enum com.github.javaparser.ast.Node.TreeTraversal
 
ParentsVisitor(Node) - Constructor for class com.github.javaparser.ast.Node.ParentsVisitor
 
parse() - Method in class com.github.javaparser.ast.comments.JavadocComment
 
parse() - Method in class com.github.javaparser.utils.SourceZip
Tries to parse all '.java' files in the ZIP located at this SourceZip's path and returns the parse results in a list.
parse(JavadocComment) - Static method in class com.github.javaparser.JavadocParser
 
parse(GeneratedJavaParser) - Method in interface com.github.javaparser.ParseStart
 
parse(ParseStart<N>, Provider) - Method in class com.github.javaparser.JavaParser
Parses source code.
parse(SourceZip.Callback) - Method in class com.github.javaparser.utils.SourceZip
Tries to parse all '.java' files in the ZIP located at this SourceZip's path and returns the parse results in a list.
parse(File) - Method in class com.github.javaparser.JavaParser
Parses the Java code contained in a File and returns a CompilationUnit that represents it.
parse(File) - Method in class com.github.javaparser.JavaParserAdapter
 
parse(File) - Static method in class com.github.javaparser.StaticJavaParser
Parses the Java code contained in a File and returns a CompilationUnit that represents it.
parse(File, Charset) - Method in class com.github.javaparser.JavaParser
Deprecated.
set the encoding in the ParserConfiguration
parse(File, Charset) - Static method in class com.github.javaparser.StaticJavaParser
Deprecated.
set the encoding in the ParserConfiguration
parse(InputStream) - Method in class com.github.javaparser.JavaParser
Parses the Java code contained in the InputStream and returns a CompilationUnit that represents it.
parse(InputStream) - Method in class com.github.javaparser.JavaParserAdapter
 
parse(InputStream) - Static method in class com.github.javaparser.StaticJavaParser
Parses the Java code contained in the InputStream and returns a CompilationUnit that represents it.
parse(InputStream, Charset) - Method in class com.github.javaparser.JavaParser
Parses the Java code contained in the InputStream and returns a CompilationUnit that represents it.
parse(InputStream, Charset) - Static method in class com.github.javaparser.StaticJavaParser
Deprecated.
set the encoding in the ParserConfiguration
parse(Reader) - Method in class com.github.javaparser.JavaParser
Parses Java code from a Reader and returns a CompilationUnit that represents it.
parse(Reader) - Method in class com.github.javaparser.JavaParserAdapter
 
parse(Reader) - Static method in class com.github.javaparser.StaticJavaParser
Parses Java code from a Reader and returns a CompilationUnit that represents it.
parse(String) - Static method in class com.github.javaparser.JavadocParser
 
parse(String) - Method in class com.github.javaparser.JavaParser
Parses the Java code contained in code and returns a CompilationUnit that represents it.
parse(String) - Method in class com.github.javaparser.JavaParserAdapter
 
parse(String) - Static method in class com.github.javaparser.StaticJavaParser
Parses the Java code contained in code and returns a CompilationUnit that represents it.
parse(String, ParserConfiguration, SourceRoot.Callback) - Method in class com.github.javaparser.utils.SourceRoot
Tries to parse all .java files in a package recursively and passes them one by one to the callback.
parse(String, SourceRoot.Callback) - Method in class com.github.javaparser.utils.SourceRoot
 
parse(String, String) - Method in class com.github.javaparser.utils.SourceRoot
Parses a .java files under the source root and returns its CompilationUnit.
parse(String, String, ParserConfiguration, SourceRoot.Callback) - Method in class com.github.javaparser.utils.SourceRoot
Locates the .java file with the provided package and file name, parses it and passes it to the callback.
parse(String, String, SourceRoot.Callback) - Method in class com.github.javaparser.utils.SourceRoot
Parses the provided .java file and passes it to the callback.
parse(Path) - Method in class com.github.javaparser.JavaParser
Parses the Java code contained in a file and returns a CompilationUnit that represents it.
parse(Path) - Method in class com.github.javaparser.JavaParserAdapter
 
parse(Path) - Static method in class com.github.javaparser.StaticJavaParser
Parses the Java code contained in a file and returns a CompilationUnit that represents it.
parse(Path) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.JavaParserTypeSolver
 
parse(Path, Charset) - Method in class com.github.javaparser.JavaParser
Deprecated.
set the encoding in the ParserConfiguration
parse(Path, Charset) - Static method in class com.github.javaparser.StaticJavaParser
Deprecated.
set the encoding in the ParserConfiguration
parseAnnotation(String) - Method in class com.github.javaparser.JavaParser
Parses the Java annotation contained in a String and returns a AnnotationExpr that represents it.
parseAnnotation(String) - Method in class com.github.javaparser.JavaParserAdapter
 
parseAnnotation(String) - Static method in class com.github.javaparser.StaticJavaParser
Parses the Java annotation contained in a String and returns a AnnotationExpr that represents it.
parseAnnotationBodyDeclaration(String) - Method in class com.github.javaparser.JavaParser
Parses the Java annotation body declaration(e.g fields or methods) contained in a String and returns a BodyDeclaration that represents it.
parseAnnotationBodyDeclaration(String) - Method in class com.github.javaparser.JavaParserAdapter
 
parseAnnotationBodyDeclaration(String) - Static method in class com.github.javaparser.StaticJavaParser
Parses the Java annotation body declaration(e.g fields or methods) contained in a String and returns a BodyDeclaration that represents it.
parseArrayInitializerExpr(String) - Method in class com.github.javaparser.JavaParser
Parses an array initializer expression and returns it as ArrayInitializerExpr.
parseArrayInitializerExpr(String) - Method in class com.github.javaparser.JavaParserAdapter
 
parseArrayInitializerExpr(String) - Static method in class com.github.javaparser.StaticJavaParser
Parses an array initializer expression and returns it as ArrayInitializerExpr.
parseBlock(String) - Method in class com.github.javaparser.JavaParser
Parses the Java block contained in a String and returns a BlockStmt that represents it.
parseBlock(String) - Method in class com.github.javaparser.JavaParserAdapter
 
parseBlock(String) - Static method in class com.github.javaparser.StaticJavaParser
Parses the Java block contained in a String and returns a BlockStmt that represents it.
parseBlockTag(String) - Static method in class com.github.javaparser.JavadocParser
 
parseBodyDeclaration(String) - Method in class com.github.javaparser.JavaParser
Parses a Java class or interface body declaration(e.g fields or methods) and returns a BodyDeclaration that represents it.
parseBodyDeclaration(String) - Method in class com.github.javaparser.JavaParserAdapter
 
parseBodyDeclaration(String) - Static method in class com.github.javaparser.StaticJavaParser
Parses a Java class or interface body declaration(e.g fields or methods) and returns a BodyDeclaration that represents it.
parseClassOrInterfaceType(String) - Method in class com.github.javaparser.JavaParser
Parses a Java class or interface type name and returns a ClassOrInterfaceType that represents it.
parseClassOrInterfaceType(String) - Method in class com.github.javaparser.JavaParserAdapter
 
parseClassOrInterfaceType(String) - Static method in class com.github.javaparser.StaticJavaParser
Parses a Java class or interface type name and returns a ClassOrInterfaceType that represents it.
parsed - Variable in class com.github.javaparser.ast.Node
 
PARSED - Enum constant in enum com.github.javaparser.ast.Node.Parsedness
 
parsedDirectories - Variable in class com.github.javaparser.symbolsolver.resolution.typesolvers.JavaParserTypeSolver
 
parsedFiles - Variable in class com.github.javaparser.symbolsolver.resolution.typesolvers.JavaParserTypeSolver
 
parseDirectory(Path) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.JavaParserTypeSolver
Note that this parse only files directly contained in this directory.
parseDirectory(Path, boolean) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.JavaParserTypeSolver
 
parseDirectoryRecursively(Path) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.JavaParserTypeSolver
 
Parsedness() - Constructor for enum com.github.javaparser.ast.Node.Parsedness
 
ParseException - Exception Class in com.github.javaparser
This exception is thrown when parse errors are encountered.
ParseException() - Constructor for exception class com.github.javaparser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(Token, int[][], String[]) - Constructor for exception class com.github.javaparser.ParseException
 
ParseException(Token, int[][], String[], String) - Constructor for exception class com.github.javaparser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException(String) - Constructor for exception class com.github.javaparser.ParseException
Constructor with message.
parseExplicitConstructorInvocationStmt(String) - Method in class com.github.javaparser.JavaParser
Parses the this(...) and super(...) statements that may occur at the start of a constructor.
parseExplicitConstructorInvocationStmt(String) - Method in class com.github.javaparser.JavaParserAdapter
 
parseExplicitConstructorInvocationStmt(String) - Static method in class com.github.javaparser.StaticJavaParser
Parses the this(...) and super(...) statements that may occur at the start of a constructor.
parseExpression(String) - Method in class com.github.javaparser.JavaParser
Parses the Java expression contained in a String and returns a Expression that represents it.
parseExpression(String) - Method in class com.github.javaparser.JavaParserAdapter
 
parseExpression(String) - Static method in class com.github.javaparser.StaticJavaParser
Parses the Java expression contained in a String and returns a Expression that represents it.
parseImport(String) - Method in class com.github.javaparser.JavaParser
Parses the Java import contained in a String and returns a ImportDeclaration that represents it.
parseImport(String) - Method in class com.github.javaparser.JavaParserAdapter
 
parseImport(String) - Static method in class com.github.javaparser.StaticJavaParser
Parses the Java import contained in a String and returns a ImportDeclaration that represents it.
parseJavadoc(String) - Method in class com.github.javaparser.JavaParserAdapter
 
parseJavadoc(String) - Static method in class com.github.javaparser.StaticJavaParser
Parses the content of a JavadocComment and returns a Javadoc that represents it.
parseMethodDeclaration(String) - Method in class com.github.javaparser.JavaParser
Parses a method declaration and returns it as a MethodDeclaration.
parseMethodDeclaration(String) - Method in class com.github.javaparser.JavaParserAdapter
 
parseMethodDeclaration(String) - Static method in class com.github.javaparser.StaticJavaParser
Parses a method declaration and returns it as a MethodDeclaration.
parseModuleDeclaration(String) - Method in class com.github.javaparser.JavaParser
Parses a module declaration and returns it as a ModuleDeclaration.
parseModuleDeclaration(String) - Method in class com.github.javaparser.JavaParserAdapter
 
parseModuleDeclaration(String) - Static method in class com.github.javaparser.StaticJavaParser
Parses a module declaration and returns it as a ModuleDeclaration.
parseModuleDirective(String) - Method in class com.github.javaparser.JavaParser
Parses a module directive and returns it as a ModuleDirective.
parseModuleDirective(String) - Method in class com.github.javaparser.JavaParserAdapter
 
parseModuleDirective(String) - Static method in class com.github.javaparser.StaticJavaParser
Parses a module directive and returns it as a ModuleDirective.
parseName(String) - Method in class com.github.javaparser.JavaParser
Parses a qualified name (one that can have "."s in it) and returns it as a Name.
parseName(String) - Method in class com.github.javaparser.JavaParserAdapter
 
parseName(String) - Static method in class com.github.javaparser.StaticJavaParser
Parses a qualified name (one that can have "."s in it) and returns it as a Name.
parsePackageDeclaration(String) - Method in class com.github.javaparser.JavaParser
Parses a package declaration and returns it as a PackageDeclaration.
parsePackageDeclaration(String) - Method in class com.github.javaparser.JavaParserAdapter
 
parsePackageDeclaration(String) - Static method in class com.github.javaparser.StaticJavaParser
Parses a package declaration and returns it as a PackageDeclaration.
parseParallelized(SourceRoot.Callback) - Method in class com.github.javaparser.utils.SourceRoot
Tries to parse all .java files recursively using multiple threads, and passes them one by one to the callback.
parseParallelized(String, ParserConfiguration, SourceRoot.Callback) - Method in class com.github.javaparser.utils.SourceRoot
Tries to parse all .java files in a package recursively using multiple threads, and passes them one by one to the callback.
parseParallelized(String, SourceRoot.Callback) - Method in class com.github.javaparser.utils.SourceRoot
Tries to parse all .java files in a package recursively using multiple threads, and passes them one by one to the callback.
parseParameter(String) - Method in class com.github.javaparser.JavaParser
Parses a single parameter (a type and a name) and returns it as a Parameter.
parseParameter(String) - Method in class com.github.javaparser.JavaParserAdapter
 
parseParameter(String) - Static method in class com.github.javaparser.StaticJavaParser
Parses a single parameter (a type and a name) and returns it as a Parameter.
ParseProblemException - Exception Class in com.github.javaparser
Thrown when parsing problems occur during parsing with the static methods on JavaParser.
ParseProblemException(Throwable) - Constructor for exception class com.github.javaparser.ParseProblemException
 
ParseProblemException(List<Problem>) - Constructor for exception class com.github.javaparser.ParseProblemException
 
parser - Variable in class com.github.javaparser.JavaParserAdapter
 
ParserCollectionStrategy - Class in com.github.javaparser.utils
A brute force CollectionStrategy for discovering a project structure.
ParserCollectionStrategy() - Constructor for class com.github.javaparser.utils.ParserCollectionStrategy
 
ParserCollectionStrategy(ParserConfiguration) - Constructor for class com.github.javaparser.utils.ParserCollectionStrategy
 
parserConfiguration - Variable in class com.github.javaparser.symbolsolver.utils.SymbolSolverCollectionStrategy
 
parserConfiguration - Variable in class com.github.javaparser.utils.ParserCollectionStrategy
 
parserConfiguration - Variable in class com.github.javaparser.utils.ProjectRoot
 
parserConfiguration - Variable in class com.github.javaparser.utils.SourceRoot
 
parserConfiguration - Variable in class com.github.javaparser.utils.SourceZip
 
ParserConfiguration - Class in com.github.javaparser
The configuration that is used by the parser.
ParserConfiguration() - Constructor for class com.github.javaparser.ParserConfiguration
 
ParserConfiguration.LanguageLevel - Enum in com.github.javaparser
 
ParserConfiguration.LineEndingProcessor - Class in com.github.javaparser
 
ParserConfiguration.UnicodeEscapeProcessor - Class in com.github.javaparser
 
parseResource(ClassLoader, String, Charset) - Method in class com.github.javaparser.JavaParser
Deprecated.
set the encoding in the ParserConfiguration
parseResource(ClassLoader, String, Charset) - Static method in class com.github.javaparser.StaticJavaParser
Deprecated.
set the encoding in the ParserConfiguration
parseResource(String) - Method in class com.github.javaparser.JavaParser
Parses the Java code contained in a resource and returns a CompilationUnit that represents it.
parseResource(String) - Method in class com.github.javaparser.JavaParserAdapter
 
parseResource(String) - Static method in class com.github.javaparser.StaticJavaParser
Parses the Java code contained in a resource and returns a CompilationUnit that represents it.
parseResource(String, Charset) - Method in class com.github.javaparser.JavaParser
Deprecated.
set the encoding in the ParserConfiguration
parseResource(String, Charset) - Static method in class com.github.javaparser.StaticJavaParser
Deprecated.
set the encoding in the ParserConfiguration
ParseResult<T> - Class in com.github.javaparser
The results given when parsing with an instance of JavaParser.
ParseResult(T, List<Problem>, CommentsCollection) - Constructor for class com.github.javaparser.ParseResult
General constructor.
parseSimpleName(String) - Method in class com.github.javaparser.JavaParser
Parses a simple name (one that can NOT have "."s in it) and returns it as a SimpleName.
parseSimpleName(String) - Method in class com.github.javaparser.JavaParserAdapter
 
parseSimpleName(String) - Static method in class com.github.javaparser.StaticJavaParser
Parses a simple name (one that can NOT have "."s in it) and returns it as a SimpleName.
ParseStart<R> - Interface in com.github.javaparser
The start production for JavaParser.
parseStatement(String) - Method in class com.github.javaparser.JavaParser
Parses the Java statement contained in a String and returns a Statement that represents it.
parseStatement(String) - Method in class com.github.javaparser.JavaParserAdapter
 
parseStatement(String) - Static method in class com.github.javaparser.StaticJavaParser
Parses the Java statement contained in a String and returns a Statement that represents it.
parseText(String) - Static method in class com.github.javaparser.javadoc.description.JavadocDescription
 
parseType(String) - Method in class com.github.javaparser.JavaParser
Parses a Java type name and returns a Type that represents it.
parseType(String) - Method in class com.github.javaparser.JavaParserAdapter
 
parseType(String) - Static method in class com.github.javaparser.StaticJavaParser
Parses a Java type name and returns a Type that represents it.
parseTypeDeclaration(String) - Method in class com.github.javaparser.JavaParser
Parses a type declaration and returns it as a TypeDeclaration.
parseTypeDeclaration(String) - Method in class com.github.javaparser.JavaParserAdapter
 
parseTypeDeclaration(String) - Static method in class com.github.javaparser.StaticJavaParser
Parses a type declaration and returns it as a TypeDeclaration.
parseTypeParameter(String) - Method in class com.github.javaparser.JavaParser
Parses a type parameter and returns it as a TypeParameter
parseTypeParameter(String) - Method in class com.github.javaparser.JavaParserAdapter
 
parseTypeParameter(String) - Static method in class com.github.javaparser.StaticJavaParser
Parses a type parameter and returns it as a TypeParameter
parseVariableDeclarationExpr(String) - Method in class com.github.javaparser.JavaParser
Parses a variable declaration expression and returns a VariableDeclarationExpr that represents it.
parseVariableDeclarationExpr(String) - Method in class com.github.javaparser.JavaParserAdapter
 
parseVariableDeclarationExpr(String) - Static method in class com.github.javaparser.StaticJavaParser
Parses a variable declaration expression and returns a VariableDeclarationExpr that represents it.
PART_LETTER - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
PART_LETTER - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
partialReverseIterator(NodeText, int) - Static method in class com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory
 
path - Variable in class com.github.javaparser.ast.CompilationUnit.Storage
 
pattern - Variable in class com.github.javaparser.ast.expr.InstanceOfExpr
 
PATTERN - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
PATTERN_LIST - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
PatternExpr - Class in com.github.javaparser.ast.expr
Pattern Matching in Java
PatternExpr(Type) - Constructor for class com.github.javaparser.ast.expr.PatternExpr
 
PatternExpr(TokenRange) - Constructor for class com.github.javaparser.ast.expr.PatternExpr
This constructor is used by the parser and is considered private.
PatternExpr(TokenRange, Type) - Constructor for class com.github.javaparser.ast.expr.PatternExpr
This constructor is used by the parser and is considered private.
PatternExpression() - Method in class com.github.javaparser.GeneratedJavaParser
 
patternExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
PatternExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
PatternExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.PatternExprMetaModel
 
PatternExprMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.PatternExprMetaModel
 
patternList - Variable in class com.github.javaparser.ast.expr.RecordPatternExpr
 
PatternList() - Method in class com.github.javaparser.GeneratedJavaParser
https://openjdk.org/jeps/440
patternListPropertyMetaModel - Variable in class com.github.javaparser.metamodel.RecordPatternExprMetaModel
 
Pattern Matching in Java - Search tag in class com.github.javaparser.ast.expr.PatternExpr
Section
patternPropertyMetaModel - Variable in class com.github.javaparser.metamodel.InstanceOfExprMetaModel
 
patternVar(TypePatternExpr, TypeSolver) - Static method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserSymbolDeclaration
 
PatternVariableResult - Class in com.github.javaparser.symbolsolver.javaparsermodel
 
PatternVariableResult() - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.PatternVariableResult
 
PatternVariableResult(LinkedList<TypePatternExpr>, LinkedList<TypePatternExpr>) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.PatternVariableResult
 
PatternVariableVisitor - Class in com.github.javaparser.symbolsolver.javaparsermodel
 
PatternVariableVisitor() - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.PatternVariableVisitor
 
peek() - Method in interface com.github.javaparser.printer.lexicalpreservation.LookaheadIterator
Returns the next element in iteration without advancing the underlying iterator.
peek() - Method in class com.github.javaparser.printer.lexicalpreservation.PeekingIterator
Returns the next element in iteration without advancing the underlying iterator.
peekingIterator(ListIterator<E>) - Method in class com.github.javaparser.printer.lexicalpreservation.PeekingIterator
Decorates the specified iterator to support one-element lookahead.
PeekingIterator<E> - Class in com.github.javaparser.printer.lexicalpreservation
Decorates an iterator to support one-element lookahead while iterating.
PeekingIterator(List<E>) - Constructor for class com.github.javaparser.printer.lexicalpreservation.PeekingIterator
Constructor.
PeekingIterator(ListIterator<E>) - Constructor for class com.github.javaparser.printer.lexicalpreservation.PeekingIterator
Constructor.
performResolution(List<InferenceVariable>, TypeSolver) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
Examines the bounds on an inference variable and determines an instantiation that is compatible with those bounds.
PERMITS - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
PERMITS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
PermitsList() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-8.html#jls-8.1.5
permitsNotAllowedAsIdentifier - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java17Validator
 
PERMITTED_TYPES - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
permittedTypes - Variable in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
 
permittedTypesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ClassOrInterfaceDeclarationMetaModel
 
PHANTOM_KEY - Static variable in class com.github.javaparser.ast.Node
 
PhantomNodeLogic - Class in com.github.javaparser.printer.lexicalpreservation
Deprecated.
This class is no longer used phantom node are now an attribute of each node
PhantomNodeLogic() - Constructor for class com.github.javaparser.printer.lexicalpreservation.PhantomNodeLogic
Deprecated.
 
placeInferenceVariables(ResolvedType) - Method in class com.github.javaparser.resolution.logic.InferenceContext
 
plus(CacheStats) - Method in interface com.github.javaparser.resolution.cache.CacheStats
Returns a new ICacheStats representing the sum of this ICacheStats and other.
plus(CacheStats) - Method in class com.github.javaparser.symbolsolver.cache.DefaultCacheStats
Returns a new ICacheStats representing the sum of this ICacheStats and other.
PLUS - Enum constant in enum com.github.javaparser.ast.expr.AssignExpr.Operator
 
PLUS - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
 
PLUS - Enum constant in enum com.github.javaparser.ast.expr.UnaryExpr.Operator
 
PLUS - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
PLUS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
PLUSASSIGN - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
PLUSASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
POPULAR - Static variable in enum com.github.javaparser.ParserConfiguration.LanguageLevel
The most used Java version.
pos - Variable in class com.github.javaparser.resolution.model.LambdaArgumentTypePlaceholder
 
pos(int, int) - Static method in class com.github.javaparser.Position
Deprecated.
Use the constructor (e.g. new Position(line, column))
position - Variable in class com.github.javaparser.printer.lexicalpreservation.DifferenceElementCalculator.ChildPositionInfo
 
Position - Class in com.github.javaparser
A position in a source file.
Position(int, int) - Constructor for class com.github.javaparser.Position
TODO: Do we refer to the characters as columns, ...or the spaces between (thus also before/after) characters as columns?
PositionMapping() - Constructor for class com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMapping
PositionMappingBuilder(UnicodeEscapeProcessingProvider.LineCounter, UnicodeEscapeProcessingProvider.LineCounter) - Constructor for class com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMappingBuilder
Positions - Search tag in class com.github.javaparser.ast.Node
Section
PositionUtils - Class in com.github.javaparser.utils
 
PositionUtils() - Constructor for class com.github.javaparser.utils.PositionUtils
 
posOfNextComment(int, List<TextElement>) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
postfix - Variable in class com.github.javaparser.utils.SeparatedItemStringBuilder
 
POSTFIX - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
POSTFIX_DECREMENT - Enum constant in enum com.github.javaparser.ast.expr.UnaryExpr.Operator
 
POSTFIX_INCREMENT - Enum constant in enum com.github.javaparser.ast.expr.UnaryExpr.Operator
 
PostfixExpression() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-15.html#jls-15.15
postfixPropertyMetaModel - Variable in class com.github.javaparser.metamodel.UnaryExprMetaModel
 
POSTORDER - Enum constant in enum com.github.javaparser.ast.Node.TreeTraversal
 
PostOrderIterator(Node) - Constructor for class com.github.javaparser.ast.Node.PostOrderIterator
 
postProcess(ParseResult<? extends Node>, ParserConfiguration) - Method in class com.github.javaparser.ast.validator.postprocessors.PostProcessors
 
postProcess(ParseResult<? extends Node>, ParserConfiguration) - Method in class com.github.javaparser.ParserConfiguration.LineEndingProcessor
 
postProcess(ParseResult<? extends Node>, ParserConfiguration) - Method in class com.github.javaparser.ParserConfiguration.UnicodeEscapeProcessor
 
postProcess(ParseResult<? extends Node>, ParserConfiguration) - Method in class com.github.javaparser.Processor
Makes the parser do a post-parsing step before the result is returned to the user.
postProcessor - Variable in enum com.github.javaparser.ParserConfiguration.LanguageLevel
 
postProcessors - Variable in class com.github.javaparser.ast.validator.postprocessors.PostProcessors
 
PostProcessors - Class in com.github.javaparser.ast.validator.postprocessors
A post processor that will call a collection of post processors.
PostProcessors(Processor...) - Constructor for class com.github.javaparser.ast.validator.postprocessors.PostProcessors
 
preceeding - Variable in class com.github.javaparser.printer.concretesyntaxmodel.CsmList
 
Preconditions - Class in com.github.javaparser.quality
 
Preconditions() - Constructor for class com.github.javaparser.quality.Preconditions
 
PreDecrementExpression() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-15.html#jls-15.15
PREFIX - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
PREFIX_DECREMENT - Enum constant in enum com.github.javaparser.ast.expr.UnaryExpr.Operator
 
PREFIX_INCREMENT - Enum constant in enum com.github.javaparser.ast.expr.UnaryExpr.Operator
 
prefixPropertyMetaModel - Variable in class com.github.javaparser.metamodel.UnaryExprMetaModel
 
prefixSet - Variable in class com.github.javaparser.utils.StringEscapeUtils.LookupTranslator
 
PreIncrementExpression() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-15.html#jls-15.15
PREORDER - Enum constant in enum com.github.javaparser.ast.Node.TreeTraversal
 
PreOrderIterator(Node) - Constructor for class com.github.javaparser.ast.Node.PreOrderIterator
 
prepend(NodeList<T>, T) - Method in class com.github.javaparser.GeneratedJavaParserBase
Add obj to list at position pos
preProcess(Provider) - Method in class com.github.javaparser.ParserConfiguration.LineEndingProcessor
 
preProcess(Provider) - Method in class com.github.javaparser.ParserConfiguration.UnicodeEscapeProcessor
 
preProcess(Provider) - Method in class com.github.javaparser.Processor
Adds a pre-parsing step, which has access to the sourcecode through the innerProvider.
preprocessUnicodeEscapes - Variable in class com.github.javaparser.ParserConfiguration
 
prettyPrint(Node, SourcePrinter) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmAttribute
 
prettyPrint(Node, SourcePrinter) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmChar
 
prettyPrint(Node, SourcePrinter) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmComment
 
prettyPrint(Node, SourcePrinter) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmConditional
 
prettyPrint(Node, SourcePrinter) - Method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
prettyPrint(Node, SourcePrinter) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmIndent
 
prettyPrint(Node, SourcePrinter) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmList
 
prettyPrint(Node, SourcePrinter) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmMix
 
prettyPrint(Node, SourcePrinter) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmNone
 
prettyPrint(Node, SourcePrinter) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmOrphanCommentsEnding
 
prettyPrint(Node, SourcePrinter) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmSequence
 
prettyPrint(Node, SourcePrinter) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmSingleReference
 
prettyPrint(Node, SourcePrinter) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmString
 
prettyPrint(Node, SourcePrinter) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmTextBlock
 
prettyPrint(Node, SourcePrinter) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmToken
 
prettyPrint(Node, SourcePrinter) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmUnindent
 
prettyPrint(Node, SourcePrinter) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator.CsmChild
 
PrettyPrinter - Class in com.github.javaparser.printer
Deprecated.
This class could be removed in a future version. Use default DefaultPrettyPrinter.
PrettyPrinter() - Constructor for class com.github.javaparser.printer.PrettyPrinter
Deprecated.
 
PrettyPrinter(PrettyPrinterConfiguration) - Constructor for class com.github.javaparser.printer.PrettyPrinter
Deprecated.
 
PrettyPrinter(PrettyPrinterConfiguration, Function<PrettyPrinterConfiguration, VoidVisitor<Void>>) - Constructor for class com.github.javaparser.printer.PrettyPrinter
Deprecated.
 
PrettyPrinterConfiguration - Class in com.github.javaparser.printer.configuration
Deprecated.
This class could be removed in a future version. Use default DefaultPrinterConfiguration.
PrettyPrinterConfiguration() - Constructor for class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
 
prettyPrinterNoCommentsConfiguration - Static variable in class com.github.javaparser.ast.Node
 
prettyPrintingTextNode(Node, NodeText) - Static method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter
 
PrettyPrintVisitor - Class in com.github.javaparser.printer
Deprecated.
This class is no longer acceptable to use because it is not sufficiently configurable and it is too tied to a specific implementation. This class could be removed in a future version. Use default DefaultPrettyPrinterVisitor.
PrettyPrintVisitor(PrettyPrinterConfiguration) - Constructor for class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
prevCharIsCR - Variable in class com.github.javaparser.SimpleCharStream
 
prevCharIsLF - Variable in class com.github.javaparser.SimpleCharStream
 
previous() - Method in class com.github.javaparser.ast.NodeList.NodeListIterator
 
previous() - Method in class com.github.javaparser.printer.lexicalpreservation.Difference.ArrayIterator
 
previous() - Method in class com.github.javaparser.printer.lexicalpreservation.PeekingIterator
 
PREVIOUS_AND_SAME - Enum constant in enum com.github.javaparser.printer.lexicalpreservation.ReshuffledDiffElementExtractor.MatchClassification
 
previousIndex() - Method in class com.github.javaparser.ast.NodeList.NodeListIterator
 
previousIndex() - Method in class com.github.javaparser.printer.lexicalpreservation.Difference.ArrayIterator
 
previousIndex() - Method in class com.github.javaparser.printer.lexicalpreservation.PeekingIterator
 
previousOrder - Variable in class com.github.javaparser.printer.lexicalpreservation.Reshuffled
 
previousToken - Variable in class com.github.javaparser.JavaToken
 
PrimaryExpression() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-15.html#jls-15.8
PrimaryExpressionWithoutSuperSuffix() - Method in class com.github.javaparser.GeneratedJavaParser
// TODO: Unclear exactly which part of the JLS this relates to - a JavaParser-specific thing with no 1:1 mapping, perhaps?
PrimaryPrefix() - Method in class com.github.javaparser.GeneratedJavaParser
// TODO: Unclear exactly which part of the JLS this relates to - a JavaParser-specific thing with no 1:1 mapping, perhaps?
PrimarySuffix(Expression) - Method in class com.github.javaparser.GeneratedJavaParser
// TODO: Unclear exactly which part of the JLS this relates to - a JavaParser-specific thing with no 1:1 mapping, perhaps?
PrimarySuffixWithoutSuper(Expression) - Method in class com.github.javaparser.GeneratedJavaParser
// TODO: Unclear exactly which part of the JLS this relates to - a JavaParser-specific thing with no 1:1 mapping, perhaps?
Primitive(String, String) - Constructor for enum com.github.javaparser.ast.type.PrimitiveType.Primitive
 
PrimitiveType - Class in com.github.javaparser.ast.type
A primitive type.
PrimitiveType() - Constructor for class com.github.javaparser.ast.type.PrimitiveType
 
PrimitiveType(PrimitiveType.Primitive) - Constructor for class com.github.javaparser.ast.type.PrimitiveType
 
PrimitiveType(PrimitiveType.Primitive, NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.type.PrimitiveType
 
PrimitiveType(TokenRange, PrimitiveType.Primitive, NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.type.PrimitiveType
This constructor is used by the parser and is considered private.
PrimitiveType(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.GeneratedJavaParser
Note that char and byte are treated as an IntegralType, which is a subtype of NumericType.
PrimitiveType.Primitive - Enum in com.github.javaparser.ast.type
 
primitiveTypeMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
PrimitiveTypeMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
PrimitiveTypeMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.PrimitiveTypeMetaModel
 
primitiveWrapperMap - Static variable in class com.github.javaparser.utils.ClassUtils
Maps primitive Classes to their corresponding wrapper Class.
print(Node) - Method in class com.github.javaparser.printer.DefaultPrettyPrinter
 
print(Node) - Static method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter
Print a Node into a String, preserving the lexical information.
print(Node) - Method in class com.github.javaparser.printer.PrettyPrinter
Deprecated.
 
print(Node) - Method in interface com.github.javaparser.printer.Printer
 
print(Node) - Static method in class com.github.javaparser.printer.XmlPrinter
 
print(Node) - Static method in class com.github.javaparser.printer.YamlPrinter
 
print(String) - Method in class com.github.javaparser.printer.SourcePrinter
Append the source string passed as argument to the buffer.
PRINT_COMMENTS - Enum constant in enum com.github.javaparser.printer.configuration.DefaultPrinterConfiguration.ConfigOption
Print comments only.
PRINT_JAVADOC - Enum constant in enum com.github.javaparser.printer.configuration.DefaultPrinterConfiguration.ConfigOption
Print javadoc comments only.
PrintableTextElement - Interface in com.github.javaparser.printer.lexicalpreservation
 
printAnnotations(NodeList<AnnotationExpr>, boolean, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
printAnnotations(NodeList<AnnotationExpr>, boolean, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
printArguments(NodeList<T>, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
printArguments(NodeList<T>, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
printComment(Optional<Comment>, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
printComment(Optional<Comment>, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
printer - Variable in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
printer - Variable in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
printer - Variable in class com.github.javaparser.utils.SourceRoot
 
printer(Printer) - Method in class com.github.javaparser.ast.CompilationUnit
Declare a specific printer
Printer - Interface in com.github.javaparser.printer
Printer interface defines the API for a printer.
PRINTER_KEY - Static variable in class com.github.javaparser.ast.Node
 
PrinterConfiguration - Interface in com.github.javaparser.printer.configuration
This interface defines the API for printer configuration.
printFileName - Variable in class com.github.javaparser.symbolsolver.SourceFileInfoExtractor
 
printImports(NodeList<ImportDeclaration>, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
PrintingHelper - Class in com.github.javaparser.printer.concretesyntaxmodel
 
PrintingHelper() - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.PrintingHelper
 
println() - Method in class com.github.javaparser.printer.SourcePrinter
Append a newline to the buffer.
println(String) - Method in class com.github.javaparser.printer.SourcePrinter
Append the source string passed as argument to the buffer, then append a newline.
printMemberAnnotations(NodeList<AnnotationExpr>, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
printMemberAnnotations(NodeList<AnnotationExpr>, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
printMembers(NodeList<BodyDeclaration<?>>, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
printMembers(NodeList<BodyDeclaration<?>>, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
printModifiers(NodeList<Modifier>) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
printModifiers(NodeList<Modifier>) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
printOrphanCommentsBeforeThisChildNode(Node) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
printOrphanCommentsBeforeThisChildNode(Node) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
printOrphanCommentsEnding(Node) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
printOrphanCommentsEnding(Node) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
printPrePostFixOptionalList(NodeList<? extends Visitable>, Void, String, String, String) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
printPrePostFixOptionalList(NodeList<? extends Visitable>, Void, String, String, String) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
printPrePostFixRequiredList(NodeList<? extends Visitable>, Void, String, String, String) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
printPrePostFixRequiredList(NodeList<? extends Visitable>, Void, String, String, String) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
printStackTrace(Throwable) - Method in class com.github.javaparser.utils.Log.StandardOutStandardErrorAdapter
 
printSwitchNode(SwitchNode, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
printSwitchNode(SwitchNode, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
printToString(Object) - Static method in class com.github.javaparser.printer.concretesyntaxmodel.PrintingHelper
 
printTypeArgs(NodeWithTypeArguments<?>, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
printTypeArgs(NodeWithTypeArguments<?>, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
printTypeParameters(NodeList<TypeParameter>, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
printTypeParameters(NodeList<TypeParameter>, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
priority - Variable in enum com.github.javaparser.printer.lexicalpreservation.ReshuffledDiffElementExtractor.MatchClassification
 
PRIVATE - Enum constant in enum com.github.javaparser.ast.AccessSpecifier
 
PRIVATE - Enum constant in enum com.github.javaparser.ast.Modifier.Keyword
 
PRIVATE - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
PRIVATE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
privateModifier() - Static method in class com.github.javaparser.ast.Modifier
 
Problem - Class in com.github.javaparser
A problem that was encountered during parsing.
Problem(String, TokenRange, Throwable) - Constructor for class com.github.javaparser.Problem
 
PROBLEM_BY_BEGIN_POSITION - Static variable in class com.github.javaparser.Problem
Sorts problems on position.
problemConsumer - Variable in class com.github.javaparser.ast.validator.ProblemReporter
 
ProblemReporter - Class in com.github.javaparser.ast.validator
A simple interface where validators can report found problems.
ProblemReporter(Consumer<Problem>) - Constructor for class com.github.javaparser.ast.validator.ProblemReporter
 
problems - Variable in class com.github.javaparser.GeneratedJavaParserBase
 
problems - Variable in exception class com.github.javaparser.ParseProblemException
The problems that were encountered during parsing
problems - Variable in class com.github.javaparser.ParseResult
 
process(int) - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider.LineCounter
Analyzes the given character for line feed.
process(B1, B2, R) - Method in interface com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet.Processor
 
process(Comment, SourcePrinter) - Static method in class com.github.javaparser.printer.concretesyntaxmodel.CsmComment
 
process(Node) - Method in class com.github.javaparser.ast.visitor.TreeVisitor
Process the given node.
process(Path, ParseResult<CompilationUnit>) - Method in interface com.github.javaparser.utils.SourceZip.Callback
Process the given parse result.
process(Path, BasicFileAttributes) - Method in interface com.github.javaparser.utils.SourceRoot.ParallelParse.VisitFileCallback
 
process(Path, Path, ParseResult<CompilationUnit>) - Method in interface com.github.javaparser.utils.SourceRoot.Callback
 
processed() - Method in class com.github.javaparser.printer.lexicalpreservation.RemovedGroup
Marks the RemovedGroup as processed which indicates that it should not be processed again
processIndentation(List<TextElement>, List<TextElement>) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
processor() - Method in interface com.github.javaparser.ast.validator.TypedValidator
 
Processor - Class in com.github.javaparser
 
Processor() - Constructor for class com.github.javaparser.Processor
 
processors - Variable in class com.github.javaparser.ParserConfiguration
 
PROJECT_BUILD_FINAL_NAME - Static variable in class com.github.javaparser.JavaParserBuild
 
PROJECT_NAME - Static variable in class com.github.javaparser.JavaParserBuild
 
PROJECT_VERSION - Static variable in class com.github.javaparser.JavaParserBuild
 
ProjectRoot - Class in com.github.javaparser.utils
The structure of a Java project directory.
ProjectRoot(Path) - Constructor for class com.github.javaparser.utils.ProjectRoot
 
ProjectRoot(Path, ParserConfiguration) - Constructor for class com.github.javaparser.utils.ProjectRoot
 
promotionTypes - Variable in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
 
propagateRangeGrowthOnRight(Node, Node) - Method in class com.github.javaparser.GeneratedJavaParserBase
Propagate expansion of the range on the right to the parent.
PropagatingAstObserver - Class in com.github.javaparser.ast.observer
This AstObserver attach itself to all new nodes added to the nodes already observed.
PropagatingAstObserver() - Constructor for class com.github.javaparser.ast.observer.PropagatingAstObserver
 
ProperLowerBound - Class in com.github.javaparser.symbolsolver.resolution.typeinference
 
ProperLowerBound(InferenceVariable, ResolvedType) - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.ProperLowerBound
 
properties - Variable in class com.github.javaparser.printer.concretesyntaxmodel.CsmConditional
 
property - Variable in class com.github.javaparser.printer.concretesyntaxmodel.CsmAttribute
 
property - Variable in class com.github.javaparser.printer.concretesyntaxmodel.CsmChar
 
property - Variable in class com.github.javaparser.printer.concretesyntaxmodel.CsmList
 
property - Variable in class com.github.javaparser.printer.concretesyntaxmodel.CsmSingleReference
 
property - Variable in class com.github.javaparser.printer.concretesyntaxmodel.CsmString
 
property - Variable in class com.github.javaparser.printer.concretesyntaxmodel.CsmTextBlock
 
property - Variable in class com.github.javaparser.printer.lexicalpreservation.changes.PropertyChange
 
propertyChange(Node, ObservableProperty, Object, Object) - Method in interface com.github.javaparser.ast.observer.AstObserver
The value of a property is changed
propertyChange(Node, ObservableProperty, Object, Object) - Method in class com.github.javaparser.ast.observer.AstObserverAdapter
 
propertyChange(Node, ObservableProperty, Object, Object) - Method in class com.github.javaparser.ast.observer.PropagatingAstObserver
 
PropertyChange - Class in com.github.javaparser.printer.lexicalpreservation.changes
The change in value of a property.
PropertyChange(ObservableProperty, Object, Object) - Constructor for class com.github.javaparser.printer.lexicalpreservation.changes.PropertyChange
 
PropertyMetaModel - Class in com.github.javaparser.metamodel
Meta-data about a property of a node in the AST.
PropertyMetaModel(BaseNodeMetaModel, String, Class<?>, Optional<BaseNodeMetaModel>, boolean, boolean, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.PropertyMetaModel
 
properType - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.Instantiation
 
properType - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.ProperLowerBound
 
properType - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.ProperUpperBound
 
ProperUpperBound - Class in com.github.javaparser.symbolsolver.resolution.typeinference
 
ProperUpperBound(InferenceVariable, ResolvedType) - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.ProperUpperBound
 
properUpperBoundsAreAtMostExceptionThrowableAndObject(InferenceVariable) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
 
PROTECTED - Enum constant in enum com.github.javaparser.ast.AccessSpecifier
 
PROTECTED - Enum constant in enum com.github.javaparser.ast.Modifier.Keyword
 
PROTECTED - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
PROTECTED - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
protectedModifier() - Static method in class com.github.javaparser.ast.Modifier
 
provide() - Method in interface com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory.CascadingIterator.Provider
 
provider - Variable in class com.github.javaparser.resolution.model.typesystem.LazyType
 
provider(File) - Static method in class com.github.javaparser.Providers
 
provider(File, Charset) - Static method in class com.github.javaparser.Providers
 
provider(InputStream) - Static method in class com.github.javaparser.Providers
 
provider(InputStream, Charset) - Static method in class com.github.javaparser.Providers
 
provider(Reader) - Static method in class com.github.javaparser.Providers
 
provider(String) - Static method in class com.github.javaparser.Providers
 
provider(Path) - Static method in class com.github.javaparser.Providers
 
provider(Path, Charset) - Static method in class com.github.javaparser.Providers
 
Provider - Interface in com.github.javaparser
 
Providers - Class in com.github.javaparser
Factory for providers of source code for JavaParser.
Providers() - Constructor for class com.github.javaparser.Providers
 
PROVIDES - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
PROVIDES - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
PUBLIC - Enum constant in enum com.github.javaparser.ast.AccessSpecifier
 
PUBLIC - Enum constant in enum com.github.javaparser.ast.Modifier.Keyword
 
PUBLIC - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
PUBLIC - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
publicModifier() - Static method in class com.github.javaparser.ast.Modifier
 
pushBack(int) - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider
 
pushBackUs(int) - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider
 
put(K, V) - Method in interface com.github.javaparser.resolution.cache.Cache
Associates value with key in this cache.
put(K, V) - Method in class com.github.javaparser.symbolsolver.cache.GuavaCache
 
put(K, V) - Method in class com.github.javaparser.symbolsolver.cache.InMemoryCache
 
put(K, V) - Method in class com.github.javaparser.symbolsolver.cache.NoCache
 
put(N, V) - Method in class com.github.javaparser.utils.VisitorMap
 
putAll(Map<? extends N, ? extends V>) - Method in class com.github.javaparser.utils.VisitorMap
 

Q

qName(Name) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.CompilationUnitContext
 
qName(ClassOrInterfaceType) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.CompilationUnitContext
 
qualifiedName() - Method in class com.github.javaparser.resolution.types.ResolvedTypeVariable
 
qualifier - Variable in class com.github.javaparser.ast.expr.Name
 
QUALIFIER - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
qualifierPropertyMetaModel - Variable in class com.github.javaparser.metamodel.NameMetaModel
 
queue - Variable in class com.github.javaparser.ast.Node.BreadthFirstIterator
 

R

range - Variable in class com.github.javaparser.ast.Node
 
range - Variable in class com.github.javaparser.JavaToken
 
range - Variable in class com.github.javaparser.RangedList
 
range(int, int, int, int) - Static method in class com.github.javaparser.Range
Create a new `Range` object using the given begin and end line/column values.
range(Node, Node) - Method in class com.github.javaparser.GeneratedJavaParserBase
Return a TokenRange spanning from begin to end
range(Node, JavaToken) - Method in class com.github.javaparser.GeneratedJavaParserBase
Return a TokenRange spanning from begin to end
range(JavaToken, Node) - Method in class com.github.javaparser.GeneratedJavaParserBase
Return a TokenRange spanning from begin to end
range(JavaToken, JavaToken) - Method in class com.github.javaparser.GeneratedJavaParserBase
Return a TokenRange spanning from begin to end
range(Position, Position) - Static method in class com.github.javaparser.Range
Create a new `Range` object using the given begin and end position.
Range - Class in com.github.javaparser
A range of characters in a source file, from "begin" to "end", including the characters at "begin" and "end".
Range(Position, Position) - Constructor for class com.github.javaparser.Range
A range of characters in a source file, from "begin" to "end".
RANGE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
RangedList<T> - Class in com.github.javaparser
Helper class for GeneratedJavaParser
RangedList(NodeList<T>) - Constructor for class com.github.javaparser.RangedList
 
RAW - Static variable in enum com.github.javaparser.ParserConfiguration.LanguageLevel
Does no post processing or validation.
RBRACE - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
RBRACE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
RBRACKET - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
RBRACKET - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
read(char[], int, int) - Method in class com.github.javaparser.LineEndingProcessingProvider
 
read(char[], int, int) - Method in interface com.github.javaparser.Provider
Reads characters into an array
read(char[], int, int) - Method in class com.github.javaparser.StreamProvider
 
read(char[], int, int) - Method in class com.github.javaparser.StringProvider
 
read(char[], int, int) - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider
 
readChar() - Method in class com.github.javaparser.SimpleCharStream
Read a character.
readDigits(int, int) - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider
 
readerToString(Reader) - Static method in class com.github.javaparser.utils.Utils
 
realKind - Variable in class com.github.javaparser.TokenBase
For tracking the >> >>> ambiguity.
reason - Variable in class com.github.javaparser.ast.validator.language_level_validations.UpgradeJavaMessage
The reason why the language level must be upgraded.
recalculatePositions() - Method in class com.github.javaparser.ast.CompilationUnit
Recalculates the ranges of all nodes by looking at the sizes of the tokens.
RECEIVER_PARAMETER - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
receiverParameter - Variable in class com.github.javaparser.ast.body.CallableDeclaration
 
receiverParameter - Variable in class com.github.javaparser.ast.body.RecordDeclaration
 
ReceiverParameter - Class in com.github.javaparser.ast.body
The receiver parameter feature of Java.
ReceiverParameter() - Constructor for class com.github.javaparser.ast.body.ReceiverParameter
 
ReceiverParameter(NodeList<AnnotationExpr>, Type, Name) - Constructor for class com.github.javaparser.ast.body.ReceiverParameter
 
ReceiverParameter(Type, Name) - Constructor for class com.github.javaparser.ast.body.ReceiverParameter
 
ReceiverParameter(Type, String) - Constructor for class com.github.javaparser.ast.body.ReceiverParameter
Creates a new ReceiverParameter.
ReceiverParameter(TokenRange, NodeList<AnnotationExpr>, Type, Name) - Constructor for class com.github.javaparser.ast.body.ReceiverParameter
This constructor is used by the parser and is considered private.
ReceiverParameter() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-8.html#jls-8.4 https://docs.oracle.com/javase/specs/jls/se15/html/jls-8.html#jls-ReceiverParameter
ReceiverParameterId() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-8.html#jls-8.4 https://docs.oracle.com/javase/specs/jls/se15/html/jls-8.html#jls-ReceiverParameter
receiverParameterMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ReceiverParameterMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
ReceiverParameterMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.ReceiverParameterMetaModel
 
receiverParameterPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CallableDeclarationMetaModel
 
receiverParameterPropertyMetaModel - Variable in class com.github.javaparser.metamodel.RecordDeclarationMetaModel
 
reclassificationOfContextuallyAmbiguousNames(Node, NameCategory, TypeSolver) - Static method in class com.github.javaparser.symbolsolver.resolution.naming.NameLogic
JLS 6.5.2.
reclassificationOfContextuallyAmbiguousPackageOrTypeName(Node, TypeSolver) - Static method in class com.github.javaparser.symbolsolver.resolution.naming.NameLogic
 
reclassificationOfContextuallyAmbiguousQualifiedAmbiguousName(Node, TypeSolver) - Static method in class com.github.javaparser.symbolsolver.resolution.naming.NameLogic
 
reclassificationOfContextuallyAmbiguousSimpleAmbiguousName(Node, TypeSolver) - Static method in class com.github.javaparser.symbolsolver.resolution.naming.NameLogic
 
record() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
RECORD - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
RECORD - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
RECORD_DECLARATION - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
recordAsTypeIdentifierNotAllowed - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java14Validator
With the introduction of record classes, record is no longer permitted as an identifier.
RecordAsTypeIdentifierNotAllowed - Class in com.github.javaparser.ast.validator
Validates that "record" cannot be used as identifier for type declarations (e.g., classes, enums, and records).
RecordAsTypeIdentifierNotAllowed() - Constructor for class com.github.javaparser.ast.validator.RecordAsTypeIdentifierNotAllowed
 
RecordBody() - Method in class com.github.javaparser.GeneratedJavaParser
Everything that can go into a "regular" class or interface declaration, can also (usually) be included within a record.
RecordBodyDeclaration() - Method in class com.github.javaparser.GeneratedJavaParser
Almost identical to ClassOrInterfaceBodyDeclaration, but: - with a CompactConstructorDeclaration As a result, there may be some scope/potential to optimize this and merge some parts together.
recordDeclaration - Variable in class com.github.javaparser.ast.stmt.LocalRecordDeclarationStmt
 
recordDeclaration - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration.CanonicalRecordConstructor
 
recordDeclaration - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration.ImplicitGetterMethod
 
RecordDeclaration - Class in com.github.javaparser.ast.body
The record declaration
RecordDeclaration() - Constructor for class com.github.javaparser.ast.body.RecordDeclaration
 
RecordDeclaration(NodeList<Modifier>, NodeList<AnnotationExpr>, SimpleName, NodeList<Parameter>, NodeList<TypeParameter>, NodeList<ClassOrInterfaceType>, NodeList<BodyDeclaration<?>>, ReceiverParameter) - Constructor for class com.github.javaparser.ast.body.RecordDeclaration
 
RecordDeclaration(NodeList<Modifier>, String) - Constructor for class com.github.javaparser.ast.body.RecordDeclaration
 
RecordDeclaration(TokenRange, NodeList<Modifier>, NodeList<AnnotationExpr>, SimpleName, NodeList<Parameter>, NodeList<TypeParameter>, NodeList<ClassOrInterfaceType>, NodeList<BodyDeclaration<?>>, ReceiverParameter) - Constructor for class com.github.javaparser.ast.body.RecordDeclaration
This constructor is used by the parser and is considered private.
RecordDeclaration(ModifierHolder) - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se17/html/jls-8.html#jls-8.10
RecordDeclarationContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
 
RecordDeclarationContext(RecordDeclaration, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.RecordDeclarationContext
 
recordDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
RecordDeclarationMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
RecordDeclarationMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.RecordDeclarationMetaModel
 
recordDeclarationPropertyMetaModel - Variable in class com.github.javaparser.metamodel.LocalRecordDeclarationStmtMetaModel
 
recordDeclarationValidator - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java14Validator
 
RecordDeclarationValidator - Class in com.github.javaparser.ast.validator.language_level_validations.chunks
 
RecordDeclarationValidator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.chunks.RecordDeclarationValidator
 
recordInferenceVariables(TypeSolver, LambdaExpr, List<InferenceVariable>) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeInferenceCache
 
RecordPatternExpr - Class in com.github.javaparser.ast.expr
Record Patterns
RecordPatternExpr() - Constructor for class com.github.javaparser.ast.expr.RecordPatternExpr
 
RecordPatternExpr(NodeList<Modifier>, Type, NodeList<PatternExpr>) - Constructor for class com.github.javaparser.ast.expr.RecordPatternExpr
 
RecordPatternExpr(TokenRange, NodeList<Modifier>, Type, NodeList<PatternExpr>) - Constructor for class com.github.javaparser.ast.expr.RecordPatternExpr
This constructor is used by the parser and is considered private.
RecordPatternExpression() - Method in class com.github.javaparser.GeneratedJavaParser
https://openjdk.org/jeps/440
recordPatternExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
RecordPatternExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
RecordPatternExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.RecordPatternExprMetaModel
 
Record Patterns - Search tag in class com.github.javaparser.ast.expr.RecordPatternExpr
Section
recover(int, ParseException) - Method in class com.github.javaparser.GeneratedJavaParserBase
 
recoverStatement(int, int, int, ParseException) - Method in class com.github.javaparser.GeneratedJavaParserBase
 
reduce(TypeSolver) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormulaSet
Takes a compatibility assertion about an expression or type, called a constraint formula, and reduces it to a set of bounds on inference variables.
reduce(BoundSet) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormula
A formula is reduced to one or both of: i) A bound or bound set, which is to be incorporated with the "current" bound set.
reduce(BoundSet) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.ExpressionCompatibleWithType
 
reduce(BoundSet) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.LambdaThrowsCompatibleWithType
 
reduce(BoundSet) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.MethodReferenceThrowsCompatibleWithType
 
reduce(BoundSet) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.TypeCompatibleWithType
 
reduce(BoundSet) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.TypeContainedByType
 
reduce(BoundSet) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.TypeSameAsType
 
reduce(BoundSet) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.TypeSubtypeOfType
 
reduceResolvedTypesByTypeVariable(Map<String, Set<ResolvedType>>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.MethodCallExprContext
 
reduceResolvedTypesWithLub(Set<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.MethodCallExprContext
 
ReductionResult() - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormula.ReductionResult
 
REFERENCE - Enum constant in enum com.github.javaparser.symbolsolver.resolution.naming.NameRole
 
ReferenceConditionalExprHandler - Class in com.github.javaparser.symbolsolver.resolution.promotion
 
ReferenceConditionalExprHandler(ResolvedType, ResolvedType) - Constructor for class com.github.javaparser.symbolsolver.resolution.promotion.ReferenceConditionalExprHandler
 
ReferenceType - Class in com.github.javaparser.ast.type
Base class for reference types.
ReferenceType() - Constructor for class com.github.javaparser.ast.type.ReferenceType
 
ReferenceType(NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.type.ReferenceType
 
ReferenceType(TokenRange, NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.type.ReferenceType
This constructor is used by the parser and is considered private.
ReferenceType(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.GeneratedJavaParser
// TODO: JLS Has type and unannotated type, while JavaParser has type and annotated type.
ReferenceTypeImpl - Class in com.github.javaparser.resolution.model.typesystem
 
ReferenceTypeImpl(ResolvedReferenceTypeDeclaration) - Constructor for class com.github.javaparser.resolution.model.typesystem.ReferenceTypeImpl
 
ReferenceTypeImpl(ResolvedReferenceTypeDeclaration, List<ResolvedType>) - Constructor for class com.github.javaparser.resolution.model.typesystem.ReferenceTypeImpl
 
referenceTypeMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ReferenceTypeMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
ReferenceTypeMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.ReferenceTypeMetaModel
 
ReferenceTypeMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.ReferenceTypeMetaModel
 
ReflectionAnnotationDeclaration - Class in com.github.javaparser.symbolsolver.reflectionmodel
 
ReflectionAnnotationDeclaration(Class<?>, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
 
ReflectionAnnotationMemberDeclaration - Class in com.github.javaparser.symbolsolver.reflectionmodel
 
ReflectionAnnotationMemberDeclaration(Method, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationMemberDeclaration
 
reflectionClassAdapter - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
 
reflectionClassAdapter - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
reflectionClassAdapter - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
 
reflectionClassAdapter - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
 
reflectionClassAdapter - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
ReflectionClassAdapter - Class in com.github.javaparser.symbolsolver.reflectionmodel
 
ReflectionClassAdapter(Class<?>, TypeSolver, ResolvedReferenceTypeDeclaration) - Constructor for class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassAdapter
 
ReflectionClassDeclaration - Class in com.github.javaparser.symbolsolver.reflectionmodel
 
ReflectionClassDeclaration(Class<?>, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
ReflectionConstructorDeclaration - Class in com.github.javaparser.symbolsolver.reflectionmodel
 
ReflectionConstructorDeclaration(Constructor<?>, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionConstructorDeclaration
 
ReflectionEnumConstantDeclaration - Class in com.github.javaparser.symbolsolver.reflectionmodel
 
ReflectionEnumConstantDeclaration(Field, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumConstantDeclaration
 
ReflectionEnumDeclaration - Class in com.github.javaparser.symbolsolver.reflectionmodel
 
ReflectionEnumDeclaration(Class<?>, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
 
ReflectionFactory - Class in com.github.javaparser.symbolsolver.reflectionmodel
 
ReflectionFactory() - Constructor for class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionFactory
 
ReflectionFieldDeclaration - Class in com.github.javaparser.symbolsolver.reflectionmodel
 
ReflectionFieldDeclaration(Field, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionFieldDeclaration
 
ReflectionFieldDeclaration(Field, TypeSolver, ResolvedType) - Constructor for class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionFieldDeclaration
 
ReflectionInterfaceDeclaration - Class in com.github.javaparser.symbolsolver.reflectionmodel
 
ReflectionInterfaceDeclaration(Class<?>, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
 
ReflectionMethodDeclaration - Class in com.github.javaparser.symbolsolver.reflectionmodel
 
ReflectionMethodDeclaration(Method, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodDeclaration
 
ReflectionMethodResolutionLogic - Class in com.github.javaparser.symbolsolver.reflectionmodel
 
ReflectionMethodResolutionLogic() - Constructor for class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodResolutionLogic
 
ReflectionParameterDeclaration - Class in com.github.javaparser.symbolsolver.reflectionmodel
 
ReflectionParameterDeclaration(Class<?>, Type, TypeSolver, boolean, String) - Constructor for class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionParameterDeclaration
 
ReflectionPatternDeclaration - Class in com.github.javaparser.symbolsolver.reflectionmodel
WARNING: Implemented fairly blindly.
ReflectionPatternDeclaration(Class<?>, TypeSolver, String) - Constructor for class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionPatternDeclaration
 
ReflectionRecordDeclaration - Class in com.github.javaparser.symbolsolver.reflectionmodel
 
ReflectionRecordDeclaration(Class<?>, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
ReflectionTypeParameter - Class in com.github.javaparser.symbolsolver.reflectionmodel
 
ReflectionTypeParameter(TypeVariable, boolean, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionTypeParameter
 
ReflectionTypeSolver - Class in com.github.javaparser.symbolsolver.resolution.typesolvers
Uses reflection to resolve types.
ReflectionTypeSolver() - Constructor for class com.github.javaparser.symbolsolver.resolution.typesolvers.ReflectionTypeSolver
Resolves classes from the JRE that is currently running.
ReflectionTypeSolver(boolean) - Constructor for class com.github.javaparser.symbolsolver.resolution.typesolvers.ReflectionTypeSolver
 
register(AstObserver) - Method in class com.github.javaparser.ast.Node
 
register(AstObserver) - Method in class com.github.javaparser.ast.NodeList
 
register(AstObserver) - Method in interface com.github.javaparser.ast.observer.Observable
Register an observer.
register(AstObserver, Node.ObserverRegistrationMode) - Method in class com.github.javaparser.ast.Node
Register a new observer for the given node.
registerCorrespondance(ResolvedType, ResolvedType) - Method in class com.github.javaparser.resolution.logic.InferenceContext
 
registerEquivalentType(ResolvedType) - Method in class com.github.javaparser.resolution.logic.InferenceVariableType
 
registerForSubtree(AstObserver) - Method in class com.github.javaparser.ast.Node
Register the observer for the current node and all the contained node and nodelists, recursively.
registerKnownClassesFor(String) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.JarTypeSolver
Register the list of known classes.
reindentedIndents - Variable in class com.github.javaparser.printer.SourcePrinter
 
reindentToPreviousLevel() - Method in class com.github.javaparser.printer.SourcePrinter
Set the top-most indent to the column the cursor was before the last SourcePrinter.reindentWithAlignToCursor() call.
reindentWithAlignToCursor() - Method in class com.github.javaparser.printer.SourcePrinter
Set the top-most indent to the column the cursor is currently in, can be undone with SourcePrinter.reindentToPreviousLevel().
ReInit(GeneratedJavaParserTokenManager) - Method in class com.github.javaparser.GeneratedJavaParser
Reinitialise.
ReInit(Provider) - Method in class com.github.javaparser.GeneratedJavaParser
Reinitialise.
ReInit(Provider) - Method in class com.github.javaparser.GeneratedJavaParserBase
 
ReInit(Provider) - Method in class com.github.javaparser.SimpleCharStream
Reinitialise.
ReInit(Provider, int, int) - Method in class com.github.javaparser.SimpleCharStream
Reinitialise.
ReInit(Provider, int, int, int) - Method in class com.github.javaparser.SimpleCharStream
Reinitialise.
ReInit(SimpleCharStream) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
Reinitialise parser.
ReInit(String) - Method in class com.github.javaparser.GeneratedJavaParser
 
ReInitRounds() - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
RelationalExpression() - Method in class com.github.javaparser.GeneratedJavaParser
// Note that instanceof is a RelationalExpression within the JLS, which differs from JavaParser https://docs.oracle.com/javase/specs/jls/se15/html/jls-15.html#jls-15.20
relaxMatch(ResolvedType, ResolvedPrimitiveType...) - Method in class com.github.javaparser.symbolsolver.resolution.promotion.NumericConditionalExprHandler
 
relevantParameterizations(List<ResolvedType>, List<Set<ResolvedType>>) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic
For any element G of MEC that is a generic type, let the "relevant" parameterizations of G, Relevant(G), be: Relevant(G) = { V | 1 ≤ i ≤ k: V in ST(Ui) and V = Ginvalid input: '<'...> }
REM - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
REM - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
REMAINDER - Enum constant in enum com.github.javaparser.ast.expr.AssignExpr.Operator
 
REMAINDER - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
 
REMASSIGN - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
REMASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
REMOVAL - Enum constant in enum com.github.javaparser.ast.observer.AstObserver.ListChangeType
 
remove() - Method in class com.github.javaparser.ast.comments.Comment
 
remove() - Method in class com.github.javaparser.ast.Node
Try to remove this node from the parent
remove() - Method in class com.github.javaparser.ast.NodeList.NodeListIterator
 
remove() - Method in class com.github.javaparser.printer.lexicalpreservation.Difference.ArrayIterator
 
remove() - Method in class com.github.javaparser.printer.lexicalpreservation.PeekingIterator
remove() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory.CascadingIterator
 
remove() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory.ComposedIterator
 
remove() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory.SingleElementIterator
 
remove(int) - Method in class com.github.javaparser.ast.NodeList
 
remove(int) - Method in class com.github.javaparser.utils.VisitorList
 
remove(Node) - Method in class com.github.javaparser.ast.ArrayCreationLevel
 
remove(Node) - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
 
remove(Node) - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
remove(Node) - Method in class com.github.javaparser.ast.body.CallableDeclaration
 
remove(Node) - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
 
remove(Node) - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
 
remove(Node) - Method in class com.github.javaparser.ast.body.EnumConstantDeclaration
 
remove(Node) - Method in class com.github.javaparser.ast.body.EnumDeclaration
 
remove(Node) - Method in class com.github.javaparser.ast.body.FieldDeclaration
 
remove(Node) - Method in class com.github.javaparser.ast.body.MethodDeclaration
 
remove(Node) - Method in class com.github.javaparser.ast.body.Parameter
 
remove(Node) - Method in class com.github.javaparser.ast.body.ReceiverParameter
 
remove(Node) - Method in class com.github.javaparser.ast.body.RecordDeclaration
 
remove(Node) - Method in class com.github.javaparser.ast.body.TypeDeclaration
 
remove(Node) - Method in class com.github.javaparser.ast.body.VariableDeclarator
 
remove(Node) - Method in class com.github.javaparser.ast.CompilationUnit
 
remove(Node) - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
 
remove(Node) - Method in class com.github.javaparser.ast.expr.ArrayInitializerExpr
 
remove(Node) - Method in class com.github.javaparser.ast.expr.FieldAccessExpr
 
remove(Node) - Method in class com.github.javaparser.ast.expr.InstanceOfExpr
 
remove(Node) - Method in class com.github.javaparser.ast.expr.LambdaExpr
 
remove(Node) - Method in class com.github.javaparser.ast.expr.MethodCallExpr
 
remove(Node) - Method in class com.github.javaparser.ast.expr.MethodReferenceExpr
 
remove(Node) - Method in class com.github.javaparser.ast.expr.Name
 
remove(Node) - Method in class com.github.javaparser.ast.expr.NormalAnnotationExpr
 
remove(Node) - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
 
remove(Node) - Method in class com.github.javaparser.ast.expr.RecordPatternExpr
 
remove(Node) - Method in class com.github.javaparser.ast.expr.SuperExpr
 
remove(Node) - Method in class com.github.javaparser.ast.expr.SwitchExpr
 
remove(Node) - Method in class com.github.javaparser.ast.expr.ThisExpr
 
remove(Node) - Method in class com.github.javaparser.ast.expr.TypePatternExpr
 
remove(Node) - Method in class com.github.javaparser.ast.expr.VariableDeclarationExpr
 
remove(Node) - Method in class com.github.javaparser.ast.modules.ModuleDeclaration
 
remove(Node) - Method in class com.github.javaparser.ast.modules.ModuleExportsDirective
 
remove(Node) - Method in class com.github.javaparser.ast.modules.ModuleOpensDirective
 
remove(Node) - Method in class com.github.javaparser.ast.modules.ModuleProvidesDirective
 
remove(Node) - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
 
remove(Node) - Method in class com.github.javaparser.ast.Node
 
remove(Node) - Method in class com.github.javaparser.ast.NodeList
 
remove(Node) - Method in interface com.github.javaparser.ast.nodeTypes.SwitchNode
 
remove(Node) - Method in class com.github.javaparser.ast.PackageDeclaration
 
remove(Node) - Method in class com.github.javaparser.ast.stmt.AssertStmt
 
remove(Node) - Method in class com.github.javaparser.ast.stmt.BlockStmt
 
remove(Node) - Method in class com.github.javaparser.ast.stmt.BreakStmt
 
remove(Node) - Method in class com.github.javaparser.ast.stmt.ContinueStmt
 
remove(Node) - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
 
remove(Node) - Method in class com.github.javaparser.ast.stmt.ForStmt
 
remove(Node) - Method in class com.github.javaparser.ast.stmt.IfStmt
 
remove(Node) - Method in class com.github.javaparser.ast.stmt.ReturnStmt
 
remove(Node) - Method in class com.github.javaparser.ast.stmt.SwitchEntry
 
remove(Node) - Method in class com.github.javaparser.ast.stmt.SwitchStmt
 
remove(Node) - Method in class com.github.javaparser.ast.stmt.TryStmt
 
remove(Node) - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
 
remove(Node) - Method in class com.github.javaparser.ast.type.IntersectionType
 
remove(Node) - Method in class com.github.javaparser.ast.type.Type
 
remove(Node) - Method in class com.github.javaparser.ast.type.TypeParameter
 
remove(Node) - Method in class com.github.javaparser.ast.type.UnionType
 
remove(Node) - Method in class com.github.javaparser.ast.type.WildcardType
 
remove(Validator) - Method in class com.github.javaparser.ast.validator.Validators
 
remove(TextElementMatcher, boolean) - Method in class com.github.javaparser.printer.lexicalpreservation.NodeText
 
remove(Processor) - Method in class com.github.javaparser.ast.validator.postprocessors.PostProcessors
 
remove(Object) - Method in class com.github.javaparser.ast.NodeList
 
remove(Object) - Method in class com.github.javaparser.utils.VisitorList
 
remove(Object) - Method in class com.github.javaparser.utils.VisitorMap
 
remove(Object) - Method in class com.github.javaparser.utils.VisitorSet
 
remove(K) - Method in interface com.github.javaparser.resolution.cache.Cache
Discards any cached value for this key.
remove(K) - Method in class com.github.javaparser.symbolsolver.cache.GuavaCache
 
remove(K) - Method in class com.github.javaparser.symbolsolver.cache.InMemoryCache
 
remove(K) - Method in class com.github.javaparser.symbolsolver.cache.NoCache
 
removeAll() - Method in interface com.github.javaparser.resolution.cache.Cache
Discards all entries in the cache.
removeAll() - Method in class com.github.javaparser.symbolsolver.cache.GuavaCache
 
removeAll() - Method in class com.github.javaparser.symbolsolver.cache.InMemoryCache
 
removeAll() - Method in class com.github.javaparser.symbolsolver.cache.NoCache
 
removeAll(Collection<?>) - Method in class com.github.javaparser.ast.NodeList
 
removeAll(Collection<?>) - Method in class com.github.javaparser.utils.VisitorList
 
removeAll(Collection<?>) - Method in class com.github.javaparser.utils.VisitorSet
 
removeAllExtraCharacters(List<TextElement>, int) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter.Observer
 
removeAllExtraCharactersBeforePosition(ListIterator<TextElement>) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter.Observer
 
removeAllExtraCharactersStartingFrom(ListIterator<TextElement>) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter.Observer
 
removeBody() - Method in class com.github.javaparser.ast.body.MethodDeclaration
 
removeBody() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithOptionalBlockStmt
 
removeClassName() - Method in class com.github.javaparser.ast.expr.SuperExpr
 
removeClassName() - Method in class com.github.javaparser.ast.expr.ThisExpr
 
removeComment() - Method in class com.github.javaparser.ast.Node
 
removeCompare() - Method in class com.github.javaparser.ast.stmt.ForStmt
 
removed(CsmElement) - Static method in interface com.github.javaparser.printer.lexicalpreservation.DifferenceElement
 
Removed - Class in com.github.javaparser.printer.lexicalpreservation
 
Removed(CsmElement) - Constructor for class com.github.javaparser.printer.lexicalpreservation.Removed
 
removeData(DataKey<?>) - Method in class com.github.javaparser.ast.Node
Remove data by key.
removeDefaultValue() - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
 
RemovedGroup - Class in com.github.javaparser.printer.lexicalpreservation
This class represents a group of Removed elements.
RemovedGroup(Integer, List<Removed>) - Constructor for class com.github.javaparser.printer.lexicalpreservation.RemovedGroup
 
removeDimension() - Method in class com.github.javaparser.ast.ArrayCreationLevel
 
removedList - Variable in class com.github.javaparser.printer.lexicalpreservation.RemovedGroup
 
removeElement(int) - Method in class com.github.javaparser.printer.lexicalpreservation.NodeText
 
removeElementByObjectIdentity(List<E>, E) - Static method in class com.github.javaparser.utils.Utils
Like List.remove(Object), but using ==, not equals.
removeElements(int, int, List<TextElement>) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
removeElseStmt() - Method in class com.github.javaparser.ast.stmt.IfStmt
 
removeExpression() - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
 
removeExpression() - Method in class com.github.javaparser.ast.stmt.ReturnStmt
 
removeExtendedType() - Method in class com.github.javaparser.ast.type.WildcardType
 
removeExtraCharacters(NodeText, int, int) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
Remove excess white space after deleting element.
removeFileExtension(String) - Static method in class com.github.javaparser.utils.Utils
 
removeFinallyBlock() - Method in class com.github.javaparser.ast.stmt.TryStmt
 
removeFirst() - Method in class com.github.javaparser.ast.NodeList
 
removeForced() - Method in class com.github.javaparser.ast.Node
Forcibly removes this node from the AST.
removeGuard() - Method in class com.github.javaparser.ast.stmt.SwitchEntry
 
removeIf(Predicate<? super N>) - Method in class com.github.javaparser.ast.NodeList
 
removeIndentationElements() - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator.CalculatedSyntaxModel
 
removeIndentationElements(List<DifferenceElement>) - Static method in class com.github.javaparser.printer.lexicalpreservation.DifferenceElementCalculator
Remove from the difference all the elements related to indentation.
removeInitializer() - Method in class com.github.javaparser.ast.body.VariableDeclarator
 
removeInitializer() - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
 
removeJavaDocComment() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithJavadoc
 
removeLabel() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithOptionalLabel
 
removeLabel() - Method in class com.github.javaparser.ast.stmt.BreakStmt
 
removeLabel() - Method in class com.github.javaparser.ast.stmt.ContinueStmt
 
removeLast() - Method in class com.github.javaparser.ast.NodeList
 
removeMessage() - Method in class com.github.javaparser.ast.stmt.AssertStmt
 
removeModifier(Modifier.Keyword...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithModifiers
 
removeModifierFromArray(Modifier.Keyword, Modifier.Keyword[]) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
 
removeModule() - Method in class com.github.javaparser.ast.CompilationUnit
 
removeOption(ConfigurationOption) - Method in class com.github.javaparser.printer.configuration.DefaultPrinterConfiguration
 
removeOption(ConfigurationOption) - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
 
removeOption(ConfigurationOption) - Method in interface com.github.javaparser.printer.configuration.PrinterConfiguration
 
removeOrphanComment(Comment) - Method in class com.github.javaparser.ast.Node
 
removePackageDeclaration() - Method in class com.github.javaparser.ast.CompilationUnit
 
removePattern() - Method in class com.github.javaparser.ast.expr.InstanceOfExpr
 
removeQualifier() - Method in class com.github.javaparser.ast.expr.Name
 
removeReceiverParameter() - Method in class com.github.javaparser.ast.body.CallableDeclaration
 
removeReceiverParameter() - Method in class com.github.javaparser.ast.body.RecordDeclaration
 
removeScope() - Method in class com.github.javaparser.ast.expr.MethodCallExpr
 
removeScope() - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
 
removeScope() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithOptionalScope
 
removeScope() - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
 
removeSuperType() - Method in class com.github.javaparser.ast.type.WildcardType
 
removeTypeArguments() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithTypeArguments
Removes all type arguments, including the surrounding <>.
removeTypeArguments(String) - Static method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistUtils
 
removeTypeName() - Method in class com.github.javaparser.ast.expr.SuperExpr
 
removeTypeName() - Method in class com.github.javaparser.ast.expr.ThisExpr
 
reparse(JavaParser) - Method in class com.github.javaparser.ast.CompilationUnit.Storage
 
replace(Node) - Method in class com.github.javaparser.ast.Node
Try to replace this node in the parent with the supplied node.
replace(Node, Node) - Method in class com.github.javaparser.ast.ArrayCreationLevel
 
replace(Node, Node) - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
 
replace(Node, Node) - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
replace(Node, Node) - Method in class com.github.javaparser.ast.body.CallableDeclaration
 
replace(Node, Node) - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
 
replace(Node, Node) - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
 
replace(Node, Node) - Method in class com.github.javaparser.ast.body.ConstructorDeclaration
 
replace(Node, Node) - Method in class com.github.javaparser.ast.body.EnumConstantDeclaration
 
replace(Node, Node) - Method in class com.github.javaparser.ast.body.EnumDeclaration
 
replace(Node, Node) - Method in class com.github.javaparser.ast.body.FieldDeclaration
 
replace(Node, Node) - Method in class com.github.javaparser.ast.body.InitializerDeclaration
 
replace(Node, Node) - Method in class com.github.javaparser.ast.body.MethodDeclaration
 
replace(Node, Node) - Method in class com.github.javaparser.ast.body.Parameter
 
replace(Node, Node) - Method in class com.github.javaparser.ast.body.ReceiverParameter
 
replace(Node, Node) - Method in class com.github.javaparser.ast.body.RecordDeclaration
 
replace(Node, Node) - Method in class com.github.javaparser.ast.body.TypeDeclaration
 
replace(Node, Node) - Method in class com.github.javaparser.ast.body.VariableDeclarator
 
replace(Node, Node) - Method in class com.github.javaparser.ast.CompilationUnit
 
replace(Node, Node) - Method in class com.github.javaparser.ast.expr.AnnotationExpr
 
replace(Node, Node) - Method in class com.github.javaparser.ast.expr.ArrayAccessExpr
 
replace(Node, Node) - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
 
replace(Node, Node) - Method in class com.github.javaparser.ast.expr.ArrayInitializerExpr
 
replace(Node, Node) - Method in class com.github.javaparser.ast.expr.AssignExpr
 
replace(Node, Node) - Method in class com.github.javaparser.ast.expr.BinaryExpr
 
replace(Node, Node) - Method in class com.github.javaparser.ast.expr.CastExpr
 
replace(Node, Node) - Method in class com.github.javaparser.ast.expr.ClassExpr
 
replace(Node, Node) - Method in class com.github.javaparser.ast.expr.ConditionalExpr
 
replace(Node, Node) - Method in class com.github.javaparser.ast.expr.EnclosedExpr
 
replace(Node, Node) - Method in class com.github.javaparser.ast.expr.FieldAccessExpr
 
replace(Node, Node) - Method in class com.github.javaparser.ast.expr.InstanceOfExpr
 
replace(Node, Node) - Method in class com.github.javaparser.ast.expr.LambdaExpr
 
replace(Node, Node) - Method in class com.github.javaparser.ast.expr.MemberValuePair
 
replace(Node, Node) - Method in class com.github.javaparser.ast.expr.MethodCallExpr
 
replace(Node, Node) - Method in class com.github.javaparser.ast.expr.MethodReferenceExpr
 
replace(Node, Node) - Method in class com.github.javaparser.ast.expr.Name
 
replace(Node, Node) - Method in class com.github.javaparser.ast.expr.NameExpr
 
replace(Node, Node) - Method in class com.github.javaparser.ast.expr.NormalAnnotationExpr
 
replace(Node, Node) - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
 
replace(Node, Node) - Method in class com.github.javaparser.ast.expr.PatternExpr
 
replace(Node, Node) - Method in class com.github.javaparser.ast.expr.RecordPatternExpr
 
replace(Node, Node) - Method in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr
 
replace(Node, Node) - Method in class com.github.javaparser.ast.expr.SuperExpr
 
replace(Node, Node) - Method in class com.github.javaparser.ast.expr.SwitchExpr
 
replace(Node, Node) - Method in class com.github.javaparser.ast.expr.ThisExpr
 
replace(Node, Node) - Method in class com.github.javaparser.ast.expr.TypeExpr
 
replace(Node, Node) - Method in class com.github.javaparser.ast.expr.TypePatternExpr
 
replace(Node, Node) - Method in class com.github.javaparser.ast.expr.UnaryExpr
 
replace(Node, Node) - Method in class com.github.javaparser.ast.expr.VariableDeclarationExpr
 
replace(Node, Node) - Method in class com.github.javaparser.ast.ImportDeclaration
 
replace(Node, Node) - Method in class com.github.javaparser.ast.modules.ModuleDeclaration
 
replace(Node, Node) - Method in class com.github.javaparser.ast.modules.ModuleExportsDirective
 
replace(Node, Node) - Method in class com.github.javaparser.ast.modules.ModuleOpensDirective
 
replace(Node, Node) - Method in class com.github.javaparser.ast.modules.ModuleProvidesDirective
 
replace(Node, Node) - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
 
replace(Node, Node) - Method in class com.github.javaparser.ast.modules.ModuleUsesDirective
 
replace(Node, Node) - Method in class com.github.javaparser.ast.Node
 
replace(Node, Node) - Method in interface com.github.javaparser.ast.nodeTypes.SwitchNode
 
replace(Node, Node) - Method in class com.github.javaparser.ast.PackageDeclaration
 
replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.AssertStmt
 
replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.BlockStmt
 
replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.BreakStmt
 
replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.CatchClause
 
replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.ContinueStmt
 
replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.DoStmt
 
replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
 
replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.ExpressionStmt
 
replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.ForEachStmt
 
replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.ForStmt
 
replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.IfStmt
 
replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.LabeledStmt
 
replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt
 
replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.LocalRecordDeclarationStmt
 
replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.ReturnStmt
 
replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.SwitchEntry
 
replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.SwitchStmt
 
replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.SynchronizedStmt
 
replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.ThrowStmt
 
replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.TryStmt
 
replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.WhileStmt
 
replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.YieldStmt
 
replace(Node, Node) - Method in class com.github.javaparser.ast.type.ArrayType
 
replace(Node, Node) - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
 
replace(Node, Node) - Method in class com.github.javaparser.ast.type.IntersectionType
 
replace(Node, Node) - Method in class com.github.javaparser.ast.type.Type
 
replace(Node, Node) - Method in class com.github.javaparser.ast.type.TypeParameter
 
replace(Node, Node) - Method in class com.github.javaparser.ast.type.UnionType
 
replace(Node, Node) - Method in class com.github.javaparser.ast.type.WildcardType
 
replace(Validator, Validator) - Method in class com.github.javaparser.ast.validator.Validators
 
replace(TextElementMatcher, TextElement) - Method in class com.github.javaparser.printer.lexicalpreservation.NodeText
 
replace(Processor, Processor) - Method in class com.github.javaparser.ast.validator.postprocessors.PostProcessors
 
replace(N, N) - Method in class com.github.javaparser.ast.NodeList
Replaces the first node that is equal to "old" with "replacement".
replaceAll(ResolvedType) - Method in class com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametersMap
 
replaceAll(UnaryOperator<N>) - Method in class com.github.javaparser.ast.NodeList
 
replaceElementByObjectIdentity(List<E>, E, E) - Static method in class com.github.javaparser.utils.Utils
Like List.set(int, Object) at List.indexOf(Object), but using ==, not equals.
replaceEolTokens(CsmElement) - Method in class com.github.javaparser.printer.lexicalpreservation.Added
 
replaceEolTokens(CsmElement) - Method in interface com.github.javaparser.printer.lexicalpreservation.DifferenceElement
 
replaceEolTokens(CsmElement) - Method in class com.github.javaparser.printer.lexicalpreservation.Reshuffled
 
replaceEolTokens(List<DifferenceElement>, LineSeparator) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator
 
replaceExceptionType(int, ResolvedType) - Method in class com.github.javaparser.resolution.MethodUsage
 
replacement(CsmElement, CsmElement) - Static method in class com.github.javaparser.printer.lexicalpreservation.DifferenceElementCalculator
 
replaceParams(List<ResolvedType>, ResolvedReferenceTypeDeclaration, ResolvedMethodDeclaration) - Static method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodResolutionLogic
 
replaceParamType(int, ResolvedType) - Method in class com.github.javaparser.resolution.MethodUsage
 
replaceReturnType(ResolvedType) - Method in class com.github.javaparser.resolution.MethodUsage
 
replaceToken(JavaToken) - Method in class com.github.javaparser.JavaToken
Replaces the current token with newToken.
replaceTokens(List<CsmElement>, CsmElement) - Method in class com.github.javaparser.printer.lexicalpreservation.Reshuffled
 
replaceType(ResolvedType) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionFieldDeclaration
 
replaceTypeParam(ResolvedType, ResolvedTypeParameterDeclaration, TypeSolver) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
 
replaceTypeParameter(ResolvedTypeParameterDeclaration, ResolvedType) - Method in class com.github.javaparser.resolution.MethodUsage
 
replaceTypeParameter(MethodUsage, Map<ResolvedTypeParameterDeclaration, ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.MethodCallExprContext
 
replaceTypeParams(ResolvedType, Context) - Method in class com.github.javaparser.symbolsolver.declarations.common.MethodDeclarationCommonLogic
 
replaceTypeVariables(ResolvedTypeParameterDeclaration, ResolvedType) - Method in class com.github.javaparser.resolution.model.typesystem.LazyType
 
replaceTypeVariables(ResolvedTypeParameterDeclaration, ResolvedType) - Method in interface com.github.javaparser.resolution.types.ResolvedType
replaceTypeVariables(ResolvedTypeParameterDeclaration, ResolvedType, Map<ResolvedTypeParameterDeclaration, ResolvedType>) - Method in class com.github.javaparser.resolution.model.typesystem.LazyType
 
replaceTypeVariables(ResolvedTypeParameterDeclaration, ResolvedType, Map<ResolvedTypeParameterDeclaration, ResolvedType>) - Method in class com.github.javaparser.resolution.types.ResolvedArrayType
 
replaceTypeVariables(ResolvedTypeParameterDeclaration, ResolvedType, Map<ResolvedTypeParameterDeclaration, ResolvedType>) - Method in class com.github.javaparser.resolution.types.ResolvedIntersectionType
 
replaceTypeVariables(ResolvedTypeParameterDeclaration, ResolvedType, Map<ResolvedTypeParameterDeclaration, ResolvedType>) - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
replaceTypeVariables(ResolvedTypeParameterDeclaration, ResolvedType, Map<ResolvedTypeParameterDeclaration, ResolvedType>) - Method in interface com.github.javaparser.resolution.types.ResolvedType
Replace all variables referring to the given TypeParameter with the given value.
replaceTypeVariables(ResolvedTypeParameterDeclaration, ResolvedType, Map<ResolvedTypeParameterDeclaration, ResolvedType>) - Method in class com.github.javaparser.resolution.types.ResolvedTypeVariable
 
replaceTypeVariables(ResolvedTypeParameterDeclaration, ResolvedType, Map<ResolvedTypeParameterDeclaration, ResolvedType>) - Method in class com.github.javaparser.resolution.types.ResolvedWildcard
 
replaceTypeVariablesWithInferenceVariables(ResolvedType, Map<ResolvedTypeVariable, InferenceVariable>) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.ExpressionCompatibleWithType
 
replaceTypeVariablesWithInferenceVariables(MethodType) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.ExpressionCompatibleWithType
 
report(NodeWithTokenRange<?>, UpgradeJavaMessage, Object...) - Method in class com.github.javaparser.ast.validator.ProblemReporter
Report a problem.
report(NodeWithTokenRange<?>, String, Object...) - Method in class com.github.javaparser.ast.validator.ProblemReporter
Report a problem.
report(TokenRange, String, Object...) - Method in class com.github.javaparser.ast.validator.ProblemReporter
 
reportIllegalPosition(VarType, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.VarValidator
 
requestCount() - Method in interface com.github.javaparser.resolution.cache.CacheStats
Returns the number of times lookup methods have returned either a cached or uncached value.
requestCount() - Method in class com.github.javaparser.symbolsolver.cache.DefaultCacheStats
Returns the number of times Cache lookup methods have returned either a cached or uncached value.
requireParentNode(Node) - Static method in class com.github.javaparser.resolution.Navigator
REQUIRES - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
REQUIRES - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
ReservedKeywordValidator - Class in com.github.javaparser.ast.validator
Validates that identifiers are not keywords - this for the few keywords that the parser accepts because they were added after Java 1.0.
ReservedKeywordValidator(String) - Constructor for class com.github.javaparser.ast.validator.ReservedKeywordValidator
 
reset() - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
reset(Provider) - Method in class com.github.javaparser.GeneratedJavaParserBase
 
Reshuffled - Class in com.github.javaparser.printer.lexicalpreservation
Elements in a CsmMix have been reshuffled.
Reshuffled(CsmMix, CsmMix) - Constructor for class com.github.javaparser.printer.lexicalpreservation.Reshuffled
 
ReshuffledDiffElementExtractor - Class in com.github.javaparser.printer.lexicalpreservation
 
ReshuffledDiffElementExtractor(NodeText) - Constructor for class com.github.javaparser.printer.lexicalpreservation.ReshuffledDiffElementExtractor
 
ReshuffledDiffElementExtractor.MatchClassification - Enum in com.github.javaparser.printer.lexicalpreservation
 
Resolvable<T> - Interface in com.github.javaparser.resolution
 
resolve() - Method in class com.github.javaparser.ast.body.AnnotationDeclaration
 
resolve() - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
 
resolve() - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
 
resolve() - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
 
resolve() - Method in class com.github.javaparser.ast.body.ConstructorDeclaration
 
resolve() - Method in class com.github.javaparser.ast.body.EnumConstantDeclaration
 
resolve() - Method in class com.github.javaparser.ast.body.EnumDeclaration
 
resolve() - Method in class com.github.javaparser.ast.body.FieldDeclaration
 
resolve() - Method in class com.github.javaparser.ast.body.MethodDeclaration
 
resolve() - Method in class com.github.javaparser.ast.body.Parameter
 
resolve() - Method in class com.github.javaparser.ast.body.RecordDeclaration
 
resolve() - Method in class com.github.javaparser.ast.body.TypeDeclaration
 
resolve() - Method in class com.github.javaparser.ast.body.VariableDeclarator
 
resolve() - Method in class com.github.javaparser.ast.expr.AnnotationExpr
Attempts to resolve the declaration corresponding to the annotation expression.
resolve() - Method in class com.github.javaparser.ast.expr.FieldAccessExpr
Attempts to resolve the declaration corresponding to the accessed field.
resolve() - Method in class com.github.javaparser.ast.expr.MethodCallExpr
Attempts to resolve the declaration corresponding to the invoked method.
resolve() - Method in class com.github.javaparser.ast.expr.MethodReferenceExpr
 
resolve() - Method in class com.github.javaparser.ast.expr.NameExpr
Attempts to resolve the declaration corresponding to the accessed name.
resolve() - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
Attempts to resolve the declaration corresponding to the invoked constructor.
resolve() - Method in class com.github.javaparser.ast.expr.ThisExpr
 
resolve() - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
Attempts to resolve the declaration corresponding to the invoked constructor.
resolve() - Method in class com.github.javaparser.ast.type.ArrayType
 
resolve() - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
 
resolve() - Method in class com.github.javaparser.ast.type.IntersectionType
 
resolve() - Method in class com.github.javaparser.ast.type.PrimitiveType
 
resolve() - Method in class com.github.javaparser.ast.type.Type
 
resolve() - Method in class com.github.javaparser.ast.type.TypeParameter
 
resolve() - Method in class com.github.javaparser.ast.type.UnionType
 
resolve() - Method in class com.github.javaparser.ast.type.UnknownType
 
resolve() - Method in class com.github.javaparser.ast.type.VarType
 
resolve() - Method in class com.github.javaparser.ast.type.VoidType
 
resolve() - Method in class com.github.javaparser.ast.type.WildcardType
 
resolve() - Method in interface com.github.javaparser.resolution.Resolvable
 
resolve(ResolvedType) - Method in class com.github.javaparser.resolution.logic.InferenceContext
 
ResolvedAnnotationDeclaration - Interface in com.github.javaparser.resolution.declarations
 
ResolvedAnnotationMemberDeclaration - Interface in com.github.javaparser.resolution.declarations
 
ResolvedArrayType - Class in com.github.javaparser.resolution.types
Array Type.
ResolvedArrayType(ResolvedType) - Constructor for class com.github.javaparser.resolution.types.ResolvedArrayType
 
ResolvedClassDeclaration - Interface in com.github.javaparser.resolution.declarations
Declaration of a Class (not an interface or an enum).
ResolvedConstructorDeclaration - Interface in com.github.javaparser.resolution.declarations
A declaration of a constructor.
ResolvedDeclaration - Interface in com.github.javaparser.resolution.declarations
A generic declaration.
resolveDeclaration(Node, Class<T>) - Method in interface com.github.javaparser.resolution.SymbolResolver
For a reference it would find the corresponding declaration.
resolveDeclaration(Node, Class<T>) - Method in class com.github.javaparser.symbolsolver.JavaSymbolSolver
 
ResolvedEnumConstantDeclaration - Interface in com.github.javaparser.resolution.declarations
 
ResolvedEnumDeclaration - Interface in com.github.javaparser.resolution.declarations
Declaration of an Enum.
ResolvedFieldDeclaration - Interface in com.github.javaparser.resolution.declarations
Declaration of a field.
ResolvedInterfaceDeclaration - Interface in com.github.javaparser.resolution.declarations
An interface declaration.
ResolvedIntersectionType - Class in com.github.javaparser.resolution.types
An intersection type is defined in java as list of types separates by ampersands.
ResolvedIntersectionType(Collection<ResolvedType>) - Constructor for class com.github.javaparser.resolution.types.ResolvedIntersectionType
 
ResolvedLambdaConstraintType - Class in com.github.javaparser.resolution.types
 
ResolvedLambdaConstraintType(ResolvedType) - Constructor for class com.github.javaparser.resolution.types.ResolvedLambdaConstraintType
 
ResolvedMethodDeclaration - Interface in com.github.javaparser.resolution.declarations
A declaration of a method (either in an interface, a class, an enum or an annotation).
ResolvedMethodLikeDeclaration - Interface in com.github.javaparser.resolution.declarations
This is a common interface for MethodDeclaration and ConstructorDeclaration.
ResolvedParameterDeclaration - Interface in com.github.javaparser.resolution.declarations
Declaration of a parameter.
ResolvedPrimitiveType - Enum in com.github.javaparser.resolution.types
 
ResolvedPrimitiveType(String, Class, List<ResolvedPrimitiveType>) - Constructor for enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
 
resolvedPrimitiveTypeSubList - Static variable in class com.github.javaparser.symbolsolver.resolution.promotion.NumericConditionalExprHandler
 
ResolvedRecordDeclaration - Interface in com.github.javaparser.resolution.declarations
Declaration of a Record (not an interface or an enum).
ResolvedReferenceType - Class in com.github.javaparser.resolution.types
A ReferenceType like a class, an interface or an enum.
ResolvedReferenceType(ResolvedReferenceTypeDeclaration) - Constructor for class com.github.javaparser.resolution.types.ResolvedReferenceType
 
ResolvedReferenceType(ResolvedReferenceTypeDeclaration, List<ResolvedType>) - Constructor for class com.github.javaparser.resolution.types.ResolvedReferenceType
 
ResolvedReferenceTypeDeclaration - Interface in com.github.javaparser.resolution.declarations
 
resolvedStaticImport - Static variable in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.CompilationUnitContext
 
ResolvedType - Interface in com.github.javaparser.resolution.types
A resolved type.
ResolvedTypeDeclaration - Interface in com.github.javaparser.resolution.declarations
A declaration of a type.
ResolvedTypeParameterDeclaration - Interface in com.github.javaparser.resolution.declarations
Declaration of a type parameter.
ResolvedTypeParameterDeclaration.Bound - Class in com.github.javaparser.resolution.declarations
A Bound on a Type Parameter.
ResolvedTypeParametersMap - Class in com.github.javaparser.resolution.types.parametrization
A map of values associated to TypeParameters.
ResolvedTypeParametersMap(Map<String, ResolvedType>, Map<String, ResolvedTypeParameterDeclaration>) - Constructor for class com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametersMap
 
ResolvedTypeParametersMap.Builder - Class in com.github.javaparser.resolution.types.parametrization
 
ResolvedTypeParameterValueProvider - Interface in com.github.javaparser.resolution.types.parametrization
 
ResolvedTypeParametrizable - Interface in com.github.javaparser.resolution.declarations
An entity which has type parameter.
ResolvedTypeParametrized - Interface in com.github.javaparser.resolution.types.parametrization
Something which can have values for TypeParameters.
ResolvedTypePatternDeclaration - Interface in com.github.javaparser.resolution.declarations
Declaration of a type pattern expression.
ResolvedTypeTransformer - Interface in com.github.javaparser.resolution.types
 
ResolvedTypeVariable - Class in com.github.javaparser.resolution.types
From JLS 4.4: A type variable is introduced by the declaration of a type parameter of a generic class, interface, method, or constructor (§8.1.2, §9.1.2, §8.4.4, §8.8.4).
ResolvedTypeVariable(ResolvedTypeParameterDeclaration) - Constructor for class com.github.javaparser.resolution.types.ResolvedTypeVariable
 
ResolvedUnionType - Class in com.github.javaparser.resolution.types
A union type is defined in java as list of types separates by pipes.
ResolvedUnionType(List<ResolvedType>) - Constructor for class com.github.javaparser.resolution.types.ResolvedUnionType
 
ResolvedValueDeclaration - Interface in com.github.javaparser.resolution.declarations
Declaration of a value.
ResolvedVoidType - Class in com.github.javaparser.resolution.types
The special type void.
ResolvedVoidType() - Constructor for class com.github.javaparser.resolution.types.ResolvedVoidType
 
ResolvedWildcard - Class in com.github.javaparser.resolution.types
A wildcard can be: - unbounded (?) - have a lower bound (? super Number) - have an upper bound (? extends Number) It is not possible to have both a lower and an upper bound at the same time.
ResolvedWildcard(ResolvedWildcard.BoundType, ResolvedType) - Constructor for class com.github.javaparser.resolution.types.ResolvedWildcard
 
ResolvedWildcard.BoundType - Enum in com.github.javaparser.resolution.types
 
resolveLambda(LambdaExpr, ResolvedType) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
resolveLambdaTypes(ResolvedType) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.MethodReferenceExprContext
 
resolveMethodTypeParameters(MethodUsage, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.MethodCallExprContext
 
resolveMethodTypeParametersFromExplicitList(TypeSolver, MethodUsage) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.MethodCallExprContext
 
resolveParameterDeclaration(Parameter) - Method in class com.github.javaparser.symbolsolver.JavaSymbolSolver
 
resolveParameterDeclaration(ResolvedMethodLikeDeclaration, Parameter) - Method in class com.github.javaparser.symbolsolver.JavaSymbolSolver
 
resolveParameterDeclaration(ResolvedReferenceTypeDeclaration, Parameter) - Method in class com.github.javaparser.symbolsolver.JavaSymbolSolver
 
resolveType() - Method in interface com.github.javaparser.resolution.promotion.ConditionalExprHandler
 
resolveType() - Method in class com.github.javaparser.symbolsolver.resolution.promotion.BooleanConditionalExprHandler
 
resolveType() - Method in class com.github.javaparser.symbolsolver.resolution.promotion.NumericConditionalExprHandler
 
resolveType() - Method in class com.github.javaparser.symbolsolver.resolution.promotion.ReferenceConditionalExprHandler
 
resolveTypeVariables(Context, List<ResolvedType>) - Method in interface com.github.javaparser.symbolsolver.core.resolution.TypeVariableResolutionCapability
 
resolveTypeVariables(Context, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.declarations.common.MethodDeclarationCommonLogic
 
resolveTypeVariables(Context, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValueOfMethod
 
resolveTypeVariables(Context, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValuesMethod
 
resolveTypeVariables(Context, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserMethodDeclaration
 
resolveTypeVariables(Context, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration.ImplicitGetterMethod
 
resolveTypeVariables(Context, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
 
resolveTypeVariables(Context, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodDeclaration
 
Resource() - Method in class com.github.javaparser.GeneratedJavaParser
// TODO: Examine more closely.
resourceProvider(ClassLoader, String, Charset) - Static method in class com.github.javaparser.Providers
Provide a Provider from the resource found in class loader with the provided encoding.
As resource is accessed through a class loader, a leading "/" is not allowed in pathToResource
resourceProvider(String) - Static method in class com.github.javaparser.Providers
Provide a Provider from the resource found in the current class loader with UTF-8 encoding.
As resource is accessed through a class loader, a leading "/" is not allowed in pathToResource
resourceProvider(String, Charset) - Static method in class com.github.javaparser.Providers
Provide a Provider from the resource found in the current class loader with the provided encoding.
As resource is accessed through a class loader, a leading "/" is not allowed in pathToResource
resources - Variable in class com.github.javaparser.ast.stmt.TryStmt
 
Resources() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-14.html#jls-14.20.3
RESOURCES - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
ResourceSpecification() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-14.html#jls-14.20.3
resourcesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.TryStmtMetaModel
 
result - Variable in class com.github.javaparser.ParseResult
 
Result() - Constructor for enum com.github.javaparser.utils.SourceRoot.Callback.Result
 
ResultType(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-8.html#jls-8.4.5
ResultTypeParseStart() - Method in class com.github.javaparser.GeneratedJavaParser
 
retainAll(Collection<?>) - Method in class com.github.javaparser.ast.NodeList
 
retainAll(Collection<?>) - Method in class com.github.javaparser.utils.VisitorList
 
retainAll(Collection<?>) - Method in class com.github.javaparser.utils.VisitorSet
 
retrieve(TypeSolver, LambdaExpr, String) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeInferenceCache
 
retrieveInferenceVariables(TypeSolver, LambdaExpr) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeInferenceCache
 
RETURN - Enum constant in enum com.github.javaparser.javadoc.JavadocBlockTag.Type
 
RETURN - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
RETURN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
returned - Variable in class com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory.SingleElementIterator
 
ReturnStatement() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-14.html#jls-14.17
ReturnStmt - Class in com.github.javaparser.ast.stmt
The return statement, with an optional expression to return.
ReturnStmt() - Constructor for class com.github.javaparser.ast.stmt.ReturnStmt
 
ReturnStmt(Expression) - Constructor for class com.github.javaparser.ast.stmt.ReturnStmt
 
ReturnStmt(TokenRange, Expression) - Constructor for class com.github.javaparser.ast.stmt.ReturnStmt
This constructor is used by the parser and is considered private.
ReturnStmt(String) - Constructor for class com.github.javaparser.ast.stmt.ReturnStmt
Will create a NameExpr with the string param
returnStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ReturnStmtMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
ReturnStmtMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.ReturnStmtMetaModel
 
returnType - Variable in class com.github.javaparser.resolution.MethodUsage
 
returnType - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.MethodType
 
returnType() - Method in class com.github.javaparser.resolution.MethodUsage
 
reverseIterator(NodeText) - Static method in class com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory
 
reverseIterator(NodeText, int) - Static method in class com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory
 
right - Variable in class com.github.javaparser.ast.expr.BinaryExpr
 
right(int) - Method in class com.github.javaparser.Position
 
RIGHT - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
rightPropertyMetaModel - Variable in class com.github.javaparser.metamodel.BinaryExprMetaModel
 
root - Variable in class com.github.javaparser.utils.ProjectRoot
 
root - Variable in class com.github.javaparser.utils.SourceRoot.ParallelParse
 
root - Variable in class com.github.javaparser.utils.SourceRoot
 
RPAREN - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
RPAREN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
RSIGNEDSHIFT - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
RSIGNEDSHIFT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
RSIGNEDSHIFT() - Method in class com.github.javaparser.GeneratedJavaParser
 
RSIGNEDSHIFTASSIGN - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
RSIGNEDSHIFTASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
RTRIM - Static variable in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
RTRIM - Static variable in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
RUNSIGNEDSHIFT - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
RUNSIGNEDSHIFT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
RUNSIGNEDSHIFT() - Method in class com.github.javaparser.GeneratedJavaParser
 
RUNSIGNEDSHIFTASSIGN - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
RUNSIGNEDSHIFTASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
RuntimeXMLStreamException - Exception Class in com.github.javaparser.printer
RuntimeException subclass encapsulationg XMLStreamException.
RuntimeXMLStreamException(XMLStreamException) - Constructor for exception class com.github.javaparser.printer.RuntimeXMLStreamException
 

S

s - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SameAsBound
 
s - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SubtypeOfBound
 
s - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.TypeCompatibleWithType
 
S - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.TypeContainedByType
 
S - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.TypeSameAsType
 
S - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.TypeSubtypeOfType
 
SAME_ONLY - Enum constant in enum com.github.javaparser.printer.lexicalpreservation.ReshuffledDiffElementExtractor.MatchClassification
 
SameAsBound - Class in com.github.javaparser.symbolsolver.resolution.typeinference.bounds
S = T, where at least one of S or T is an inference variable: S is the same as T.
SameAsBound(ResolvedType, ResolvedType) - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SameAsBound
 
save() - Method in class com.github.javaparser.ast.CompilationUnit.Storage
Saves the compilation unit to its original location
save(CompilationUnit, Path) - Method in class com.github.javaparser.utils.SourceRoot
Save the given compilation unit to the given path.
save(CompilationUnit, Path, Charset) - Method in class com.github.javaparser.utils.SourceRoot
Save the given compilation unit to the given path.
save(Function<CompilationUnit, String>) - Method in class com.github.javaparser.ast.CompilationUnit.Storage
Saves a compilation unit to its original location with formatting according to the function passed as a parameter.
save(Function<CompilationUnit, String>, Charset) - Method in class com.github.javaparser.ast.CompilationUnit.Storage
Saves a compilation unit to its original location with formatting and encoding according to the function and encoding passed as a parameter.
SAVE - Enum constant in enum com.github.javaparser.utils.SourceRoot.Callback.Result
 
saveAll() - Method in class com.github.javaparser.utils.SourceRoot
Save all previously parsed files back to where they were found.
saveAll(Charset) - Method in class com.github.javaparser.utils.SourceRoot
Save all previously parsed files back to where they were found, with the given encoding.
saveAll(Path) - Method in class com.github.javaparser.utils.SourceRoot
Save all previously parsed files back to a new path.
saveAll(Path, Charset) - Method in class com.github.javaparser.utils.SourceRoot
Save all previously parsed files back to a new path.
SC_AND - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
SC_AND - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
SC_OR - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
SC_OR - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
scope - Variable in class com.github.javaparser.ast.expr.FieldAccessExpr
 
scope - Variable in class com.github.javaparser.ast.expr.MethodCallExpr
 
scope - Variable in class com.github.javaparser.ast.expr.MethodReferenceExpr
 
scope - Variable in class com.github.javaparser.ast.expr.ObjectCreationExpr
 
scope - Variable in class com.github.javaparser.ast.type.ClassOrInterfaceType
 
SCOPE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
scopePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ClassOrInterfaceTypeMetaModel
 
scopePropertyMetaModel - Variable in class com.github.javaparser.metamodel.FieldAccessExprMetaModel
 
scopePropertyMetaModel - Variable in class com.github.javaparser.metamodel.MethodCallExprMetaModel
 
scopePropertyMetaModel - Variable in class com.github.javaparser.metamodel.MethodReferenceExprMetaModel
 
scopePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ObjectCreationExprMetaModel
 
scopeToName(Expression) - Method in class com.github.javaparser.GeneratedJavaParserBase
Converts a NameExpr or a FieldAccessExpr scope to a Name.
screamingToCamelCase(String) - Static method in class com.github.javaparser.utils.Utils
Transform a string to the camel case conversion.
SEALED - Enum constant in enum com.github.javaparser.ast.Modifier.Keyword
 
SEALED - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
SEALED - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
sealedModifier() - Static method in class com.github.javaparser.ast.Modifier
 
sealedNotAllowedAsIdentifier - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java17Validator
 
SEE - Enum constant in enum com.github.javaparser.javadoc.JavadocBlockTag.Type
 
selectedNode - Variable in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
selectMatchingChildElements(Comment, NodeText) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter.Observer
 
selector - Variable in class com.github.javaparser.ast.expr.SwitchExpr
 
selector - Variable in class com.github.javaparser.ast.stmt.SwitchStmt
 
SELECTOR - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
selectorPropertyMetaModel - Variable in class com.github.javaparser.metamodel.SwitchExprMetaModel
 
selectorPropertyMetaModel - Variable in class com.github.javaparser.metamodel.SwitchStmtMetaModel
 
SELF_PROPAGATING - Enum constant in enum com.github.javaparser.ast.Node.ObserverRegistrationMode
Notify for changes happening on this node and all its descendants.
semicolon() - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
SEMICOLON - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
SEMICOLON - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
SeparatedItemStringBuilder - Class in com.github.javaparser.utils
Builds a string containing a list of items with a prefix, a postfix, and a separator.
SeparatedItemStringBuilder(String, String, String) - Constructor for class com.github.javaparser.utils.SeparatedItemStringBuilder
 
separator - Variable in class com.github.javaparser.utils.SeparatedItemStringBuilder
 
SEPARATOR - Enum constant in enum com.github.javaparser.JavaToken.Category
 
separatorPost - Variable in class com.github.javaparser.printer.concretesyntaxmodel.CsmList
 
separatorPre - Variable in class com.github.javaparser.printer.concretesyntaxmodel.CsmList
 
sequence(CsmElement...) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
SERIAL - Enum constant in enum com.github.javaparser.javadoc.JavadocBlockTag.Type
 
SERIAL_DATA - Enum constant in enum com.github.javaparser.javadoc.JavadocBlockTag.Type
 
SERIAL_FIELD - Enum constant in enum com.github.javaparser.javadoc.JavadocBlockTag.Type
 
serialVersionUID - Static variable in exception class com.github.javaparser.ParseException
The version identifier for this Serializable class.
serialVersionUID - Static variable in class com.github.javaparser.Token
The version identifier for this Serializable class.
serialVersionUID - Static variable in exception class com.github.javaparser.TokenMgrException
The version identifier for this Serializable class.
serialVersionUID - Static variable in class com.github.javaparser.utils.SourceRoot.ParallelParse
 
set(int, N) - Method in class com.github.javaparser.ast.NodeList
 
set(int, N) - Method in class com.github.javaparser.utils.VisitorList
 
set(E) - Method in class com.github.javaparser.printer.lexicalpreservation.PeekingIterator
 
set(N) - Method in class com.github.javaparser.ast.NodeList.NodeListIterator
 
set(T) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference.ArrayIterator
 
set(T...) - Static method in class com.github.javaparser.utils.Utils
 
setAbstract(boolean) - Method in interface com.github.javaparser.ast.nodeTypes.modifiers.NodeWithAbstractModifier
 
setAdapter(Log.Adapter) - Static method in class com.github.javaparser.utils.Log
Change how logging is handled.
setAllTypes(Type) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithVariables
Sets the type of all variables.
setAnnotation(int, AnnotationExpr) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
 
setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.ArrayCreationLevel
 
setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.body.Parameter
 
setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.body.ReceiverParameter
 
setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.expr.VariableDeclarationExpr
 
setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.modules.ModuleDeclaration
 
setAnnotations(NodeList<AnnotationExpr>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
 
setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.PackageDeclaration
 
setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.type.ArrayType.ArrayBracketPair
 
setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.type.ArrayType
 
setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
 
setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.type.IntersectionType
 
setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.type.PrimitiveType
 
setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.type.Type
 
setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.type.TypeParameter
 
setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.type.UnionType
 
setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.type.UnknownType
 
setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.type.VarType
 
setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.type.VoidType
 
setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.type.WildcardType
 
setAnonymousClassBody(NodeList<BodyDeclaration<?>>) - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
Sets the anonymousClassBody
Null means no class body
Empty NodeList means new ClassName(){ }
setArgument(int, Expression) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithArguments
 
setArguments(NodeList<Expression>) - Method in class com.github.javaparser.ast.body.EnumConstantDeclaration
 
setArguments(NodeList<Expression>) - Method in class com.github.javaparser.ast.expr.MethodCallExpr
 
setArguments(NodeList<Expression>) - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
 
setArguments(NodeList<Expression>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithArguments
 
setArguments(NodeList<Expression>) - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
 
setAsParentNodeOf(Node) - Method in class com.github.javaparser.ast.Node
 
setAsParentNodeOf(Node) - Method in class com.github.javaparser.ast.NodeList
 
setAsParentNodeOf(NodeList<? extends Node>) - Method in class com.github.javaparser.ast.Node
 
setAsParentNodeOf(List<? extends Node>) - Method in class com.github.javaparser.ast.NodeList
 
setAsterisk(boolean) - Method in class com.github.javaparser.ast.ImportDeclaration
 
setAttributeComments(boolean) - Method in class com.github.javaparser.ParserConfiguration
Whether to run CommentsInserter, which will put the comments that were found in the source code into the comment and javadoc fields of the nodes it thinks they refer to.
setBlockComment(String) - Method in class com.github.javaparser.ast.Node
Use this to store additional information to this node.
setBody(BlockStmt) - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
Sets the body
setBody(BlockStmt) - Method in class com.github.javaparser.ast.body.ConstructorDeclaration
Sets the body
setBody(BlockStmt) - Method in class com.github.javaparser.ast.body.InitializerDeclaration
 
setBody(BlockStmt) - Method in class com.github.javaparser.ast.body.MethodDeclaration
Sets the body
setBody(BlockStmt) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithBlockStmt
 
setBody(BlockStmt) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithOptionalBlockStmt
 
setBody(BlockStmt) - Method in class com.github.javaparser.ast.stmt.CatchClause
 
setBody(BlockStmt) - Method in class com.github.javaparser.ast.stmt.SynchronizedStmt
 
setBody(Statement) - Method in class com.github.javaparser.ast.expr.LambdaExpr
 
setBody(Statement) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithBody
 
setBody(Statement) - Method in class com.github.javaparser.ast.stmt.DoStmt
 
setBody(Statement) - Method in class com.github.javaparser.ast.stmt.ForEachStmt
 
setBody(Statement) - Method in class com.github.javaparser.ast.stmt.ForStmt
 
setBody(Statement) - Method in class com.github.javaparser.ast.stmt.WhileStmt
 
setCatchClauses(NodeList<CatchClause>) - Method in class com.github.javaparser.ast.stmt.TryStmt
 
setChar(char) - Method in class com.github.javaparser.ast.expr.CharLiteralExpr
Sets the given char as the literal value
setCharacterEncoding(Charset) - Method in class com.github.javaparser.ParserConfiguration
The character encoding used for reading input from files and streams.
setCheck(Expression) - Method in class com.github.javaparser.ast.stmt.AssertStmt
 
setClassBody(NodeList<BodyDeclaration<?>>) - Method in class com.github.javaparser.ast.body.EnumConstantDeclaration
 
setClassDeclaration(ClassOrInterfaceDeclaration) - Method in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt
 
setColumnAlignFirstMethodChain(boolean) - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
 
setColumnAlignParameters(boolean) - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
 
setComment(Comment) - Method in class com.github.javaparser.ast.comments.Comment
 
setComment(Comment) - Method in class com.github.javaparser.ast.Node
Use this to store additional information to this node.
setComment(Comment) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithJavadoc
 
setCommentedNode(Node) - Method in class com.github.javaparser.ast.comments.Comment
Sets the commentedNode
setCompare(Expression) - Method in class com.github.javaparser.ast.stmt.ForStmt
Sets the compare
setComponentType(Type) - Method in class com.github.javaparser.ast.type.ArrayType
 
setCondition(Expression) - Method in class com.github.javaparser.ast.expr.ConditionalExpr
 
setCondition(Expression) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithCondition
 
setCondition(Expression) - Method in class com.github.javaparser.ast.stmt.DoStmt
 
setCondition(Expression) - Method in class com.github.javaparser.ast.stmt.IfStmt
 
setCondition(Expression) - Method in class com.github.javaparser.ast.stmt.WhileStmt
 
setConfiguration(ParserConfiguration) - Static method in class com.github.javaparser.StaticJavaParser
Set the configuration for the static parse...
setConfiguration(PrettyPrinterConfiguration) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
setConfiguration(PrinterConfiguration) - Method in class com.github.javaparser.printer.DefaultPrettyPrinter
 
setConfiguration(PrinterConfiguration) - Method in class com.github.javaparser.printer.PrettyPrinter
Deprecated.
 
setConfiguration(PrinterConfiguration) - Method in interface com.github.javaparser.printer.Printer
 
setContent(String) - Method in class com.github.javaparser.ast.comments.Comment
Sets the text of the comment.
setCorrespondingTp(ResolvedTypeParameterDeclaration) - Method in class com.github.javaparser.resolution.logic.InferenceVariableType
 
setCurrentExpanded() - Method in class com.github.javaparser.ast.Node.PostOrderIterator.Level
Marks the current node as expanded.
setData(DataKey<M>, M) - Method in class com.github.javaparser.ast.Node
Sets data for this node using the given key.
setDebugStream(PrintStream) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
Set debug output.
setDefault(boolean) - Method in class com.github.javaparser.ast.body.MethodDeclaration
 
setDefault(boolean) - Method in class com.github.javaparser.ast.stmt.SwitchEntry
 
setDefaultValue(Expression) - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
Sets the default value
setDetectOriginalLineSeparator(boolean) - Method in class com.github.javaparser.ParserConfiguration
 
setDiamondOperator() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithTypeArguments
Sets the type arguments to <>.
setDimension(Expression) - Method in class com.github.javaparser.ast.ArrayCreationLevel
Sets the dimension
setDirectives(NodeList<ModuleDirective>) - Method in class com.github.javaparser.ast.modules.ModuleDeclaration
 
setDoNotAssignCommentsPrecedingEmptyLines(boolean) - Method in class com.github.javaparser.ParserConfiguration
 
setDouble(double) - Method in class com.github.javaparser.ast.expr.DoubleLiteralExpr
 
setElements(NodeList<ReferenceType>) - Method in class com.github.javaparser.ast.type.IntersectionType
 
setElements(NodeList<ReferenceType>) - Method in class com.github.javaparser.ast.type.UnionType
 
setElementType(Type) - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
 
setElementType(Class<?>) - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
Sets this type to this class and try to import it to the CompilationUnit if needed
setElementType(String) - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
 
setElseExpr(Expression) - Method in class com.github.javaparser.ast.expr.ConditionalExpr
 
setElseStmt(Statement) - Method in class com.github.javaparser.ast.stmt.IfStmt
Sets the elseStmt
setEnclosingParameters(boolean) - Method in class com.github.javaparser.ast.expr.LambdaExpr
 
setEndOfLineCharacter(String) - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
Set the character to append when a line should end.
setEntries(NodeList<EnumConstantDeclaration>) - Method in class com.github.javaparser.ast.body.EnumDeclaration
 
setEntries(NodeList<SwitchEntry>) - Method in class com.github.javaparser.ast.expr.SwitchExpr
 
setEntries(NodeList<SwitchEntry>) - Method in interface com.github.javaparser.ast.nodeTypes.SwitchNode
 
setEntries(NodeList<SwitchEntry>) - Method in class com.github.javaparser.ast.stmt.SwitchStmt
 
setEntry(int, EnumConstantDeclaration) - Method in class com.github.javaparser.ast.body.EnumDeclaration
 
setErr(PrintStream) - Method in class com.github.javaparser.symbolsolver.SourceFileInfoExtractor
 
setEscapedValue(String) - Method in class com.github.javaparser.ast.expr.StringLiteralExpr
Sets the content of this expressions to given value.
setExceptionHandler(Predicate<Exception>) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver
 
setExpression(Expression) - Method in class com.github.javaparser.ast.expr.CastExpr
 
setExpression(Expression) - Method in class com.github.javaparser.ast.expr.InstanceOfExpr
 
setExpression(Expression) - Method in class com.github.javaparser.ast.expr.UnaryExpr
 
setExpression(Expression) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithExpression
 
setExpression(Expression) - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
Sets the expression
setExpression(Expression) - Method in class com.github.javaparser.ast.stmt.ExpressionStmt
 
setExpression(Expression) - Method in class com.github.javaparser.ast.stmt.ReturnStmt
Sets the expression
setExpression(Expression) - Method in class com.github.javaparser.ast.stmt.SynchronizedStmt
 
setExpression(Expression) - Method in class com.github.javaparser.ast.stmt.ThrowStmt
 
setExpression(Expression) - Method in class com.github.javaparser.ast.stmt.YieldStmt
Sets the label
setExpression(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithExpression
 
setExtendedType(int, ClassOrInterfaceType) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithExtends
 
setExtendedType(ReferenceType) - Method in class com.github.javaparser.ast.type.WildcardType
Sets the extended type
setExtendedTypes(NodeList<ClassOrInterfaceType>) - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
 
setExtendedTypes(NodeList<ClassOrInterfaceType>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithExtends
 
setFinal(boolean) - Method in interface com.github.javaparser.ast.nodeTypes.modifiers.NodeWithFinalModifier
 
setFinallyBlock(BlockStmt) - Method in class com.github.javaparser.ast.stmt.TryStmt
 
setGuard(Expression) - Method in class com.github.javaparser.ast.stmt.SwitchEntry
 
setId(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithIdentifier
 
setIdentifier(String) - Method in class com.github.javaparser.ast.expr.MethodReferenceExpr
 
setIdentifier(String) - Method in class com.github.javaparser.ast.expr.Name
 
setIdentifier(String) - Method in class com.github.javaparser.ast.expr.SimpleName
 
setIdentifier(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithIdentifier
 
setIgnoreAnnotationsWhenAttributingComments(boolean) - Method in class com.github.javaparser.ParserConfiguration
 
setImplementedType(int, ClassOrInterfaceType) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithImplements
 
setImplementedTypes(NodeList<ClassOrInterfaceType>) - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
 
setImplementedTypes(NodeList<ClassOrInterfaceType>) - Method in class com.github.javaparser.ast.body.EnumDeclaration
 
setImplementedTypes(NodeList<ClassOrInterfaceType>) - Method in class com.github.javaparser.ast.body.RecordDeclaration
 
setImplementedTypes(NodeList<ClassOrInterfaceType>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithImplements
 
setImport(int, ImportDeclaration) - Method in class com.github.javaparser.ast.CompilationUnit
 
setImports(NodeList<ImportDeclaration>) - Method in class com.github.javaparser.ast.CompilationUnit
Sets the list of imports of this compilation unit.
setIndentation(Indentation) - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
 
setIndentCaseInSwitch(boolean) - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
 
setIndentSize(int) - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
(@see Indentation.size())
setIndentType(Indentation.IndentType) - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
(@see Indentation.type())
setIndex(Expression) - Method in class com.github.javaparser.ast.expr.ArrayAccessExpr
 
setInitialization(NodeList<Expression>) - Method in class com.github.javaparser.ast.stmt.ForStmt
 
setInitializer(ArrayInitializerExpr) - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
Sets the initializer
setInitializer(Expression) - Method in class com.github.javaparser.ast.body.VariableDeclarator
Sets the initializer expression
setInitializer(String) - Method in class com.github.javaparser.ast.body.VariableDeclarator
Will create a NameExpr with the initializer param
setInner(Expression) - Method in class com.github.javaparser.ast.expr.EnclosedExpr
Sets the inner expression
setInt(int) - Method in class com.github.javaparser.ast.expr.IntegerLiteralExpr
Deprecated.
This function is deprecated in favor of LiteralStringValueExpr.setValue(String). Please refer to the IntegerLiteralExpr.asNumber() function for valid formats and how to construct literals holding negative values.
setInterface(boolean) - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
 
setIterable(Expression) - Method in class com.github.javaparser.ast.stmt.ForEachStmt
 
setJavadocComment(JavadocComment) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithJavadoc
 
setJavadocComment(Javadoc) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithJavadoc
 
setJavadocComment(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithJavadoc
Use this to store additional information to this node.
setJavadocComment(String, Javadoc) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithJavadoc
 
setKeyword(Modifier.Keyword) - Method in class com.github.javaparser.ast.Modifier
 
setKind(int) - Method in class com.github.javaparser.JavaToken
 
setLabel(SimpleName) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithOptionalLabel
 
setLabel(SimpleName) - Method in class com.github.javaparser.ast.stmt.BreakStmt
Sets the label
setLabel(SimpleName) - Method in class com.github.javaparser.ast.stmt.ContinueStmt
Sets the label
setLabel(SimpleName) - Method in class com.github.javaparser.ast.stmt.LabeledStmt
 
setLabel(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithOptionalLabel
 
setLabels(NodeList<Expression>) - Method in class com.github.javaparser.ast.stmt.SwitchEntry
Sets the label
setLanguageLevel(ParserConfiguration.LanguageLevel) - Method in class com.github.javaparser.ParserConfiguration
 
setLeft(Expression) - Method in class com.github.javaparser.ast.expr.BinaryExpr
 
setLevels(NodeList<ArrayCreationLevel>) - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
 
setLexicalPreservationEnabled(boolean) - Method in class com.github.javaparser.ParserConfiguration
Disabled by default.
setLineComment(String) - Method in class com.github.javaparser.ast.Node
Use this to store additional information to this node.
setLong(long) - Method in class com.github.javaparser.ast.expr.LongLiteralExpr
Deprecated.
This function is deprecated in favor of LiteralStringValueExpr.setValue(String). Please refer to the LongLiteralExpr.asNumber() function for valid formats and how to construct literals holding negative values.
setMaxEnumConstantsToAlignHorizontally(int) - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
By default enum constants get aligned like this:
setMember(int, BodyDeclaration<?>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
 
setMembers(NodeList<BodyDeclaration<?>>) - Method in class com.github.javaparser.ast.body.TypeDeclaration
 
setMembers(NodeList<BodyDeclaration<?>>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
 
setMemberValue(Expression) - Method in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr
 
setMessage(Expression) - Method in class com.github.javaparser.ast.stmt.AssertStmt
Sets the message
setMethod(SymbolReference<? extends ResolvedMethodLikeDeclaration>) - Method in class com.github.javaparser.resolution.model.LambdaArgumentTypePlaceholder
 
setModifier(Modifier.Keyword, boolean) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithModifiers
 
setModifiers(Modifier.Keyword...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithModifiers
Creates a list of modifier nodes corresponding to the keywords passed, and set it.
setModifiers(NodeList<Modifier>) - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
 
setModifiers(NodeList<Modifier>) - Method in class com.github.javaparser.ast.body.CallableDeclaration
 
setModifiers(NodeList<Modifier>) - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
 
setModifiers(NodeList<Modifier>) - Method in class com.github.javaparser.ast.body.ConstructorDeclaration
 
setModifiers(NodeList<Modifier>) - Method in class com.github.javaparser.ast.body.FieldDeclaration
 
setModifiers(NodeList<Modifier>) - Method in class com.github.javaparser.ast.body.MethodDeclaration
 
setModifiers(NodeList<Modifier>) - Method in class com.github.javaparser.ast.body.Parameter
 
setModifiers(NodeList<Modifier>) - Method in class com.github.javaparser.ast.body.TypeDeclaration
 
setModifiers(NodeList<Modifier>) - Method in class com.github.javaparser.ast.expr.RecordPatternExpr
 
setModifiers(NodeList<Modifier>) - Method in class com.github.javaparser.ast.expr.TypePatternExpr
 
setModifiers(NodeList<Modifier>) - Method in class com.github.javaparser.ast.expr.VariableDeclarationExpr
 
setModifiers(NodeList<Modifier>) - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
 
setModifiers(NodeList<Modifier>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithModifiers
 
setModule(ModuleDeclaration) - Method in class com.github.javaparser.ast.CompilationUnit
 
setModule(String) - Method in class com.github.javaparser.ast.CompilationUnit
Create (or overwrite) a module declaration in this compilation unit with name "name".
setModuleNames(NodeList<Name>) - Method in class com.github.javaparser.ast.modules.ModuleExportsDirective
 
setModuleNames(NodeList<Name>) - Method in class com.github.javaparser.ast.modules.ModuleOpensDirective
 
setName(Expression) - Method in class com.github.javaparser.ast.expr.ArrayAccessExpr
 
setName(Name) - Method in class com.github.javaparser.ast.body.ReceiverParameter
 
setName(Name) - Method in class com.github.javaparser.ast.expr.AnnotationExpr
 
setName(Name) - Method in class com.github.javaparser.ast.ImportDeclaration
 
setName(Name) - Method in class com.github.javaparser.ast.modules.ModuleDeclaration
 
setName(Name) - Method in class com.github.javaparser.ast.modules.ModuleExportsDirective
 
setName(Name) - Method in class com.github.javaparser.ast.modules.ModuleOpensDirective
 
setName(Name) - Method in class com.github.javaparser.ast.modules.ModuleProvidesDirective
 
setName(Name) - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
 
setName(Name) - Method in class com.github.javaparser.ast.modules.ModuleUsesDirective
 
setName(Name) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithName
 
setName(Name) - Method in class com.github.javaparser.ast.PackageDeclaration
Sets the name of this package declaration.
setName(SimpleName) - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
 
setName(SimpleName) - Method in class com.github.javaparser.ast.body.CallableDeclaration
 
setName(SimpleName) - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
 
setName(SimpleName) - Method in class com.github.javaparser.ast.body.ConstructorDeclaration
 
setName(SimpleName) - Method in class com.github.javaparser.ast.body.EnumConstantDeclaration
 
setName(SimpleName) - Method in class com.github.javaparser.ast.body.MethodDeclaration
 
setName(SimpleName) - Method in class com.github.javaparser.ast.body.Parameter
 
setName(SimpleName) - Method in class com.github.javaparser.ast.body.TypeDeclaration
 
setName(SimpleName) - Method in class com.github.javaparser.ast.body.VariableDeclarator
 
setName(SimpleName) - Method in class com.github.javaparser.ast.expr.FieldAccessExpr
 
setName(SimpleName) - Method in class com.github.javaparser.ast.expr.MemberValuePair
 
setName(SimpleName) - Method in class com.github.javaparser.ast.expr.MethodCallExpr
 
setName(SimpleName) - Method in class com.github.javaparser.ast.expr.NameExpr
 
setName(SimpleName) - Method in class com.github.javaparser.ast.expr.TypePatternExpr
 
setName(SimpleName) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithSimpleName
 
setName(SimpleName) - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
 
setName(SimpleName) - Method in class com.github.javaparser.ast.type.TypeParameter
 
setName(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithName
 
setName(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithSimpleName
 
setNative(boolean) - Method in class com.github.javaparser.ast.body.MethodDeclaration
 
setOpen(boolean) - Method in class com.github.javaparser.ast.modules.ModuleDeclaration
 
setOperator(AssignExpr.Operator) - Method in class com.github.javaparser.ast.expr.AssignExpr
 
setOperator(BinaryExpr.Operator) - Method in class com.github.javaparser.ast.expr.BinaryExpr
 
setOperator(UnaryExpr.Operator) - Method in class com.github.javaparser.ast.expr.UnaryExpr
 
setOrderImports(boolean) - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
When true, orders imports by alphabetically.
setOrigin(ArrayType.Origin) - Method in class com.github.javaparser.ast.type.ArrayType.ArrayBracketPair
 
setOrigin(ArrayType.Origin) - Method in class com.github.javaparser.ast.type.ArrayType
 
setOut(PrintStream) - Method in class com.github.javaparser.symbolsolver.SourceFileInfoExtractor
 
setPackageDeclaration(PackageDeclaration) - Method in class com.github.javaparser.ast.CompilationUnit
Sets or clear the package declarations of this compilation unit.
setPackageDeclaration(String) - Method in class com.github.javaparser.ast.CompilationUnit
sets the package declaration of this compilation unit
setPairs(NodeList<MemberValuePair>) - Method in class com.github.javaparser.ast.expr.NormalAnnotationExpr
 
setParameter(int, Parameter) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
 
setParameter(Parameter) - Method in class com.github.javaparser.ast.stmt.CatchClause
 
setParameters(NodeList<Parameter>) - Method in class com.github.javaparser.ast.body.CallableDeclaration
 
setParameters(NodeList<Parameter>) - Method in class com.github.javaparser.ast.body.ConstructorDeclaration
 
setParameters(NodeList<Parameter>) - Method in class com.github.javaparser.ast.body.MethodDeclaration
 
setParameters(NodeList<Parameter>) - Method in class com.github.javaparser.ast.body.RecordDeclaration
 
setParameters(NodeList<Parameter>) - Method in class com.github.javaparser.ast.expr.LambdaExpr
 
setParameters(NodeList<Parameter>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
 
setParent(TypeSolver) - Method in interface com.github.javaparser.resolution.TypeSolver
Set the parent of this TypeSolver.
setParent(TypeSolver) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.AarTypeSolver
 
setParent(TypeSolver) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.ClassLoaderTypeSolver
 
setParent(TypeSolver) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver
 
setParent(TypeSolver) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.JarTypeSolver
 
setParent(TypeSolver) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.JavaParserTypeSolver
 
setParent(TypeSolver) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.MemoryTypeSolver
 
setParentNode(Node) - Method in class com.github.javaparser.ast.Node
Assign a new parent to this node, removing it from the list of children of the previous parent, if any.
setParentNode(Node) - Method in class com.github.javaparser.ast.NodeList
Sets the parentNode
setParentNode(Node) - Method in interface com.github.javaparser.HasParentNode
Sets the parent node.
setParsed(Node.Parsedness) - Method in class com.github.javaparser.ast.Node
Used by the parser to flag unparsable nodes.
setParserConfiguration(ParserConfiguration) - Method in class com.github.javaparser.utils.SourceRoot
Set the parser configuration that is used for parsing when no configuration is passed to a method.
setParserConfiguration(ParserConfiguration) - Method in class com.github.javaparser.utils.SourceZip
 
setPattern(PatternExpr) - Method in class com.github.javaparser.ast.expr.InstanceOfExpr
 
setPatternList(NodeList<PatternExpr>) - Method in class com.github.javaparser.ast.expr.RecordPatternExpr
 
setPermittedTypes(NodeList<ClassOrInterfaceType>) - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
 
setPreprocessUnicodeEscapes(boolean) - Method in class com.github.javaparser.ParserConfiguration
When set to true, unicode escape handling is done by preprocessing the whole input, meaning that all unicode escapes are turned into unicode characters before parsing.
setPrintComments(boolean) - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
When true, all comments will be printed, unless printJavadoc is false, then only line and block comments will be printed.
setPrinter(Function<CompilationUnit, String>) - Method in class com.github.javaparser.utils.SourceRoot
Set the printing function that transforms compilation units into a string to save.
setPrintFileName(boolean) - Method in class com.github.javaparser.symbolsolver.SourceFileInfoExtractor
 
setPrintJavadoc(boolean) - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
When true, Javadoc will be printed.
setPrivate(boolean) - Method in interface com.github.javaparser.ast.nodeTypes.modifiers.NodeWithPrivateModifier
 
setProtected(boolean) - Method in interface com.github.javaparser.ast.nodeTypes.modifiers.NodeWithProtectedModifier
 
setPublic(boolean) - Method in interface com.github.javaparser.ast.nodeTypes.modifiers.NodeWithPublicModifier
 
setQualifier(Name) - Method in class com.github.javaparser.ast.expr.Name
 
setRange(Range) - Method in class com.github.javaparser.ast.Node
 
setRange(Range) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithRange
 
setRange(Range) - Method in class com.github.javaparser.JavaToken
 
setReceiverParameter(ReceiverParameter) - Method in class com.github.javaparser.ast.body.CallableDeclaration
 
setReceiverParameter(ReceiverParameter) - Method in class com.github.javaparser.ast.body.RecordDeclaration
 
setRecordDeclaration(RecordDeclaration) - Method in class com.github.javaparser.ast.stmt.LocalRecordDeclarationStmt
 
setResources(NodeList<Expression>) - Method in class com.github.javaparser.ast.stmt.TryStmt
 
setRight(Expression) - Method in class com.github.javaparser.ast.expr.BinaryExpr
 
setScope(Expression) - Method in class com.github.javaparser.ast.expr.FieldAccessExpr
Sets the scope
setScope(Expression) - Method in class com.github.javaparser.ast.expr.MethodCallExpr
 
setScope(Expression) - Method in class com.github.javaparser.ast.expr.MethodReferenceExpr
 
setScope(Expression) - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
Sets the scope
setScope(Expression) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithOptionalScope
 
setScope(Expression) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithScope
 
setScope(ClassOrInterfaceType) - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
Sets the scope
setSelector(Expression) - Method in class com.github.javaparser.ast.expr.SwitchExpr
 
setSelector(Expression) - Method in interface com.github.javaparser.ast.nodeTypes.SwitchNode
 
setSelector(Expression) - Method in class com.github.javaparser.ast.stmt.SwitchStmt
 
setSize(int) - Method in class com.github.javaparser.printer.configuration.Indentation
 
setSortImportsAlphabetically(boolean) - Method in interface com.github.javaparser.printer.configuration.ImportOrderingStrategy
 
setSortImportsAlphabetically(boolean) - Method in class com.github.javaparser.printer.configuration.imports.DefaultImportOrderingStrategy
 
setSortImportsAlphabetically(boolean) - Method in class com.github.javaparser.printer.configuration.imports.EclipseImportOrderingStrategy
 
setSortImportsAlphabetically(boolean) - Method in class com.github.javaparser.printer.configuration.imports.IntelliJImportOrderingStrategy
 
setSpaceAroundOperators(boolean) - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
Set if there should be spaces between operators
setStatement(int, Statement) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
 
setStatement(Statement) - Method in class com.github.javaparser.ast.stmt.LabeledStmt
 
setStatements(NodeList<Statement>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
 
setStatements(NodeList<Statement>) - Method in class com.github.javaparser.ast.stmt.BlockStmt
 
setStatements(NodeList<Statement>) - Method in class com.github.javaparser.ast.stmt.SwitchEntry
 
setStatic(boolean) - Method in class com.github.javaparser.ast.body.InitializerDeclaration
 
setStatic(boolean) - Method in class com.github.javaparser.ast.ImportDeclaration
 
setStatic(boolean) - Method in interface com.github.javaparser.ast.nodeTypes.modifiers.NodeWithStaticModifier
 
setStorage(Path) - Method in class com.github.javaparser.ast.CompilationUnit
 
setStorage(Path, Charset) - Method in class com.github.javaparser.ast.CompilationUnit
 
setStoreTokens(boolean) - Method in class com.github.javaparser.GeneratedJavaParserBase
 
setStoreTokens(boolean) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
setStoreTokens(boolean) - Method in class com.github.javaparser.ParserConfiguration
 
setStrictfp(boolean) - Method in interface com.github.javaparser.ast.nodeTypes.modifiers.NodeWithStrictfpModifier
 
setString(String) - Method in class com.github.javaparser.ast.expr.StringLiteralExpr
Escapes the given string from special characters and uses it as the literal value.
setSuperType(ReferenceType) - Method in class com.github.javaparser.ast.type.WildcardType
Sets the supertype
setSymbolResolver(SymbolResolver) - Method in class com.github.javaparser.ParserConfiguration
Set the SymbolResolver to be injected while parsing.
setSynchronized(boolean) - Method in class com.github.javaparser.ast.body.MethodDeclaration
 
setTabSize(int) - Method in class com.github.javaparser.GeneratedJavaParser
 
setTabSize(int) - Method in class com.github.javaparser.ParserConfiguration
When a TAB character is encountered during parsing, the column position will be increased by this value.
setTabSize(int) - Method in class com.github.javaparser.SimpleCharStream
 
setTabWidth(int) - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
(@see Indentation.size)
setTarget(Expression) - Method in class com.github.javaparser.ast.expr.AssignExpr
 
setterName(String) - Static method in class com.github.javaparser.utils.CodeGenerationUtils
 
setText(String) - Method in class com.github.javaparser.JavaToken
 
setThenExpr(Expression) - Method in class com.github.javaparser.ast.expr.ConditionalExpr
 
setThenStmt(Statement) - Method in class com.github.javaparser.ast.stmt.IfStmt
 
setThis(boolean) - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
 
setThrownExceptions(NodeList<ReferenceType>) - Method in class com.github.javaparser.ast.body.CallableDeclaration
 
setThrownExceptions(NodeList<ReferenceType>) - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
 
setThrownExceptions(NodeList<ReferenceType>) - Method in class com.github.javaparser.ast.body.ConstructorDeclaration
 
setThrownExceptions(NodeList<ReferenceType>) - Method in class com.github.javaparser.ast.body.MethodDeclaration
 
setThrownExceptions(NodeList<ReferenceType>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithThrownExceptions
 
setTokenKind(int) - Method in class com.github.javaparser.GeneratedJavaParserBase
 
setTokenRange(TokenRange) - Method in class com.github.javaparser.ast.Node
 
setTokenRange(TokenRange) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithTokenRange
 
setTokenRange(TokenRange) - Method in class com.github.javaparser.ast.type.ArrayType.ArrayBracketPair
 
setTrackLineColumn(boolean) - Method in class com.github.javaparser.SimpleCharStream
 
setTransient(boolean) - Method in class com.github.javaparser.ast.body.FieldDeclaration
 
setTransitive(boolean) - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
 
setTryBlock(BlockStmt) - Method in class com.github.javaparser.ast.stmt.TryStmt
 
setType(int, TypeDeclaration<?>) - Method in class com.github.javaparser.ast.CompilationUnit
 
setType(Name) - Method in class com.github.javaparser.ast.modules.ModuleUsesDirective
 
setType(SwitchEntry.Type) - Method in class com.github.javaparser.ast.stmt.SwitchEntry
 
setType(ClassOrInterfaceType) - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
 
setType(PrimitiveType.Primitive) - Method in class com.github.javaparser.ast.type.PrimitiveType
 
setType(ReferenceType) - Method in class com.github.javaparser.ast.expr.InstanceOfExpr
 
setType(Type) - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
 
setType(Type) - Method in class com.github.javaparser.ast.body.MethodDeclaration
 
setType(Type) - Method in class com.github.javaparser.ast.body.Parameter
 
setType(Type) - Method in class com.github.javaparser.ast.body.ReceiverParameter
 
setType(Type) - Method in class com.github.javaparser.ast.body.VariableDeclarator
 
setType(Type) - Method in class com.github.javaparser.ast.expr.CastExpr
 
setType(Type) - Method in class com.github.javaparser.ast.expr.ClassExpr
 
setType(Type) - Method in class com.github.javaparser.ast.expr.PatternExpr
 
setType(Type) - Method in class com.github.javaparser.ast.expr.TypeExpr
 
setType(Indentation.IndentType) - Method in class com.github.javaparser.printer.configuration.Indentation
 
setType(Class<?>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithType
Sets this type to this class and try to import it to the CompilationUnit if needed
setType(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithType
 
setType(T) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithType
Sets the type
setTypeArguments(NodeList<Type>) - Method in class com.github.javaparser.ast.expr.FieldAccessExpr
Sets the type arguments
setTypeArguments(NodeList<Type>) - Method in class com.github.javaparser.ast.expr.MethodCallExpr
Sets the typeArguments
setTypeArguments(NodeList<Type>) - Method in class com.github.javaparser.ast.expr.MethodReferenceExpr
Sets the typeArguments
setTypeArguments(NodeList<Type>) - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
Sets the typeArguments
setTypeArguments(NodeList<Type>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithTypeArguments
Allows you to set the generic arguments
setTypeArguments(NodeList<Type>) - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
Sets the typeArguments
setTypeArguments(NodeList<Type>) - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
Sets the typeArguments
setTypeArguments(Type...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithTypeArguments
 
setTypeBound(NodeList<ClassOrInterfaceType>) - Method in class com.github.javaparser.ast.type.TypeParameter
 
setTypeName(Name) - Method in class com.github.javaparser.ast.expr.SuperExpr
 
setTypeName(Name) - Method in class com.github.javaparser.ast.expr.ThisExpr
 
setTypeParameter(int, TypeParameter) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithTypeParameters
 
setTypeParameters(NodeList<TypeParameter>) - Method in class com.github.javaparser.ast.body.CallableDeclaration
 
setTypeParameters(NodeList<TypeParameter>) - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
 
setTypeParameters(NodeList<TypeParameter>) - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
 
setTypeParameters(NodeList<TypeParameter>) - Method in class com.github.javaparser.ast.body.ConstructorDeclaration
 
setTypeParameters(NodeList<TypeParameter>) - Method in class com.github.javaparser.ast.body.MethodDeclaration
 
setTypeParameters(NodeList<TypeParameter>) - Method in class com.github.javaparser.ast.body.RecordDeclaration
 
setTypeParameters(NodeList<TypeParameter>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithTypeParameters
 
setTypes(NodeList<TypeDeclaration<?>>) - Method in class com.github.javaparser.ast.CompilationUnit
Sets the list of types declared in this compilation unit.
setup(N) - Static method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter
Prepares the node so it can be used in the print methods.
setUpdate(NodeList<Expression>) - Method in class com.github.javaparser.ast.stmt.ForStmt
 
setValue(boolean) - Method in class com.github.javaparser.ast.expr.BooleanLiteralExpr
 
setValue(Expression) - Method in class com.github.javaparser.ast.expr.AssignExpr
 
setValue(Expression) - Method in class com.github.javaparser.ast.expr.MemberValuePair
 
setValue(ResolvedTypeParameterDeclaration, ResolvedType) - Method in class com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametersMap.Builder
 
setValue(String) - Method in class com.github.javaparser.ast.expr.LiteralStringValueExpr
 
setValues(NodeList<Expression>) - Method in class com.github.javaparser.ast.expr.ArrayInitializerExpr
 
setVarArgs(boolean) - Method in class com.github.javaparser.ast.body.Parameter
 
setVarArgsAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.body.Parameter
 
setVariable(int, VariableDeclarator) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithVariables
 
setVariable(VariableDeclarationExpr) - Method in class com.github.javaparser.ast.stmt.ForEachStmt
 
setVariables(NodeList<VariableDeclarator>) - Method in class com.github.javaparser.ast.body.FieldDeclaration
 
setVariables(NodeList<VariableDeclarator>) - Method in class com.github.javaparser.ast.expr.VariableDeclarationExpr
 
setVariables(NodeList<VariableDeclarator>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithVariables
 
setVerbose(boolean) - Method in class com.github.javaparser.symbolsolver.SourceFileInfoExtractor
 
setVolatile(boolean) - Method in class com.github.javaparser.ast.body.FieldDeclaration
 
setWith(NodeList<Name>) - Method in class com.github.javaparser.ast.modules.ModuleProvidesDirective
 
setYieldSupported() - Method in class com.github.javaparser.GeneratedJavaParserBase
 
setYieldSupported() - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
ShiftExpression() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-15.html#jls-15.19
SHORT - Enum constant in enum com.github.javaparser.ast.type.PrimitiveType.Primitive
 
SHORT - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
SHORT - Enum constant in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
 
SHORT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
shortest - Variable in class com.github.javaparser.utils.StringEscapeUtils.LookupTranslator
 
shortType() - Static method in class com.github.javaparser.ast.type.PrimitiveType
 
Signature(String, List<Type>) - Constructor for class com.github.javaparser.ast.body.CallableDeclaration.Signature
 
signatureTypeToType(SignatureAttribute.Type, TypeSolver, ResolvedTypeParametrizable) - Static method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistUtils
 
SIGNED_RIGHT_SHIFT - Enum constant in enum com.github.javaparser.ast.expr.AssignExpr.Operator
 
SIGNED_RIGHT_SHIFT - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
 
SilentAdapter() - Constructor for class com.github.javaparser.utils.Log.SilentAdapter
 
SIMPLE_NAME - Static variable in interface com.github.javaparser.ParseStart
 
SimpleCharStream - Class in com.github.javaparser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Provider) - Constructor for class com.github.javaparser.SimpleCharStream
Constructor.
SimpleCharStream(Provider, int, int) - Constructor for class com.github.javaparser.SimpleCharStream
Constructor.
SimpleCharStream(Provider, int, int, int) - Constructor for class com.github.javaparser.SimpleCharStream
Constructor.
SimpleName - Class in com.github.javaparser.ast.expr
A name that consists of a single identifier.
SimpleName() - Constructor for class com.github.javaparser.ast.expr.SimpleName
 
SimpleName(TokenRange, String) - Constructor for class com.github.javaparser.ast.expr.SimpleName
This constructor is used by the parser and is considered private.
SimpleName(String) - Constructor for class com.github.javaparser.ast.expr.SimpleName
 
SimpleName() - Method in class com.github.javaparser.GeneratedJavaParser
A SimpleName is just an identifier.
simpleNameMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
SimpleNameMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
SimpleNameMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.SimpleNameMetaModel
 
SimpleNameParseStart() - Method in class com.github.javaparser.GeneratedJavaParser
 
SimpleValidator<N> - Class in com.github.javaparser.ast.validator
Runs a validator on all nodes of a certain type, and adds a problem for all nodes that pass a condition.
SimpleValidator(Class<N>, Predicate<N>, BiConsumer<N, ProblemReporter>) - Constructor for class com.github.javaparser.ast.validator.SimpleValidator
 
SINCE - Enum constant in enum com.github.javaparser.javadoc.JavadocBlockTag.Type
 
SINGLE_ATTRIBUTE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty.Type
 
SINGLE_LINE_COMMENT - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
SINGLE_LINE_COMMENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
SINGLE_REFERENCE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty.Type
 
SingleElementIterator(E) - Constructor for class com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory.SingleElementIterator
 
SingleMemberAnnotationExpr - Class in com.github.javaparser.ast.expr
An annotation that has a single value.
SingleMemberAnnotationExpr() - Constructor for class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr
 
SingleMemberAnnotationExpr(Name, Expression) - Constructor for class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr
 
SingleMemberAnnotationExpr(TokenRange, Name, Expression) - Constructor for class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr
This constructor is used by the parser and is considered private.
singleMemberAnnotationExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
SingleMemberAnnotationExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
SingleMemberAnnotationExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.SingleMemberAnnotationExprMetaModel
 
SingleNodeTypeValidator<N> - Class in com.github.javaparser.ast.validator
Runs a validator on all nodes of a certain type.
SingleNodeTypeValidator(Class<N>, TypedValidator<N>) - Constructor for class com.github.javaparser.ast.validator.SingleNodeTypeValidator
 
SINGLETON - Static variable in class com.github.javaparser.ast.visitor.EqualsVisitor
 
SINGLETON - Static variable in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
SINGLETON - Static variable in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
SINGLETON - Static variable in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
SINGLETON - Static variable in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
SINGLETON - Static variable in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
size - Variable in class com.github.javaparser.printer.configuration.Indentation
 
size() - Method in class com.github.javaparser.ast.comments.CommentsCollection
 
size() - Method in class com.github.javaparser.ast.NodeList
 
size() - Method in interface com.github.javaparser.resolution.cache.Cache
Returns the number of entries in this cache.
size() - Method in class com.github.javaparser.symbolsolver.cache.GuavaCache
 
size() - Method in class com.github.javaparser.symbolsolver.cache.InMemoryCache
 
size() - Method in class com.github.javaparser.symbolsolver.cache.NoCache
 
size() - Method in class com.github.javaparser.utils.VisitorList
 
size() - Method in class com.github.javaparser.utils.VisitorMap
 
size() - Method in class com.github.javaparser.utils.VisitorSet
 
SkipLexicalActions(Token) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
SLASH - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
SLASH - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
SLASHASSIGN - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
SLASHASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
slot - Variable in class com.github.javaparser.printer.lexicalpreservation.PeekingIterator
The current slot for lookahead.
slotFilled - Variable in class com.github.javaparser.printer.lexicalpreservation.PeekingIterator
Indicates if the lookahead slot is filled.
smallestSetWithProperty(Set<InferenceVariable>, List<BoundSet.VariableDependency>) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
there exists no non-empty proper subset of { α1, ..., αn } with this property.
solve(AnnotationExpr) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
 
solve(Expression) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
 
solve(FieldAccessExpr) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
 
solve(MethodCallExpr) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
 
solve(MethodCallExpr, boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
Given a method call find out to which method declaration it corresponds.
solve(MethodReferenceExpr) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
 
solve(MethodReferenceExpr, boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
Given a method reference find out to which method declaration it corresponds.
solve(NameExpr) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
 
solve(ObjectCreationExpr) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
 
solve(ObjectCreationExpr, boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
Given a constructor call find out to which constructor declaration it corresponds.
solve(SimpleName) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
 
solve(ThisExpr) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
 
solve(Node) - Method in class com.github.javaparser.symbolsolver.SourceFileInfoExtractor
 
solve(ExplicitConstructorInvocationStmt) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
 
solve(ExplicitConstructorInvocationStmt, boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
 
solve(Path) - Method in class com.github.javaparser.symbolsolver.SourceFileInfoExtractor
 
solveArguments(Node, NodeList<Expression>, boolean, List<ResolvedType>, List<LambdaArgumentTypePlaceholder>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
 
solveConstructor(List<ResolvedType>) - Method in interface com.github.javaparser.resolution.Context
We find the method declaration which is the best match for the given name and list of typeParametersValues.
solveConstructor(List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ClassOrInterfaceDeclarationContext
 
solveConstructor(List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.JavaParserTypeDeclarationAdapter
 
solveConstructor(List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.RecordDeclarationContext
 
solved(S2) - Static method in class com.github.javaparser.resolution.model.SymbolReference
Create a solve reference to the given symbol.
solveDotExpressionType(ResolvedReferenceTypeDeclaration, FieldAccessExpr) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
Java Parser can't differentiate between packages, internal types, and fields.
solveExternalTypeFromOuterMostRef(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.CompilationUnitContext
 
solveField(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.FieldAccessContext
 
solveGenericType(String) - Method in interface com.github.javaparser.resolution.Context
Default to no generics available in this context, delegating solving to the parent context.
solveGenericType(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AbstractMethodLikeDeclarationContext
 
solveGenericType(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ClassOrInterfaceDeclarationContext
 
solveGenericType(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.MethodCallExprContext
 
solveGenericType(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.RecordDeclarationContext
 
solveGenericTypeInParentContext(String) - Method in interface com.github.javaparser.resolution.Context
 
solveGenericTypes(Context) - Method in interface com.github.javaparser.resolution.types.ResolvedType
 
solveGenericTypes(Context) - Method in class com.github.javaparser.resolution.types.ResolvedTypeVariable
 
solveGenericTypes(Context) - Method in class com.github.javaparser.resolution.types.ResolvedWildcard
 
solveInBlock(String, TypeSolver, Statement) - Static method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.StatementContext
 
solveInBlockAsValue(String, TypeSolver, Statement) - Static method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.StatementContext
 
solveLambdaParameter(ResolvedType, int) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.LambdaExprContext
 
solveMethod(String, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
solveMethod(String, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
 
solveMethod(String, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
 
solveMethod(String, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
 
solveMethod(String, List<ResolvedType>, boolean) - Method in interface com.github.javaparser.resolution.Context
We find the method declaration which is the best match for the given name and list of typeParametersValues.
solveMethod(String, List<ResolvedType>, boolean) - Method in interface com.github.javaparser.resolution.logic.MethodResolutionCapability
 
solveMethod(String, List<ResolvedType>, boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AbstractMethodLikeDeclarationContext
 
solveMethod(String, List<ResolvedType>, boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AnnotationDeclarationContext
 
solveMethod(String, List<ResolvedType>, boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AnonymousClassDeclarationContext
 
solveMethod(String, List<ResolvedType>, boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.CatchClauseContext
 
solveMethod(String, List<ResolvedType>, boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ClassOrInterfaceDeclarationContext
 
solveMethod(String, List<ResolvedType>, boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.CompilationUnitContext
 
solveMethod(String, List<ResolvedType>, boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.EnumDeclarationContext
 
solveMethod(String, List<ResolvedType>, boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.FieldAccessContext
 
solveMethod(String, List<ResolvedType>, boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ForEachStatementContext
 
solveMethod(String, List<ResolvedType>, boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ForStatementContext
 
solveMethod(String, List<ResolvedType>, boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.JavaParserTypeDeclarationAdapter
 
solveMethod(String, List<ResolvedType>, boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.LambdaExprContext
 
solveMethod(String, List<ResolvedType>, boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.MethodCallExprContext
 
solveMethod(String, List<ResolvedType>, boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.MethodReferenceExprContext
 
solveMethod(String, List<ResolvedType>, boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ObjectCreationContext
 
solveMethod(String, List<ResolvedType>, boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.RecordDeclarationContext
 
solveMethod(String, List<ResolvedType>, boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.StatementContext
 
solveMethod(String, List<ResolvedType>, boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.SwitchEntryContext
 
solveMethod(String, List<ResolvedType>, boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.TryWithResourceContext
 
solveMethod(String, List<ResolvedType>, boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
 
solveMethod(String, List<ResolvedType>, boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
solveMethod(String, List<ResolvedType>, boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
solveMethod(String, List<ResolvedType>, boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
 
solveMethod(String, List<ResolvedType>, boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
 
solveMethod(String, List<ResolvedType>, boolean) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
Deprecated.
solveMethod(String, List<ResolvedType>, boolean) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
 
solveMethod(String, List<ResolvedType>, boolean) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
Deprecated.
solveMethod(String, List<ResolvedType>, boolean) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
 
solveMethod(String, List<ResolvedType>, boolean) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
Deprecated.
solveMethod(String, List<ResolvedType>, boolean) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
 
solveMethod(String, List<ResolvedType>, boolean) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
Deprecated.
solveMethod(String, List<ResolvedType>, boolean) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
Deprecated.
solveMethod(String, List<ResolvedType>, boolean, TypeSolver, ResolvedReferenceTypeDeclaration, Class) - Static method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodResolutionLogic
 
solveMethod(String, List<ResolvedType>, boolean, TypeSolver, ResolvedReferenceTypeDeclaration, CtClass) - Static method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistUtils
 
solveMethod(String, List<ResolvedType>, Node) - Method in interface com.github.javaparser.resolution.Solver
 
solveMethod(String, List<ResolvedType>, Node) - Method in class com.github.javaparser.symbolsolver.resolution.SymbolSolver
 
solveMethod(String, List<ResolvedType>, Context) - Method in interface com.github.javaparser.resolution.Solver
 
solveMethod(String, List<ResolvedType>, Context) - Method in class com.github.javaparser.symbolsolver.resolution.SymbolSolver
 
solveMethodAsUsage(MethodCallExpr) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
 
solveMethodAsUsage(ResolvedTypeDeclaration, String, List<ResolvedType>, Context, List<ResolvedType>) - Static method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ContextHelper
 
solveMethodAsUsage(ResolvedReferenceType, String, List<ResolvedType>, Context) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.MethodCallExprContext
 
solveMethodAsUsage(ResolvedType, String, List<ResolvedType>, Context) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.MethodCallExprContext
 
solveMethodAsUsage(ResolvedTypeVariable, String, List<ResolvedType>, Context) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.MethodCallExprContext
 
solveMethodAsUsage(String, List<ResolvedType>) - Method in interface com.github.javaparser.resolution.Context
Similar to solveMethod but we return a MethodUsage.
solveMethodAsUsage(String, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AbstractJavaParserContext
Similar to solveMethod but we return a MethodUsage.
solveMethodAsUsage(String, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.MethodCallExprContext
 
solveMethodAsUsage(String, List<ResolvedType>, Context, List<ResolvedType>) - Method in interface com.github.javaparser.symbolsolver.core.resolution.MethodUsageResolutionCapability
 
solveMethodAsUsage(String, List<ResolvedType>, Context, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
 
solveMethodAsUsage(String, List<ResolvedType>, Context, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
solveMethodAsUsage(String, List<ResolvedType>, Context, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
solveMethodAsUsage(String, List<ResolvedType>, Context, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
 
solveMethodAsUsage(String, List<ResolvedType>, Context, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
 
solveMethodAsUsage(String, List<ResolvedType>, Context, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
Deprecated.
solveMethodAsUsage(String, List<ResolvedType>, Context, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
 
solveMethodAsUsage(String, List<ResolvedType>, Context, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
Deprecated.
solveMethodAsUsage(String, List<ResolvedType>, Context, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
Deprecated.
solveMethodAsUsage(String, List<ResolvedType>, Context, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
 
solveMethodAsUsage(String, List<ResolvedType>, Context, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
solveMethodAsUsage(String, List<ResolvedType>, Context, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
 
solveMethodAsUsage(String, List<ResolvedType>, Context, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
 
solveMethodAsUsage(String, List<ResolvedType>, Context, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
solveMethodAsUsage(String, List<ResolvedType>, TypeSolver, Context, List<ResolvedType>, ResolvedReferenceTypeDeclaration, Class) - Static method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodResolutionLogic
 
solveMethodAsUsage(String, List<ResolvedType>, TypeSolver, Context, List<ResolvedType>, ResolvedReferenceTypeDeclaration, CtClass) - Static method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistUtils
 
solveMethodCalls(Node) - Method in class com.github.javaparser.symbolsolver.SourceFileInfoExtractor
 
solveMethodCalls(Path) - Method in class com.github.javaparser.symbolsolver.SourceFileInfoExtractor
 
solveMethodInParentContext(String, List<ResolvedType>, boolean) - Method in interface com.github.javaparser.resolution.Context
 
solveMethodInType(ResolvedTypeDeclaration, String, List<ResolvedType>) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
 
solveMethodInType(ResolvedTypeDeclaration, String, List<ResolvedType>, boolean) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
 
Solver - Interface in com.github.javaparser.resolution
 
solveSymbol(String) - Method in interface com.github.javaparser.resolution.Context
Used where a symbol is being used (e.g.
solveSymbol(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AbstractMethodLikeDeclarationContext
 
solveSymbol(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AnnotationDeclarationContext
 
solveSymbol(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AnonymousClassDeclarationContext
 
solveSymbol(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.BlockStmtContext
 
solveSymbol(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.CatchClauseContext
 
solveSymbol(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ClassOrInterfaceDeclarationContext
 
solveSymbol(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.CompilationUnitContext
 
solveSymbol(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.EnumDeclarationContext
 
solveSymbol(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ExpressionContext
 
solveSymbol(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.FieldAccessContext
 
solveSymbol(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ForEachStatementContext
 
solveSymbol(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ForStatementContext
 
solveSymbol(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.InstanceOfExprContext
 
solveSymbol(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.LambdaExprContext
 
solveSymbol(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.RecordDeclarationContext
 
solveSymbol(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.StatementContext
 
solveSymbol(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.SwitchEntryContext
 
solveSymbol(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.TryWithResourceContext
 
solveSymbol(String, boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.StatementContext
Used where a symbol is being used (e.g.
solveSymbol(String, Node) - Method in interface com.github.javaparser.resolution.Solver
 
solveSymbol(String, Node) - Method in class com.github.javaparser.symbolsolver.resolution.SymbolSolver
 
solveSymbol(String, Context) - Method in interface com.github.javaparser.resolution.Solver
 
solveSymbol(String, Context) - Method in class com.github.javaparser.symbolsolver.resolution.SymbolSolver
 
solveSymbol(String, TypeSolver) - Method in interface com.github.javaparser.symbolsolver.core.resolution.SymbolResolutionCapability
 
solveSymbol(String, TypeSolver) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
solveSymbol(String, TypeSolver) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
solveSymbol(String, TypeSolver) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
 
solveSymbol(String, TypeSolver) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
 
solveSymbol(String, TypeSolver) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
solveSymbol(String, TypeSolver) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
 
solveSymbol(String, TypeSolver) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
 
solveSymbol(String, TypeSolver) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
solveSymbol(String, TypeSolver) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
solveSymbol(String, TypeSolver) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
 
solveSymbol(String, TypeSolver) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
 
solveSymbol(String, TypeSolver) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
Deprecated.
solveSymbolAsValue(String) - Method in interface com.github.javaparser.resolution.Context
Used where a symbol is being used (e.g.
solveSymbolAsValue(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AbstractMethodLikeDeclarationContext
 
solveSymbolAsValue(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.CatchClauseContext
 
solveSymbolAsValue(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ClassOrInterfaceDeclarationContext
 
solveSymbolAsValue(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ExpressionContext
 
solveSymbolAsValue(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.FieldAccessContext
 
solveSymbolAsValue(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.LambdaExprContext
 
solveSymbolAsValue(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.RecordDeclarationContext
 
solveSymbolAsValue(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.StatementContext
 
solveSymbolAsValue(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.TryWithResourceContext
 
solveSymbolAsValue(String, Node) - Method in interface com.github.javaparser.resolution.Solver
 
solveSymbolAsValue(String, Node) - Method in class com.github.javaparser.symbolsolver.resolution.SymbolSolver
 
solveSymbolAsValue(String, Context) - Method in interface com.github.javaparser.resolution.Solver
 
solveSymbolAsValue(String, Context) - Method in class com.github.javaparser.symbolsolver.resolution.SymbolSolver
 
solveSymbolAsValue(String, ResolvedReferenceType) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.FieldAccessContext
 
solveSymbolAsValueInParentContext(String) - Method in interface com.github.javaparser.resolution.Context
 
solveSymbolForFQN(String, String) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
solveSymbolForFQN(String, String) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
 
solveSymbolForFQN(String, String) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
 
solveSymbolForFQN(String, String) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
solveSymbolInParentContext(String) - Method in interface com.github.javaparser.resolution.Context
 
solveSymbolInParentContext(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AbstractJavaParserContext
 
solveSymbolInParentContext(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ArrayAccessExprContext
 
solveSymbolInType(ResolvedTypeDeclaration, String) - Method in interface com.github.javaparser.resolution.Solver
Solve any possible visible symbols including: fields, internal types, type variables, the type itself or its containers.
solveSymbolInType(ResolvedTypeDeclaration, String) - Method in class com.github.javaparser.symbolsolver.resolution.SymbolSolver
Solve any possible visible symbols including: fields, internal types, type variables, the type itself or its containers.
solveType(Type) - Method in interface com.github.javaparser.resolution.Solver
 
solveType(Type) - Method in class com.github.javaparser.symbolsolver.resolution.SymbolSolver
 
solveType(String) - Method in interface com.github.javaparser.resolution.Context
Deprecated.
Consider using method Context.solveType(String, List) that also consider the type arguments. If you want to keep to use the new function, but keep the same behavior consider passing type arguments as null.
solveType(String) - Method in interface com.github.javaparser.resolution.TypeSolver
Solve the given type.
solveType(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.JavaParserTypeDeclarationAdapter
Deprecated.
Consider using JavaParserTypeDeclarationAdapter.solveType(String, List) to consider type arguments.
solveType(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
Deprecated.
solveType(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
Deprecated.
solveType(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
Deprecated.
solveType(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
Deprecated.
solveType(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeAdapter
Deprecated.
solveType(String) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver
 
solveType(String) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.JarTypeSolver
 
solveType(String, Node) - Method in interface com.github.javaparser.resolution.Solver
 
solveType(String, Node) - Method in class com.github.javaparser.symbolsolver.resolution.SymbolSolver
 
solveType(String, Context) - Method in interface com.github.javaparser.resolution.Solver
 
solveType(String, Context) - Method in class com.github.javaparser.symbolsolver.resolution.SymbolSolver
 
solveType(String, List<ResolvedType>) - Method in interface com.github.javaparser.resolution.Context
Method used to solve a name with an expected list of type arguments.
solveType(String, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AbstractMethodLikeDeclarationContext
 
solveType(String, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AnnotationDeclarationContext
 
solveType(String, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AnonymousClassDeclarationContext
 
solveType(String, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ClassOrInterfaceDeclarationContext
 
solveType(String, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ClassOrInterfaceDeclarationExtendsContext
 
solveType(String, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.CompilationUnitContext
 
solveType(String, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.EnumDeclarationContext
 
solveType(String, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.FieldAccessContext
 
solveType(String, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.JavaParserTypeDeclarationAdapter
 
solveType(String, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ObjectCreationContext
 
solveType(String, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.RecordDeclarationContext
 
solveTypeDecl(ClassOrInterfaceDeclaration) - Method in class com.github.javaparser.symbolsolver.SourceFileInfoExtractor
 
solveTypeFromOuterMostRef(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.CompilationUnitContext
 
solveTypeInParentContext(String) - Method in interface com.github.javaparser.resolution.Context
Deprecated.
Consider using method Context.solveTypeInParentContext(String, List) that also consider the type arguments. If you want to keep to use the new function, but keep the same behavior consider passing type arguments as null.
solveTypeInParentContext(String, List<ResolvedType>) - Method in interface com.github.javaparser.resolution.Context
Solve a name with type arguments in the parent context.
solveTypeInType(ResolvedTypeDeclaration, String) - Method in interface com.github.javaparser.resolution.Solver
Deprecated.
Similarly to solveType this should eventually disappear as the symbol resolution logic should be more general and do not be specific to JavaParser classes like in this case.
solveTypeInType(ResolvedTypeDeclaration, String) - Method in class com.github.javaparser.symbolsolver.resolution.SymbolSolver
Deprecated.
Similarly to solveType this should eventually disappear as the symbol resolution logic should be more general and do not be specific to JavaParser classes like in this case.
solveTypeUsage(String, Context) - Method in interface com.github.javaparser.resolution.Solver
 
solveTypeUsage(String, Context) - Method in class com.github.javaparser.symbolsolver.resolution.SymbolSolver
 
solveWith(SymbolDeclarator, String) - Static method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AbstractJavaParserContext
 
solveWithAsValue(SymbolDeclarator, String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AbstractJavaParserContext
 
solveWithAsValue(SymbolDeclarator, String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.LambdaExprContext
 
solveWithAsValue(SymbolDeclarator, String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.StatementContext
 
sort(Comparator<? super N>) - Method in class com.github.javaparser.ast.NodeList
 
SORT_IMPORTS_STRATEGY - Enum constant in enum com.github.javaparser.printer.configuration.DefaultPrinterConfiguration.ConfigOption
The logic to be used when ordering the imports.
sortByBeginPosition(NodeList<T>) - Static method in class com.github.javaparser.utils.PositionUtils
 
sortByBeginPosition(List<T>) - Static method in class com.github.javaparser.utils.PositionUtils
 
sortByBeginPosition(List<T>, boolean) - Static method in class com.github.javaparser.utils.PositionUtils
 
sortImports(NodeList<ImportDeclaration>) - Method in interface com.github.javaparser.printer.configuration.ImportOrderingStrategy
Sort the list of imports into groups.
sortImports(NodeList<ImportDeclaration>) - Method in class com.github.javaparser.printer.configuration.imports.DefaultImportOrderingStrategy
 
sortImports(NodeList<ImportDeclaration>) - Method in class com.github.javaparser.printer.configuration.imports.EclipseImportOrderingStrategy
 
sortImports(NodeList<ImportDeclaration>) - Method in class com.github.javaparser.printer.configuration.imports.IntelliJImportOrderingStrategy
 
sortImportsAlphabetically - Variable in class com.github.javaparser.printer.configuration.imports.DefaultImportOrderingStrategy
 
sortImportsAlphabetically - Variable in class com.github.javaparser.printer.configuration.imports.EclipseImportOrderingStrategy
 
sortImportsAlphabetically - Variable in class com.github.javaparser.printer.configuration.imports.IntelliJImportOrderingStrategy
 
SourceFileInfoExtractor - Class in com.github.javaparser.symbolsolver
Resolves resolvable nodes from one or more source files, and reports the results.
SourceFileInfoExtractor(TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.SourceFileInfoExtractor
 
SourcePrinter - Class in com.github.javaparser.printer
A support class for code that outputs formatted source code.
SourcePrinter() - Constructor for class com.github.javaparser.printer.SourcePrinter
 
SourcePrinter(Indentation, String) - Constructor for class com.github.javaparser.printer.SourcePrinter
 
SourcePrinter(PrettyPrinterConfiguration) - Constructor for class com.github.javaparser.printer.SourcePrinter
 
SourcePrinter(PrinterConfiguration) - Constructor for class com.github.javaparser.printer.SourcePrinter
 
SourceRoot - Class in com.github.javaparser.utils
A collection of Java source files located in one directory and its subdirectories on the file system.
SourceRoot(Path) - Constructor for class com.github.javaparser.utils.SourceRoot
 
SourceRoot(Path, ParserConfiguration) - Constructor for class com.github.javaparser.utils.SourceRoot
 
SourceRoot.Callback - Interface in com.github.javaparser.utils
 
SourceRoot.Callback.Result - Enum in com.github.javaparser.utils
 
SourceRoot.ParallelParse - Class in com.github.javaparser.utils
Executes a recursive file tree walk using threads.
SourceRoot.ParallelParse.VisitFileCallback - Interface in com.github.javaparser.utils
 
SourceZip - Class in com.github.javaparser.utils
A collection of Java source files and its sub-directories located in a ZIP or JAR file on the file system.
SourceZip(Path) - Constructor for class com.github.javaparser.utils.SourceZip
Create a new ZIP parser.
SourceZip(Path, ParserConfiguration) - Constructor for class com.github.javaparser.utils.SourceZip
Create a new ZIP parser.
SourceZip.Callback - Interface in com.github.javaparser.utils
An interface to define a callback for each file that's parsed.
space() - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
SPACE - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
SPACE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
SPACE_AROUND_OPERATORS - Enum constant in enum com.github.javaparser.printer.configuration.DefaultPrinterConfiguration.ConfigOption
 
SPACES - Enum constant in enum com.github.javaparser.printer.configuration.Indentation.IndentType
Indent with spaces.
spaceTokenKind() - Static method in class com.github.javaparser.TokenTypes
 
specialToken - Variable in class com.github.javaparser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
spliterator() - Method in class com.github.javaparser.ast.NodeList
 
srcDir - Variable in class com.github.javaparser.symbolsolver.resolution.typesolvers.JavaParserTypeSolver
 
stack - Variable in class com.github.javaparser.ast.Node.PostOrderIterator
 
stack - Variable in class com.github.javaparser.ast.Node.PreOrderIterator
 
STANDARD_INDENTATION_SIZE - Static variable in class com.github.javaparser.printer.lexicalpreservation.Difference
 
StandardOutStandardErrorAdapter() - Constructor for class com.github.javaparser.utils.Log.StandardOutStandardErrorAdapter
 
STAR - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
STAR - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
STARASSIGN - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
STARASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
start - Variable in class com.github.javaparser.printer.lexicalpreservation.Difference.EnforcingIndentationContext
 
startsWithAsterisk(String) - Static method in class com.github.javaparser.JavadocParser
 
statement - Variable in class com.github.javaparser.ast.stmt.LabeledStmt
 
Statement - Class in com.github.javaparser.ast.stmt
A base class for all statements.
Statement() - Constructor for class com.github.javaparser.ast.stmt.Statement
 
Statement(TokenRange) - Constructor for class com.github.javaparser.ast.stmt.Statement
This constructor is used by the parser and is considered private.
Statement() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-14.html#jls-14.5
STATEMENT - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
STATEMENT - Static variable in interface com.github.javaparser.ParseStart
 
STATEMENT_GROUP - Enum constant in enum com.github.javaparser.ast.stmt.SwitchEntry.Type
 
StatementContext<N> - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
 
StatementContext(N, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.StatementContext
 
StatementExpression() - Method in class com.github.javaparser.GeneratedJavaParser
 
statementMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
StatementMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
StatementMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.StatementMetaModel
 
StatementMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.StatementMetaModel
 
statementPropertyMetaModel - Variable in class com.github.javaparser.metamodel.LabeledStmtMetaModel
 
statements - Variable in class com.github.javaparser.ast.stmt.BlockStmt
 
statements - Variable in class com.github.javaparser.ast.stmt.SwitchEntry
 
Statements() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-14.html#jls-14.5
STATEMENTS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
statementsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.BlockStmtMetaModel
 
statementsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.SwitchEntryMetaModel
 
STATIC - Enum constant in enum com.github.javaparser.ast.Modifier.Keyword
 
STATIC - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
STATIC - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
STATIC - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
STATIC_LEXER_ERROR - Static variable in exception class com.github.javaparser.TokenMgrException
An attempt was made to create a second instance of a static token manager.
staticFlag - Static variable in class com.github.javaparser.SimpleCharStream
Whether parser is static.
StaticJavaParser - Class in com.github.javaparser
A simpler, static API than JavaParser.
StaticJavaParser() - Constructor for class com.github.javaparser.StaticJavaParser
 
staticModifier() - Static method in class com.github.javaparser.ast.Modifier
 
stats() - Method in interface com.github.javaparser.resolution.cache.Cache
Returns a current snapshot of this cache's cumulative statistics, or a set of default values if the cache is not recording statistics.
stats() - Method in class com.github.javaparser.symbolsolver.cache.GuavaCache
 
stats() - Method in class com.github.javaparser.symbolsolver.cache.InMemoryCache
 
stats() - Method in class com.github.javaparser.symbolsolver.cache.NoCache
 
storage - Variable in class com.github.javaparser.ast.CompilationUnit
 
Storage(CompilationUnit, Path) - Constructor for class com.github.javaparser.ast.CompilationUnit.Storage
 
Storage(CompilationUnit, Path, Charset) - Constructor for class com.github.javaparser.ast.CompilationUnit.Storage
 
storeInitialText(Node) - Static method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter
 
storeInitialTextForOneNode(Node, List<JavaToken>) - Static method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter
 
storeTokens - Variable in class com.github.javaparser.GeneratedJavaParserBase
 
storeTokens - Variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
storeTokens - Variable in class com.github.javaparser.ParserConfiguration
 
stream() - Method in class com.github.javaparser.ast.Node
Make a stream of nodes using pre-order traversal.
stream(Node.TreeTraversal) - Method in class com.github.javaparser.ast.Node
Make a stream of nodes using traversal algorithm "traversal".
StreamProvider - Class in com.github.javaparser
NOTE : This generated class can be safely deleted if installing in a GWT installation (use StringProvider instead)
StreamProvider(InputStream) - Constructor for class com.github.javaparser.StreamProvider
 
StreamProvider(InputStream, String) - Constructor for class com.github.javaparser.StreamProvider
 
StreamProvider(Reader) - Constructor for class com.github.javaparser.StreamProvider
 
STRICTFP - Enum constant in enum com.github.javaparser.ast.Modifier.Keyword
 
STRICTFP - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
STRICTFP - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
strictfpModifier() - Static method in class com.github.javaparser.ast.Modifier
 
strictfpNotAllowed - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java1_2Validator
 
strictlyContains(Position) - Method in class com.github.javaparser.Range
Does this strictly contain position.
strictlyContains(Range) - Method in class com.github.javaparser.Range
Does this strictly contain the other range?
string(int) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
string(int, String) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
STRING_LITERAL - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
STRING_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
Stringable - Interface in com.github.javaparser.printer
Something that has a printable form.
StringEscapeUtils - Class in com.github.javaparser.utils
Adapted from apache commons-lang3 project.
StringEscapeUtils() - Constructor for class com.github.javaparser.utils.StringEscapeUtils
 
StringEscapeUtils.AggregateTranslator - Class in com.github.javaparser.utils
Adapted from apache commons-lang3 project.
StringEscapeUtils.CharSequenceTranslator - Class in com.github.javaparser.utils
Adapted from apache commons-lang3 project.
StringEscapeUtils.LookupTranslator - Class in com.github.javaparser.utils
Adapted from apache commons-lang3 project.
StringEscapeUtils.OctalUnescaper - Class in com.github.javaparser.utils
Adapted from apache commons-lang3 project.
StringEscapeUtils.UnicodeUnescaper - Class in com.github.javaparser.utils
Adapted from apache commons-lang3 project.
StringLiteralExpr - Class in com.github.javaparser.ast.expr
A literal string.
StringLiteralExpr() - Constructor for class com.github.javaparser.ast.expr.StringLiteralExpr
 
StringLiteralExpr(TokenRange, String) - Constructor for class com.github.javaparser.ast.expr.StringLiteralExpr
This constructor is used by the parser and is considered private.
StringLiteralExpr(String) - Constructor for class com.github.javaparser.ast.expr.StringLiteralExpr
Creates a string literal expression from given string.
stringLiteralExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
StringLiteralExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
StringLiteralExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.StringLiteralExprMetaModel
 
StringProvider - Class in com.github.javaparser
 
StringProvider(String) - Constructor for class com.github.javaparser.StringProvider
 
stringReferenceType - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
stringToken(ObservableProperty) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
stringTransformer(String, String, Function<String, String>) - Static method in class com.github.javaparser.utils.Utils
 
stringWriterOutput(Node, String) - Method in class com.github.javaparser.printer.XmlPrinter
Create a string writer filled with XML document representing an AST node.
stripAnnotations(Type) - Method in class com.github.javaparser.ast.body.CallableDeclaration
 
stripGenerics(Type) - Method in class com.github.javaparser.ast.body.CallableDeclaration
 
stripIndent() - Method in class com.github.javaparser.ast.expr.TextBlockLiteralExpr
 
stripIndentOfLines() - Method in class com.github.javaparser.ast.expr.TextBlockLiteralExpr
Most of the algorithm for stripIndent, stopping just before concatenating all the lines into a single string.
sub(int, int) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator.CalculatedSyntaxModel
 
subList(int, int) - Method in class com.github.javaparser.ast.NodeList
 
subList(int, int) - Method in class com.github.javaparser.utils.VisitorList
 
substitutedType(ResolvedTypeParameterDeclaration) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic.TypeSubstitution
 
substituteType(ResolvedType, LeastUpperBoundLogic.TypeSubstitution) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic
 
substitution(List<Pair<ResolvedTypeParameterDeclaration, ResolvedType>>) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic
 
Substitution - Class in com.github.javaparser.symbolsolver.resolution.typeinference
 
Substitution() - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.Substitution
 
subtractPaths(Path, Path) - Static method in class com.github.javaparser.utils.CodeGenerationUtils
Shortens path "full" by cutting "difference" off the end of it.
SubtypeOfBound - Class in com.github.javaparser.symbolsolver.resolution.typeinference.bounds
S <: T, where at least one of S or T is an inference variable: S is a subtype of T
SubtypeOfBound(ResolvedType, ResolvedType) - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SubtypeOfBound
 
successes - Variable in class com.github.javaparser.symbolsolver.SourceFileInfoExtractor
 
SUPER - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
SUPER - Enum constant in enum com.github.javaparser.resolution.types.ResolvedWildcard.BoundType
 
SUPER - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
SUPER_TYPE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
superBound(ResolvedType) - Static method in class com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration.Bound
Create a super bound with the given type:
superBound(ResolvedType) - Static method in class com.github.javaparser.resolution.types.ResolvedWildcard
 
SuperExpr - Class in com.github.javaparser.ast.expr
An occurrence of the "super" keyword.
SuperExpr() - Constructor for class com.github.javaparser.ast.expr.SuperExpr
 
SuperExpr(Name) - Constructor for class com.github.javaparser.ast.expr.SuperExpr
 
SuperExpr(TokenRange, Name) - Constructor for class com.github.javaparser.ast.expr.SuperExpr
This constructor is used by the parser and is considered private.
superExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
SuperExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
SuperExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.SuperExprMetaModel
 
superNodeMetaModel - Variable in class com.github.javaparser.metamodel.BaseNodeMetaModel
 
superType - Variable in class com.github.javaparser.ast.type.WildcardType
 
superTypeDeclaration - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
 
superTypePropertyMetaModel - Variable in class com.github.javaparser.metamodel.WildcardTypeMetaModel
 
supertypes(ResolvedReferenceType) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic
 
supertypes(ResolvedType) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic
 
supertypes(Set<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic
 
superTypes - Variable in class com.github.javaparser.resolution.logic.InferenceVariableType
 
swapTrueAndFalse() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.PatternVariableResult
 
SWITCH - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
SWITCH - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
SWITCH_STATEMENT_ENTRY - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
SwitchEntry - Class in com.github.javaparser.ast.stmt
One case in a switch statement
SwitchEntry() - Constructor for class com.github.javaparser.ast.stmt.SwitchEntry
 
SwitchEntry(NodeList<Expression>, SwitchEntry.Type, NodeList<Statement>) - Constructor for class com.github.javaparser.ast.stmt.SwitchEntry
This constructor exists for backwards compatibility for code that instantiated `SwitchEntries` before the `isDefault` and guard fields were added.
SwitchEntry(NodeList<Expression>, SwitchEntry.Type, NodeList<Statement>, boolean) - Constructor for class com.github.javaparser.ast.stmt.SwitchEntry
 
SwitchEntry(TokenRange, NodeList<Expression>, SwitchEntry.Type, NodeList<Statement>) - Constructor for class com.github.javaparser.ast.stmt.SwitchEntry
This constructor exists for backwards compatibility for code that instantiated `SwitchEntries` before the `isDefault` and guard fields were added.
SwitchEntry(TokenRange, NodeList<Expression>, SwitchEntry.Type, NodeList<Statement>, boolean) - Constructor for class com.github.javaparser.ast.stmt.SwitchEntry
This constructor is used by the parser and is considered private.
SwitchEntry(TokenRange, NodeList<Expression>, SwitchEntry.Type, NodeList<Statement>, boolean, Expression) - Constructor for class com.github.javaparser.ast.stmt.SwitchEntry
This constructor is used by the parser and is considered private.
SwitchEntry() - Method in class com.github.javaparser.GeneratedJavaParser
Note that the SwitchBlock (JLS) and SwitchEntry (JavaParser) are equivlent.
SwitchEntry.Type - Enum in com.github.javaparser.ast.stmt
 
SwitchEntryContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
 
SwitchEntryContext(SwitchEntry, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.SwitchEntryContext
 
switchEntryMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
SwitchEntryMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
SwitchEntryMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.SwitchEntryMetaModel
 
SwitchExpr - Class in com.github.javaparser.ast.expr
The switch expression
SwitchExpr() - Constructor for class com.github.javaparser.ast.expr.SwitchExpr
 
SwitchExpr(Expression, NodeList<SwitchEntry>) - Constructor for class com.github.javaparser.ast.expr.SwitchExpr
 
SwitchExpr(TokenRange, Expression, NodeList<SwitchEntry>) - Constructor for class com.github.javaparser.ast.expr.SwitchExpr
This constructor is used by the parser and is considered private.
SwitchExpression() - Method in class com.github.javaparser.GeneratedJavaParser
Note that the SwitchExpression and SwitchStatemnt are similar but different.
switchExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
SwitchExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
SwitchExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.SwitchExprMetaModel
 
SwitchNode - Interface in com.github.javaparser.ast.nodeTypes
The common interface of SwitchExpr and SwitchStmt
switchRuleCompletesNormally(SwitchEntry, Void) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.NormalCompletionVisitor
A switch statement whose switch block consists of switch rules can complete normally iff at least one of the following is true: - One of the switch rules introduces a switch rule expression (which is necessarily a statement expression).
SwitchStatement() - Method in class com.github.javaparser.GeneratedJavaParser
Note that the SwitchExpression and SwitchStatemnt are similar but different.
switchStatementEntryPropertyMetaModel - Variable in class com.github.javaparser.metamodel.SwitchEntryMetaModel
 
SwitchStmt - Class in com.github.javaparser.ast.stmt
The switch statement
SwitchStmt() - Constructor for class com.github.javaparser.ast.stmt.SwitchStmt
 
SwitchStmt(Expression, NodeList<SwitchEntry>) - Constructor for class com.github.javaparser.ast.stmt.SwitchStmt
 
SwitchStmt(TokenRange, Expression, NodeList<SwitchEntry>) - Constructor for class com.github.javaparser.ast.stmt.SwitchStmt
This constructor is used by the parser and is considered private.
switchStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
SwitchStmtMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
SwitchStmtMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.SwitchStmtMetaModel
 
SwitchTo(int) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
Switch to specified lex state.
SYMBOL_RESOLVER_KEY - Static variable in class com.github.javaparser.ast.Node
 
SymbolDeclarator - Interface in com.github.javaparser.resolution
 
SymbolReference<S> - Class in com.github.javaparser.resolution.model
A reference to a symbol.
SymbolReference(S) - Constructor for class com.github.javaparser.resolution.model.SymbolReference
 
SymbolResolutionCapability - Interface in com.github.javaparser.symbolsolver.core.resolution
Allows for an implementing declaration type to support solving for field (symbol) usage.
symbolResolver - Variable in class com.github.javaparser.ParserConfiguration
 
symbolResolver - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
 
symbolResolver(TypeSolver) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserMethodDeclaration
 
SymbolResolver - Interface in com.github.javaparser.resolution
 
symbolSolver - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
 
SymbolSolver - Class in com.github.javaparser.symbolsolver.resolution
 
SymbolSolver(TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.resolution.SymbolSolver
 
SymbolSolverCollectionStrategy - Class in com.github.javaparser.symbolsolver.utils
CollectionStrategy which collects all SourceRoots and initialises the TypeSolver and returns the SourceRoots configured with the TypeSolver in a ProjectRoot object.
SymbolSolverCollectionStrategy() - Constructor for class com.github.javaparser.symbolsolver.utils.SymbolSolverCollectionStrategy
 
SymbolSolverCollectionStrategy(ParserConfiguration) - Constructor for class com.github.javaparser.symbolsolver.utils.SymbolSolverCollectionStrategy
 
SYNCHRONIZED - Enum constant in enum com.github.javaparser.ast.Modifier.Keyword
 
SYNCHRONIZED - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
SYNCHRONIZED - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
synchronizedModifier() - Static method in class com.github.javaparser.ast.Modifier
 
SynchronizedStatement() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-14.html#jls-14.19
SynchronizedStmt - Class in com.github.javaparser.ast.stmt
Usage of the synchronized keyword.
SynchronizedStmt() - Constructor for class com.github.javaparser.ast.stmt.SynchronizedStmt
 
SynchronizedStmt(Expression, BlockStmt) - Constructor for class com.github.javaparser.ast.stmt.SynchronizedStmt
 
SynchronizedStmt(TokenRange, Expression, BlockStmt) - Constructor for class com.github.javaparser.ast.stmt.SynchronizedStmt
This constructor is used by the parser and is considered private.
synchronizedStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
SynchronizedStmtMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
SynchronizedStmtMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.SynchronizedStmtMetaModel
 
syntacticClassificationAccordingToContext(Node) - Static method in class com.github.javaparser.symbolsolver.resolution.naming.NameLogic
See JLS 6.5.1 Syntactic Classification of a Name According to Context.
SYSTEM - Enum constant in enum com.github.javaparser.utils.LineSeparator
This line ending is set to whatever the host system's line separator is
SYSTEM_PROPERTY - Enum constant in enum com.github.javaparser.javadoc.description.JavadocInlineTag.Type
 

T

t - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SameAsBound
 
t - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SubtypeOfBound
 
t - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.TypeCompatibleWithType
 
T - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.ExpressionCompatibleWithType
 
T - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.LambdaThrowsCompatibleWithType
 
T - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.MethodReferenceThrowsCompatibleWithType
 
T - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.TypeContainedByType
 
T - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.TypeSameAsType
 
T - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.TypeSubtypeOfType
 
TABS - Enum constant in enum com.github.javaparser.printer.configuration.Indentation.IndentType
Indent with tabs as far as possible.
TABS_WITH_SPACE_ALIGN - Enum constant in enum com.github.javaparser.printer.configuration.Indentation.IndentType
Indent with tabs but align with spaces when wrapping and aligning method call chains and method call parameters.
tabSize - Variable in class com.github.javaparser.ParserConfiguration
 
tabSize - Variable in class com.github.javaparser.SimpleCharStream
 
tagName - Variable in class com.github.javaparser.javadoc.description.JavadocInlineTag
 
tagName - Variable in class com.github.javaparser.javadoc.JavadocBlockTag
 
takeWhile(List<TextElement>, Predicate<TextElement>) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
target - Variable in class com.github.javaparser.ast.expr.AssignExpr
 
TARGET - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
targetPropertyMetaModel - Variable in class com.github.javaparser.metamodel.AssignExprMetaModel
 
TERMINATE - Enum constant in enum com.github.javaparser.utils.SourceRoot.Callback.Result
 
testForApplicabilityByLooseInvocation(List<ResolvedType>, List<Expression>, Substitution) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeInference
 
testForApplicabilityByStrictInvocation(List<ResolvedType>, List<Expression>, Substitution) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeInference
 
testForApplicabilityByVariableArityInvocation(List<ResolvedType>, List<Expression>, Substitution) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeInference
 
text - Variable in class com.github.javaparser.javadoc.description.JavadocSnippet
 
text - Variable in class com.github.javaparser.JavaToken
 
text - Variable in enum com.github.javaparser.utils.LineSeparator
 
TEXT_BLOCK_CONTENT - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
TEXT_BLOCK_CONTENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
TEXT_BLOCK_LITERAL - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
TEXT_BLOCK_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
TextBlockLiteralExpr - Class in com.github.javaparser.ast.expr
A text block
TextBlockLiteralExpr() - Constructor for class com.github.javaparser.ast.expr.TextBlockLiteralExpr
 
TextBlockLiteralExpr(TokenRange, String) - Constructor for class com.github.javaparser.ast.expr.TextBlockLiteralExpr
This constructor is used by the parser and is considered private.
TextBlockLiteralExpr(String) - Constructor for class com.github.javaparser.ast.expr.TextBlockLiteralExpr
Creates a text block literal expression from given string.
textBlockLiteralExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
TextBlockLiteralExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
TextBlockLiteralExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.TextBlockLiteralExprMetaModel
 
textBlockToken(ObservableProperty) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
TextElement - Class in com.github.javaparser.printer.lexicalpreservation
 
TextElement() - Constructor for class com.github.javaparser.printer.lexicalpreservation.TextElement
 
TextElementIteratorsFactory - Class in com.github.javaparser.printer.lexicalpreservation
 
TextElementIteratorsFactory() - Constructor for class com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory
 
TextElementIteratorsFactory.CascadingIterator<E> - Class in com.github.javaparser.printer.lexicalpreservation
 
TextElementIteratorsFactory.CascadingIterator.Provider<E> - Interface in com.github.javaparser.printer.lexicalpreservation
 
TextElementIteratorsFactory.ComposedIterator<E> - Class in com.github.javaparser.printer.lexicalpreservation
 
TextElementIteratorsFactory.EmptyIterator<E> - Class in com.github.javaparser.printer.lexicalpreservation
 
TextElementIteratorsFactory.SingleElementIterator<E> - Class in com.github.javaparser.printer.lexicalpreservation
 
TextElementMatcher - Interface in com.github.javaparser.printer.lexicalpreservation
 
TextElementMatchers - Class in com.github.javaparser.printer.lexicalpreservation
 
TextElementMatchers() - Constructor for class com.github.javaparser.printer.lexicalpreservation.TextElementMatchers
 
The break statement - Search tag in class com.github.javaparser.ast.stmt.BreakStmt
Section
The classic for statement - Search tag in class com.github.javaparser.ast.stmt.ForStmt
Section
The instanceof statement - Search tag in class com.github.javaparser.ast.expr.InstanceOfExpr
Section
The instanceof statement - Search tag in class com.github.javaparser.ast.expr.TypePatternExpr
Section
THEN_BLOCK - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
THEN_EXPR - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
THEN_STMT - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
thenBlockPropertyMetaModel - Variable in class com.github.javaparser.metamodel.IfStmtMetaModel
 
thenElement - Variable in class com.github.javaparser.printer.concretesyntaxmodel.CsmConditional
 
thenExpr - Variable in class com.github.javaparser.ast.expr.ConditionalExpr
 
thenExpr - Variable in class com.github.javaparser.symbolsolver.resolution.promotion.BooleanConditionalExprHandler
 
thenExpr - Variable in class com.github.javaparser.symbolsolver.resolution.promotion.NumericConditionalExprHandler
 
thenExpr - Variable in class com.github.javaparser.symbolsolver.resolution.promotion.ReferenceConditionalExprHandler
 
thenExprPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ConditionalExprMetaModel
 
thenStmt - Variable in class com.github.javaparser.ast.stmt.IfStmt
 
thenStmtPropertyMetaModel - Variable in class com.github.javaparser.metamodel.IfStmtMetaModel
 
thereAreLinesBetween(Node, Node) - Method in class com.github.javaparser.CommentsInserter
 
thereAreProperSubsets(Set<InferenceVariable>, Set<Set<InferenceVariable>>) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
 
The record declaration - Search tag in class com.github.javaparser.ast.body.RecordDeclaration
Section
The record declaration's constructor - Search tag in class com.github.javaparser.ast.body.CompactConstructorDeclaration
Section
thereIsSomeJSuchThatβequalAlphaJ(Set<InferenceVariable>, InferenceVariable) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
 
The switch expression - Search tag in class com.github.javaparser.ast.expr.SwitchExpr
Section
The switch statement - Search tag in class com.github.javaparser.ast.stmt.SwitchStmt
Section
The try statement - Search tag in class com.github.javaparser.ast.stmt.TryStmt
Section
The union type - Search tag in class com.github.javaparser.ast.type.UnionType
Section
The yield statement - Search tag in class com.github.javaparser.ast.stmt.YieldStmt
Section
THIS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
THIS - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
THIS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
THIS_NODE_AND_EXISTING_DESCENDANTS - Enum constant in enum com.github.javaparser.ast.Node.ObserverRegistrationMode
Notify for changes happening on this node and all its descendants existing at the moment in which the observer was registered.
ThisExpr - Class in com.github.javaparser.ast.expr
An occurrence of the "this" keyword.
ThisExpr() - Constructor for class com.github.javaparser.ast.expr.ThisExpr
 
ThisExpr(Name) - Constructor for class com.github.javaparser.ast.expr.ThisExpr
 
ThisExpr(TokenRange, Name) - Constructor for class com.github.javaparser.ast.expr.ThisExpr
This constructor is used by the parser and is considered private.
thisExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ThisExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
ThisExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.ThisExprMetaModel
 
THROW - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
THROW - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
THROWN_EXCEPTIONS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
thrownExceptions - Variable in class com.github.javaparser.ast.body.CallableDeclaration
 
thrownExceptions - Variable in class com.github.javaparser.ast.body.CompactConstructorDeclaration
 
thrownExceptionsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CallableDeclarationMetaModel
 
thrownExceptionsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CompactConstructorDeclarationMetaModel
 
THROWS - Enum constant in enum com.github.javaparser.javadoc.JavadocBlockTag.Type
 
THROWS - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
THROWS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
THROWS_STATEMENT - Enum constant in enum com.github.javaparser.ast.stmt.SwitchEntry.Type
 
ThrowsBound - Class in com.github.javaparser.symbolsolver.resolution.typeinference.bounds
The inference variable α appears in a throws clause.
ThrowsBound(InferenceVariable) - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.ThrowsBound
 
ThrowStatement() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-14.html#jls-14.18
ThrowStmt - Class in com.github.javaparser.ast.stmt
Usage of the throw statement.
ThrowStmt() - Constructor for class com.github.javaparser.ast.stmt.ThrowStmt
 
ThrowStmt(Expression) - Constructor for class com.github.javaparser.ast.stmt.ThrowStmt
 
ThrowStmt(TokenRange, Expression) - Constructor for class com.github.javaparser.ast.stmt.ThrowStmt
This constructor is used by the parser and is considered private.
throwStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ThrowStmtMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
ThrowStmtMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.ThrowStmtMetaModel
 
TILDE - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
TILDE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
TO - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
TO - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
toAnnotationDeclaration() - Method in class com.github.javaparser.ast.body.AnnotationDeclaration
 
toAnnotationDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
toAnnotationExpr() - Method in class com.github.javaparser.ast.expr.AnnotationExpr
 
toAnnotationExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toAnnotationMemberDeclaration() - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
 
toAnnotationMemberDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
toArray() - Method in class com.github.javaparser.ast.NodeList
 
toArray() - Method in class com.github.javaparser.utils.VisitorList
 
toArray() - Method in class com.github.javaparser.utils.VisitorSet
 
toArray(T[]) - Method in class com.github.javaparser.ast.NodeList
 
toArray(T[]) - Method in class com.github.javaparser.utils.VisitorList
 
toArray(T[]) - Method in class com.github.javaparser.utils.VisitorSet
 
toArrayAccessExpr() - Method in class com.github.javaparser.ast.expr.ArrayAccessExpr
 
toArrayAccessExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toArrayCreationExpr() - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
 
toArrayCreationExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toArrayInitializerExpr() - Method in class com.github.javaparser.ast.expr.ArrayInitializerExpr
 
toArrayInitializerExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toArrayType() - Method in class com.github.javaparser.ast.type.ArrayType
 
toArrayType() - Method in class com.github.javaparser.ast.type.Type
 
toAssertStmt() - Method in class com.github.javaparser.ast.stmt.AssertStmt
 
toAssertStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
toAssignExpr() - Method in class com.github.javaparser.ast.expr.AssignExpr
 
toAssignExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toAssignOperator() - Method in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
 
toAst() - Method in interface com.github.javaparser.resolution.declarations.AssociableToAST
If the declaration is associated to an AST node return it, otherwise it return empty.
toAst() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
 
toAst() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationMemberDeclaration
 
toAst() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
 
toAst() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
toAst() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserConstructorDeclaration
 
toAst() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumConstantDeclaration
 
toAst() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
toAst() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValueOfMethod
 
toAst() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValuesMethod
 
toAst() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserFieldDeclaration
 
toAst() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
 
toAst() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserMethodDeclaration
 
toAst() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserParameterDeclaration
 
toAst() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration.ImplicitGetterMethod
 
toAst() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
 
toAst() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
 
toAst() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypePatternDeclaration
 
toAst() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
 
toAst() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserVariableDeclaration
 
toAst() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
toAst(Class<N>) - Method in interface com.github.javaparser.resolution.declarations.AssociableToAST
If the declaration is associated to an AST node and the type matches the expected Class return it, otherwise it returns empty.
toBinaryExpr() - Method in class com.github.javaparser.ast.expr.BinaryExpr
 
toBinaryExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toBinaryOperator() - Method in enum com.github.javaparser.ast.expr.AssignExpr.Operator
 
toBlockComment() - Method in class com.github.javaparser.ast.comments.BlockComment
 
toBlockComment() - Method in class com.github.javaparser.ast.comments.Comment
 
toBlockStmt() - Method in class com.github.javaparser.ast.stmt.BlockStmt
 
toBlockStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
toBooleanLiteralExpr() - Method in class com.github.javaparser.ast.expr.BooleanLiteralExpr
 
toBooleanLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toBound(ClassOrInterfaceType, TypeSolver) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
 
toBoxedType() - Method in enum com.github.javaparser.ast.type.PrimitiveType.Primitive
 
toBoxedType() - Method in class com.github.javaparser.ast.type.PrimitiveType
 
toBoxedType(ResolvedPrimitiveType) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeHelper
 
toBoxedType(ResolvedPrimitiveType, TypeSolver) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeHelper
 
toBreakStmt() - Method in class com.github.javaparser.ast.stmt.BreakStmt
 
toBreakStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
toBuilder() - Method in class com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametersMap
 
toCallableDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
toCallableDeclaration() - Method in class com.github.javaparser.ast.body.CallableDeclaration
 
toCamelCase(String) - Static method in class com.github.javaparser.utils.Utils
Deprecated.
use screamingToCamelCase
toCastExpr() - Method in class com.github.javaparser.ast.expr.CastExpr
 
toCastExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toCharLiteralExpr() - Method in class com.github.javaparser.ast.expr.CharLiteralExpr
 
toCharLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toClassExpr() - Method in class com.github.javaparser.ast.expr.ClassExpr
 
toClassExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toClassOrInterfaceDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
toClassOrInterfaceDeclaration() - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
 
toClassOrInterfaceType() - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
 
toClassOrInterfaceType() - Method in class com.github.javaparser.ast.type.Type
 
toComment() - Method in class com.github.javaparser.javadoc.Javadoc
Create a JavadocComment, by formatting the text of the Javadoc using no indentation (expecting the pretty printer to do the formatting.)
toComment(String) - Method in class com.github.javaparser.javadoc.Javadoc
Create a JavadocComment, by formatting the text of the Javadoc using the given indentation.
toCompactConstructorDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
toCompactConstructorDeclaration() - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
 
toConditionalExpr() - Method in class com.github.javaparser.ast.expr.ConditionalExpr
 
toConditionalExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toConstructorDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
toConstructorDeclaration() - Method in class com.github.javaparser.ast.body.ConstructorDeclaration
 
toContinueStmt() - Method in class com.github.javaparser.ast.stmt.ContinueStmt
 
toContinueStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
toDescriptor() - Method in class com.github.javaparser.ast.body.ConstructorDeclaration
 
toDescriptor() - Method in class com.github.javaparser.ast.body.MethodDeclaration
 
toDescriptor() - Method in class com.github.javaparser.ast.type.ArrayType
 
toDescriptor() - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
 
toDescriptor() - Method in enum com.github.javaparser.ast.type.PrimitiveType.Primitive
 
toDescriptor() - Method in class com.github.javaparser.ast.type.PrimitiveType
 
toDescriptor() - Method in class com.github.javaparser.ast.type.ReferenceType
 
toDescriptor() - Method in class com.github.javaparser.ast.type.Type
 
toDescriptor() - Method in class com.github.javaparser.ast.type.TypeParameter
 
toDescriptor() - Method in class com.github.javaparser.ast.type.VoidType
 
toDescriptor() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodDeclaration
 
toDescriptor() - Method in class com.github.javaparser.resolution.types.ResolvedArrayType
 
toDescriptor() - Method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
 
toDescriptor() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
toDescriptor() - Method in interface com.github.javaparser.resolution.types.ResolvedType
 
toDescriptor() - Method in class com.github.javaparser.resolution.types.ResolvedTypeVariable
 
toDescriptor() - Method in class com.github.javaparser.resolution.types.ResolvedVoidType
 
toDescriptor() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValueOfMethod
 
toDescriptor() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValuesMethod
 
toDescriptor() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserMethodDeclaration
 
toDescriptor() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration.ImplicitGetterMethod
 
toDescriptor() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
 
toDescriptor() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodDeclaration
 
toDoStmt() - Method in class com.github.javaparser.ast.stmt.DoStmt
 
toDoStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
toDoubleLiteralExpr() - Method in class com.github.javaparser.ast.expr.DoubleLiteralExpr
 
toDoubleLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toEmptyStmt() - Method in class com.github.javaparser.ast.stmt.EmptyStmt
 
toEmptyStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
toEnclosedExpr() - Method in class com.github.javaparser.ast.expr.EnclosedExpr
 
toEnclosedExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toEnumConstantDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
toEnumConstantDeclaration() - Method in class com.github.javaparser.ast.body.EnumConstantDeclaration
 
toEnumDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
toEnumDeclaration() - Method in class com.github.javaparser.ast.body.EnumDeclaration
 
toExplicitConstructorInvocationStmt() - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
 
toExplicitConstructorInvocationStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
toExpressionStmt() - Method in class com.github.javaparser.ast.stmt.ExpressionStmt
 
toExpressionStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
toFieldAccessExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toFieldAccessExpr() - Method in class com.github.javaparser.ast.expr.FieldAccessExpr
 
toFieldDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
toFieldDeclaration() - Method in class com.github.javaparser.ast.body.FieldDeclaration
 
toForEachStmt() - Method in class com.github.javaparser.ast.stmt.ForEachStmt
 
toForEachStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
toForStmt() - Method in class com.github.javaparser.ast.stmt.ForStmt
 
toForStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
toIfStmt() - Method in class com.github.javaparser.ast.stmt.IfStmt
 
toIfStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
toInitializerDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
toInitializerDeclaration() - Method in class com.github.javaparser.ast.body.InitializerDeclaration
 
toInstanceOfExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toInstanceOfExpr() - Method in class com.github.javaparser.ast.expr.InstanceOfExpr
 
toIntegerLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toIntegerLiteralExpr() - Method in class com.github.javaparser.ast.expr.IntegerLiteralExpr
 
toIntersectionType() - Method in class com.github.javaparser.ast.type.IntersectionType
 
toIntersectionType() - Method in class com.github.javaparser.ast.type.Type
 
toJavadocComment() - Method in class com.github.javaparser.ast.comments.Comment
 
toJavadocComment() - Method in class com.github.javaparser.ast.comments.JavadocComment
 
token - Variable in class com.github.javaparser.GeneratedJavaParser
Current token.
token - Variable in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
 
token() - Method in class com.github.javaparser.GeneratedJavaParser
 
token() - Method in class com.github.javaparser.GeneratedJavaParserBase
 
token(int) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
Token - Class in com.github.javaparser
Describes the input token stream.
Token() - Constructor for class com.github.javaparser.Token
No-argument constructor
Token(int) - Constructor for class com.github.javaparser.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class com.github.javaparser.Token
Constructs a new token for the specified Image and Kind.
token_source - Variable in class com.github.javaparser.GeneratedJavaParser
Generated Token Manager.
TokenBase - Class in com.github.javaparser
Base class for the generated Token
TokenBase() - Constructor for class com.github.javaparser.TokenBase
 
tokenBegin - Variable in class com.github.javaparser.SimpleCharStream
 
tokenImage - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
Literal token values.
tokenImage - Variable in exception class com.github.javaparser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenLexicalActions(Token) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
TokenMgrException - Exception Class in com.github.javaparser
Token Manager Error.
TokenMgrException() - Constructor for exception class com.github.javaparser.TokenMgrException
No arg constructor.
TokenMgrException(boolean, int, int, int, String, int, int) - Constructor for exception class com.github.javaparser.TokenMgrException
Full Constructor.
TokenMgrException(String, int) - Constructor for exception class com.github.javaparser.TokenMgrException
Constructor with message and reason.
tokenRange - Variable in class com.github.javaparser.ast.Node
 
tokenRange - Variable in class com.github.javaparser.ast.type.ArrayType.ArrayBracketPair
 
tokenRange() - Method in class com.github.javaparser.GeneratedJavaParserBase
 
tokenRange(Token) - Static method in class com.github.javaparser.GeneratedJavaParserTokenManagerBase
Create a TokenRange that spans exactly one token
TokenRange - Class in com.github.javaparser
The range of tokens covered by this node.
TokenRange(JavaToken, JavaToken) - Constructor for class com.github.javaparser.TokenRange
 
tokens - Variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
tokensPreceeding(Node) - Static method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter
 
TokenTextElement - Class in com.github.javaparser.printer.lexicalpreservation
 
TokenTextElement(int) - Constructor for class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
 
TokenTextElement(int, String) - Constructor for class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
 
TokenTextElement(JavaToken) - Constructor for class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
 
tokenType - Variable in class com.github.javaparser.printer.concretesyntaxmodel.CsmToken
 
TokenTypes - Class in com.github.javaparser
Complements GeneratedJavaParserConstants
TokenTypes() - Constructor for class com.github.javaparser.TokenTypes
 
tokenWorkStack - Variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
toLabeledStmt() - Method in class com.github.javaparser.ast.stmt.LabeledStmt
 
toLabeledStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
toLambdaExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toLambdaExpr() - Method in class com.github.javaparser.ast.expr.LambdaExpr
 
toLineComment() - Method in class com.github.javaparser.ast.comments.Comment
 
toLineComment() - Method in class com.github.javaparser.ast.comments.LineComment
 
toLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toLiteralExpr() - Method in class com.github.javaparser.ast.expr.LiteralExpr
 
toLiteralStringValueExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toLiteralStringValueExpr() - Method in class com.github.javaparser.ast.expr.LiteralStringValueExpr
 
toLocalClassDeclarationStmt() - Method in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt
 
toLocalClassDeclarationStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
toLocalRecordDeclarationStmt() - Method in class com.github.javaparser.ast.stmt.LocalRecordDeclarationStmt
 
toLocalRecordDeclarationStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
toLongLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toLongLiteralExpr() - Method in class com.github.javaparser.ast.expr.LongLiteralExpr
 
toMarkerAnnotationExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toMarkerAnnotationExpr() - Method in class com.github.javaparser.ast.expr.MarkerAnnotationExpr
 
toMethodCallExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toMethodCallExpr() - Method in class com.github.javaparser.ast.expr.MethodCallExpr
 
toMethodDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
toMethodDeclaration() - Method in class com.github.javaparser.ast.body.MethodDeclaration
 
toMethodReferenceExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toMethodReferenceExpr() - Method in class com.github.javaparser.ast.expr.MethodReferenceExpr
 
toMethodUsage(MethodCallExpr, ResolvedMethodDeclaration, TypeSolver) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeInference
 
toMethodUsage(MethodReferenceExpr, List<ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
 
toModuleExportsDirective() - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
toModuleExportsDirective() - Method in class com.github.javaparser.ast.modules.ModuleExportsDirective
 
toModuleExportsStmt() - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
toModuleExportsStmt() - Method in class com.github.javaparser.ast.modules.ModuleExportsDirective
 
toModuleOpensDirective() - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
toModuleOpensDirective() - Method in class com.github.javaparser.ast.modules.ModuleOpensDirective
 
toModuleOpensStmt() - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
toModuleOpensStmt() - Method in class com.github.javaparser.ast.modules.ModuleOpensDirective
 
toModuleProvidesDirective() - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
toModuleProvidesDirective() - Method in class com.github.javaparser.ast.modules.ModuleProvidesDirective
 
toModuleProvidesStmt() - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
toModuleProvidesStmt() - Method in class com.github.javaparser.ast.modules.ModuleProvidesDirective
 
toModuleRequiresDirective() - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
toModuleRequiresDirective() - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
 
toModuleRequiresStmt() - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
toModuleRequiresStmt() - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
 
toModuleUsesDirective() - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
toModuleUsesDirective() - Method in class com.github.javaparser.ast.modules.ModuleUsesDirective
 
toModuleUsesStmt() - Method in class com.github.javaparser.ast.modules.ModuleDirective
 
toModuleUsesStmt() - Method in class com.github.javaparser.ast.modules.ModuleUsesDirective
 
toNameExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toNameExpr() - Method in class com.github.javaparser.ast.expr.NameExpr
 
toNodeList() - Static method in class com.github.javaparser.ast.NodeList
 
toNormalAnnotationExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toNormalAnnotationExpr() - Method in class com.github.javaparser.ast.expr.NormalAnnotationExpr
 
toNullLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toNullLiteralExpr() - Method in class com.github.javaparser.ast.expr.NullLiteralExpr
 
toObjectCreationExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toObjectCreationExpr() - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
 
toPatternExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toPatternExpr() - Method in class com.github.javaparser.ast.expr.PatternExpr
 
toPrimitiveType() - Method in class com.github.javaparser.ast.type.PrimitiveType
 
toPrimitiveType() - Method in class com.github.javaparser.ast.type.Type
 
toRange() - Method in class com.github.javaparser.TokenRange
 
toRawType() - Method in class com.github.javaparser.resolution.model.typesystem.ReferenceTypeImpl
 
toRawType() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
toRecordDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
toRecordDeclaration() - Method in class com.github.javaparser.ast.body.RecordDeclaration
 
toRecordPatternExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toRecordPatternExpr() - Method in class com.github.javaparser.ast.expr.RecordPatternExpr
 
toReferenceType() - Method in class com.github.javaparser.ast.type.ReferenceType
 
toReferenceType() - Method in class com.github.javaparser.ast.type.Type
 
toReferenceType(ClassOrInterfaceType) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
toReferenceType(ClassOrInterfaceType) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
toReferenceType(ClassOrInterfaceType) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
 
toReferenceType(ClassOrInterfaceType) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
 
toResolvedType(Type, Class<T>) - Method in interface com.github.javaparser.resolution.SymbolResolver
For types it would find the corresponding resolved types.
toResolvedType(Type, Class<T>) - Method in class com.github.javaparser.symbolsolver.JavaSymbolSolver
 
toReturnStmt() - Method in class com.github.javaparser.ast.stmt.ReturnStmt
 
toReturnStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
toSet(ResolvedType...) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic
 
toSignature(Parameter) - Static method in class com.github.javaparser.resolution.logic.FunctionalInterfaceLogic
 
toSimpleName(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.CompilationUnitContext
 
toSingleMemberAnnotationExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toSingleMemberAnnotationExpr() - Method in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr
 
toString() - Method in class com.github.javaparser.ast.body.CallableDeclaration.Signature
 
toString() - Method in class com.github.javaparser.ast.Node
 
toString() - Method in class com.github.javaparser.ast.NodeList
 
toString() - Method in class com.github.javaparser.ast.validator.language_level_validations.UpgradeJavaMessage
 
toString() - Method in class com.github.javaparser.javadoc.description.JavadocDescription
 
toString() - Method in class com.github.javaparser.javadoc.description.JavadocInlineTag
 
toString() - Method in class com.github.javaparser.javadoc.description.JavadocSnippet
 
toString() - Method in class com.github.javaparser.javadoc.Javadoc
 
toString() - Method in class com.github.javaparser.javadoc.JavadocBlockTag
 
toString() - Method in class com.github.javaparser.JavaToken
 
toString() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
 
toString() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
 
toString() - Method in class com.github.javaparser.ParseResult
 
toString() - Method in class com.github.javaparser.Position
 
toString() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmAttribute
 
toString() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmChar
 
toString() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmList
 
toString() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmMix
 
toString() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmSequence
 
toString() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmSingleReference
 
toString() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmString
 
toString() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmTextBlock
 
toString() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmToken
 
toString() - Method in class com.github.javaparser.printer.configuration.Indentation
 
toString() - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
toString() - Method in class com.github.javaparser.printer.lexicalpreservation.Added
 
toString() - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
 
toString() - Method in class com.github.javaparser.printer.lexicalpreservation.Difference
 
toString() - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
 
toString() - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator.CalculatedSyntaxModel
 
toString() - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator.CsmChild
 
toString() - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingVisitor
 
toString() - Method in class com.github.javaparser.printer.lexicalpreservation.NodeText
 
toString() - Method in class com.github.javaparser.printer.lexicalpreservation.Removed
 
toString() - Method in class com.github.javaparser.printer.lexicalpreservation.Reshuffled
 
toString() - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
 
toString() - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
toString() - Method in class com.github.javaparser.printer.SourcePrinter
 
toString() - Method in class com.github.javaparser.Problem
 
toString() - Method in class com.github.javaparser.Range
 
toString() - Method in class com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration.Bound
 
toString() - Method in class com.github.javaparser.resolution.logic.InferenceVariableType
 
toString() - Method in class com.github.javaparser.resolution.MethodUsage
 
toString() - Method in class com.github.javaparser.resolution.model.SymbolReference
 
toString() - Method in class com.github.javaparser.resolution.model.Value
 
toString() - Method in class com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametersMap
 
toString() - Method in class com.github.javaparser.resolution.types.ResolvedArrayType
 
toString() - Method in class com.github.javaparser.resolution.types.ResolvedLambdaConstraintType
 
toString() - Method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
 
toString() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
toString() - Method in class com.github.javaparser.resolution.types.ResolvedTypeVariable
 
toString() - Method in class com.github.javaparser.resolution.types.ResolvedWildcard
 
toString() - Method in exception class com.github.javaparser.resolution.UnsolvedSymbolException
 
toString() - Method in class com.github.javaparser.symbolsolver.cache.DefaultCacheStats
 
toString() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.MethodCallExprContext
 
toString() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
toString() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
toString() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserFieldDeclaration
 
toString() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
 
toString() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserMethodDeclaration
 
toString() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
 
toString() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
 
toString() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
 
toString() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserVariableDeclaration
 
toString() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
 
toString() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
toString() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistConstructorDeclaration
 
toString() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumConstantDeclaration
 
toString() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
 
toString() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
 
toString() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
 
toString() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistParameterDeclaration
 
toString() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
toString() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeParameter
 
toString() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
 
toString() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
toString() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
 
toString() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodDeclaration
 
toString() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionParameterDeclaration
 
toString() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
toString() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionTypeParameter
 
toString() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.CapturesBound
 
toString() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.FalseBound
 
toString() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SameAsBound
 
toString() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SubtypeOfBound
 
toString() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.ThrowsBound
 
toString() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
 
toString() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormula.ReductionResult
 
toString() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.ExpressionCompatibleWithType
 
toString() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.LambdaThrowsCompatibleWithType
 
toString() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.MethodReferenceThrowsCompatibleWithType
 
toString() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.TypeCompatibleWithType
 
toString() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.TypeContainedByType
 
toString() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.TypeSameAsType
 
toString() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.TypeSubtypeOfType
 
toString() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.InferenceVariable
 
toString() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.Instantiation
 
toString() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.InstantiationSet
 
toString() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ProperLowerBound
 
toString() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ProperUpperBound
 
toString() - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.JavaParserTypeSolver
 
toString() - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.MemoryTypeSolver
 
toString() - Method in class com.github.javaparser.Token
Returns the image.
toString() - Method in class com.github.javaparser.TokenRange
 
toString() - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMapping.DeltaInfo
 
toString() - Method in enum com.github.javaparser.utils.LineSeparator
 
toString() - Method in class com.github.javaparser.utils.Pair
 
toString() - Method in class com.github.javaparser.utils.ProjectRoot
 
toString() - Method in class com.github.javaparser.utils.SeparatedItemStringBuilder
Convert the builder into its final string representation.
toString() - Method in class com.github.javaparser.utils.SourceRoot
 
toString() - Method in class com.github.javaparser.utils.VisitorList
 
toString() - Method in class com.github.javaparser.utils.VisitorSet
 
toString(MethodCallExpr) - Method in class com.github.javaparser.symbolsolver.SourceFileInfoExtractor
 
toString(PrinterConfiguration) - Method in class com.github.javaparser.ast.Node
 
toString(SymbolReference<ResolvedMethodDeclaration>) - Method in class com.github.javaparser.symbolsolver.SourceFileInfoExtractor
 
toStringLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toStringLiteralExpr() - Method in class com.github.javaparser.ast.expr.StringLiteralExpr
 
toSuperExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toSuperExpr() - Method in class com.github.javaparser.ast.expr.SuperExpr
 
toSwitchExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toSwitchExpr() - Method in class com.github.javaparser.ast.expr.SwitchExpr
 
toSwitchStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
toSwitchStmt() - Method in class com.github.javaparser.ast.stmt.SwitchStmt
 
toSynchronizedStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
toSynchronizedStmt() - Method in class com.github.javaparser.ast.stmt.SynchronizedStmt
 
totalLoadTime - Variable in class com.github.javaparser.symbolsolver.cache.DefaultCacheStats
 
totalLoadTime() - Method in interface com.github.javaparser.resolution.cache.CacheStats
Returns the total number of nanoseconds the cache has spent loading new values.
totalLoadTime() - Method in class com.github.javaparser.symbolsolver.cache.DefaultCacheStats
Returns the total number of nanoseconds the cache has spent loading new values.
toText() - Method in class com.github.javaparser.javadoc.description.JavadocDescription
 
toText() - Method in interface com.github.javaparser.javadoc.description.JavadocDescriptionElement
 
toText() - Method in class com.github.javaparser.javadoc.description.JavadocInlineTag
 
toText() - Method in class com.github.javaparser.javadoc.description.JavadocSnippet
 
toText() - Method in class com.github.javaparser.javadoc.Javadoc
Return the text content of the document.
toText() - Method in class com.github.javaparser.javadoc.JavadocBlockTag
 
toTextBlockLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toTextBlockLiteralExpr() - Method in class com.github.javaparser.ast.expr.TextBlockLiteralExpr
 
toTextElement() - Method in class com.github.javaparser.printer.lexicalpreservation.Added
 
toThisExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toThisExpr() - Method in class com.github.javaparser.ast.expr.ThisExpr
 
toThrowStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
toThrowStmt() - Method in class com.github.javaparser.ast.stmt.ThrowStmt
 
toToken(Modifier) - Static method in class com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator
 
toTokenRange() - Method in class com.github.javaparser.JavaToken
 
toTryStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
toTryStmt() - Method in class com.github.javaparser.ast.stmt.TryStmt
 
toType(ResolvedTypeParameterDeclaration) - Method in class com.github.javaparser.symbolsolver.declarations.common.MethodDeclarationCommonLogic
 
toTypeDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
toTypeDeclaration() - Method in class com.github.javaparser.ast.body.TypeDeclaration
 
toTypeDeclaration(Node) - Method in interface com.github.javaparser.resolution.SymbolResolver
For a node it would find the corresponding reference type declaration.
toTypeDeclaration(Node) - Method in class com.github.javaparser.symbolsolver.JavaSymbolSolver
 
toTypeDeclaration(CtClass, TypeSolver) - Static method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistFactory
 
toTypeExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toTypeExpr() - Method in class com.github.javaparser.ast.expr.TypeExpr
 
toTypeParameter() - Method in class com.github.javaparser.ast.type.Type
 
toTypeParameter() - Method in class com.github.javaparser.ast.type.TypeParameter
 
toTypePatternExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toTypePatternExpr() - Method in class com.github.javaparser.ast.expr.TypePatternExpr
 
toUnaryExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toUnaryExpr() - Method in class com.github.javaparser.ast.expr.UnaryExpr
 
toUnboxedType() - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
 
toUnboxedType() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
toUnionType() - Method in class com.github.javaparser.ast.type.Type
 
toUnionType() - Method in class com.github.javaparser.ast.type.UnionType
 
toUnknownType() - Method in class com.github.javaparser.ast.type.Type
 
toUnknownType() - Method in class com.github.javaparser.ast.type.UnknownType
 
toUnparsableStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
toUnparsableStmt() - Method in class com.github.javaparser.ast.stmt.UnparsableStmt
 
toVariableDeclarationExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
toVariableDeclarationExpr() - Method in class com.github.javaparser.ast.expr.VariableDeclarationExpr
 
toVarType() - Method in class com.github.javaparser.ast.type.Type
 
toVarType() - Method in class com.github.javaparser.ast.type.VarType
 
toVoidType() - Method in class com.github.javaparser.ast.type.Type
 
toVoidType() - Method in class com.github.javaparser.ast.type.VoidType
 
toWhileStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
toWhileStmt() - Method in class com.github.javaparser.ast.stmt.WhileStmt
 
toWildcardType() - Method in class com.github.javaparser.ast.type.Type
 
toWildcardType() - Method in class com.github.javaparser.ast.type.WildcardType
 
toYieldStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
toYieldStmt() - Method in class com.github.javaparser.ast.stmt.YieldStmt
 
trace(String, Supplier<Object>...) - Static method in class com.github.javaparser.utils.Log
For logging information that may help solving a problem.
trace(Supplier<String>) - Method in interface com.github.javaparser.utils.Log.Adapter
 
trace(Supplier<String>) - Method in class com.github.javaparser.utils.Log.SilentAdapter
 
trace(Supplier<String>) - Method in class com.github.javaparser.utils.Log.StandardOutStandardErrorAdapter
 
trace_enabled - Variable in class com.github.javaparser.GeneratedJavaParser
 
trace_enabled() - Method in class com.github.javaparser.GeneratedJavaParser
Trace enabled.
trackLineColumn - Variable in class com.github.javaparser.SimpleCharStream
 
transform(Position) - Method in interface com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMapping.PositionUpdate
The transformed position.
transform(Position) - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMapping
Transforms the given Position.
transform(Range) - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMapping
Transforms the given Range.
transform(ResolvedType) - Method in interface com.github.javaparser.resolution.types.ResolvedTypeTransformer
 
transformColumn(int) - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMapping.DeltaInfo
 
transformColumn(int) - Method in interface com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMapping.PositionUpdate
Maps the given column to an original column.
transformDefaultValue(Object) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationMemberDeclaration
 
transformInPropagatingObserver(AstObserver) - Static method in class com.github.javaparser.ast.observer.PropagatingAstObserver
Wrap a given observer to make it self-propagating.
transformLine(int) - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMapping.DeltaInfo
 
transformLine(int) - Method in interface com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMapping.PositionUpdate
Maps the given line to an original line.
transformTypeParameters(ResolvedTypeTransformer) - Method in class com.github.javaparser.resolution.model.typesystem.ReferenceTypeImpl
Execute a transformation on all the type parameters of this element.
transformTypeParameters(ResolvedTypeTransformer) - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
Execute a transformation on all the type parameters of this element.
TRANSIENT - Enum constant in enum com.github.javaparser.ast.Modifier.Keyword
 
TRANSIENT - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
TRANSIENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
transientModifier() - Static method in class com.github.javaparser.ast.Modifier
 
TRANSITIVE - Enum constant in enum com.github.javaparser.ast.Modifier.Keyword
 
TRANSITIVE - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
TRANSITIVE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
transitiveModifier() - Static method in class com.github.javaparser.ast.Modifier
 
translate(CharSequence) - Method in class com.github.javaparser.utils.StringEscapeUtils.CharSequenceTranslator
Helper for non-Writer usage.
translate(CharSequence, int, Writer) - Method in class com.github.javaparser.utils.StringEscapeUtils.AggregateTranslator
The first translator to consume codepoints from the input is the 'winner'.
translate(CharSequence, int, Writer) - Method in class com.github.javaparser.utils.StringEscapeUtils.CharSequenceTranslator
Translate a set of codepoints, represented by an int index into a CharSequence, into another set of codepoints.
translate(CharSequence, int, Writer) - Method in class com.github.javaparser.utils.StringEscapeUtils.LookupTranslator
Translate a set of codepoints, represented by an int index into a CharSequence, into another set of codepoints.
translate(CharSequence, int, Writer) - Method in class com.github.javaparser.utils.StringEscapeUtils.OctalUnescaper
Translate a set of codepoints, represented by an int index into a CharSequence, into another set of codepoints.
translate(CharSequence, int, Writer) - Method in class com.github.javaparser.utils.StringEscapeUtils.UnicodeUnescaper
Translate a set of codepoints, represented by an int index into a CharSequence, into another set of codepoints.
translate(CharSequence, Writer) - Method in class com.github.javaparser.utils.StringEscapeUtils.CharSequenceTranslator
Translate an input onto a Writer.
translateEscapes() - Method in class com.github.javaparser.ast.expr.TextBlockLiteralExpr
 
translators - Variable in class com.github.javaparser.utils.StringEscapeUtils.AggregateTranslator
 
traverseScope() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithOptionalScope
 
traverseScope() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithScope
 
traverseScope() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithTraversableScope
 
treeIterable(Node.TreeTraversal) - Method in class com.github.javaparser.ast.Node
 
treeIterator(Node.TreeTraversal) - Method in class com.github.javaparser.ast.Node
 
TreeTraversal() - Constructor for enum com.github.javaparser.ast.Node.TreeTraversal
 
TreeVisitor - Class in com.github.javaparser.ast.visitor
Iterate over all the nodes in (a part of) the AST.
TreeVisitor() - Constructor for class com.github.javaparser.ast.visitor.TreeVisitor
 
TreeVisitorValidator - Class in com.github.javaparser.ast.validator
A validator that walks the whole tree, visiting every node.
TreeVisitorValidator(Validator) - Constructor for class com.github.javaparser.ast.validator.TreeVisitorValidator
 
trimRight(String) - Static method in class com.github.javaparser.JavadocParser
 
trimTrailing(String) - Method in class com.github.javaparser.ast.expr.TextBlockLiteralExpr
Can be replaced when moving to JDK 11
trimTrailingSpaces(String) - Static method in class com.github.javaparser.utils.Utils
Like String.trim(), but only the trailing spaces.
TRUE - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
TRUE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
trueResult() - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormula.ReductionResult
 
TRY - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
TRY - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
TRY_BLOCK - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
tryAddImportToParentCompilationUnit(Class<?>) - Method in class com.github.javaparser.ast.Node
 
tryAddImportToParentCompilationUnit(Class<?>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
 
tryAddImportToParentCompilationUnit(Class<?>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithExtends
 
tryAddImportToParentCompilationUnit(Class<?>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithImplements
 
tryAddImportToParentCompilationUnit(Class<?>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
 
tryAddImportToParentCompilationUnit(Class<?>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
 
tryAddImportToParentCompilationUnit(Class<?>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithThrownExceptions
 
tryAddImportToParentCompilationUnit(Class<?>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithType
 
tryBlock - Variable in class com.github.javaparser.ast.stmt.TryStmt
 
tryBlockPropertyMetaModel - Variable in class com.github.javaparser.metamodel.TryStmtMetaModel
 
TryStatement() - Method in class com.github.javaparser.GeneratedJavaParser
// TODO: Examine more closely.
TryStmt - Class in com.github.javaparser.ast.stmt
The try statement
TryStmt() - Constructor for class com.github.javaparser.ast.stmt.TryStmt
 
TryStmt(NodeList<Expression>, BlockStmt, NodeList<CatchClause>, BlockStmt) - Constructor for class com.github.javaparser.ast.stmt.TryStmt
 
TryStmt(BlockStmt, NodeList<CatchClause>, BlockStmt) - Constructor for class com.github.javaparser.ast.stmt.TryStmt
 
TryStmt(TokenRange, NodeList<Expression>, BlockStmt, NodeList<CatchClause>, BlockStmt) - Constructor for class com.github.javaparser.ast.stmt.TryStmt
This constructor is used by the parser and is considered private.
tryStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
TryStmtMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
TryStmtMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.TryStmtMetaModel
 
tryToFindChild(Node) - Method in class com.github.javaparser.printer.lexicalpreservation.NodeText
 
tryToFindChild(Node, int) - Method in class com.github.javaparser.printer.lexicalpreservation.NodeText
 
tryToFindElement(TextElementMatcher, int) - Method in class com.github.javaparser.printer.lexicalpreservation.NodeText
 
tryToParse() - Method in class com.github.javaparser.utils.SourceRoot
Tries to parse all .java files under the source root recursively, and returns all files ever parsed with this source root.
tryToParse(String) - Method in class com.github.javaparser.utils.SourceRoot
Tries to parse all .java files in a package recursively, and returns all files ever parsed with this source root.
tryToParse(String, String) - Method in class com.github.javaparser.utils.SourceRoot
Tries to parse a .java files under the source root and returns the ParseResult.
tryToParse(String, String, ParserConfiguration) - Method in class com.github.javaparser.utils.SourceRoot
Tries to parse a .java files under the source root and returns the ParseResult.
tryToParseParallelized() - Method in class com.github.javaparser.utils.SourceRoot
Tries to parse all .java files under the source root recursively using multiple threads, and returns all files ever parsed with this source root.
tryToParseParallelized(String) - Method in class com.github.javaparser.utils.SourceRoot
Tries to parse all .java files in a package recursively using multiple threads, and returns all files ever parsed with this source root.
tryToSolveType(String) - Method in interface com.github.javaparser.resolution.TypeSolver
Try to solve the type with the given name.
tryToSolveType(String) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.AarTypeSolver
 
tryToSolveType(String) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.ClassLoaderTypeSolver
 
tryToSolveType(String) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver
 
tryToSolveType(String) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.JarTypeSolver
 
tryToSolveType(String) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.JavaParserTypeSolver
 
tryToSolveType(String) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.MemoryTypeSolver
 
tryToSolveTypeUncached(String) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.JavaParserTypeSolver
 
tryWithLimitedResources - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java7Validator
 
tryWithoutResources - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java1_0Validator
 
TryWithResourceContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
 
TryWithResourceContext(TryStmt, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.TryWithResourceContext
 
tryWithResources - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java9Validator
 
type - Variable in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
 
type - Variable in class com.github.javaparser.ast.body.MethodDeclaration
 
type - Variable in class com.github.javaparser.ast.body.Parameter
 
type - Variable in class com.github.javaparser.ast.body.ReceiverParameter
 
type - Variable in class com.github.javaparser.ast.body.VariableDeclarator
 
type - Variable in class com.github.javaparser.ast.expr.CastExpr
 
type - Variable in class com.github.javaparser.ast.expr.ClassExpr
 
type - Variable in class com.github.javaparser.ast.expr.InstanceOfExpr
 
type - Variable in class com.github.javaparser.ast.expr.ObjectCreationExpr
 
type - Variable in class com.github.javaparser.ast.expr.PatternExpr
 
type - Variable in class com.github.javaparser.ast.expr.TypeExpr
 
type - Variable in enum com.github.javaparser.ast.observer.ObservableProperty
 
type - Variable in class com.github.javaparser.ast.stmt.SwitchEntry
 
type - Variable in class com.github.javaparser.ast.type.PrimitiveType
 
type - Variable in class com.github.javaparser.ast.validator.SingleNodeTypeValidator
 
type - Variable in class com.github.javaparser.javadoc.description.JavadocInlineTag
 
type - Variable in class com.github.javaparser.javadoc.JavadocBlockTag
 
type - Variable in class com.github.javaparser.metamodel.BaseNodeMetaModel
 
type - Variable in class com.github.javaparser.metamodel.PropertyMetaModel
 
type - Variable in enum com.github.javaparser.printer.configuration.DefaultPrinterConfiguration.ConfigOption
 
type - Variable in class com.github.javaparser.printer.configuration.Indentation
 
type - Variable in class com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration.Bound
 
type - Variable in class com.github.javaparser.resolution.model.Value
 
type - Variable in class com.github.javaparser.resolution.types.ResolvedWildcard
 
type - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumConstantDeclaration
 
type - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistParameterDeclaration
 
type - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionFieldDeclaration
 
type - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionParameterDeclaration
 
type - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionPatternDeclaration
 
Type - Class in com.github.javaparser.ast.type
Base class for types.
Type() - Constructor for enum com.github.javaparser.ast.stmt.SwitchEntry.Type
 
Type() - Constructor for enum com.github.javaparser.javadoc.description.JavadocInlineTag.Type
 
Type() - Constructor for enum com.github.javaparser.javadoc.JavadocBlockTag.Type
 
Type(boolean, boolean) - Constructor for enum com.github.javaparser.ast.observer.ObservableProperty.Type
 
Type(NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.type.Type
 
Type(TokenRange) - Constructor for class com.github.javaparser.ast.type.Type
Several sub classes do not support annotations.
Type(TokenRange, NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.type.Type
This constructor is used by the parser and is considered private.
Type(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-4.html#jls-4.1
TYPE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
TYPE - Enum constant in enum com.github.javaparser.ast.type.ArrayType.Origin
The [] were found on the type, like "int[] a" or "String[][] abc()"
TYPE - Static variable in interface com.github.javaparser.ParseStart
 
TYPE_ARGUMENTS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
TYPE_BOOLEAN - Static variable in class com.github.javaparser.symbolsolver.resolution.promotion.ConditionalExprResolver
 
TYPE_BOUND - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
TYPE_CLASS - Static variable in class com.github.javaparser.printer.XmlPrinter
 
TYPE_DECLARATION - Static variable in interface com.github.javaparser.ParseStart
 
TYPE_NAME - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
TYPE_NAME - Enum constant in enum com.github.javaparser.symbolsolver.resolution.naming.NameCategory
 
TYPE_PARAMETER - Static variable in interface com.github.javaparser.ParseStart
 
TYPE_PARAMETERS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
TYPE_WITH_LAMBDAS_RESOLVED - Static variable in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
 
TYPE_WITHOUT_LAMBDAS_RESOLVED - Static variable in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
 
TypeArgument() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-4.html#jls-4.5.1
typeArguments - Variable in class com.github.javaparser.ast.expr.FieldAccessExpr
 
typeArguments - Variable in class com.github.javaparser.ast.expr.MethodCallExpr
 
typeArguments - Variable in class com.github.javaparser.ast.expr.MethodReferenceExpr
 
typeArguments - Variable in class com.github.javaparser.ast.expr.ObjectCreationExpr
 
typeArguments - Variable in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
 
typeArguments - Variable in class com.github.javaparser.ast.type.ClassOrInterfaceType
 
typeArguments() - Static method in class com.github.javaparser.printer.ConcreteSyntaxModel
 
TypeArguments() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-4.html#jls-4.5.1
typeArgumentsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ClassOrInterfaceTypeMetaModel
 
typeArgumentsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ExplicitConstructorInvocationStmtMetaModel
 
typeArgumentsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.FieldAccessExprMetaModel
 
typeArgumentsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.MethodCallExprMetaModel
 
typeArgumentsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.MethodReferenceExprMetaModel
 
typeArgumentsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ObjectCreationExprMetaModel
 
typeArgumentToType(SignatureAttribute.TypeArgument, TypeSolver, ResolvedTypeParametrizable) - Static method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistUtils
 
typeBound - Variable in class com.github.javaparser.ast.type.TypeParameter
 
TypeBound() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-4.html#jls-4.4
typeBoundPropertyMetaModel - Variable in class com.github.javaparser.metamodel.TypeParameterMetaModel
 
typeCache - Variable in class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver
 
TypeCompatibleWithType - Class in com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas
A type S is compatible in a loose invocation context with type T
TypeCompatibleWithType(TypeSolver, ResolvedType, ResolvedType) - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.TypeCompatibleWithType
 
TypeContainedByType - Class in com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas
A type argument S is contained by a type argument T
TypeContainedByType() - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.TypeContainedByType
 
typeDeclaration - Variable in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
typeDeclaration - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.JavaParserTypeDeclarationAdapter
 
typeDeclaration - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeDeclarationAdapter
 
typeDeclaration - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassAdapter
 
TypeDeclaration<T> - Class in com.github.javaparser.ast.body
A base class for all types of type declarations.
TypeDeclaration() - Constructor for class com.github.javaparser.ast.body.TypeDeclaration
 
TypeDeclaration(NodeList<Modifier>, NodeList<AnnotationExpr>, SimpleName, NodeList<BodyDeclaration<?>>) - Constructor for class com.github.javaparser.ast.body.TypeDeclaration
 
TypeDeclaration(NodeList<Modifier>, String) - Constructor for class com.github.javaparser.ast.body.TypeDeclaration
 
TypeDeclaration(TokenRange, NodeList<Modifier>, NodeList<AnnotationExpr>, SimpleName, NodeList<BodyDeclaration<?>>) - Constructor for class com.github.javaparser.ast.body.TypeDeclaration
This constructor is used by the parser and is considered private.
typeDeclarationFor(Class<?>, TypeSolver) - Static method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionFactory
 
typeDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
TypeDeclarationMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
TypeDeclarationMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.TypeDeclarationMetaModel
 
TypeDeclarationMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.TypeDeclarationMetaModel
 
TypeDeclarationParseStart() - Method in class com.github.javaparser.GeneratedJavaParser
 
TypedValidator<N> - Interface in com.github.javaparser.ast.validator
A validator that validates a known node type.
TypeExpr - Class in com.github.javaparser.ast.expr
This class is just instantiated as scopes for MethodReferenceExpr nodes to encapsulate Types.
TypeExpr() - Constructor for class com.github.javaparser.ast.expr.TypeExpr
 
TypeExpr(Type) - Constructor for class com.github.javaparser.ast.expr.TypeExpr
 
TypeExpr(TokenRange, Type) - Constructor for class com.github.javaparser.ast.expr.TypeExpr
This constructor is used by the parser and is considered private.
typeExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
TypeExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
TypeExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.TypeExprMetaModel
 
typeExtractor - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
 
TypeExtractor - Class in com.github.javaparser.symbolsolver.javaparsermodel
 
TypeExtractor(TypeSolver, JavaParserFacade) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
typeForLambdaParameters - Static variable in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeInferenceCache
 
TypeHelper - Class in com.github.javaparser.symbolsolver.resolution.typeinference
The term "type" is used loosely in this chapter to include type-like syntax that contains inference variables.
TypeHelper() - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.TypeHelper
 
TypeInference - Class in com.github.javaparser.symbolsolver.resolution.typeinference
The API exposed by the TypeInference subsystem.
TypeInference(TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.TypeInference
 
TypeInferenceCache - Class in com.github.javaparser.symbolsolver.resolution.typeinference
 
TypeInferenceCache() - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.TypeInferenceCache
 
typeMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
TypeMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
TypeMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.TypeMetaModel
 
TypeMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.TypeMetaModel
 
typeName - Variable in class com.github.javaparser.ast.expr.SuperExpr
 
typeName - Variable in class com.github.javaparser.ast.expr.ThisExpr
 
typeNamePropertyMetaModel - Variable in class com.github.javaparser.metamodel.SuperExprMetaModel
 
typeNamePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ThisExprMetaModel
 
typeParamByName(String, Context) - Method in class com.github.javaparser.symbolsolver.declarations.common.MethodDeclarationCommonLogic
 
typeParameter - Variable in class com.github.javaparser.resolution.types.ResolvedTypeVariable
 
TypeParameter - Class in com.github.javaparser.ast.type
A type parameter.
TypeParameter() - Constructor for class com.github.javaparser.ast.type.TypeParameter
 
TypeParameter(SimpleName, NodeList<ClassOrInterfaceType>, NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.type.TypeParameter
 
TypeParameter(TokenRange, SimpleName, NodeList<ClassOrInterfaceType>, NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.type.TypeParameter
This constructor is used by the parser and is considered private.
TypeParameter(String) - Constructor for class com.github.javaparser.ast.type.TypeParameter
 
TypeParameter(String, NodeList<ClassOrInterfaceType>) - Constructor for class com.github.javaparser.ast.type.TypeParameter
 
TypeParameter(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.GeneratedJavaParser
Note that the TypeParameterModifier is defined as an Annotation.
typeParameterDeclaration - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.InferenceVariable
 
typeParameterDeclarations - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic.TypeSubstitution
 
typeParameterDeclarations - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.Substitution
 
typeParameterDeclarations() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic.TypeSubstitution
 
typeParameterMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
TypeParameterMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
TypeParameterMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.TypeParameterMetaModel
 
TypeParameterParseStart() - Method in class com.github.javaparser.GeneratedJavaParser
 
typeParameters - Variable in class com.github.javaparser.ast.body.CallableDeclaration
 
typeParameters - Variable in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
 
typeParameters - Variable in class com.github.javaparser.ast.body.CompactConstructorDeclaration
 
typeParameters - Variable in class com.github.javaparser.ast.body.RecordDeclaration
 
typeParameters - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.MethodType
 
typeParameters() - Static method in class com.github.javaparser.printer.ConcreteSyntaxModel
 
TypeParameters() - Method in class com.github.javaparser.GeneratedJavaParser
If the list inside the returned RangedList is null, there are no brackets.
typeParametersMap - Variable in class com.github.javaparser.resolution.MethodUsage
 
typeParametersMap - Variable in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
typeParametersMap() - Method in class com.github.javaparser.resolution.MethodUsage
 
typeParametersMap() - Method in interface com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametrized
 
typeParametersMap() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
typeParametersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CallableDeclarationMetaModel
 
typeParametersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ClassOrInterfaceDeclarationMetaModel
 
typeParametersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CompactConstructorDeclarationMetaModel
 
typeParametersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.RecordDeclarationMetaModel
 
typeParametersValues() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
Get the values for all type parameters declared on this type.
typeParamValue(ResolvedTypeParameterDeclaration) - Method in interface com.github.javaparser.resolution.types.parametrization.ResolvedTypeParameterValueProvider
Calculate the value for the given type parameter.
typeParamValue(ResolvedTypeParameterDeclaration) - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
TypePatternExpr - Class in com.github.javaparser.ast.expr
The instanceof statement
TypePatternExpr() - Constructor for class com.github.javaparser.ast.expr.TypePatternExpr
 
TypePatternExpr(NodeList<Modifier>, Type, SimpleName) - Constructor for class com.github.javaparser.ast.expr.TypePatternExpr
 
TypePatternExpr(TokenRange, NodeList<Modifier>, Type, SimpleName) - Constructor for class com.github.javaparser.ast.expr.TypePatternExpr
This constructor is used by the parser and is considered private.
TypePatternExpression() - Method in class com.github.javaparser.GeneratedJavaParser
https://openjdk.java.net/jeps/375 The instanceof grammar is extended accordingly:
typePatternExprInScope(String) - Method in interface com.github.javaparser.resolution.Context
With respect to solving, the AST "parent" of a block statement is not necessarily the same as the scope parent.
typePatternExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
TypePatternExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
TypePatternExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.TypePatternExprMetaModel
 
typePatternExprsDiscoveredInPattern(PatternExpr) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AbstractJavaParserContext
When looking for a variable declaration in a pattern expression, there are 2 cases: 1.
typePatternExprsExposedFromChildren() - Method in interface com.github.javaparser.resolution.Context
 
typePatternExprsExposedFromChildren() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AbstractJavaParserContext
 
typePatternExprsExposedToChild(Node) - Method in interface com.github.javaparser.resolution.Context
The pattern expressions that are declared in this immediate context and made visible to a given child.
typePatternExprsExposedToChild(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.BinaryExprContext
 
typePatternExprsExposedToChild(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.BlockStmtContext
The following rule applies to a block statement S contained in a block that is not a switch block: - A pattern variable introduced by S is definitely matched at all the block statements following S, if any, in the block.
typePatternExprsExposedToChild(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ConditionalExprContext
The following rules apply to a conditional expression a ? b : c: - A pattern variable introduced by a when true is definitely matched at b.
typePatternExprsExposedToChild(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ForStatementContext
The following rules apply to a basic for statement: - A pattern variable introduced by the condition expression when true is definitely matched at both the incrementation part and the contained statement.
typePatternExprsExposedToChild(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.IfStatementContext
The following rules apply to a statement if (e) S: - A pattern variable introduced by e when true is definitely matched at S.
typePatternExprsExposedToChild(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.SwitchEntryContext
 
typePatternExprsExposedToChild(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.WhileStatementContext
The following rules apply to a statement while (e) S: - A pattern variable introduced by e when true is definitely matched at S.
typePatternExprsExposedToChildByAnd(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.BinaryExprContext
The following rules apply to a conditional-and expression a invalid input: '&'invalid input: '&' b: - A pattern variable introduced by a when true is definitely matched at b.
typePatternExprsExposedToChildByOr(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.BinaryExprContext
The following rules apply to a conditional-and expression a || b: - A pattern variable introduced by a when false is definitely matched at b.
TypePatternSymbolDeclarator - Class in com.github.javaparser.symbolsolver.javaparsermodel.declarators
 
TypePatternSymbolDeclarator(TypePatternExpr, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.declarators.TypePatternSymbolDeclarator
 
typePropertyMetaModel - Variable in class com.github.javaparser.metamodel.AnnotationMemberDeclarationMetaModel
 
typePropertyMetaModel - Variable in class com.github.javaparser.metamodel.CastExprMetaModel
 
typePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ClassExprMetaModel
 
typePropertyMetaModel - Variable in class com.github.javaparser.metamodel.InstanceOfExprMetaModel
 
typePropertyMetaModel - Variable in class com.github.javaparser.metamodel.MethodDeclarationMetaModel
 
typePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ObjectCreationExprMetaModel
 
typePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ParameterMetaModel
 
typePropertyMetaModel - Variable in class com.github.javaparser.metamodel.PatternExprMetaModel
 
typePropertyMetaModel - Variable in class com.github.javaparser.metamodel.PrimitiveTypeMetaModel
 
typePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ReceiverParameterMetaModel
 
typePropertyMetaModel - Variable in class com.github.javaparser.metamodel.SwitchEntryMetaModel
 
typePropertyMetaModel - Variable in class com.github.javaparser.metamodel.TypeExprMetaModel
 
typePropertyMetaModel - Variable in class com.github.javaparser.metamodel.VariableDeclaratorMetaModel
 
types - Variable in class com.github.javaparser.ast.CompilationUnit
 
types - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.InferenceVariableSubstitution
 
types - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic.TypeSubstitution
 
types - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.Substitution
 
TYPES - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
TypeSameAsType - Class in com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas
A type S is the same as a type T (§4.3.4), or a type argument S is the same as type argument T
TypeSameAsType(ResolvedType, ResolvedType) - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.TypeSameAsType
 
typeSolver - Variable in class com.github.javaparser.resolution.logic.InferenceContext
 
typeSolver - Variable in class com.github.javaparser.resolution.logic.InferenceVariableType
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.declarations.common.MethodDeclarationCommonLogic
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AbstractJavaParserContext
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.JavaParserTypeDeclarationAdapter
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationMemberDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserConstructorDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumConstantDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValueOfMethod
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValuesMethod
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserFieldDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserMethodDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserParameterDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration.CanonicalRecordConstructor
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration.ImplicitGetterMethod
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeAdapter
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypePatternDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserVariableDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarators.AbstractSymbolDeclarator
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationMemberDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistConstructorDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumConstantDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistFieldDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodLikeDeclarationAdapter
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistParameterDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistRecordDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeDeclarationAdapter
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeParameter
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.JavaSymbolSolver
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationMemberDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassAdapter
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionConstructorDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumConstantDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionFieldDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionParameterDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionPatternDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionRecordDeclaration
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionTypeParameter
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.resolution.SymbolSolver
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.ExpressionCompatibleWithType
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.TypeCompatibleWithType
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.TypeSubtypeOfType
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeInference
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.SourceFileInfoExtractor
 
typeSolver - Variable in class com.github.javaparser.symbolsolver.utils.SymbolSolverCollectionStrategy
 
TypeSolver - Interface in com.github.javaparser.resolution
An element able to find TypeDeclaration from their name.
TypeSolverBuilder - Class in com.github.javaparser.symbolsolver.resolution.typesolvers
TypeSolverBuilder was created with the objective of simplifying the process of creating new type solved.
TypeSolverBuilder() - Constructor for class com.github.javaparser.symbolsolver.resolution.typesolvers.TypeSolverBuilder
 
typeSolvers - Variable in class com.github.javaparser.symbolsolver.resolution.typesolvers.TypeSolverBuilder
 
typesOrWildcards - Variable in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.CapturesBound
 
typesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CompilationUnitMetaModel
 
TypeSubstitution() - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic.TypeSubstitution
 
TypeSubtypeOfType - Class in com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas
A reference type S is a subtype of a reference type T
TypeSubtypeOfType(TypeSolver, ResolvedType, ResolvedType) - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.TypeSubtypeOfType
 
typeUsageFor(Type, TypeSolver) - Static method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionFactory
 
typeUsageFor(CtClass, TypeSolver) - Static method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistFactory
 
TypeUtils - Class in com.github.javaparser.utils
 
TypeUtils() - Constructor for class com.github.javaparser.utils.TypeUtils
 
typeVariable - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionTypeParameter
 
TypeVariableResolutionCapability - Interface in com.github.javaparser.symbolsolver.core.resolution
 
typeWithSubstitution(ResolvedType, Substitution) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeInference
 

U

UnaryExpr - Class in com.github.javaparser.ast.expr
An expression where an operator is applied to a single expression.
UnaryExpr() - Constructor for class com.github.javaparser.ast.expr.UnaryExpr
 
UnaryExpr(Expression, UnaryExpr.Operator) - Constructor for class com.github.javaparser.ast.expr.UnaryExpr
 
UnaryExpr(TokenRange, Expression, UnaryExpr.Operator) - Constructor for class com.github.javaparser.ast.expr.UnaryExpr
This constructor is used by the parser and is considered private.
UnaryExpr.Operator - Enum in com.github.javaparser.ast.expr
 
UnaryExprContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
 
UnaryExprContext(UnaryExpr, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.UnaryExprContext
 
UnaryExpression() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-15.html#jls-15.15
UnaryExpressionNotPlusMinus() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-15.html#jls-15.15
unaryExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
UnaryExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
UnaryExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.UnaryExprMetaModel
 
UNBOUNDED - Static variable in class com.github.javaparser.resolution.types.ResolvedWildcard
 
unboxMap - Static variable in class com.github.javaparser.ast.type.PrimitiveType
 
underscoreKeywordValidator - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java9Validator
 
UnderscoreKeywordValidator - Class in com.github.javaparser.ast.validator.language_level_validations.chunks
 
UnderscoreKeywordValidator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.chunks.UnderscoreKeywordValidator
 
undeterminedParameters(ResolvedReferenceTypeDeclaration) - Static method in class com.github.javaparser.resolution.model.typesystem.ReferenceTypeImpl
 
UNESCAPE_JAVA - Static variable in class com.github.javaparser.utils.StringEscapeUtils
 
UNESCAPE_JAVA_TEXT_BLOCK - Static variable in class com.github.javaparser.utils.StringEscapeUtils
 
unescapeJava(String) - Static method in class com.github.javaparser.utils.StringEscapeUtils
Unescapes any Java literals found in the String.
unescapeJavaTextBlock(String) - Static method in class com.github.javaparser.utils.StringEscapeUtils
 
UNICODE_ESCAPE - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
UNICODE_ESCAPE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
UnicodeEscapeProcessingProvider - Class in com.github.javaparser
Provider un-escaping unicode escape sequences in the input sequence.
UnicodeEscapeProcessingProvider(int, Provider) - Constructor for class com.github.javaparser.UnicodeEscapeProcessingProvider
UnicodeEscapeProcessingProvider(Provider) - Constructor for class com.github.javaparser.UnicodeEscapeProcessingProvider
UnicodeEscapeProcessingProvider.LineCounter - Class in com.github.javaparser
Processor keeping track of the current line and column in a stream of incoming characters.
UnicodeEscapeProcessingProvider.PositionMapping - Class in com.github.javaparser
An algorithm mapping Position form two corresponding files.
UnicodeEscapeProcessingProvider.PositionMapping.DeltaInfo - Class in com.github.javaparser
 
UnicodeEscapeProcessingProvider.PositionMapping.PositionUpdate - Interface in com.github.javaparser
Algorithm updating a Position from one file to a Position in a corresponding file.
UnicodeEscapeProcessingProvider.PositionMappingBuilder - Class in com.github.javaparser
 
UnicodeEscapeProcessor() - Constructor for class com.github.javaparser.ParserConfiguration.UnicodeEscapeProcessor
 
unicodeStartSeen() - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider
 
UnicodeUnescaper() - Constructor for class com.github.javaparser.utils.StringEscapeUtils.UnicodeUnescaper
 
unindent() - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
unindent() - Method in class com.github.javaparser.printer.SourcePrinter
Pop the last indentation of the indentation stack.
unindentIf(boolean) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
unindentIf(boolean) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
union(List<Set<ResolvedType>>) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic
 
UnionType - Class in com.github.javaparser.ast.type
The union type
UnionType() - Constructor for class com.github.javaparser.ast.type.UnionType
 
UnionType(NodeList<ReferenceType>) - Constructor for class com.github.javaparser.ast.type.UnionType
 
UnionType(TokenRange, NodeList<ReferenceType>) - Constructor for class com.github.javaparser.ast.type.UnionType
This constructor is used by the parser and is considered private.
unionTypeMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
UnionTypeMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
UnionTypeMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.UnionTypeMetaModel
 
UNIX_EOL - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
UNIX_EOL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
UNKNOWN - Enum constant in enum com.github.javaparser.javadoc.description.JavadocInlineTag.Type
 
UNKNOWN - Enum constant in enum com.github.javaparser.javadoc.JavadocBlockTag.Type
 
UNKNOWN - Enum constant in enum com.github.javaparser.utils.LineSeparator
The UNKNOWN line ending can be used in the case where the given string has not yet been analysed to determine its line separator
UnknownType - Class in com.github.javaparser.ast.type
An unknown parameter type object.
UnknownType() - Constructor for class com.github.javaparser.ast.type.UnknownType
 
UnknownType(TokenRange) - Constructor for class com.github.javaparser.ast.type.UnknownType
This constructor is used by the parser and is considered private.
unknownTypeMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
UnknownTypeMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
UnknownTypeMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.UnknownTypeMetaModel
 
unnamed(ResolvedTypeParameterDeclaration) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.InferenceVariable
 
unnamedInstantiated - Static variable in class com.github.javaparser.symbolsolver.resolution.typeinference.InferenceVariable
 
unp(ResolvedType) - Static method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
 
UNPARSABLE - Enum constant in enum com.github.javaparser.ast.Node.Parsedness
 
UnparsableStmt - Class in com.github.javaparser.ast.stmt
A statement that had parse errors.
UnparsableStmt() - Constructor for class com.github.javaparser.ast.stmt.UnparsableStmt
 
UnparsableStmt(TokenRange) - Constructor for class com.github.javaparser.ast.stmt.UnparsableStmt
This constructor is used by the parser and is considered private.
unparsableStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
UnparsableStmtMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
UnparsableStmtMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.UnparsableStmtMetaModel
 
unquote(String) - Method in class com.github.javaparser.GeneratedJavaParserBase
 
unregister(AstObserver) - Method in class com.github.javaparser.ast.Node
 
unregister(AstObserver) - Method in class com.github.javaparser.ast.NodeList
 
unregister(AstObserver) - Method in interface com.github.javaparser.ast.observer.Observable
Unregister an observer.
UNSIGNED_RIGHT_SHIFT - Enum constant in enum com.github.javaparser.ast.expr.AssignExpr.Operator
 
UNSIGNED_RIGHT_SHIFT - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
 
unsolved() - Static method in class com.github.javaparser.resolution.model.SymbolReference
Create a reference for an unsolved symbol.
unsolved(Class<S2>) - Static method in class com.github.javaparser.resolution.model.SymbolReference
Deprecated.
Consider using SymbolReference.unsolved() instead.
UnsolvedSymbolException - Exception Class in com.github.javaparser.resolution
This exception is thrown when a symbol cannot be resolved.
UnsolvedSymbolException(String) - Constructor for exception class com.github.javaparser.resolution.UnsolvedSymbolException
 
UnsolvedSymbolException(String, String) - Constructor for exception class com.github.javaparser.resolution.UnsolvedSymbolException
 
UnsolvedSymbolException(String, String, Throwable) - Constructor for exception class com.github.javaparser.resolution.UnsolvedSymbolException
 
UnsolvedSymbolException(String, Throwable) - Constructor for exception class com.github.javaparser.resolution.UnsolvedSymbolException
 
unsupported - Variable in class com.github.javaparser.symbolsolver.SourceFileInfoExtractor
 
unTripleQuote(String) - Method in class com.github.javaparser.GeneratedJavaParserBase
 
unwrapArrayTypes(Type) - Static method in class com.github.javaparser.ast.type.ArrayType
Takes a type that may be an ArrayType.
update - Variable in class com.github.javaparser.ast.stmt.ForStmt
 
update() - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMappingBuilder
 
UPDATE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
UpdateLineColumn(char) - Method in class com.github.javaparser.SimpleCharStream
 
updatePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ForStmtMetaModel
 
UpgradeJavaMessage - Class in com.github.javaparser.ast.validator.language_level_validations
Suggestion to upgrade the Java language level.
UpgradeJavaMessage(String, ParserConfiguration.LanguageLevel) - Constructor for class com.github.javaparser.ast.validator.language_level_validations.UpgradeJavaMessage
Contructor.
usedInferenceVariables() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.Bound
 
usedInferenceVariables() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.CapturesBound
 
usedInferenceVariables() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.FalseBound
 
usedInferenceVariables() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SameAsBound
 
usedInferenceVariables() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SubtypeOfBound
 
usedInferenceVariables() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.ThrowsBound
 
usedInferenceVariables(ResolvedType) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeHelper
 
USES - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
USES - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
useThisTypeParametersOnTheGivenType(ResolvedType) - Method in interface com.github.javaparser.resolution.types.parametrization.ResolvedTypeParameterValueProvider
Replace the type typeParametersValues present in the given type with the ones for which this type has a value.
USING_DIAMOND_OPERATOR - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
usingDiamondOperatorPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ClassOrInterfaceTypeMetaModel
 
usingDiamondOperatorPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ExplicitConstructorInvocationStmtMetaModel
 
usingDiamondOperatorPropertyMetaModel - Variable in class com.github.javaparser.metamodel.FieldAccessExprMetaModel
 
usingDiamondOperatorPropertyMetaModel - Variable in class com.github.javaparser.metamodel.MethodCallExprMetaModel
 
usingDiamondOperatorPropertyMetaModel - Variable in class com.github.javaparser.metamodel.MethodReferenceExprMetaModel
 
usingDiamondOperatorPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ObjectCreationExprMetaModel
 
usingParameterTypesFromScope(ResolvedType, ResolvedType, Map<ResolvedTypeParameterDeclaration, ResolvedType>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.MethodCallExprContext
 
UTF8 - Static variable in class com.github.javaparser.Providers
 
Utils - Class in com.github.javaparser.utils
Any kind of utility.
Utils() - Constructor for class com.github.javaparser.utils.Utils
 

V

valid() - Method in class com.github.javaparser.JavaToken
Used by the parser while constructing nodes.
valid() - Method in class com.github.javaparser.Position
Check if the position is usable, also checks for special positions (ABSOLUTE_BEGIN_LINE and ABSOLUTE_END_LINE).
validate(LiteralStringValueExpr, ProblemReporter) - Static method in class com.github.javaparser.ast.validator.language_level_validations.chunks.NoBinaryIntegerLiteralsValidator
 
validate(LiteralStringValueExpr, ProblemReporter) - Static method in class com.github.javaparser.ast.validator.language_level_validations.chunks.NoUnderscoresInIntegerLiteralsValidator
 
validateAtMostOneOf(T, ProblemReporter, Modifier.Keyword...) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
 
validateClassModifiers(ClassOrInterfaceDeclaration, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
 
validateIdentifier(Node, String, ProblemReporter) - Static method in class com.github.javaparser.ast.validator.language_level_validations.chunks.UnderscoreKeywordValidator
 
validateInterfaceModifiers(TypeDeclaration<?>, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
 
validateModifiers(T, ProblemReporter, Modifier.Keyword...) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
 
validateRecordComponentAccessorMethods(RecordDeclaration, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.RecordDeclarationValidator
Given this sample record example:
validator - Variable in class com.github.javaparser.ast.validator.SingleNodeTypeValidator
 
validator - Variable in class com.github.javaparser.ast.validator.TreeVisitorValidator
 
validator - Variable in enum com.github.javaparser.ParserConfiguration.LanguageLevel
 
Validator - Interface in com.github.javaparser.ast.validator
A validator that can be run on a node to check for semantic errors.
validators - Variable in class com.github.javaparser.ast.validator.Validators
 
Validators - Class in com.github.javaparser.ast.validator
A validator that will call a collection of validators.
Validators(Validator...) - Constructor for class com.github.javaparser.ast.validator.Validators
 
validUsage(Node) - Method in class com.github.javaparser.ast.validator.RecordAsTypeIdentifierNotAllowed
 
value - Variable in class com.github.javaparser.ast.expr.AssignExpr
 
value - Variable in class com.github.javaparser.ast.expr.BooleanLiteralExpr
 
value - Variable in class com.github.javaparser.ast.expr.LiteralStringValueExpr
 
value - Variable in class com.github.javaparser.ast.expr.MemberValuePair
 
value() - Element in annotation type com.github.javaparser.ast.Generated
The value element must have the name of the code generator.
value(Object) - Method in interface com.github.javaparser.printer.configuration.ConfigurationOption
 
value(Object) - Method in class com.github.javaparser.printer.configuration.DefaultConfigurationOption
Set a currentValue to an option
Value - Class in com.github.javaparser.resolution.model
Any type of value.
Value(ResolvedType, String) - Constructor for class com.github.javaparser.resolution.model.Value
 
VALUE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
VALUE - Enum constant in enum com.github.javaparser.javadoc.description.JavadocInlineTag.Type
 
valueAsExpressionConverters - Static variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationMemberDeclaration
 
valueIsNullOrEmpty(Object) - Static method in class com.github.javaparser.utils.Utils
 
valueIsNullOrEmptyStringOrOptional(Object) - Static method in class com.github.javaparser.utils.Utils
 
valueOf(int) - Static method in enum com.github.javaparser.JavaToken.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.javaparser.ast.AccessSpecifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.javaparser.ast.expr.AssignExpr.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.javaparser.ast.expr.UnaryExpr.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.javaparser.ast.Modifier.Keyword
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.javaparser.ast.Node.ObserverRegistrationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.javaparser.ast.Node.Parsedness
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.javaparser.ast.Node.TreeTraversal
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.javaparser.ast.observer.AstObserver.ListChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.javaparser.ast.observer.ObservableProperty.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.javaparser.ast.observer.ObservableProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.javaparser.ast.stmt.SwitchEntry.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.javaparser.ast.type.ArrayType.Origin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.javaparser.ast.type.PrimitiveType.Primitive
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.javaparser.javadoc.description.JavadocInlineTag.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.javaparser.javadoc.JavadocBlockTag.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.javaparser.JavaToken.Category
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.javaparser.JavaToken.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.javaparser.ParserConfiguration.LanguageLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.javaparser.printer.concretesyntaxmodel.CsmConditional.Condition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.javaparser.printer.configuration.DefaultPrinterConfiguration.ConfigOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.javaparser.printer.configuration.Indentation.IndentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.javaparser.printer.lexicalpreservation.ReshuffledDiffElementExtractor.MatchClassification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.javaparser.resolution.types.ResolvedWildcard.BoundType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.javaparser.symbolsolver.resolution.naming.NameCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.javaparser.symbolsolver.resolution.naming.NameRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.javaparser.utils.LineSeparator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.javaparser.utils.SourceRoot.Callback.Result
Returns the enum constant of this type with the specified name.
ValueOfMethod(JavaParserEnumDeclaration, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValueOfMethod
 
valuePropertyMetaModel - Variable in class com.github.javaparser.metamodel.AssignExprMetaModel
 
valuePropertyMetaModel - Variable in class com.github.javaparser.metamodel.BooleanLiteralExprMetaModel
 
valuePropertyMetaModel - Variable in class com.github.javaparser.metamodel.LiteralStringValueExprMetaModel
 
valuePropertyMetaModel - Variable in class com.github.javaparser.metamodel.MemberValuePairMetaModel
 
values - Variable in class com.github.javaparser.ast.expr.ArrayInitializerExpr
 
values() - Static method in enum com.github.javaparser.ast.AccessSpecifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.javaparser.ast.expr.AssignExpr.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.javaparser.ast.expr.UnaryExpr.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.javaparser.ast.Modifier.Keyword
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.javaparser.ast.Node.ObserverRegistrationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.javaparser.ast.Node.Parsedness
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.javaparser.ast.Node.TreeTraversal
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.javaparser.ast.observer.AstObserver.ListChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.javaparser.ast.observer.ObservableProperty.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.javaparser.ast.observer.ObservableProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.javaparser.ast.stmt.SwitchEntry.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.javaparser.ast.type.ArrayType.Origin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.javaparser.ast.type.PrimitiveType.Primitive
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.javaparser.javadoc.description.JavadocInlineTag.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.javaparser.javadoc.JavadocBlockTag.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.javaparser.JavaToken.Category
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.javaparser.JavaToken.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.javaparser.ParserConfiguration.LanguageLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.javaparser.printer.concretesyntaxmodel.CsmConditional.Condition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.javaparser.printer.configuration.DefaultPrinterConfiguration.ConfigOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.javaparser.printer.configuration.Indentation.IndentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.javaparser.printer.lexicalpreservation.ReshuffledDiffElementExtractor.MatchClassification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.javaparser.resolution.types.ResolvedWildcard.BoundType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.javaparser.symbolsolver.resolution.naming.NameCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.javaparser.symbolsolver.resolution.naming.NameRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.javaparser.utils.LineSeparator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.javaparser.utils.SourceRoot.Callback.Result
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.github.javaparser.utils.VisitorMap
 
VALUES - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
VALUES - Static variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
ValuesMethod(JavaParserEnumDeclaration, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValuesMethod
 
valuesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ArrayInitializerExprMetaModel
 
VAR_ARGS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
VAR_ARGS_ANNOTATIONS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
varAllowedInLambdaParameters - Variable in class com.github.javaparser.ast.validator.language_level_validations.chunks.VarValidator
 
varAlsoInLambdaParameters - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java11Validator
 
varArgsAnnotations - Variable in class com.github.javaparser.ast.body.Parameter
 
varArgsAnnotationsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ParameterMetaModel
 
variable - Variable in class com.github.javaparser.ast.stmt.ForEachStmt
 
VARIABLE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
VARIABLE_DECLARATION_EXPR - Static variable in interface com.github.javaparser.ParseStart
 
VariableDeclarationExpr - Class in com.github.javaparser.ast.expr
A declaration of variables.
VariableDeclarationExpr() - Constructor for class com.github.javaparser.ast.expr.VariableDeclarationExpr
 
VariableDeclarationExpr(VariableDeclarator) - Constructor for class com.github.javaparser.ast.expr.VariableDeclarationExpr
 
VariableDeclarationExpr(VariableDeclarator, Modifier...) - Constructor for class com.github.javaparser.ast.expr.VariableDeclarationExpr
 
VariableDeclarationExpr(NodeList<VariableDeclarator>) - Constructor for class com.github.javaparser.ast.expr.VariableDeclarationExpr
 
VariableDeclarationExpr(NodeList<Modifier>, NodeList<VariableDeclarator>) - Constructor for class com.github.javaparser.ast.expr.VariableDeclarationExpr
 
VariableDeclarationExpr(NodeList<Modifier>, NodeList<AnnotationExpr>, NodeList<VariableDeclarator>) - Constructor for class com.github.javaparser.ast.expr.VariableDeclarationExpr
 
VariableDeclarationExpr(Type, String) - Constructor for class com.github.javaparser.ast.expr.VariableDeclarationExpr
 
VariableDeclarationExpr(Type, String, Modifier...) - Constructor for class com.github.javaparser.ast.expr.VariableDeclarationExpr
 
VariableDeclarationExpr(TokenRange, NodeList<Modifier>, NodeList<AnnotationExpr>, NodeList<VariableDeclarator>) - Constructor for class com.github.javaparser.ast.expr.VariableDeclarationExpr
This constructor is used by the parser and is considered private.
VariableDeclarationExprContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
 
VariableDeclarationExprContext(VariableDeclarationExpr, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.VariableDeclarationExprContext
 
VariableDeclarationExpression() - Method in class com.github.javaparser.GeneratedJavaParser
 
VariableDeclarationExpressionParseStart() - Method in class com.github.javaparser.GeneratedJavaParser
 
variableDeclarationExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
VariableDeclarationExprMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
VariableDeclarationExprMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.VariableDeclarationExprMetaModel
 
variableDeclarator - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserFieldDeclaration
 
variableDeclarator - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserVariableDeclaration
 
VariableDeclarator - Class in com.github.javaparser.ast.body
The declaration of a variable.
In int x = 14, y = 3; "int x = 14" and "int y = 3" are VariableDeclarators.
VariableDeclarator() - Constructor for class com.github.javaparser.ast.body.VariableDeclarator
 
VariableDeclarator(Type, SimpleName) - Constructor for class com.github.javaparser.ast.body.VariableDeclarator
 
VariableDeclarator(Type, SimpleName, Expression) - Constructor for class com.github.javaparser.ast.body.VariableDeclarator
Defines the declaration of a variable.
VariableDeclarator(Type, String) - Constructor for class com.github.javaparser.ast.body.VariableDeclarator
 
VariableDeclarator(Type, String, Expression) - Constructor for class com.github.javaparser.ast.body.VariableDeclarator
 
VariableDeclarator(TokenRange, Type, SimpleName, Expression) - Constructor for class com.github.javaparser.ast.body.VariableDeclarator
This constructor is used by the parser and is considered private.
VariableDeclarator(Type) - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-8.html#jls-8.3
VariableDeclaratorContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
 
VariableDeclaratorContext(VariableDeclarator, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.VariableDeclaratorContext
 
VariableDeclaratorId() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-8.html#jls-8.3
variableDeclaratorMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
VariableDeclaratorMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
VariableDeclaratorMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.VariableDeclaratorMetaModel
 
VariableDependency(InferenceVariable, InferenceVariable) - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet.VariableDependency
 
VariableInitializer() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-8.html#jls-8.3
variablePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ForEachStmtMetaModel
 
variables - Variable in class com.github.javaparser.ast.body.FieldDeclaration
 
variables - Variable in class com.github.javaparser.ast.expr.VariableDeclarationExpr
 
VARIABLES - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
variablesIntroducedIfFalse - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.PatternVariableResult
 
variablesIntroducedIfTrue - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.PatternVariableResult
 
variablesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.FieldDeclarationMetaModel
 
variablesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.VariableDeclarationExprMetaModel
 
VariableSymbolDeclarator - Class in com.github.javaparser.symbolsolver.javaparsermodel.declarators
 
VariableSymbolDeclarator(VariableDeclarationExpr, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.declarators.VariableSymbolDeclarator
 
variadic - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistParameterDeclaration
 
variadic - Variable in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionParameterDeclaration
 
varNodeCreator - Variable in class com.github.javaparser.ast.validator.postprocessors.Java10PostProcessor
 
varOnlyOnLocalVariableDefinitionAndForAndTry - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java10Validator
 
VarType - Class in com.github.javaparser.ast.type
A type called "var" waiting for Java to infer it.
VarType() - Constructor for class com.github.javaparser.ast.type.VarType
 
VarType(TokenRange) - Constructor for class com.github.javaparser.ast.type.VarType
This constructor is used by the parser and is considered private.
varTypeMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
VarTypeMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
VarTypeMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.VarTypeMetaModel
 
VarValidator - Class in com.github.javaparser.ast.validator.language_level_validations.chunks
 
VarValidator(boolean) - Constructor for class com.github.javaparser.ast.validator.language_level_validations.chunks.VarValidator
 
verbose - Variable in class com.github.javaparser.symbolsolver.SourceFileInfoExtractor
 
VERSION - Enum constant in enum com.github.javaparser.javadoc.JavadocBlockTag.Type
 
visit(ArrayCreationLevel, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ArrayCreationLevel, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ArrayCreationLevel, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ArrayCreationLevel, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ArrayCreationLevel, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ArrayCreationLevel, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ArrayCreationLevel, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ArrayCreationLevel, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ArrayCreationLevel, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ArrayCreationLevel, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ArrayCreationLevel, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ArrayCreationLevel, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ArrayCreationLevel, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(ArrayCreationLevel, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ArrayCreationLevel, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ArrayCreationLevel, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ArrayCreationLevel, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ArrayCreationLevel, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ArrayCreationLevel, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(AnnotationDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(AnnotationDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(AnnotationDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(AnnotationDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(AnnotationDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(AnnotationDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(AnnotationDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(AnnotationDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(AnnotationDeclaration, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
 
visit(AnnotationDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(AnnotationDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(AnnotationDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(AnnotationDeclaration, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(AnnotationDeclaration, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(AnnotationDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(AnnotationDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(AnnotationDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(AnnotationDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(AnnotationDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(AnnotationDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(AnnotationMemberDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(AnnotationMemberDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(AnnotationMemberDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(AnnotationMemberDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(AnnotationMemberDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(AnnotationMemberDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(AnnotationMemberDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(AnnotationMemberDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(AnnotationMemberDeclaration, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
 
visit(AnnotationMemberDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(AnnotationMemberDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(AnnotationMemberDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(AnnotationMemberDeclaration, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(AnnotationMemberDeclaration, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(AnnotationMemberDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(AnnotationMemberDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(AnnotationMemberDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(AnnotationMemberDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(AnnotationMemberDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(AnnotationMemberDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ClassOrInterfaceDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ClassOrInterfaceDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ClassOrInterfaceDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ClassOrInterfaceDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ClassOrInterfaceDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ClassOrInterfaceDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ClassOrInterfaceDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ClassOrInterfaceDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ClassOrInterfaceDeclaration, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
 
visit(ClassOrInterfaceDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ClassOrInterfaceDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ClassOrInterfaceDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ClassOrInterfaceDeclaration, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ClassOrInterfaceDeclaration, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(ClassOrInterfaceDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ClassOrInterfaceDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ClassOrInterfaceDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ClassOrInterfaceDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ClassOrInterfaceDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ClassOrInterfaceDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(CompactConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(CompactConstructorDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(CompactConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(CompactConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(CompactConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(CompactConstructorDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(CompactConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(CompactConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(CompactConstructorDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(CompactConstructorDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(CompactConstructorDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(CompactConstructorDeclaration, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(CompactConstructorDeclaration, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(CompactConstructorDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(CompactConstructorDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(CompactConstructorDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(CompactConstructorDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(CompactConstructorDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(CompactConstructorDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ConstructorDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ConstructorDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ConstructorDeclaration, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
 
visit(ConstructorDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ConstructorDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ConstructorDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ConstructorDeclaration, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ConstructorDeclaration, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(ConstructorDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ConstructorDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ConstructorDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ConstructorDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ConstructorDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ConstructorDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(EnumConstantDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(EnumConstantDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(EnumConstantDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(EnumConstantDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(EnumConstantDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(EnumConstantDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(EnumConstantDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(EnumConstantDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(EnumConstantDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(EnumConstantDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(EnumConstantDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(EnumConstantDeclaration, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(EnumConstantDeclaration, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(EnumConstantDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(EnumConstantDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(EnumConstantDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(EnumConstantDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(EnumConstantDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(EnumConstantDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(EnumDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(EnumDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(EnumDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(EnumDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(EnumDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(EnumDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(EnumDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(EnumDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(EnumDeclaration, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
 
visit(EnumDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(EnumDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(EnumDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(EnumDeclaration, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(EnumDeclaration, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(EnumDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(EnumDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(EnumDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(EnumDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(EnumDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(EnumDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(FieldDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(FieldDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(FieldDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(FieldDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(FieldDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(FieldDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(FieldDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(FieldDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(FieldDeclaration, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
 
visit(FieldDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(FieldDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(FieldDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(FieldDeclaration, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(FieldDeclaration, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(FieldDeclaration, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
visit(FieldDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(FieldDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(FieldDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(FieldDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(FieldDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(FieldDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(InitializerDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(InitializerDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(InitializerDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(InitializerDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(InitializerDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(InitializerDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(InitializerDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(InitializerDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(InitializerDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(InitializerDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(InitializerDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(InitializerDeclaration, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(InitializerDeclaration, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(InitializerDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(InitializerDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(InitializerDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(InitializerDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(InitializerDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(InitializerDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(MethodDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(MethodDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(MethodDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(MethodDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(MethodDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(MethodDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(MethodDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(MethodDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(MethodDeclaration, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
 
visit(MethodDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(MethodDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(MethodDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(MethodDeclaration, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(MethodDeclaration, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(MethodDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(MethodDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(MethodDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(MethodDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(MethodDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(MethodDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(Parameter, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(Parameter, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(Parameter, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(Parameter, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(Parameter, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(Parameter, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(Parameter, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(Parameter, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(Parameter, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(Parameter, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(Parameter, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(Parameter, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(Parameter, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(Parameter, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
visit(Parameter, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(Parameter, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(Parameter, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(Parameter, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(Parameter, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(Parameter, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ReceiverParameter, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ReceiverParameter, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ReceiverParameter, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ReceiverParameter, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ReceiverParameter, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ReceiverParameter, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ReceiverParameter, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ReceiverParameter, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ReceiverParameter, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ReceiverParameter, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ReceiverParameter, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ReceiverParameter, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ReceiverParameter, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(ReceiverParameter, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ReceiverParameter, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ReceiverParameter, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ReceiverParameter, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ReceiverParameter, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ReceiverParameter, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(RecordDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(RecordDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(RecordDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(RecordDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(RecordDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(RecordDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(RecordDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(RecordDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(RecordDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(RecordDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(RecordDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(RecordDeclaration, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(RecordDeclaration, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(RecordDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(RecordDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(RecordDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(RecordDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(RecordDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(RecordDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(VariableDeclarator, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(VariableDeclarator, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(VariableDeclarator, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(VariableDeclarator, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(VariableDeclarator, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(VariableDeclarator, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(VariableDeclarator, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(VariableDeclarator, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(VariableDeclarator, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(VariableDeclarator, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(VariableDeclarator, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(VariableDeclarator, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(VariableDeclarator, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(VariableDeclarator, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
visit(VariableDeclarator, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(VariableDeclarator, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(VariableDeclarator, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(VariableDeclarator, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(VariableDeclarator, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(VariableDeclarator, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(BlockComment, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(BlockComment, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(BlockComment, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(BlockComment, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(BlockComment, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(BlockComment, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(BlockComment, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(BlockComment, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(BlockComment, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(BlockComment, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(BlockComment, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(BlockComment, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(BlockComment, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(BlockComment, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(BlockComment, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(BlockComment, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(BlockComment, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(BlockComment, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(BlockComment, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(JavadocComment, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(JavadocComment, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(JavadocComment, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(JavadocComment, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(JavadocComment, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(JavadocComment, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(JavadocComment, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(JavadocComment, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(JavadocComment, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(JavadocComment, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(JavadocComment, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(JavadocComment, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(JavadocComment, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(JavadocComment, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(JavadocComment, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(JavadocComment, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(JavadocComment, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(JavadocComment, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(JavadocComment, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(LineComment, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(LineComment, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(LineComment, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(LineComment, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(LineComment, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(LineComment, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(LineComment, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(LineComment, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(LineComment, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(LineComment, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(LineComment, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(LineComment, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(LineComment, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(LineComment, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(LineComment, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(LineComment, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(LineComment, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(LineComment, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(LineComment, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(CompilationUnit, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(CompilationUnit, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(CompilationUnit, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(CompilationUnit, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(CompilationUnit, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(CompilationUnit, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(CompilationUnit, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(CompilationUnit, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(CompilationUnit, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(CompilationUnit, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(CompilationUnit, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(CompilationUnit, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(CompilationUnit, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(CompilationUnit, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(CompilationUnit, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(CompilationUnit, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(CompilationUnit, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(CompilationUnit, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(CompilationUnit, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ArrayAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ArrayAccessExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ArrayAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ArrayAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ArrayAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ArrayAccessExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ArrayAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ArrayAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ArrayAccessExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ArrayAccessExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ArrayAccessExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ArrayAccessExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ArrayAccessExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(ArrayAccessExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
visit(ArrayAccessExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ArrayAccessExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ArrayAccessExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ArrayAccessExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ArrayAccessExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ArrayAccessExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ArrayCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ArrayCreationExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ArrayCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ArrayCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ArrayCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ArrayCreationExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ArrayCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ArrayCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ArrayCreationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ArrayCreationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ArrayCreationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ArrayCreationExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ArrayCreationExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(ArrayCreationExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
visit(ArrayCreationExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ArrayCreationExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ArrayCreationExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ArrayCreationExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ArrayCreationExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ArrayCreationExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ArrayInitializerExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ArrayInitializerExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ArrayInitializerExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ArrayInitializerExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ArrayInitializerExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ArrayInitializerExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ArrayInitializerExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ArrayInitializerExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ArrayInitializerExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ArrayInitializerExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ArrayInitializerExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ArrayInitializerExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ArrayInitializerExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(ArrayInitializerExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
visit(ArrayInitializerExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ArrayInitializerExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ArrayInitializerExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ArrayInitializerExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ArrayInitializerExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ArrayInitializerExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(AssignExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(AssignExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(AssignExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(AssignExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(AssignExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(AssignExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(AssignExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(AssignExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(AssignExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(AssignExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(AssignExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(AssignExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(AssignExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(AssignExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
visit(AssignExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(AssignExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(AssignExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(AssignExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(AssignExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(AssignExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(BinaryExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(BinaryExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(BinaryExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(BinaryExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(BinaryExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(BinaryExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(BinaryExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(BinaryExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(BinaryExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(BinaryExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(BinaryExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(BinaryExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(BinaryExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(BinaryExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
visit(BinaryExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(BinaryExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(BinaryExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(BinaryExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(BinaryExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
work in progress for issue-545
visit(BinaryExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
work in progress for issue-545
visit(BinaryExpr, Void) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.PatternVariableVisitor
 
visit(BooleanLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(BooleanLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(BooleanLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(BooleanLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(BooleanLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(BooleanLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(BooleanLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(BooleanLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(BooleanLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(BooleanLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(BooleanLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(BooleanLiteralExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(BooleanLiteralExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(BooleanLiteralExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
visit(BooleanLiteralExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(BooleanLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(BooleanLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(BooleanLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(BooleanLiteralExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(BooleanLiteralExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(CastExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(CastExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(CastExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(CastExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(CastExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(CastExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(CastExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(CastExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(CastExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(CastExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(CastExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(CastExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(CastExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(CastExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
visit(CastExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(CastExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(CastExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(CastExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(CastExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(CastExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(CharLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(CharLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(CharLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(CharLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(CharLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(CharLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(CharLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(CharLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(CharLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(CharLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(CharLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(CharLiteralExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(CharLiteralExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(CharLiteralExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
visit(CharLiteralExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(CharLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(CharLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(CharLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(CharLiteralExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(CharLiteralExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ClassExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ClassExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ClassExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ClassExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ClassExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ClassExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ClassExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ClassExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ClassExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ClassExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ClassExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ClassExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ClassExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(ClassExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
visit(ClassExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ClassExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ClassExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ClassExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ClassExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ClassExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ConditionalExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ConditionalExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ConditionalExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ConditionalExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ConditionalExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ConditionalExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ConditionalExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ConditionalExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ConditionalExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ConditionalExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ConditionalExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ConditionalExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ConditionalExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(ConditionalExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
visit(ConditionalExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ConditionalExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ConditionalExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ConditionalExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ConditionalExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ConditionalExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(DoubleLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(DoubleLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(DoubleLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(DoubleLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(DoubleLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(DoubleLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(DoubleLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(DoubleLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(DoubleLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(DoubleLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(DoubleLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(DoubleLiteralExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(DoubleLiteralExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(DoubleLiteralExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
visit(DoubleLiteralExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(DoubleLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(DoubleLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(DoubleLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(DoubleLiteralExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(DoubleLiteralExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(EnclosedExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(EnclosedExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(EnclosedExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(EnclosedExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(EnclosedExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(EnclosedExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(EnclosedExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(EnclosedExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(EnclosedExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(EnclosedExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(EnclosedExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(EnclosedExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(EnclosedExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(EnclosedExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
visit(EnclosedExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(EnclosedExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(EnclosedExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(EnclosedExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(EnclosedExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(EnclosedExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(EnclosedExpr, Void) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.PatternVariableVisitor
The following rules apply to a parenthesized expression (a): - A pattern variable is introduced by (a) when true iff it is introduced by a when true.
visit(FieldAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(FieldAccessExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(FieldAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(FieldAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(FieldAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(FieldAccessExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(FieldAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(FieldAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(FieldAccessExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(FieldAccessExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(FieldAccessExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(FieldAccessExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(FieldAccessExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(FieldAccessExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
visit(FieldAccessExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(FieldAccessExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(FieldAccessExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(FieldAccessExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(FieldAccessExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(FieldAccessExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(InstanceOfExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(InstanceOfExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(InstanceOfExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(InstanceOfExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(InstanceOfExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(InstanceOfExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(InstanceOfExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(InstanceOfExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(InstanceOfExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(InstanceOfExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(InstanceOfExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(InstanceOfExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(InstanceOfExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(InstanceOfExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
visit(InstanceOfExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(InstanceOfExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(InstanceOfExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(InstanceOfExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(InstanceOfExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(InstanceOfExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(InstanceOfExpr, Void) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.PatternVariableVisitor
The following rule applies to an instanceof expression with a pattern operand, a instanceof p: - A pattern variable is introduced by a instanceof p when true iff the pattern p contains a declaration of the pattern variable.
visit(IntegerLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(IntegerLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(IntegerLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(IntegerLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(IntegerLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(IntegerLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(IntegerLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(IntegerLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(IntegerLiteralExpr, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.NoBinaryIntegerLiteralsValidator
 
visit(IntegerLiteralExpr, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.NoUnderscoresInIntegerLiteralsValidator
 
visit(IntegerLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(IntegerLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(IntegerLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(IntegerLiteralExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(IntegerLiteralExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(IntegerLiteralExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
visit(IntegerLiteralExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(IntegerLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(IntegerLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(IntegerLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(IntegerLiteralExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(IntegerLiteralExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(LambdaExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(LambdaExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(LambdaExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(LambdaExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(LambdaExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(LambdaExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(LambdaExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(LambdaExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(LambdaExpr, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
 
visit(LambdaExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(LambdaExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(LambdaExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(LambdaExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(LambdaExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(LambdaExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
visit(LambdaExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(LambdaExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(LambdaExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(LambdaExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(LambdaExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(LambdaExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(LongLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(LongLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(LongLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(LongLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(LongLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(LongLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(LongLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(LongLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(LongLiteralExpr, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.NoBinaryIntegerLiteralsValidator
 
visit(LongLiteralExpr, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.NoUnderscoresInIntegerLiteralsValidator
 
visit(LongLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(LongLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(LongLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(LongLiteralExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(LongLiteralExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(LongLiteralExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
visit(LongLiteralExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(LongLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(LongLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(LongLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(LongLiteralExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(LongLiteralExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(MarkerAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(MarkerAnnotationExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(MarkerAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(MarkerAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(MarkerAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(MarkerAnnotationExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(MarkerAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(MarkerAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(MarkerAnnotationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(MarkerAnnotationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(MarkerAnnotationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(MarkerAnnotationExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(MarkerAnnotationExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(MarkerAnnotationExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(MarkerAnnotationExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(MarkerAnnotationExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(MarkerAnnotationExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(MarkerAnnotationExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(MarkerAnnotationExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(MemberValuePair, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(MemberValuePair, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(MemberValuePair, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(MemberValuePair, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(MemberValuePair, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(MemberValuePair, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(MemberValuePair, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(MemberValuePair, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(MemberValuePair, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(MemberValuePair, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(MemberValuePair, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(MemberValuePair, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(MemberValuePair, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(MemberValuePair, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(MemberValuePair, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(MemberValuePair, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(MemberValuePair, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(MemberValuePair, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(MemberValuePair, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(MethodCallExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(MethodCallExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(MethodCallExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(MethodCallExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(MethodCallExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(MethodCallExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(MethodCallExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(MethodCallExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(MethodCallExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(MethodCallExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(MethodCallExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(MethodCallExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(MethodCallExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(MethodCallExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
visit(MethodCallExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(MethodCallExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(MethodCallExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(MethodCallExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(MethodCallExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(MethodCallExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(MethodReferenceExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(MethodReferenceExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(MethodReferenceExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(MethodReferenceExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(MethodReferenceExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(MethodReferenceExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(MethodReferenceExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(MethodReferenceExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(MethodReferenceExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(MethodReferenceExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(MethodReferenceExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(MethodReferenceExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(MethodReferenceExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(MethodReferenceExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
visit(MethodReferenceExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(MethodReferenceExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(MethodReferenceExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(MethodReferenceExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(MethodReferenceExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(MethodReferenceExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(NameExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(NameExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(NameExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(NameExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(NameExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(NameExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(NameExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(NameExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(NameExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(NameExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(NameExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(NameExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(NameExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(NameExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
visit(NameExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(NameExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(NameExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(NameExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(NameExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(NameExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(Name, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(Name, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(Name, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(Name, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(Name, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(Name, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(Name, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(Name, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(Name, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.UnderscoreKeywordValidator
 
visit(Name, ProblemReporter) - Method in class com.github.javaparser.ast.validator.RecordAsTypeIdentifierNotAllowed
 
visit(Name, ProblemReporter) - Method in class com.github.javaparser.ast.validator.ReservedKeywordValidator
 
visit(Name, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(Name, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(Name, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(Name, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(Name, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(Name, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(Name, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(Name, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(Name, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(Name, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(Name, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(NormalAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(NormalAnnotationExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(NormalAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(NormalAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(NormalAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(NormalAnnotationExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(NormalAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(NormalAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(NormalAnnotationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(NormalAnnotationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(NormalAnnotationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(NormalAnnotationExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(NormalAnnotationExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(NormalAnnotationExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(NormalAnnotationExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(NormalAnnotationExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(NormalAnnotationExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(NormalAnnotationExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(NormalAnnotationExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(NullLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(NullLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(NullLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(NullLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(NullLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(NullLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(NullLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(NullLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(NullLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(NullLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(NullLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(NullLiteralExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(NullLiteralExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(NullLiteralExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
visit(NullLiteralExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(NullLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(NullLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(NullLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(NullLiteralExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(NullLiteralExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ObjectCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ObjectCreationExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ObjectCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ObjectCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ObjectCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ObjectCreationExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ObjectCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ObjectCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ObjectCreationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ObjectCreationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ObjectCreationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ObjectCreationExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ObjectCreationExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(ObjectCreationExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
visit(ObjectCreationExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ObjectCreationExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ObjectCreationExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ObjectCreationExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ObjectCreationExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ObjectCreationExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(RecordPatternExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(RecordPatternExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(RecordPatternExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(RecordPatternExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(RecordPatternExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(RecordPatternExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(RecordPatternExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(RecordPatternExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(RecordPatternExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(RecordPatternExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(RecordPatternExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(RecordPatternExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(RecordPatternExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(RecordPatternExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(RecordPatternExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(RecordPatternExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(RecordPatternExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(RecordPatternExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(SimpleName, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(SimpleName, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(SimpleName, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(SimpleName, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(SimpleName, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(SimpleName, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(SimpleName, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(SimpleName, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(SimpleName, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.UnderscoreKeywordValidator
 
visit(SimpleName, ProblemReporter) - Method in class com.github.javaparser.ast.validator.RecordAsTypeIdentifierNotAllowed
 
visit(SimpleName, ProblemReporter) - Method in class com.github.javaparser.ast.validator.ReservedKeywordValidator
 
visit(SimpleName, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(SimpleName, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(SimpleName, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(SimpleName, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(SimpleName, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(SimpleName, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(SimpleName, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(SimpleName, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(SimpleName, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(SimpleName, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(SimpleName, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(SingleMemberAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(SingleMemberAnnotationExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(SingleMemberAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(SingleMemberAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(SingleMemberAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(SingleMemberAnnotationExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(SingleMemberAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(SingleMemberAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(SingleMemberAnnotationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(SingleMemberAnnotationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(SingleMemberAnnotationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(SingleMemberAnnotationExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(SingleMemberAnnotationExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(SingleMemberAnnotationExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(SingleMemberAnnotationExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(SingleMemberAnnotationExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(SingleMemberAnnotationExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(SingleMemberAnnotationExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(SingleMemberAnnotationExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(StringLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(StringLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(StringLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(StringLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(StringLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(StringLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(StringLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(StringLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(StringLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(StringLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(StringLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(StringLiteralExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(StringLiteralExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(StringLiteralExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
visit(StringLiteralExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(StringLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(StringLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(StringLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(StringLiteralExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(StringLiteralExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(SuperExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(SuperExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(SuperExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(SuperExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(SuperExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(SuperExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(SuperExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(SuperExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(SuperExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(SuperExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(SuperExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(SuperExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(SuperExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(SuperExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
visit(SuperExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(SuperExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(SuperExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(SuperExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(SuperExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(SuperExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(SwitchExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(SwitchExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(SwitchExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(SwitchExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(SwitchExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(SwitchExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(SwitchExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(SwitchExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(SwitchExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(SwitchExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(SwitchExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(SwitchExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(SwitchExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(SwitchExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(SwitchExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(SwitchExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(SwitchExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(SwitchExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(SwitchExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(TextBlockLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(TextBlockLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(TextBlockLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(TextBlockLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(TextBlockLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(TextBlockLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(TextBlockLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(TextBlockLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(TextBlockLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(TextBlockLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(TextBlockLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(TextBlockLiteralExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(TextBlockLiteralExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(TextBlockLiteralExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(TextBlockLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(TextBlockLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(TextBlockLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(TextBlockLiteralExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(TextBlockLiteralExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ThisExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ThisExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ThisExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ThisExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ThisExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ThisExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ThisExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ThisExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ThisExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ThisExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ThisExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ThisExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ThisExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(ThisExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
visit(ThisExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ThisExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ThisExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ThisExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ThisExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ThisExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(TypeExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(TypeExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(TypeExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(TypeExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(TypeExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(TypeExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(TypeExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(TypeExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(TypeExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(TypeExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(TypeExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(TypeExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(TypeExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(TypeExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
visit(TypeExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(TypeExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(TypeExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(TypeExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(TypeExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(TypeExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(TypePatternExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(TypePatternExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(TypePatternExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(TypePatternExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(TypePatternExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(TypePatternExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(TypePatternExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(TypePatternExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(TypePatternExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(TypePatternExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(TypePatternExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(TypePatternExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(TypePatternExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(TypePatternExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(TypePatternExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(TypePatternExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(TypePatternExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(TypePatternExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(TypePatternExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(UnaryExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(UnaryExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(UnaryExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(UnaryExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(UnaryExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(UnaryExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(UnaryExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(UnaryExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(UnaryExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(UnaryExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(UnaryExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(UnaryExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(UnaryExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(UnaryExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
visit(UnaryExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(UnaryExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(UnaryExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(UnaryExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(UnaryExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(UnaryExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(UnaryExpr, Void) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.PatternVariableVisitor
 
visit(VariableDeclarationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(VariableDeclarationExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(VariableDeclarationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(VariableDeclarationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(VariableDeclarationExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(VariableDeclarationExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(VariableDeclarationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(VariableDeclarationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(VariableDeclarationExpr, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
 
visit(VariableDeclarationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(VariableDeclarationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(VariableDeclarationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(VariableDeclarationExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(VariableDeclarationExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(VariableDeclarationExpr, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
 
visit(VariableDeclarationExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(VariableDeclarationExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(VariableDeclarationExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(VariableDeclarationExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(VariableDeclarationExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(VariableDeclarationExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ImportDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ImportDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ImportDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ImportDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ImportDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ImportDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ImportDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ImportDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ImportDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ImportDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ImportDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ImportDeclaration, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ImportDeclaration, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(ImportDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ImportDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ImportDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ImportDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ImportDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ImportDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(Modifier, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(Modifier, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(Modifier, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(Modifier, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(Modifier, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(Modifier, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(Modifier, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(Modifier, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(Modifier, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(Modifier, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(Modifier, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(Modifier, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(Modifier, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(Modifier, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(Modifier, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(Modifier, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(Modifier, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(Modifier, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(Modifier, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ModuleDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ModuleDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ModuleDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ModuleDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ModuleDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ModuleDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ModuleDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ModuleDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ModuleDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ModuleDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ModuleDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ModuleDeclaration, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ModuleDeclaration, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(ModuleDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ModuleDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ModuleDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ModuleDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ModuleDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ModuleDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ModuleExportsDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ModuleExportsDirective, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ModuleExportsDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ModuleExportsDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ModuleExportsDirective, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ModuleExportsDirective, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ModuleExportsDirective, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ModuleExportsDirective, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ModuleExportsDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ModuleExportsDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ModuleExportsDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ModuleExportsDirective, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ModuleExportsDirective, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(ModuleExportsDirective, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ModuleExportsDirective, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ModuleExportsDirective, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ModuleExportsDirective, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ModuleExportsDirective, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ModuleExportsDirective, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ModuleOpensDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ModuleOpensDirective, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ModuleOpensDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ModuleOpensDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ModuleOpensDirective, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ModuleOpensDirective, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ModuleOpensDirective, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ModuleOpensDirective, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ModuleOpensDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ModuleOpensDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ModuleOpensDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ModuleOpensDirective, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ModuleOpensDirective, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(ModuleOpensDirective, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ModuleOpensDirective, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ModuleOpensDirective, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ModuleOpensDirective, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ModuleOpensDirective, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ModuleOpensDirective, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ModuleProvidesDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ModuleProvidesDirective, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ModuleProvidesDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ModuleProvidesDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ModuleProvidesDirective, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ModuleProvidesDirective, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ModuleProvidesDirective, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ModuleProvidesDirective, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ModuleProvidesDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ModuleProvidesDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ModuleProvidesDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ModuleProvidesDirective, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ModuleProvidesDirective, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(ModuleProvidesDirective, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ModuleProvidesDirective, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ModuleProvidesDirective, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ModuleProvidesDirective, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ModuleProvidesDirective, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ModuleProvidesDirective, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ModuleRequiresDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ModuleRequiresDirective, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ModuleRequiresDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ModuleRequiresDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ModuleRequiresDirective, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ModuleRequiresDirective, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ModuleRequiresDirective, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ModuleRequiresDirective, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ModuleRequiresDirective, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
 
visit(ModuleRequiresDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ModuleRequiresDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ModuleRequiresDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ModuleRequiresDirective, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ModuleRequiresDirective, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(ModuleRequiresDirective, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ModuleRequiresDirective, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ModuleRequiresDirective, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ModuleRequiresDirective, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ModuleRequiresDirective, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ModuleRequiresDirective, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ModuleUsesDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ModuleUsesDirective, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ModuleUsesDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ModuleUsesDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ModuleUsesDirective, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ModuleUsesDirective, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ModuleUsesDirective, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ModuleUsesDirective, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ModuleUsesDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ModuleUsesDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ModuleUsesDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ModuleUsesDirective, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ModuleUsesDirective, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(ModuleUsesDirective, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ModuleUsesDirective, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ModuleUsesDirective, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ModuleUsesDirective, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ModuleUsesDirective, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ModuleUsesDirective, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(NodeList, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(NodeList, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(NodeList, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(NodeList, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(NodeList, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(NodeList, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(NodeList, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(NodeList, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(NodeList, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(NodeList, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(NodeList, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(NodeList, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(NodeList, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(NodeList, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(NodeList, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(NodeList, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(NodeList, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(NodeList, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(NodeList, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(PackageDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(PackageDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(PackageDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(PackageDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(PackageDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(PackageDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(PackageDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(PackageDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(PackageDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(PackageDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(PackageDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(PackageDeclaration, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(PackageDeclaration, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(PackageDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(PackageDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(PackageDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(PackageDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(PackageDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(PackageDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(AssertStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(AssertStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(AssertStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(AssertStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(AssertStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(AssertStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(AssertStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(AssertStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(AssertStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(AssertStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(AssertStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(AssertStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(AssertStmt, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(AssertStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(AssertStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(AssertStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(AssertStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(AssertStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(AssertStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(BlockStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(BlockStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(BlockStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(BlockStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(BlockStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(BlockStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(BlockStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(BlockStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(BlockStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(BlockStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(BlockStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(BlockStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(BlockStmt, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(BlockStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(BlockStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(BlockStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(BlockStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(BlockStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(BlockStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(BlockStmt, Void) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.NormalCompletionVisitor
An empty block that is not a switch block can complete normally iff it is reachable.
visit(BreakStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(BreakStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(BreakStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(BreakStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(BreakStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(BreakStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(BreakStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(BreakStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(BreakStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(BreakStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(BreakStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(BreakStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(BreakStmt, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(BreakStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(BreakStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(BreakStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(BreakStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(BreakStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(BreakStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(BreakStmt, Void) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.NormalCompletionVisitor
A break statement cannot complete normally.
visit(CatchClause, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(CatchClause, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(CatchClause, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(CatchClause, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(CatchClause, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(CatchClause, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(CatchClause, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(CatchClause, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(CatchClause, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
 
visit(CatchClause, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(CatchClause, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(CatchClause, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(CatchClause, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(CatchClause, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(CatchClause, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(CatchClause, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(CatchClause, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(CatchClause, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(CatchClause, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(CatchClause, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ContinueStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ContinueStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ContinueStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ContinueStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ContinueStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ContinueStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ContinueStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ContinueStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ContinueStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ContinueStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ContinueStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ContinueStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ContinueStmt, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(ContinueStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ContinueStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ContinueStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ContinueStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ContinueStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ContinueStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ContinueStmt, Void) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.NormalCompletionVisitor
A continue statement cannot complete normally.
visit(DoStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(DoStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(DoStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(DoStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(DoStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(DoStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(DoStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(DoStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(DoStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(DoStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(DoStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(DoStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(DoStmt, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(DoStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(DoStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(DoStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(DoStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(DoStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(DoStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(DoStmt, Void) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.NormalCompletionVisitor
A do statement can complete normally iff at least one of the following is true: - The contained statement can complete normally and the condition expression is not a constant expression with value true.
visit(EmptyStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(EmptyStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(EmptyStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(EmptyStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(EmptyStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(EmptyStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(EmptyStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(EmptyStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(EmptyStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(EmptyStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(EmptyStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(EmptyStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(EmptyStmt, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(EmptyStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(EmptyStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(EmptyStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(EmptyStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(EmptyStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(EmptyStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ExplicitConstructorInvocationStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ExplicitConstructorInvocationStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ExplicitConstructorInvocationStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ExplicitConstructorInvocationStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ExplicitConstructorInvocationStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ExplicitConstructorInvocationStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ExplicitConstructorInvocationStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ExplicitConstructorInvocationStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ExplicitConstructorInvocationStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ExplicitConstructorInvocationStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ExplicitConstructorInvocationStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ExplicitConstructorInvocationStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ExplicitConstructorInvocationStmt, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(ExplicitConstructorInvocationStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ExplicitConstructorInvocationStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ExplicitConstructorInvocationStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ExplicitConstructorInvocationStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ExplicitConstructorInvocationStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ExplicitConstructorInvocationStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ExpressionStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ExpressionStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ExpressionStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ExpressionStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ExpressionStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ExpressionStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ExpressionStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ExpressionStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ExpressionStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ExpressionStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ExpressionStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ExpressionStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ExpressionStmt, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(ExpressionStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ExpressionStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ExpressionStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ExpressionStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ExpressionStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ExpressionStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ForEachStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ForEachStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ForEachStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ForEachStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ForEachStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ForEachStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ForEachStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ForEachStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ForEachStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ForEachStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ForEachStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ForEachStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ForEachStmt, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(ForEachStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ForEachStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ForEachStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ForEachStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ForEachStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ForEachStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ForStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ForStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ForStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ForStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ForStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ForStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ForStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ForStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ForStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ForStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ForStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ForStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ForStmt, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(ForStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ForStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ForStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ForStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ForStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ForStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ForStmt, Void) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.NormalCompletionVisitor
A basic for statement can complete normally iff at least one of the following is true: - The for statement is reachable, there is a condition expression, and the condition expression is not a constant expression with value true.
visit(IfStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(IfStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(IfStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(IfStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(IfStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(IfStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(IfStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(IfStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(IfStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(IfStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(IfStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(IfStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(IfStmt, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(IfStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(IfStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(IfStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(IfStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(IfStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(IfStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(IfStmt, Void) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.NormalCompletionVisitor
An if-then statement can complete normally iff it is reachable.
visit(LabeledStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(LabeledStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(LabeledStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(LabeledStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(LabeledStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(LabeledStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(LabeledStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(LabeledStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(LabeledStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(LabeledStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(LabeledStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(LabeledStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(LabeledStmt, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(LabeledStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(LabeledStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(LabeledStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(LabeledStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(LabeledStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(LabeledStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(LabeledStmt, Void) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.NormalCompletionVisitor
A labeled statement can complete normally if at least one of the following is true: - The contained statement can complete normally.
visit(LocalClassDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(LocalClassDeclarationStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(LocalClassDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(LocalClassDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(LocalClassDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(LocalClassDeclarationStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(LocalClassDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(LocalClassDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(LocalClassDeclarationStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(LocalClassDeclarationStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(LocalClassDeclarationStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(LocalClassDeclarationStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(LocalClassDeclarationStmt, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(LocalClassDeclarationStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(LocalClassDeclarationStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(LocalClassDeclarationStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(LocalClassDeclarationStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(LocalClassDeclarationStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(LocalClassDeclarationStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(LocalRecordDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(LocalRecordDeclarationStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(LocalRecordDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(LocalRecordDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(LocalRecordDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(LocalRecordDeclarationStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(LocalRecordDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(LocalRecordDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(LocalRecordDeclarationStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(LocalRecordDeclarationStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(LocalRecordDeclarationStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(LocalRecordDeclarationStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(LocalRecordDeclarationStmt, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(LocalRecordDeclarationStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(LocalRecordDeclarationStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(LocalRecordDeclarationStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(LocalRecordDeclarationStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(LocalRecordDeclarationStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(LocalRecordDeclarationStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ReturnStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ReturnStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ReturnStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ReturnStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ReturnStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ReturnStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ReturnStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ReturnStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ReturnStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ReturnStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ReturnStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ReturnStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ReturnStmt, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(ReturnStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ReturnStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ReturnStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ReturnStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ReturnStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ReturnStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ReturnStmt, Void) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.NormalCompletionVisitor
A return statement cannot complete normally.
visit(SwitchEntry, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(SwitchEntry, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(SwitchEntry, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(SwitchEntry, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(SwitchEntry, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(SwitchEntry, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(SwitchEntry, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(SwitchEntry, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(SwitchEntry, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(SwitchEntry, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(SwitchEntry, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(SwitchEntry, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(SwitchEntry, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(SwitchEntry, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(SwitchEntry, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(SwitchEntry, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(SwitchEntry, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(SwitchEntry, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(SwitchEntry, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(SwitchStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(SwitchStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(SwitchStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(SwitchStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(SwitchStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(SwitchStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(SwitchStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(SwitchStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(SwitchStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(SwitchStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(SwitchStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(SwitchStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(SwitchStmt, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(SwitchStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(SwitchStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(SwitchStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(SwitchStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(SwitchStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(SwitchStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(SwitchStmt, Void) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.NormalCompletionVisitor
A switch statement whose switch block is empty, or contains only switch labels, can complete normally.
visit(SynchronizedStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(SynchronizedStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(SynchronizedStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(SynchronizedStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(SynchronizedStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(SynchronizedStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(SynchronizedStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(SynchronizedStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(SynchronizedStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(SynchronizedStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(SynchronizedStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(SynchronizedStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(SynchronizedStmt, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(SynchronizedStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(SynchronizedStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(SynchronizedStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(SynchronizedStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(SynchronizedStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(SynchronizedStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(SynchronizedStmt, Void) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.NormalCompletionVisitor
A synchronized statement can complete normally iff the contained statement can complete normally.
visit(ThrowStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ThrowStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ThrowStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ThrowStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ThrowStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ThrowStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ThrowStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ThrowStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ThrowStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ThrowStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ThrowStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ThrowStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ThrowStmt, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(ThrowStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ThrowStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ThrowStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ThrowStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ThrowStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ThrowStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ThrowStmt, Void) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.NormalCompletionVisitor
A throw statement cannot complete normally.
visit(TryStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(TryStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(TryStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(TryStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(TryStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(TryStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(TryStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(TryStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(TryStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(TryStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(TryStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(TryStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(TryStmt, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(TryStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(TryStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(TryStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(TryStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(TryStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(TryStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(TryStmt, Void) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.NormalCompletionVisitor
A try statement can complete normally iff both of the following are true: - The try block can complete normally or any catch block can complete normally.
visit(UnparsableStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(UnparsableStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(UnparsableStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(UnparsableStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(UnparsableStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(UnparsableStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(UnparsableStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(UnparsableStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(UnparsableStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(UnparsableStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(UnparsableStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(UnparsableStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(UnparsableStmt, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(UnparsableStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(UnparsableStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(UnparsableStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(UnparsableStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(UnparsableStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(UnparsableStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(WhileStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(WhileStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(WhileStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(WhileStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(WhileStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(WhileStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(WhileStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(WhileStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(WhileStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(WhileStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(WhileStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(WhileStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(WhileStmt, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(WhileStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(WhileStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(WhileStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(WhileStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(WhileStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(WhileStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(WhileStmt, Void) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.NormalCompletionVisitor
A while statement can complete normally iff at least one of the following is true: - The while statement is reachable and the condition expression is not a constant expression with value true.
visit(YieldStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(YieldStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(YieldStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(YieldStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(YieldStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(YieldStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(YieldStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(YieldStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(YieldStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(YieldStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(YieldStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(YieldStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(YieldStmt, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(YieldStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(YieldStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(YieldStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(YieldStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(YieldStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(YieldStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(YieldStmt, Void) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.NormalCompletionVisitor
A yield statement cannot complete normally.
visit(ArrayType, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ArrayType, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ArrayType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ArrayType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ArrayType, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ArrayType, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ArrayType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ArrayType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ArrayType, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ArrayType, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ArrayType, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ArrayType, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ArrayType, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(ArrayType, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ArrayType, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ArrayType, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ArrayType, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ArrayType, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ArrayType, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ClassOrInterfaceType, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ClassOrInterfaceType, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ClassOrInterfaceType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ClassOrInterfaceType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ClassOrInterfaceType, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ClassOrInterfaceType, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ClassOrInterfaceType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ClassOrInterfaceType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ClassOrInterfaceType, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ClassOrInterfaceType, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ClassOrInterfaceType, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ClassOrInterfaceType, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ClassOrInterfaceType, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(ClassOrInterfaceType, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ClassOrInterfaceType, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ClassOrInterfaceType, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ClassOrInterfaceType, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ClassOrInterfaceType, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ClassOrInterfaceType, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(IntersectionType, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(IntersectionType, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(IntersectionType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(IntersectionType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(IntersectionType, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(IntersectionType, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(IntersectionType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(IntersectionType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(IntersectionType, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(IntersectionType, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(IntersectionType, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(IntersectionType, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(IntersectionType, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(IntersectionType, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(IntersectionType, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(IntersectionType, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(IntersectionType, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(IntersectionType, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(IntersectionType, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(PrimitiveType, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(PrimitiveType, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(PrimitiveType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(PrimitiveType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(PrimitiveType, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(PrimitiveType, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(PrimitiveType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(PrimitiveType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(PrimitiveType, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(PrimitiveType, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(PrimitiveType, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(PrimitiveType, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(PrimitiveType, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(PrimitiveType, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(PrimitiveType, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(PrimitiveType, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(PrimitiveType, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(PrimitiveType, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(PrimitiveType, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(TypeParameter, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(TypeParameter, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(TypeParameter, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(TypeParameter, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(TypeParameter, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(TypeParameter, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(TypeParameter, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(TypeParameter, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(TypeParameter, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(TypeParameter, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(TypeParameter, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(TypeParameter, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(TypeParameter, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(TypeParameter, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(TypeParameter, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(TypeParameter, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(TypeParameter, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(TypeParameter, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(TypeParameter, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(UnionType, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(UnionType, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(UnionType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(UnionType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(UnionType, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(UnionType, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(UnionType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(UnionType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(UnionType, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(UnionType, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(UnionType, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(UnionType, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(UnionType, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(UnionType, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(UnionType, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(UnionType, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(UnionType, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(UnionType, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(UnionType, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(UnknownType, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(UnknownType, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(UnknownType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(UnknownType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(UnknownType, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(UnknownType, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(UnknownType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(UnknownType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(UnknownType, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(UnknownType, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(UnknownType, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(UnknownType, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(UnknownType, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(UnknownType, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(UnknownType, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(UnknownType, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(UnknownType, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(UnknownType, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(UnknownType, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(VarType, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(VarType, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(VarType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(VarType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(VarType, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(VarType, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(VarType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(VarType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(VarType, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(VarType, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(VarType, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(VarType, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(VarType, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(VarType, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(VarType, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(VarType, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(VarType, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(VarType, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(VarType, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(VoidType, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(VoidType, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(VoidType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(VoidType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(VoidType, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(VoidType, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(VoidType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(VoidType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(VoidType, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(VoidType, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(VoidType, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(VoidType, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(VoidType, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(VoidType, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(VoidType, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(VoidType, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(VoidType, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(VoidType, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(VoidType, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(WildcardType, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(WildcardType, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(WildcardType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(WildcardType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(WildcardType, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(WildcardType, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(WildcardType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(WildcardType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(WildcardType, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(WildcardType, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(WildcardType, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(WildcardType, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(WildcardType, Boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.DefaultVisitorAdapter
 
visit(WildcardType, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(WildcardType, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(WildcardType, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(WildcardType, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(WildcardType, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(WildcardType, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ChildTextElement) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingVisitor
 
visit(TokenTextElement) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingVisitor
 
Visitable - Interface in com.github.javaparser.ast.visitor
 
visitBreadthFirst(Node) - Method in class com.github.javaparser.ast.visitor.TreeVisitor
https://en.wikipedia.org/wiki/Breadth-first_search
visitDirectChildren(Node) - Method in class com.github.javaparser.ast.visitor.TreeVisitor
Performs a simple traversal over all nodes that have the passed node as their parent.
visitLeavesFirst(Node) - Method in class com.github.javaparser.ast.visitor.TreeVisitor
 
visitorFactory - Variable in class com.github.javaparser.printer.DefaultPrettyPrinter
 
visitorFactory - Variable in class com.github.javaparser.printer.PrettyPrinter
Deprecated.
 
VisitorList<N> - Class in com.github.javaparser.utils
A list that overrides the equals and hashcode calculation of the added nodes by using another equals and hashcode visitor for those methods.
VisitorList(GenericVisitor<Integer, Void>, GenericVisitor<Boolean, Visitable>) - Constructor for class com.github.javaparser.utils.VisitorList
Pass the visitors to use for equals and hashcode.
VisitorList.EqualsHashcodeOverridingFacade - Class in com.github.javaparser.utils
 
VisitorMap<N,V> - Class in com.github.javaparser.utils
A map that overrides the equals and hashcode calculation of the added nodes by using another equals and hashcode visitor for those methods.
VisitorMap(GenericVisitor<Integer, Void>, GenericVisitor<Boolean, Visitable>) - Constructor for class com.github.javaparser.utils.VisitorMap
Pass the visitors to use for equals and hashcode.
VisitorMap.EqualsHashcodeOverridingFacade - Class in com.github.javaparser.utils
 
Visitors - Search tag in class com.github.javaparser.ast.Node
Section
VisitorSet<N> - Class in com.github.javaparser.utils
A set that overrides the equals and hashcode calculation of the added nodes by using another equals and hashcode visitor for those methods.
VisitorSet(GenericVisitor<Integer, Void>, GenericVisitor<Boolean, Visitable>) - Constructor for class com.github.javaparser.utils.VisitorSet
Pass the visitors to use for equals and hashcode.
VisitorSet.EqualsHashcodeOverridingFacade - Class in com.github.javaparser.utils
 
VisitorValidator - Class in com.github.javaparser.ast.validator
A validator that uses a visitor for validation.
VisitorValidator() - Constructor for class com.github.javaparser.ast.validator.VisitorValidator
 
visitPostOrder(Node) - Method in class com.github.javaparser.ast.visitor.TreeVisitor
Performs a post-order node traversal starting with a given node.
visitPreOrder(Node) - Method in class com.github.javaparser.ast.visitor.TreeVisitor
Performs a pre-order node traversal starting with a given node.
VOID - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
VOID - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
VoidType - Class in com.github.javaparser.ast.type
The return type of a MethodDeclaration when it returns void.
VoidType() - Constructor for class com.github.javaparser.ast.type.VoidType
 
VoidType(TokenRange) - Constructor for class com.github.javaparser.ast.type.VoidType
This constructor is used by the parser and is considered private.
voidTypeMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
VoidTypeMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
VoidTypeMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.VoidTypeMetaModel
 
VoidVisitor<A> - Interface in com.github.javaparser.ast.visitor
A visitor that does not return anything.
VoidVisitorAdapter<A> - Class in com.github.javaparser.ast.visitor
A visitor that returns nothing, and has a default implementation for all its visit methods that simply visit their children in an unspecified order.
VoidVisitorAdapter() - Constructor for class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
VoidVisitorWithDefaults<A> - Class in com.github.javaparser.ast.visitor
A visitor that returns nothing, and has default methods that are used when a specific visit method is not overridden.
VoidVisitorWithDefaults() - Constructor for class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
VOLATILE - Enum constant in enum com.github.javaparser.ast.Modifier.Keyword
 
VOLATILE - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
VOLATILE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
volatileModifier() - Static method in class com.github.javaparser.ast.Modifier
 

W

walk(Node.TreeTraversal, Consumer<Node>) - Method in class com.github.javaparser.ast.Node
Walks the AST, calling the consumer for every node, with traversal algorithm "traversal".
walk(Class<T>, Consumer<T>) - Method in class com.github.javaparser.ast.Node
Walks the AST with pre-order traversal, calling the consumer for every node of type "nodeType".
walk(Consumer<Node>) - Method in class com.github.javaparser.ast.Node
Walks the AST, calling the consumer for every node with pre-order traversal.
WHEN - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
WHEN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
whenParentIs(Class<P>, C) - Static method in class com.github.javaparser.symbolsolver.resolution.naming.NameLogic
 
whenParentIs(Class<P>, C, NameLogic.PredicateOnParentAndChild<P, C>) - Static method in class com.github.javaparser.symbolsolver.resolution.naming.NameLogic
 
WHILE - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
WHILE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
WhileStatement() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-14.html#jls-14.12
WhileStatementContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
 
WhileStatementContext(WhileStmt, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.WhileStatementContext
 
WhileStmt - Class in com.github.javaparser.ast.stmt
A while statement.
WhileStmt() - Constructor for class com.github.javaparser.ast.stmt.WhileStmt
 
WhileStmt(Expression, Statement) - Constructor for class com.github.javaparser.ast.stmt.WhileStmt
 
WhileStmt(TokenRange, Expression, Statement) - Constructor for class com.github.javaparser.ast.stmt.WhileStmt
This constructor is used by the parser and is considered private.
whileStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
WhileStmtMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
WhileStmtMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.WhileStmtMetaModel
 
WHITESPACE_NO_EOL - Enum constant in enum com.github.javaparser.JavaToken.Category
 
width - Variable in enum com.github.javaparser.printer.configuration.Indentation.IndentType
 
Wildcard(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-4.html#jls-4.5.1
WildcardType - Class in com.github.javaparser.ast.type
A wildcard type argument.
WildcardType() - Constructor for class com.github.javaparser.ast.type.WildcardType
 
WildcardType(ReferenceType) - Constructor for class com.github.javaparser.ast.type.WildcardType
 
WildcardType(ReferenceType, ReferenceType, NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.type.WildcardType
 
WildcardType(TokenRange, ReferenceType, ReferenceType) - Constructor for class com.github.javaparser.ast.type.WildcardType
This constructor is used by the parser and is considered private.
WildcardType(TokenRange, ReferenceType, ReferenceType, NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.type.WildcardType
This constructor is used by the parser and is considered private.
wildcardTypeMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
WildcardTypeMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
WildcardTypeMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.WildcardTypeMetaModel
 
WINDOWS_EOL - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
WINDOWS_EOL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
with - Variable in class com.github.javaparser.ast.modules.ModuleProvidesDirective
 
with(TypeSolver) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.TypeSolverBuilder
Append a costum type solver to the build.
WITH - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
 
WITH - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
WITH - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
withAAR(File) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.TypeSolverBuilder
Allow the type solver to resolve types that are defined in a AAR file.
withAAR(String) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.TypeSolverBuilder
Allow the type solver to resolve types that are defined in a AAR file.
withAAR(Path) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.TypeSolverBuilder
Allow the type solver to resolve types that are defined in a AAR file.
withBegin(JavaToken) - Method in class com.github.javaparser.TokenRange
 
withBegin(Position) - Method in class com.github.javaparser.Range
 
withBeginColumn(int) - Method in class com.github.javaparser.Range
 
withBeginLine(int) - Method in class com.github.javaparser.Range
 
withBound(Bound) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
 
withBound(Bound) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormula.ReductionResult
 
withClassLoader(ClassLoader) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.TypeSolverBuilder
Allow the type solver to resolve types using the provided ClassLoader.
withColumn(int) - Method in class com.github.javaparser.Position
 
withConstraint(ConstraintFormula) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormula.ReductionResult
 
withConstraint(ConstraintFormula) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormulaSet
 
withConstraints(ConstraintFormula...) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormula.ReductionResult
 
withConstraints(List<ConstraintFormula>) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormula.ReductionResult
 
withCurrentClassloader() - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.TypeSolverBuilder
Allow the type solver to resolve types that are defined in the current ClassLoader.
withCurrentJRE() - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.TypeSolverBuilder
Allow the type solver to resolve types that are defined in the current Java Runtime Environment (JRE).
withEnd(JavaToken) - Method in class com.github.javaparser.TokenRange
 
withEnd(Position) - Method in class com.github.javaparser.Range
 
withEndColumn(int) - Method in class com.github.javaparser.Range
 
withEndLine(int) - Method in class com.github.javaparser.Range
 
withInstantiation(Instantiation) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.InstantiationSet
 
withJAR(File) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.TypeSolverBuilder
Allow the type solver to resolve types that are defined in a JAR file.
withJAR(String) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.TypeSolverBuilder
Allow the type solver to resolve types that are defined in a JAR file.
withJAR(Path) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.TypeSolverBuilder
Allow the type solver to resolve types that are defined in a JAR file.
withLine(int) - Method in class com.github.javaparser.Position
 
withPair(ResolvedTypeParameterDeclaration, ResolvedType) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic.TypeSubstitution
 
withPair(ResolvedTypeParameterDeclaration, ResolvedType) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.Substitution
 
withPair(InferenceVariable, ResolvedType) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.InferenceVariableSubstitution
 
withPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ModuleProvidesDirectiveMetaModel
 
withSourceCode(File) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.TypeSolverBuilder
Allow the type solver to resolve types using external source code.
withSourceCode(String) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.TypeSolverBuilder
Allow the type solver to resolve types using external source code.
withSourceCode(Path) - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.TypeSolverBuilder
Allow the type solver to resolve types using external source code.
wrapInArrayTypes(Type, List<ArrayType.ArrayBracketPair>...) - Static method in class com.github.javaparser.ast.type.ArrayType
Takes lists of arrayBracketPairs, assumes the lists are ordered outer to inner and the pairs are ordered left to right.
wrapped - Variable in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeParameter
 
wrappedConfiguration - Variable in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
 
wrappedNode - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AbstractJavaParserContext
 
wrappedNode - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.JavaParserTypeDeclarationAdapter
 
wrappedNode - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
 
wrappedNode - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationMemberDeclaration
 
wrappedNode - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
 
wrappedNode - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
 
wrappedNode - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserConstructorDeclaration
 
wrappedNode - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumConstantDeclaration
 
wrappedNode - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
 
wrappedNode - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserFieldDeclaration
 
wrappedNode - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
 
wrappedNode - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserMethodDeclaration
 
wrappedNode - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserParameterDeclaration
 
wrappedNode - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserRecordDeclaration
 
wrappedNode - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeAdapter
 
wrappedNode - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
 
wrappedNode - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypePatternDeclaration
 
wrappedNode - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
 
wrappedNode - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserVariableDeclaration
 
wrappedNode - Variable in class com.github.javaparser.symbolsolver.javaparsermodel.declarators.AbstractSymbolDeclarator
 
wrapperPrimitiveMap - Static variable in class com.github.javaparser.utils.ClassUtils
Maps wrapper Classes to their corresponding primitive types.
writer - Variable in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingVisitor
 

X

XmlPrinter - Class in com.github.javaparser.printer
Outputs an XML file containing the AST meant for inspecting it.
XmlPrinter(boolean) - Constructor for class com.github.javaparser.printer.XmlPrinter
 
XOR - Enum constant in enum com.github.javaparser.ast.expr.AssignExpr.Operator
 
XOR - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
 
XOR - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
XOR - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
XORASSIGN - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
XORASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.

Y

YamlPrinter - Class in com.github.javaparser.printer
Outputs a YAML file containing the AST meant for inspecting it.
YamlPrinter(boolean) - Constructor for class com.github.javaparser.printer.YamlPrinter
 
YIELD - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
YIELD - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
YieldStatement() - Method in class com.github.javaparser.GeneratedJavaParser
https://docs.oracle.com/javase/specs/jls/se15/html/jls-14.html#jls-14.21
YieldStmt - Class in com.github.javaparser.ast.stmt
The yield statement
YieldStmt() - Constructor for class com.github.javaparser.ast.stmt.YieldStmt
 
YieldStmt(Expression) - Constructor for class com.github.javaparser.ast.stmt.YieldStmt
 
YieldStmt(TokenRange, Expression) - Constructor for class com.github.javaparser.ast.stmt.YieldStmt
This constructor is used by the parser and is considered private.
yieldStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
YieldStmtMetaModel - Class in com.github.javaparser.metamodel
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
YieldStmtMetaModel(Optional<BaseNodeMetaModel>) - Constructor for class com.github.javaparser.metamodel.YieldStmtMetaModel
 
yieldSupport - Static variable in enum com.github.javaparser.ParserConfiguration.LanguageLevel
 
yieldSupported - Variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 

Z

zipPath - Variable in class com.github.javaparser.utils.SourceZip
 

_

_backslashSeen - Variable in class com.github.javaparser.UnicodeEscapeProcessingProvider
 
_column - Variable in class com.github.javaparser.UnicodeEscapeProcessingProvider.LineCounter
 
_columnDelta - Variable in class com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMapping.DeltaInfo
The offset to add to the Position.column and all following source positions up to the next UnicodeEscapeProcessingProvider.PositionMapping.PositionUpdate.
_columnDelta - Variable in class com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMappingBuilder
 
_crSeen - Variable in class com.github.javaparser.UnicodeEscapeProcessingProvider.LineCounter
Whether UnicodeEscapeProcessingProvider.CR has been seen on the input as last character.
_data - Variable in class com.github.javaparser.LineEndingProcessingProvider
The buffer that we're storing data within.
_data - Variable in class com.github.javaparser.UnicodeEscapeProcessingProvider
 
_DEFAULT - Enum constant in enum com.github.javaparser.JavaToken.Kind
 
_DEFAULT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
_deltas - Variable in class com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMapping
 
_input - Variable in class com.github.javaparser.LineEndingProcessingProvider
The "other" provider which we are wrapping around / reading from.
_input - Variable in class com.github.javaparser.UnicodeEscapeProcessingProvider
 
_inputLine - Variable in class com.github.javaparser.UnicodeEscapeProcessingProvider
 
_left - Variable in class com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMappingBuilder
 
_len - Variable in class com.github.javaparser.LineEndingProcessingProvider
The number of characters in LineEndingProcessingProvider._data.
_len - Variable in class com.github.javaparser.UnicodeEscapeProcessingProvider
The number of characters in UnicodeEscapeProcessingProvider._data.
_line - Variable in class com.github.javaparser.UnicodeEscapeProcessingProvider.LineCounter
 
_lineDelta - Variable in class com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMapping.DeltaInfo
The offset to add to the Position.line and all following source positions up to the next UnicodeEscapeProcessingProvider.PositionMapping.PositionUpdate.
_lineDelta - Variable in class com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMappingBuilder
 
_lineEndingProcessingProvider - Variable in class com.github.javaparser.ParserConfiguration.LineEndingProcessor
 
_mapping - Variable in class com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMappingBuilder
 
_mappingBuilder - Variable in class com.github.javaparser.UnicodeEscapeProcessingProvider
 
_outputLine - Variable in class com.github.javaparser.UnicodeEscapeProcessingProvider
 
_pos - Variable in class com.github.javaparser.LineEndingProcessingProvider
The position in LineEndingProcessingProvider._data where to read the next source character from.
_pos - Variable in class com.github.javaparser.UnicodeEscapeProcessingProvider
The position in UnicodeEscapeProcessingProvider._data where to read the next source character from.
_position - Variable in class com.github.javaparser.StringProvider
 
_reader - Variable in class com.github.javaparser.StreamProvider
 
_right - Variable in class com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMappingBuilder
 
_size - Variable in class com.github.javaparser.StringProvider
 
_string - Variable in class com.github.javaparser.StringProvider
 
_unicodeDecoder - Variable in class com.github.javaparser.ParserConfiguration.UnicodeEscapeProcessor
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form