Skip navigation links
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 _ 

A

a - Variable in class com.github.javaparser.utils.Pair
 
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 - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
AbstractCharStream - Class in com.github.javaparser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
AbstractCharStream(int, int, int) - Constructor for class com.github.javaparser.AbstractCharStream
Constructor.
abstractModifier() - Static method in class com.github.javaparser.ast.Modifier
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.ArrayCreationLevel
 
accept(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.PatternExpr
 
accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.PatternExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.SimpleName
 
accept(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.TypeExpr
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.UnaryExpr
 
accept(VoidVisitor<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(VoidVisitor<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(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.ImportDeclaration
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.Modifier
 
accept(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.NodeList
 
accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.PackageDeclaration
 
accept(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<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(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.type.WildcardType
 
accept(RecordDeclaration, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.RecordDeclarationValidator
 
accept(VarType, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.VarValidator
 
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(N, ProblemReporter) - Method in interface com.github.javaparser.ast.validator.TypedValidator
 
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(GenericVisitor<R, A>, A) - Method in interface com.github.javaparser.ast.visitor.Visitable
Accept method for visitor support.
accept(VoidVisitor<A>, A) - Method in interface com.github.javaparser.ast.visitor.Visitable
Accept method for visitor support.
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
 
AccessSpecifier - Enum in com.github.javaparser.ast
Access specifier.
accessSpecifier() - Method in interface com.github.javaparser.resolution.declarations.HasAccessSpecifier
The access specifier of this element.
adapt(SymbolReference<I>, Class<O>) - Static method in class com.github.javaparser.resolution.model.SymbolReference
Adapt a SymbolReference into another SymbolReference.
add(N) - Method in class com.github.javaparser.ast.NodeList
 
add(int, N) - Method in class com.github.javaparser.ast.NodeList
 
add(N) - Method in class com.github.javaparser.ast.NodeList.NodeListIterator
 
add(Processor) - Method in class com.github.javaparser.ast.validator.postprocessors.PostProcessors
 
add(Validator) - Method in class com.github.javaparser.ast.validator.Validators
 
add(T) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference.ArrayIterator
 
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(CompilationUnit) - Method in class com.github.javaparser.utils.SourceRoot
Add a newly created Java file to the cache of this source root.
add(N) - Method in class com.github.javaparser.utils.VisitorList
 
add(int, N) - Method in class com.github.javaparser.utils.VisitorList
 
add(N) - Method in class com.github.javaparser.utils.VisitorSet
 
addAfter(N, N) - Method in class com.github.javaparser.ast.NodeList
Inserts the node after afterThisNode.
addAll(NodeList<N>) - Method in class com.github.javaparser.ast.NodeList
 
addAll(Collection<? extends N>) - Method in class com.github.javaparser.ast.NodeList
 
addAll(int, Collection<? extends N>) - Method in class com.github.javaparser.ast.NodeList
 
addAll(Collection<? extends N>) - Method in class com.github.javaparser.utils.VisitorList
 
addAll(int, Collection<? extends N>) - Method in class com.github.javaparser.utils.VisitorList
 
addAll(Collection<? extends N>) - Method in class com.github.javaparser.utils.VisitorSet
 
addAndGetAnnotation(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
Annotates this
addAndGetAnnotation(Class<? extends Annotation>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
Annotates this node and automatically add the import
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
addAndGetParameter(Parameter) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
 
addAndGetStatement(A) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
 
addAndGetStatement(int, Statement) - 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(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
Annotates this
addAnnotation(Class<? extends Annotation>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
Annotates this node and automatically add the import
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(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithArguments
 
addArgument(Expression) - 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, 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.
addBlockTag(String) - Method in class com.github.javaparser.javadoc.Javadoc
 
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.
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;"
addDirective(ModuleDirective) - Method in class com.github.javaparser.ast.modules.ModuleDeclaration
 
Added - Class in com.github.javaparser.printer.lexicalpreservation
 
added(CsmElement) - Static method in interface com.github.javaparser.printer.lexicalpreservation.DifferenceElement
 
addElement(JavadocDescriptionElement) - Method in class com.github.javaparser.javadoc.description.JavadocDescription
 
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 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(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.
addField(Type, String, 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.
addFieldWithInitializer(Type, 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(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithImplements
Add an implements to this
addImplementedType(Class<?>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithImplements
Add an implements to this and automatically add the import
addImplements(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithImplements
Deprecated.
use addImplementedType instead
addImplements(Class<?>) - 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. java.lang) or added before.
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(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, 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
addLast(N) - Method in class com.github.javaparser.ast.NodeList
Inserts the node after all other nodes.
addMarkerAnnotation(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
Annotates this with a marker annotation
addMarkerAnnotation(Class<? extends Annotation>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
Annotates this with a marker annotation and automatically add the import
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(String, String) - Method in class com.github.javaparser.ast.expr.NormalAnnotationExpr
adds a pair to this annotation
addPair(String, Expression) - Method in class com.github.javaparser.ast.expr.NormalAnnotationExpr
adds a pair to this annotation
addPair(ResolvedType, ResolvedType) - Method in class com.github.javaparser.resolution.logic.InferenceContext
 
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
addParameter(Parameter) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
 
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.
addPrivateField(Type, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
Add a private 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.
addProtectedField(Type, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
Add a protected 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.
addPublicField(Type, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
Add a public field to this.
addSingle(ResolvedType) - Method in class com.github.javaparser.resolution.logic.InferenceContext
 
addSingleMemberAnnotation(String, Expression) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
Annotates this with a single member annotation
addSingleMemberAnnotation(Class<? extends Annotation>, 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
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
addSourceRoot(Path) - Method in class com.github.javaparser.utils.ProjectRoot
 
addStatement(Statement) - 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(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
It will use JavaParser.parseStatement(String) inside, so it should end with a semicolon
addStatement(int, Expression) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
 
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
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
 
adjustBeginLineColumn(int, int) - Method in class com.github.javaparser.AbstractCharStream
Method to adjust line and column numbers for the start of a token.
AllFieldsConstructor - Annotation Type in com.github.javaparser.ast
Tells tools that this is the constructor which directly initializes all fields (except "range" and "comment")
and(TextElementMatcher) - Method in interface com.github.javaparser.printer.lexicalpreservation.TextElementMatcher
This allows the combination of different TextElementMatcher instances.
ANDASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
ANNOTATION - Static variable in interface com.github.javaparser.ParseStart
 
ANNOTATION_BODY - Static variable in interface com.github.javaparser.ParseStart
 
AnnotationDeclaration - Class in com.github.javaparser.ast.body
An annotation type declaration.
AnnotationDeclaration() - Constructor for class com.github.javaparser.ast.body.AnnotationDeclaration
 
AnnotationDeclaration(NodeList<Modifier>, String) - 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(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.
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`.
annotationDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
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 - 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`.
AnnotationExprMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.AnnotationExprMetaModel
 
annotationExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
AnnotationMemberDeclaration - Class in com.github.javaparser.ast.body
The "int id();" in @interface X { int id(); }
All annotations preceding the type will be set on this object, not on the type.
AnnotationMemberDeclaration() - 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(NodeList<Modifier>, NodeList<AnnotationExpr>, Type, SimpleName, 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 - 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`.
annotationMemberDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
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
 
anonymousClassBodyPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ObjectCreationExprMetaModel
 
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.
appendThrowsIfRequested(boolean) - Method in class com.github.javaparser.ast.body.CallableDeclaration
 
appendThrowsIfRequested(boolean) - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
 
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
 
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
 
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.
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`.
arrayAccessExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ArrayBracketPair(TokenRange, ArrayType.Origin, NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.type.ArrayType.ArrayBracketPair
 
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, NodeList<ArrayCreationLevel>, ArrayInitializerExpr) - Constructor for class com.github.javaparser.ast.expr.ArrayCreationExpr
 
ArrayCreationExpr(Type) - 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 - 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`.
arrayCreationExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
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 - 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`.
arrayCreationLevelMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
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 - 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`.
arrayInitializerExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
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
 
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, ArrayType.Origin, NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.type.ArrayType
 
ArrayType(Type, 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 - 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`.
arrayTypeMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
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.
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.
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
 
asPattern() - Method in interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
Return this as a PatternDeclaration or throw an UnsupportedOperationException
asPattern() - Method in interface com.github.javaparser.resolution.declarations.ResolvedPatternDeclaration
 
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
 
asRecordDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
asRecordDeclaration() - Method in class com.github.javaparser.ast.body.RecordDeclaration
 
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 - 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
 
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 - 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`.
assertStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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 - 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`.
assignExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
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
 
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
 
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
 
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 - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
attribute(ObservableProperty) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
available - Variable in class com.github.javaparser.AbstractCharStream
The number of unoccupied buffer array positions
averageLoadPenalty() - Method in interface com.github.javaparser.resolution.cache.CacheStats
Returns the average time spent loading new values.

B

b - Variable in class com.github.javaparser.utils.Pair
 
backup(int) - Method in class com.github.javaparser.AbstractCharStream
 
backup(int) - Method in interface com.github.javaparser.CharStream
Backs up the input stream by amount steps.
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
 
begin - Variable in class com.github.javaparser.Range
 
beginColumn - Variable in class com.github.javaparser.Token
The column number of the first character of this Token.
beginLine - Variable in class com.github.javaparser.Token
The line number of the first character of this Token.
beginToken() - Method in class com.github.javaparser.AbstractCharStream
 
beginToken() - Method in interface com.github.javaparser.CharStream
 
BINARY_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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
 
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`.
binaryExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
BIT_AND - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
BIT_OR - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
BLEEDING_EDGE - Static variable in enum com.github.javaparser.ParserConfiguration.LanguageLevel
The newest Java features supported.
BLOCK - Static variable in interface com.github.javaparser.ParseStart
 
block(CsmElement) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
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(String) - 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.
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`.
blockCommentMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
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.
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`.
blockStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
bnp(ResolvedPrimitiveType) - Method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
 
BodyDeclaration<T extends BodyDeclaration<?>> - 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, NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.body.BodyDeclaration
This constructor is used by the parser and is considered private.
BodyDeclaration(TokenRange) - Constructor for class com.github.javaparser.ast.body.BodyDeclaration
 
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`.
BodyDeclarationMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.BodyDeclarationMetaModel
 
bodyDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
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 - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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 - 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`.
booleanLiteralExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
booleanType() - Static method in class com.github.javaparser.ast.type.PrimitiveType
 
bound(ResolvedType) - Static method in class com.github.javaparser.resolution.types.ResolvedLambdaConstraintType
 
breadthFirstFunc - Static variable in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
 
BreadthFirstIterator(Node) - Constructor for class com.github.javaparser.ast.Node.BreadthFirstIterator
 
BREAK - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
BreakStmt - Class in com.github.javaparser.ast.stmt
The break statement Java 1.0-11 Break has an optional label:
break;
break somewhere;
The label is in the "value" property as a NameExpr.
BreakStmt() - Constructor for class com.github.javaparser.ast.stmt.BreakStmt
 
BreakStmt(String) - 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.
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`.
breakStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
buffer - Variable in class com.github.javaparser.AbstractCharStream
Internal circular buffer
bufpos - Variable in class com.github.javaparser.AbstractCharStream
Current read position in buffer.
bufsize - Variable in class com.github.javaparser.AbstractCharStream
Overall buffer size - same as buffer.length
build() - Method in class com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametersMap.Builder
 
Builder() - 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
 
BYTE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
byteType() - Static method in class com.github.javaparser.ast.type.PrimitiveType
 
byTypeName(String) - Static method in enum com.github.javaparser.ast.type.PrimitiveType.Primitive
 

C

Cache<K,V> - Interface in com.github.javaparser.resolution.cache
A contract that defines a semi-persistent mapping of keys and values.
CacheStats - Interface in com.github.javaparser.resolution.cache
 
calculateMaximumCommonType(List<Type>) - Static method in interface com.github.javaparser.ast.nodeTypes.NodeWithVariables
 
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.
CallableDeclaration<T extends CallableDeclaration<?>> - Class in com.github.javaparser.ast.body
Represents a declaration which is callable eg. a method or a constructor.
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 - 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`.
CallableDeclarationMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.CallableDeclarationMetaModel
 
callableDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
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?
capitalize(String) - Static method in class com.github.javaparser.utils.Utils
Capitalizes the first character in the string.
cascadingIfStmtPropertyMetaModel - Variable in class com.github.javaparser.metamodel.IfStmtMetaModel
 
CASE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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.
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`.
castExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
CATCH - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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(NodeList<Modifier>, NodeList<AnnotationExpr>, ClassOrInterfaceType, SimpleName, BlockStmt) - Constructor for class com.github.javaparser.ast.stmt.CatchClause
 
CatchClause(Parameter, 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.
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`.
catchClauseMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
catchClausesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.TryStmtMetaModel
 
Change - Interface in com.github.javaparser.printer.lexicalpreservation.changes
This represents a change that has happened to a specific Node.
CHAR - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
CHARACTER_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
CharLiteralExpr - Class in com.github.javaparser.ast.expr
A literal character.
CharLiteralExpr() - Constructor for class com.github.javaparser.ast.expr.CharLiteralExpr
 
CharLiteralExpr(String) - 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.
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`.
charLiteralExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
CharStream - Interface in com.github.javaparser
This interface describes a character stream that maintains line and column number positions of the characters.
charToken(ObservableProperty) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
charType() - Static method in class com.github.javaparser.ast.type.PrimitiveType
 
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.
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.
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.
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.
checkPropertyMetaModel - Variable in class com.github.javaparser.metamodel.AssertStmtMetaModel
 
child(ObservableProperty) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
ChildTextElement - Class in com.github.javaparser.printer.lexicalpreservation
Represent the position of a child node in the NodeText of its parent.
CLASS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
CLASS_BODY - Static variable in interface com.github.javaparser.ParseStart
 
CLASS_OR_INTERFACE_TYPE - Static variable in interface com.github.javaparser.ParseStart
 
classBodyPropertyMetaModel - Variable in class com.github.javaparser.metamodel.EnumConstantDeclarationMetaModel
 
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 - 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`.
classExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
classLoaderRoot(Class<?>) - Static method in class com.github.javaparser.utils.CodeGenerationUtils
 
ClassOrInterfaceDeclaration - Class in com.github.javaparser.ast.body
A definition of a class or interface.
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.
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`.
classOrInterfaceDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
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(String) - Constructor for class com.github.javaparser.ast.type.ClassOrInterfaceType
Deprecated.
use JavaParser.parseClassOrInterfaceType instead. This constructor does not understand generics.
ClassOrInterfaceType(ClassOrInterfaceType, String) - 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(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.
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`.
classOrInterfaceTypeMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
classToResolvedType(Class<?>) - Method in interface com.github.javaparser.resolution.Solver
Convert a Class into the corresponding ResolvedType.
ClassUtils - Class in com.github.javaparser.utils
 
ClassUtils() - Constructor for class com.github.javaparser.utils.ClassUtils
 
cleanUpCache() - Static method in class com.github.javaparser.printer.lexicalpreservation.PhantomNodeLogic
Deprecated.
Clean up the cache used by the LexicalPreserving logic.
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
 
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.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.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
 
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 class com.github.javaparser.StreamProvider
 
close() - Method in class com.github.javaparser.StringProvider
 
close() - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider
 
CodeGenerationUtils - Class in com.github.javaparser.utils
Utilities that can be useful when generating code.
collect(Path) - Method in interface com.github.javaparser.utils.CollectionStrategy
 
collect(Path) - Method in class com.github.javaparser.utils.ParserCollectionStrategy
 
CollectionStrategy - Interface in com.github.javaparser.utils
A strategy for discovering the structure of a project.
COLON - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
column - Variable in class com.github.javaparser.Position
 
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.utils - package com.github.javaparser.utils
 
COMMA - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
comma() - 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(String) - Constructor for class com.github.javaparser.ast.comments.Comment
 
Comment(TokenRange, String) - Constructor for class com.github.javaparser.ast.comments.Comment
This constructor is used by the parser and is considered private.
comment() - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
COMMENT_CONTENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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`.
CommentMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.CommentMetaModel
 
commentMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
commentPropertyMetaModel - Variable in class com.github.javaparser.metamodel.NodeMetaModel
 
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
 
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 WARNING: This implementation is subject to change.
CompactConstructorDeclaration() - Constructor for class com.github.javaparser.ast.body.CompactConstructorDeclaration
 
CompactConstructorDeclaration(String) - Constructor for class com.github.javaparser.ast.body.CompactConstructorDeclaration
 
CompactConstructorDeclaration(NodeList<Modifier>, String) - 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(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(TokenRange, NodeList<AnnotationExpr>, BlockStmt) - Constructor for class com.github.javaparser.ast.body.CompactConstructorDeclaration
This constructor is used by the parser and is considered private.
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`.
compactConstructorDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
compareConsideringTypeParameters(ResolvedReferenceType) - 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
 
COMPILATION_UNIT - Static variable in interface com.github.javaparser.ParseStart
 
CompilationUnit - Class in com.github.javaparser.ast
This class represents the entire compilation unit.
CompilationUnit() - Constructor for class com.github.javaparser.ast.CompilationUnit
 
CompilationUnit(String) - 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.Storage - Class in com.github.javaparser.ast
Information about where this compilation unit was loaded from.
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`.
compilationUnitMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
componentTypePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ArrayTypeMetaModel
 
concreteListChange(NodeList<?>, AstObserver.ListChangeType, int, Node) - Method in class com.github.javaparser.ast.observer.PropagatingAstObserver
 
concreteListReplacement(NodeList<?>, int, Node, Node) - Method in class com.github.javaparser.ast.observer.PropagatingAstObserver
 
concretePropertyChange(Node, ObservableProperty, Object, Object) - Method in class com.github.javaparser.ast.observer.PropagatingAstObserver
 
ConcreteSyntaxModel - Class in com.github.javaparser.printer
The Concrete Syntax Model for a single node type.
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
 
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.
ConditionalExprHandler - Interface in com.github.javaparser.resolution.promotion
 
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`.
conditionalExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
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
 
configuration - Variable in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
configuration - Variable in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
ConfigurationOption - Interface in com.github.javaparser.printer.configuration
 
ConflictingGenericTypesException - Exception in com.github.javaparser.resolution.logic
 
ConflictingGenericTypesException(ResolvedType, ResolvedType) - Constructor for exception com.github.javaparser.resolution.logic.ConflictingGenericTypesException
 
CONST - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
construct(Map<String, Object>) - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
Creates a new node of this type.
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(String) - Constructor for class com.github.javaparser.ast.body.ConstructorDeclaration
 
ConstructorDeclaration(NodeList<Modifier>, String) - 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(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.
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`.
constructorDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ConstructorResolutionLogic - Class in com.github.javaparser.resolution.logic
 
ConstructorResolutionLogic() - Constructor for class com.github.javaparser.resolution.logic.ConstructorResolutionLogic
 
containerType() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
Get the ReferenceTypeDeclaration enclosing this declaration.
contains(Comment) - Method in class com.github.javaparser.ast.comments.CommentsCollection
 
contains(N) - Method in class com.github.javaparser.ast.NodeList
 
contains(Object) - Method in class com.github.javaparser.ast.NodeList
 
contains(Range) - Method in class com.github.javaparser.Range
Does this loosely contain the other range?
contains(Position) - Method in class com.github.javaparser.Range
Does this loosely contain the other range?
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(Object) - Method in class com.github.javaparser.utils.VisitorList
 
contains(Object) - Method in class com.github.javaparser.utils.VisitorSet
 
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
 
containsData(DataKey<?>) - Method in class com.github.javaparser.ast.Node
 
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.
contentPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CommentMetaModel
 
Context - Interface in com.github.javaparser.resolution
Context is very similar to scope.
CONTINUE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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(String) - 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.
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`.
continueStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ConvertibleToUsage - Interface in com.github.javaparser.ast.type
Convert a Type into a 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.
copy() - Method in class com.github.javaparser.ast.comments.CommentsCollection
 
copyStatements(NodeList<Statement>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
 
copyStatements(NodeWithStatements<?>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
 
create(ResolvedReferenceTypeDeclaration, List<ResolvedType>) - Method in class com.github.javaparser.resolution.model.typesystem.ReferenceTypeImpl
 
create(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.resolution.model.typesystem.ReferenceTypeImpl
 
create(ResolvedReferenceTypeDeclaration, List<ResolvedType>) - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
create(ResolvedReferenceTypeDeclaration, ResolvedTypeParametersMap) - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
create(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
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
 
createDefaultPrinter() - Method in class com.github.javaparser.ast.Node
 
createDefaultPrinter(PrinterConfiguration) - Method in class com.github.javaparser.ast.Node
 
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
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.
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
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
 
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, 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(ObservableProperty, CsmConditional.Condition, 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, CsmElement) - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmList
 
CsmList(ObservableProperty) - 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
 
CTRL_Z - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
curChar - Variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
CURRENT - Static variable in enum com.github.javaparser.ParserConfiguration.LanguageLevel
The latest Java version that is available.
currentIndex() - Method in class com.github.javaparser.printer.lexicalpreservation.PeekingIterator
 
currentToken - Variable in exception com.github.javaparser.ParseException
This is the last token that has been consumed successfully.
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

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
 
decapitalize(String) - Static method in class com.github.javaparser.utils.Utils
Lower-cases the first character in the string.
DECIMAL_EXPONENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
DECIMAL_FLOATING_POINT_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
DECIMAL_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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?
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
 
DECR - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
DEFAULT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
Lexical state.
DEFAULT_BUF_SIZE - Static variable in class com.github.javaparser.AbstractCharStream
Default buffer size if nothing is specified
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(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(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(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.
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
 
DefaultImportOrderingStrategy - Class in com.github.javaparser.printer.configuration.imports
 
DefaultImportOrderingStrategy() - Constructor for class com.github.javaparser.printer.configuration.imports.DefaultImportOrderingStrategy
 
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
 
defaultValuePropertyMetaModel - Variable in class com.github.javaparser.metamodel.AnnotationMemberDeclarationMetaModel
 
deleteToken() - Method in class com.github.javaparser.JavaToken
Links the tokens around the current token together, making the current token disappear from the list.
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
 
depthFirstFunc - Static variable in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
 
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.
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 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.ResolvedPatternDeclaration
 
detect(String) - Static method in enum com.github.javaparser.utils.LineSeparator
 
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.ArrayIterator<T> - Class in com.github.javaparser.printer.lexicalpreservation
 
DifferenceElement - Interface in com.github.javaparser.printer.lexicalpreservation
 
dimensionPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ArrayCreationLevelMetaModel
 
DirectChildrenIterator(Node) - Constructor for class com.github.javaparser.ast.Node.DirectChildrenIterator
 
directivesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ModuleDeclarationMetaModel
 
DO - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
done() - Method in class com.github.javaparser.AbstractCharStream
 
done() - Method in interface com.github.javaparser.CharStream
The lexer calls this function to indicate that it is done with the stream and hence implementations can free any resources held by this class.
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 - 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`.
doStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
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 - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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(String) - 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(double) - Constructor for class com.github.javaparser.ast.expr.DoubleLiteralExpr
 
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`.
doubleLiteralExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
doubleType() - Static method in class com.github.javaparser.ast.type.PrimitiveType
 
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() - 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.
elementsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.IntersectionTypeMetaModel
 
elementsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.UnionTypeMetaModel
 
elementTypePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ArrayCreationExprMetaModel
 
elidesTypeArguments() - Method in class com.github.javaparser.ast.expr.Expression
 
ELLIPSIS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
ELSE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
elseBlockPropertyMetaModel - Variable in class com.github.javaparser.metamodel.IfStmtMetaModel
 
elseBranchPropertyMetaModel - Variable in class com.github.javaparser.metamodel.IfStmtMetaModel
 
elseExprPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ConditionalExprMetaModel
 
elseStmtPropertyMetaModel - Variable in class com.github.javaparser.metamodel.IfStmtMetaModel
 
empty() - Static method in class com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametersMap
 
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 - 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`.
emptyStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
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.
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`.
enclosedExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
end - Variable in class com.github.javaparser.Range
 
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.
ENTER_JAVADOC_COMMENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
ENTER_MULTILINE_COMMENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
ENTER_TEXT_BLOCK - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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 - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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(String) - 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.
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`.
enumConstantDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
EnumDeclaration - Class in com.github.javaparser.ast.body
The declaration of an enum.
EnumDeclaration() - Constructor for class com.github.javaparser.ast.body.EnumDeclaration
 
EnumDeclaration(NodeList<Modifier>, String) - 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(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.
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`.
enumDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
EOF - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
End of File.
EOL - Static variable in exception com.github.javaparser.ParseException
The end of line string (we do not use System.getProperty("") so that we are compatible with Android/GWT);
EOL - Static variable in class com.github.javaparser.utils.Utils
Deprecated.
New code should use LineSeparator.SYSTEM if referring to the current host system's line separator, else LineSeparator.CR or LineSeparator.LF or LineSeparator.CRLF if referring to a specific style of line separator.
eolTokenKind(LineSeparator) - Static method in class com.github.javaparser.TokenTypes
 
eolTokenKind() - Static method in class com.github.javaparser.TokenTypes
 
EQ - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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(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.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.Kept
 
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.utils.Pair
 
equalsString(LineSeparator) - Method in enum com.github.javaparser.utils.LineSeparator
 
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 - Variable in class com.github.javaparser.utils.VisitorList
 
equivalentType() - Method in class com.github.javaparser.resolution.logic.InferenceVariableType
 
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
 
error(Supplier<Throwable>, Supplier<String>) - Method in interface com.github.javaparser.utils.Log.Adapter
Both can supply a null.
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(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 class com.github.javaparser.utils.Log.SilentAdapter
 
error(Supplier<Throwable>, Supplier<String>) - Method in class com.github.javaparser.utils.Log.StandardOutStandardErrorAdapter
 
escape(String) - Static method in class com.github.javaparser.ast.expr.CharLiteralExpr
Utility method that creates a new StringLiteralExpr.
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.
evaluate(CsmConditional, Node) - Method in interface com.github.javaparser.printer.lexicalpreservation.changes.Change
 
evictionCount() - Method in interface com.github.javaparser.resolution.cache.CacheStats
Returns the number of times an entry has been evicted.
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.
expand() - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
 
expand() - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
 
expandBuff(boolean) - Method in class com.github.javaparser.AbstractCharStream
 
expectedTokenSequences - Variable in exception 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
 
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 - 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`.
explicitConstructorInvocationStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
EXPORTS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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 - Static variable in interface com.github.javaparser.ParseStart
 
expressionBodyPropertyMetaModel - Variable in class com.github.javaparser.metamodel.LambdaExprMetaModel
 
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`.
ExpressionMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.ExpressionMetaModel
 
expressionMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
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 - 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`.
expressionStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
extendedTypePropertyMetaModel - Variable in class com.github.javaparser.metamodel.WildcardTypeMetaModel
 
extendedTypesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ClassOrInterfaceDeclarationMetaModel
 
EXTENDS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
extendsBound(ResolvedType) - Static method in class com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration.Bound
Create an extends bound with the given type: extends "given type"
extendsBound(ResolvedType) - Static method in class com.github.javaparser.resolution.types.ResolvedWildcard
 
extract(List<DifferenceElement>) - Method in class com.github.javaparser.printer.lexicalpreservation.ReshuffledDiffElementExtractor
 

F

f(String, Object...) - Static method in class com.github.javaparser.utils.CodeGenerationUtils
A shortcut to String.format.
FALSE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
fConveringNode - Static variable in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
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, String) - Constructor for class com.github.javaparser.ast.expr.FieldAccessExpr
 
FieldAccessExpr(Expression, NodeList<Type>, SimpleName) - 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 - 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`.
fieldAccessExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
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(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(NodeList<Modifier>, Type, String) - Constructor for class com.github.javaparser.ast.body.FieldDeclaration
Creates a FieldDeclaration.
fieldDeclarationInScope(String) - Method in interface com.github.javaparser.resolution.Context
 
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`.
fieldDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
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.
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.
fillBuff() - Method in class com.github.javaparser.AbstractCharStream
 
FINAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
FINALLY - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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 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.
findCompilationUnit() - Method in class com.github.javaparser.ast.Node
 
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().
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
 
findLastToken() - Method in class com.github.javaparser.JavaToken
 
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
 
findNodeOfGivenClass(Node, Class<N>) - Static method in class com.github.javaparser.resolution.Navigator
findReturnStmt(MethodDeclaration) - Static method in class com.github.javaparser.resolution.Navigator
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
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.
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.
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_COLUMN - Static variable in class com.github.javaparser.Position
The first column -- note that it is 1-indexed (i.e. the first column is column 1, as opposed to 0)
FIRST_LINE - Static variable in class com.github.javaparser.Position
The first line -- note that it is 1-indexed (i.e. the first line is line 1, as opposed to 0)
FLOAT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
FLOATING_POINT_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
floatType() - Static method in class com.github.javaparser.ast.type.PrimitiveType
 
FOR - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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
 
forEachRemaining(Consumer<? super N>) - Method in class com.github.javaparser.ast.NodeList.NodeListIterator
 
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(TokenRange, VariableDeclarationExpr, Expression, Statement) - Constructor for class com.github.javaparser.ast.stmt.ForEachStmt
This constructor is used by the parser and is considered private.
ForEachStmt(VariableDeclarationExpr, String, BlockStmt) - Constructor for class com.github.javaparser.ast.stmt.ForEachStmt
 
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`.
forEachStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
formalParameterTypes() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
 
ForStmt - Class in com.github.javaparser.ast.stmt
The classic for statement Examples: for(int a=3, b=5; a<99; a++, b++) hello(); for(a=3, b=5; a<99; a++) { hello(); } for(a(),b();;) hello(); initialization is a list of expressions.
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 - 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`.
forStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
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
 
fromText(String) - Static method in class com.github.javaparser.javadoc.description.JavadocInlineTag
 
FunctionalInterfaceLogic - Class in com.github.javaparser.resolution.logic
 

G

GE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
Generated - Annotation Type in com.github.javaparser.ast
Copied from javax.annotation.Generated and reduced a bit.
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.
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, SourcePrinter) - Static method in class com.github.javaparser.printer.ConcreteSyntaxModel
 
genericPrettyPrint(Node) - Static method in class com.github.javaparser.printer.ConcreteSyntaxModel
 
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(int) - Method in class com.github.javaparser.ast.NodeList
 
get(ConfigurationOption) - Method in class com.github.javaparser.printer.configuration.DefaultPrinterConfiguration
 
get() - Method in class com.github.javaparser.printer.configuration.DefaultPrinterConfiguration
returns all options configured
get(ConfigurationOption) - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
 
get() - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
Deprecated.
 
get(ConfigurationOption) - Method in interface com.github.javaparser.printer.configuration.PrinterConfiguration
 
get() - Method in interface com.github.javaparser.printer.configuration.PrinterConfiguration
 
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(int) - Method in class com.github.javaparser.utils.VisitorList
 
get(Object) - Method in class com.github.javaparser.utils.VisitorMap
 
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(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() - Method in class com.github.javaparser.resolution.model.typesystem.ReferenceTypeImpl
 
getAllAncestors(Function<ResolvedReferenceTypeDeclaration, List<ResolvedReferenceType>>) - 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 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.
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.
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.
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
 
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.
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(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.
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
 
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
 
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
 
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.AbstractCharStream
 
getBeginColumn() - Method in interface com.github.javaparser.CharStream
 
getBeginLine() - Method in class com.github.javaparser.AbstractCharStream
 
getBeginLine() - Method in interface com.github.javaparser.CharStream
 
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.
getBoxTypeClass() - Method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
 
getBoxTypeQName() - Method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
 
getBufSizeAfterExpansion() - Method in class com.github.javaparser.AbstractCharStream
 
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.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).
getColumn() - Method in class com.github.javaparser.AbstractCharStream
 
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.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
 
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
getConstructorByParameterTypes(String...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
Try to find a ConstructorDeclaration by its parameter types.
getConstructorByParameterTypes(Class<?>...) - 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.ResolvedReferenceTypeDeclaration
 
getContainer() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
The TypeParametrizable of the container.
getContainerId() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
The ID of the container.
getContainerQualifiedName() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
The qualified name of the container.
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
 
getCorrespondingDeclaration() - Method in class com.github.javaparser.resolution.model.SymbolReference
The corresponding declaration.
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.
getDeclarationAsString(boolean, boolean, boolean) - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
The declaration returned has this schema: [accessSpecifier] className [throws exceptionsList]
getDeclarationAsString(boolean, boolean, boolean) - Method in class com.github.javaparser.ast.body.ConstructorDeclaration
The declaration returned has this schema: [accessSpecifier] className ([paramType [paramName]]) [throws exceptionsList]
getDeclarationAsString(boolean, boolean, boolean) - Method in class com.github.javaparser.ast.body.MethodDeclaration
The declaration returned has this schema: [accessSpecifier] [static] [abstract] [final] [native] [synchronized] returnType methodName ([paramType [paramName]]) [throws exceptionsList]
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 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.
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.
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.
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
 
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.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.AbstractCharStream
 
getEndColumn() - Method in interface com.github.javaparser.CharStream
 
getEndLine() - Method in class com.github.javaparser.AbstractCharStream
 
getEndLine() - Method in interface com.github.javaparser.CharStream
 
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
 
getErasedSignature() - Method in class com.github.javaparser.resolution.MethodUsage
The erased signature of the method.
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
 
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.
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.
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
 
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
 
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(ResolvedType) - Static method in class com.github.javaparser.resolution.logic.FunctionalInterfaceLogic
Get the functional method defined by the type, if any.
getFunctionalMethod(ResolvedReferenceTypeDeclaration) - Static method in class com.github.javaparser.resolution.logic.FunctionalInterfaceLogic
Get the functional method defined by the type, if any.
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.
getGetterMethodName() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
 
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
 
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.AbstractCharStream
 
getImage() - Method in interface com.github.javaparser.CharStream
 
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
 
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.
 
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
 
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
 
getInputCounter() - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider
getInterfaceByName(String) - Method in class com.github.javaparser.ast.CompilationUnit
Try to get a top level interface declaration by its name
getInterfaces() - Method in interface com.github.javaparser.resolution.declarations.ResolvedClassDeclaration
Return all the interfaces implemented directly by this class.
getInterfacesExtended() - Method in interface com.github.javaparser.resolution.declarations.ResolvedInterfaceDeclaration
Return the list of interfaces extended directly by this one.
getInternalType(String) - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
Returns a type declaration for the internal type based on name.
getIterable() - Method in class com.github.javaparser.ast.stmt.ForEachStmt
 
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
 
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
 
getLastParam() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
Utility method to get the last ParameterDeclaration.
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.AbstractCharStream
 
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.
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
 
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 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.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.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(String...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
Try to find a MethodDeclaration by its parameter types.
getMethodsByParameterTypes(Class<?>...) - 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.
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.PatternExpr
 
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 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.PatternExpr
 
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 com.github.javaparser.resolution.UnsolvedSymbolException
 
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
 
getNewValue() - Method in class com.github.javaparser.printer.lexicalpreservation.changes.PropertyChange
 
getNextOrder() - Method in class com.github.javaparser.printer.lexicalpreservation.Reshuffled
 
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.
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.
getNumberOfSpecifiedExceptions() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
Number of exceptions listed in the throws clause.
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
 
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.
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.
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).
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.
getParameter(int) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
 
getParameter() - Method in class com.github.javaparser.ast.stmt.CatchClause
Note that the type of the Parameter can be a UnionType.
getParameterByName(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
Try to find a Parameter by its name
getParameterByType(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
Try to find a Parameter by its type
getParameterByType(Class<?>) - 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
 
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.
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.
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... methods.
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
 
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
 
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(PrinterConfiguration) - Method in class com.github.javaparser.ast.CompilationUnit
 
getPrinter() - Method in class com.github.javaparser.ast.Node
 
getPrinter(PrinterConfiguration) - Method in class com.github.javaparser.ast.Node
 
getPrinter() - Method in class com.github.javaparser.utils.SourceRoot
Get the printing function.
getProblem(int) - Method in class com.github.javaparser.ParseResult
 
getProblems() - Method in exception 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
 
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.
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
 
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
 
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
 
getReturnType() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodDeclaration
The type of the value returned by the current method.
getRight() - Method in class com.github.javaparser.ast.expr.BinaryExpr
 
getRoot() - Method in interface com.github.javaparser.resolution.TypeSolver
Get the root of the hierarchy of type solver.
getRoot(Path) - Method in interface com.github.javaparser.utils.CollectionStrategy
 
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.
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
 
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.
getSize() - Method in class com.github.javaparser.printer.configuration.Indentation
 
getSolvedJavaLangObject() - 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.
getSpecifiedExceptions() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
 
getStatement(int) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
 
getStatement() - Method in class com.github.javaparser.ast.stmt.LabeledStmt
 
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
 
getSuffix(int) - Method in class com.github.javaparser.AbstractCharStream
 
getSuffix(int) - Method in interface com.github.javaparser.CharStream
 
getSuperClass() - Method in interface com.github.javaparser.resolution.declarations.ResolvedClassDeclaration
This is a ReferenceTypeUsage because it could contain type typeParametersValues.
getSuperNodeMetaModel() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
 
getSuperType() - Method in class com.github.javaparser.ast.type.WildcardType
 
getSymbolDeclarations() - Method in interface com.github.javaparser.resolution.SymbolDeclarator
 
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.
getTabSize() - Method in class com.github.javaparser.AbstractCharStream
 
getTabSize() - Method in interface com.github.javaparser.CharStream
 
getTabSize() - Method in class com.github.javaparser.ParserConfiguration
 
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
 
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
 
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
 
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.
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
 
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(int) - Method in class com.github.javaparser.ast.CompilationUnit
Convenience method that wraps getTypes().
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
 
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
 
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
 
getTypeBound() - Method in class com.github.javaparser.ast.type.TypeParameter
Return the list of ClassOrInterfaceType that this parameter extends.
getTypeDeclaration() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
Corresponding TypeDeclaration
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
 
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
 
getTypeParameter(int) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithTypeParameters
 
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.
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.
getTypes() - Method in class com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametersMap
 
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.
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(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
 
getValue() - Method in class com.github.javaparser.Token
An optional attribute value of the Token.
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(int) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithVariables
 
getVariable() - Method in class com.github.javaparser.ast.stmt.ForEachStmt
 
getVariableDeclarator() - Method in class com.github.javaparser.ast.stmt.ForEachStmt
Convenience method that directly returns this foreach statement's single variable declarator.
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
 
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
getZipPath() - Method in class com.github.javaparser.utils.SourceZip
Get the path of the ZIP file to be parsed.
GOTO - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
GT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.

H

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?
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.
hasDirectlyAnnotation(String) - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
Has the type at least one annotation declared having the specified qualified name?
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?
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(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
 
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.Kept
 
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.utils.Pair
 
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 - Variable in class com.github.javaparser.utils.VisitorList
 
hasInternalType(String) - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
Does this type contain an internal type with the given name?
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?
hasModifier(Modifier.Keyword) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithModifiers
 
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.ResolvedPatternDeclaration
 
hasName() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
Has the TypeDeclaration a name?
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
 
hasParametersOfType(String...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
Check if the parameters have certain types.
hasParametersOfType(Class<?>...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
Check if the parameters have certain types.
HasParentNode<T> - Interface in com.github.javaparser
An object that can have a parent node.
hasParentNode() - Method in interface com.github.javaparser.HasParentNode
Returns true if the parent has a parent
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
 
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
 
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?
hasVisibleField(String) - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
Either a declared field or inherited field which is not private.
hasWildcard() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
 
hasWildcard() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
 
HEX_DIGITS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
HEX_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
HEXADECIMAL_EXPONENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
HEXADECIMAL_FLOATING_POINT_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
hitCount() - Method in interface com.github.javaparser.resolution.cache.CacheStats
Returns the number of times 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.
HOME - Static variable in class com.github.javaparser.Position
The first position in the file.
HOOK - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.

I

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 - 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
 
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
 
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 - 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`.
ifStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
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
 
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
 
image - Variable in class com.github.javaparser.Token
The string image of the token.
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 - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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(String, boolean, boolean) - 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.
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`.
importDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
ImportOrderingStrategy - Interface in com.github.javaparser.printer.configuration
 
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.AbstractCharStream
Characters in the backup/pushBack buffer
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(StringBuilder, int) - Static method in class com.github.javaparser.utils.Utils
Make an indent by appending indentLevel tab characters to the builder.
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, int) - Constructor for class com.github.javaparser.printer.configuration.Indentation
 
Indentation(Indentation.IndentType) - Constructor for class com.github.javaparser.printer.configuration.Indentation
 
Indentation.IndentType - Enum in com.github.javaparser.printer.configuration
 
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() - Method in class com.github.javaparser.printer.lexicalpreservation.Difference.ArrayIterator
 
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.
indexPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ArrayAccessExprMetaModel
 
InferenceContext - Class in com.github.javaparser.resolution.logic
 
InferenceContext(TypeSolver) - Constructor for class com.github.javaparser.resolution.logic.InferenceContext
 
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
 
info(Supplier<String>) - Method in interface com.github.javaparser.utils.Log.Adapter
 
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 class com.github.javaparser.utils.Log.SilentAdapter
 
info(Supplier<String>) - Method in class com.github.javaparser.utils.Log.StandardOutStandardErrorAdapter
 
initializationPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ForStmtMetaModel
 
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.
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`.
initializerDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
initializerPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ArrayCreationExprMetaModel
 
initializerPropertyMetaModel - Variable in class com.github.javaparser.metamodel.VariableDeclaratorMetaModel
 
innerList - Variable in class com.github.javaparser.utils.VisitorList
 
innerPropertyMetaModel - Variable in class com.github.javaparser.metamodel.EnclosedExprMetaModel
 
input_stream - Variable in class com.github.javaparser.GeneratedJavaParserTokenManager
 
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.
INSTANCE - Static variable in class com.github.javaparser.resolution.model.typesystem.NullType
 
INSTANCE - Static variable in class com.github.javaparser.resolution.types.ResolvedVoidType
 
INSTANCEOF - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
InstanceOfExpr - Class in com.github.javaparser.ast.expr
The instanceof statement Java ??
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.
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`.
instanceOfExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
INT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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(String) - Constructor for class com.github.javaparser.ast.expr.IntegerLiteralExpr
 
IntegerLiteralExpr(TokenRange, String) - Constructor for class com.github.javaparser.ast.expr.IntegerLiteralExpr
This constructor is used by the parser and is considered private.
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.
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`.
integerLiteralExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
IntelliJImportOrderingStrategy - Class in com.github.javaparser.printer.configuration.imports
 
IntelliJImportOrderingStrategy() - Constructor for class com.github.javaparser.printer.configuration.imports.IntelliJImportOrderingStrategy
 
INTERFACE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
internalAdjustBuffSize() - Method in class com.github.javaparser.AbstractCharStream
 
InternalProperty - Annotation Type in com.github.javaparser.metamodel
Indicate an internal property of a Node, meaning it is not part of the meta model.
internalSetBufLineColumn(int, int) - Method in class com.github.javaparser.AbstractCharStream
 
internalTypes() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
Get the list of types defined inside the current type.
internalUpdateLineColumn(char) - Method in class com.github.javaparser.AbstractCharStream
 
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.
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`.
intersectionTypeMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
intType() - Static method in class com.github.javaparser.ast.type.PrimitiveType
 
INVALID - Static variable in class com.github.javaparser.JavaToken
 
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.TokenRange
 
INVALID_LEXICAL_STATE - Static variable in exception com.github.javaparser.TokenMgrException
Tried to change to an invalid lexical state.
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_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.
isAboutNodes() - Method in enum com.github.javaparser.ast.observer.ObservableProperty
 
isAboutValues() - Method in enum com.github.javaparser.ast.observer.ObservableProperty
 
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?
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
 
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
 
isAfterOrEqual(Position) - Method in class com.github.javaparser.Position
 
isAncestorOf(Node) - Method in class com.github.javaparser.ast.Node
Determines whether this node is an ancestor of the given node.
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(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
Check whether an annotation with this name is present on this element
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
isAnonymousClass() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
Is this type declaration corresponding to an anonymous class?
isApplicable(ResolvedConstructorDeclaration, List<ResolvedType>, TypeSolver) - 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(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.
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
 
isArrayType() - Method in class com.github.javaparser.ast.type.ArrayType
 
isArrayType() - Method in class com.github.javaparser.ast.type.Type
 
isAssertStmt() - Method in class com.github.javaparser.ast.stmt.AssertStmt
 
isAssertStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
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(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(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
 
isAssignableMatchTypeParameters(ResolvedType, ResolvedType, Map<String, ResolvedType>) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
 
isAssignableMatchTypeParameters(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() - 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
 
isBreakStmt() - Method in class com.github.javaparser.ast.stmt.BreakStmt
 
isBreakStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
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?
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
 
isCompactConstructorDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
isCompactConstructorDeclaration() - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
 
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
 
isDefault() - Method in class com.github.javaparser.ast.body.MethodDeclaration
 
isDefaultMethod() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodDeclaration
Is this a default method?
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
 
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.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() - 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
 
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?
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
 
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
 
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.
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
 
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.
 
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.
 
isInferenceVariable() - Method in interface com.github.javaparser.resolution.types.ResolvedType
 
isInheritable() - Method in interface com.github.javaparser.resolution.declarations.ResolvedAnnotationDeclaration
 
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
 
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() - 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?
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>
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
 
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?
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
 
isMultiple() - Method in enum com.github.javaparser.ast.observer.ObservableProperty
 
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
 
isNestedType() - Method in class com.github.javaparser.ast.body.TypeDeclaration
 
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.ChildTextElement
 
isNewLine() - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
 
isNewLine() - Method in class com.github.javaparser.printer.lexicalpreservation.Removed
 
isNewline() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
 
isNewline() - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
 
isNode() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
 
isNode(Node) - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
 
isNodeList() - Method 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(Node) - Method in enum com.github.javaparser.ast.observer.ObservableProperty
 
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?
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
 
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() - 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
 
isPattern() - Method in interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
Does this declaration represents a pattern declaration?
isPattern() - Method in interface com.github.javaparser.resolution.declarations.ResolvedPatternDeclaration
 
isPatternExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isPatternExpr() - Method in class com.github.javaparser.ast.expr.PatternExpr
 
isPhantom() - Method in class com.github.javaparser.ast.Node
 
isPhantom() - Method in class com.github.javaparser.ast.type.UnknownType
 
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() - 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
 
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
 
isQualified() - Method in class com.github.javaparser.ast.expr.Expression
 
isRawType() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
isRecordDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
 
isRecordDeclaration() - Method in class com.github.javaparser.ast.body.RecordDeclaration
 
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?
isReferenceType() - Method in class com.github.javaparser.resolution.types.ResolvedTypeVariable
 
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?
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
 
isRequired() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
 
isReturnStmt() - Method in class com.github.javaparser.ast.stmt.ReturnStmt
 
isReturnStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
isReturnTypeSubstituable(ResolvedType) - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodDeclaration
 
isReturnTypeSubstituable(MethodUsage) - Method in class com.github.javaparser.resolution.MethodUsage
 
isRootNode() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
 
isSameSignature(MethodUsage) - Method in class com.github.javaparser.resolution.MethodUsage
 
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
 
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", "…", " ", " ", "᠎", " ", " ", " ", " ", " ", " ",
       " ", " ", " ", " ", " ", "​", "‌", "‍", "
", "
", " ", " ", "⁠", " ", ""]>
  
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() - 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. when the parent isn't a compilation unit).
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
 
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
 
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
 
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
 
isTextBlockLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
 
isTextBlockLiteralExpr() - Method in class com.github.javaparser.ast.expr.TextBlockLiteralExpr
 
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.
isThrowStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
isThrowStmt() - Method in class com.github.javaparser.ast.stmt.ThrowStmt
 
isToken(int) - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
 
isToken() - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
 
isToken() - Method in class com.github.javaparser.printer.lexicalpreservation.Removed
 
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
 
isTrackLineColumn() - Method in class com.github.javaparser.AbstractCharStream
 
isTrackLineColumn() - Method in interface com.github.javaparser.CharStream
 
isTransient() - Method in class com.github.javaparser.ast.body.FieldDeclaration
 
isTransitive() - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
 
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
 
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
 
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
 
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
 
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.
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?
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?
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?
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() - 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
 
isWhitespace(int) - Static method in class com.github.javaparser.TokenTypes
 
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() - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
 
isWhiteSpaceOrComment() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
 
isWhitespaceOrComment(int) - Static method in class com.github.javaparser.TokenTypes
 
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
 
iterablePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ForEachStmtMetaModel
 
iterator() - Method in class com.github.javaparser.ast.NodeList
 
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

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
 
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
 
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
 
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
 
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
 
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
 
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
 
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
 
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
 
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
 
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
 
JAVA_IO_SERIALIZABLE - Static variable in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
 
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_OBJECT - Static variable in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
 
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_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
 
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 - 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(String) - 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.
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`.
javadocCommentMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
 
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.
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 - 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.
JavaParserAdapter - Class in com.github.javaparser
 
JavaParserAdapter(JavaParser) - Constructor for class com.github.javaparser.JavaParserAdapter
 
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
 
JavaParserMetaModel - Class in com.github.javaparser.metamodel
Warning: The content of this class is partially or completely generated - manual edits risk being overwritten.
JavaToken - Class in com.github.javaparser
A token from a parsed source file.
JavaToken(int, String) - Constructor for class com.github.javaparser.JavaToken
 
JavaToken(int) - Constructor for class com.github.javaparser.JavaToken
Create a token of a certain kind.
JavaToken(Range, int, String, JavaToken, JavaToken) - Constructor for class com.github.javaparser.JavaToken
 
JavaToken.Category - Enum in com.github.javaparser
 
JavaToken.Kind - Enum in com.github.javaparser
 
jjFillToken() - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
 
jjnewLexState - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
Lex State array.
jjstrLiteralImages - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
Token literal values.

K

kept(CsmElement) - Static method in interface com.github.javaparser.printer.lexicalpreservation.DifferenceElement
 
Kept - Class in com.github.javaparser.printer.lexicalpreservation
 
keySet() - Method in class com.github.javaparser.utils.VisitorMap
 
keywordPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ModifierMetaModel
 
kind - Variable in class com.github.javaparser.Token
An integer that describes the kind of this token.

L

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(String, Statement) - 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.
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`.
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
 
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
 
LambdaExpr - Class in com.github.javaparser.ast.expr
A lambda expression Java 1-7 Does not exist.
LambdaExpr() - Constructor for class com.github.javaparser.ast.expr.LambdaExpr
 
LambdaExpr(Parameter, BlockStmt) - Constructor for class com.github.javaparser.ast.expr.LambdaExpr
Creates a single parameter lambda expression.
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(Parameter, Expression) - 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>, 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.
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`.
lastIndexOf(Object) - Method in class com.github.javaparser.ast.NodeList
 
lastIndexOf(Object) - Method in class com.github.javaparser.utils.VisitorList
 
LazyType - Class in com.github.javaparser.resolution.model.typesystem
 
LazyType(Function<Void, ResolvedType>) - Constructor for class com.github.javaparser.resolution.model.typesystem.LazyType
 
LBRACE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
LBRACKET - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
LE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
leftPropertyMetaModel - Variable in class com.github.javaparser.metamodel.BinaryExprMetaModel
 
LETTER - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
levelsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ArrayCreationExprMetaModel
 
LEXICAL_ERROR - Static variable in exception com.github.javaparser.TokenMgrException
Lexical error occurred.
LexicalErr(boolean, int, int, int, String, int) - Static method in exception com.github.javaparser.TokenMgrException
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
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
 
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.
line - Variable in class com.github.javaparser.Position
 
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(String) - 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.
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`.
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(Provider) - Constructor for class com.github.javaparser.LineEndingProcessingProvider
 
LineEndingProcessingProvider(int, Provider) - Constructor for class com.github.javaparser.LineEndingProcessingProvider
 
LineSeparator - Enum in com.github.javaparser.utils
A representation of line endings, that can be used throughout the codebase.
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
 
listIterator() - Method in class com.github.javaparser.ast.NodeList
 
listIterator(int) - 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.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
 
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`.
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(String) - Constructor for class com.github.javaparser.ast.expr.LiteralStringValueExpr
 
LiteralStringValueExpr(TokenRange, String) - Constructor for class com.github.javaparser.ast.expr.LiteralStringValueExpr
This constructor is used by the parser and is considered private.
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`.
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.
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.
loadExceptionRate() - Method in interface com.github.javaparser.resolution.cache.CacheStats
Returns the ratio of cache loading attempts which threw exceptions.
loadSuccessCount() - Method in interface com.github.javaparser.resolution.cache.CacheStats
Returns the number of times 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`.
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`.
localVariableDeclarationInScope(String) - Method in interface com.github.javaparser.resolution.Context
Aim to resolve the given name by looking for a variable matching it.
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.
Log - Class in com.github.javaparser.utils
To avoid dependencies on logging frameworks, we have invented yet another logging framework :-) See a blog about this
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.
LONG - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
LONG_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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(String) - Constructor for class com.github.javaparser.ast.expr.LongLiteralExpr
 
LongLiteralExpr(TokenRange, String) - Constructor for class com.github.javaparser.ast.expr.LongLiteralExpr
This constructor is used by the parser and is considered private.
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.
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`.
longType() - Static method in class com.github.javaparser.ast.type.PrimitiveType
 
LookaheadIterator<E> - Interface in com.github.javaparser.printer.lexicalpreservation
 
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
 
LOOP_DETECTED - Static variable in exception com.github.javaparser.TokenMgrException
Detected (and bailed out of) an infinite loop in the token manager.
LPAREN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
LSHIFT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
LSHIFTASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
LT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.

M

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(String) - 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.
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`.
match(TextElement) - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
 
match(TextElement) - Method in interface com.github.javaparser.printer.lexicalpreservation.TextElementMatcher
 
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
 
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.AbstractCharStream
 
membersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.TypeDeclarationMetaModel
 
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(String, Expression) - 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.
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`.
memberValuePropertyMetaModel - Variable in class com.github.javaparser.metamodel.SingleMemberAnnotationExprMetaModel
 
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
 
messagePropertyMetaModel - Variable in class com.github.javaparser.metamodel.AssertStmtMetaModel
 
METHOD_DECLARATION - Static variable in interface com.github.javaparser.ParseStart
 
MethodAmbiguityException - Exception in com.github.javaparser.resolution
It is not possible to decide how to resolve a method invocation.
MethodAmbiguityException(String) - Constructor for exception 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(String, Expression...) - Constructor for class com.github.javaparser.ast.expr.MethodCallExpr
 
MethodCallExpr(Expression, String) - Constructor for class com.github.javaparser.ast.expr.MethodCallExpr
 
MethodCallExpr(Expression, SimpleName) - Constructor for class com.github.javaparser.ast.expr.MethodCallExpr
 
MethodCallExpr(Expression, String, 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, 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(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.
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`.
MethodDeclaration - Class in com.github.javaparser.ast.body
A method declaration.
MethodDeclaration() - 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(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(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.
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`.
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.
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`.
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
 
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
 
minus(CommentsCollection) - Method in class com.github.javaparser.ast.comments.CommentsCollection
 
MINUS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
minus(CacheStats) - Method in interface com.github.javaparser.resolution.cache.CacheStats
Returns a new ICacheStats representing the difference between this ICacheStats and other.
MINUSASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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.
missRate() - Method in interface com.github.javaparser.resolution.cache.CacheStats
Returns the ratio of cache requests which were misses.
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.
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`.
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.PatternExprMetaModel
 
modifiersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.TypeDeclarationMetaModel
 
modifiersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.VariableDeclarationExprMetaModel
 
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
 
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
 
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.
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`.
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.
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`.
ModuleDirectiveMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.ModuleDirectiveMetaModel
 
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`.
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`.
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`.
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`.
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`.
MULTI_LINE_COMMENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.

N

name - Variable in class com.github.javaparser.ast.expr.AnnotationExpr
 
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(String) - 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 - Static variable in interface com.github.javaparser.ParseStart
 
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(String) - 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.
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`.
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`.
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.PatternExprMetaModel
 
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.VariableDeclaratorMetaModel
 
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.
NE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
negatedPatternExprsExposedFromChildren() - Method in interface com.github.javaparser.resolution.Context
 
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
 
newToken(int, String) - Static method in class com.github.javaparser.Token
Returns a new Token object, by default.
newToken(int) - Static method in class com.github.javaparser.Token
 
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 - Variable in class com.github.javaparser.Token
A reference to the next regular (non-special) token from the input stream.
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
 
nextLine() - Method in class com.github.javaparser.Position
 
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.
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
 
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 - 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.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.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
 
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.
nodeContains(Node, Node, boolean) - Static method in class com.github.javaparser.utils.PositionUtils
Compare the position of two nodes.
NodeFinderVisitor - Class in com.github.javaparser.ast.visitor
 
NodeFinderVisitor(BiFunction<Node, Range, Boolean>) - Constructor for class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
NodeList<N extends Node> - 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(X...) - Static method in class com.github.javaparser.ast.NodeList
 
nodeList(Collection<X>) - Static method in class com.github.javaparser.ast.NodeList
 
nodeList(NodeList<X>) - Static method in class com.github.javaparser.ast.NodeList
 
NodeList.NodeListIterator - Class in com.github.javaparser.ast
 
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`.
NodeMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.NodeMetaModel
 
NodeWithAbstractModifier<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes.modifiers
A node that can be abstract.
NodeWithAccessModifiers<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes.modifiers
A node that can be public, protected, and/or private.
NodeWithAnnotations<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
A node that can be annotated.
NodeWithArguments<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
A node with arguments.
NodeWithBlockStmt<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
A node with a body that is a BlockStmt.
NodeWithBody<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
 
NodeWithCondition<N extends Node> - 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 extends Node> - Interface in com.github.javaparser.ast.nodeTypes
A node that has an expression in it.
NodeWithExtends<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
A node that explicitly extends other types, using the extends keyword.
NodeWithFinalModifier<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes.modifiers
A node that can be final.
NodeWithIdentifier<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
 
NodeWithImplements<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
A node that implements other types.
NodeWithJavadoc<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
A node that can be documented with a Javadoc comment.
NodeWithMembers<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
A node having members.
NodeWithModifiers<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
A Node with Modifiers.
NodeWithName<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
A node with a (qualified) name.
NodeWithOptionalBlockStmt<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
A node with a body that is a BlockStmt, which is optional.
NodeWithOptionalLabel<T extends Node> - Interface in com.github.javaparser.ast.nodeTypes
A node that has an optional label.
NodeWithOptionalScope<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
Represents a node which has an optional scope expression eg. method calls (object.method()).
NodeWithParameters<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
 
NodeWithPrivateModifier<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes.modifiers
A node that can be private.
NodeWithProtectedModifier<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes.modifiers
A node that can be protected.
NodeWithPublicModifier<N extends Node> - 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 extends Node> - Interface in com.github.javaparser.ast.nodeTypes
Represents a node which has a required scope expression eg. field access (object.method).
NodeWithSimpleName<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
A node with a name.
NodeWithStatements<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
A node that contains a list of statements.
NodeWithStaticModifier<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes.modifiers
A node that can be static.
NodeWithStrictfpModifier<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes.modifiers
A node that can be strictfp.
NodeWithThrownExceptions<N extends Node> - 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 extends Node,T extends Type> - Interface in com.github.javaparser.ast.nodeTypes
A node with a type.
NodeWithTypeArguments<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
A node that can have type arguments.
NodeWithTypeParameters<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
A node that can have type parameters.
NodeWithVariables<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
A node which has a list of variables.
NON_SEALED - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
none() - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
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.
nonSealedModifier() - Static method in class com.github.javaparser.ast.Modifier
 
noPrimitiveGenericArguments - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java5Validator
 
NormalAnnotationExpr - Class in com.github.javaparser.ast.expr
An annotation that has zero or more key-value pairs.
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`.
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, String) - Static method in class com.github.javaparser.utils.Utils
 
normalizeEolInTextBlock(String, LineSeparator) - Static method in class com.github.javaparser.utils.Utils
 
notifyPropertyChange(ObservableProperty, P, P) - Method in class com.github.javaparser.ast.Node
 
NotNull - Annotation Type in com.github.javaparser.quality
 
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
 
NULL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
Nullable - Annotation Type in com.github.javaparser.quality
 
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`.
NullType - Class in com.github.javaparser.resolution.model.typesystem
This is a virtual type used to represent null values.

O

object() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
 
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`.
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
 
Observable - Interface in com.github.javaparser.ast.observer
Observable element.
ObservableProperty - Enum in com.github.javaparser.ast.observer
Properties considered by the AstObserver
OCTAL_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
of(JavaParser) - Static method in class com.github.javaparser.JavaParserAdapter
Wraps the JavaParser.
OLD_MAC_EOL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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 - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
OPENS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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.
ORASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
orIfInvalid(Position) - Method in class com.github.javaparser.Position
 
originPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ArrayTypeMetaModel
 
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
 
output(Node) - Method in class com.github.javaparser.printer.DotPrinter
 
output(Node, String, String, StringBuilder) - 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, String, int, StringBuilder) - Method in class com.github.javaparser.printer.XmlPrinter
Deprecated.
output(Node) - Method in class com.github.javaparser.printer.YamlPrinter
 
output(Node, String, int, StringBuilder) - Method in class com.github.javaparser.printer.YamlPrinter
 
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.
overlapsWith(Range) - Method in class com.github.javaparser.Range
Does the other 'Range' overlap with this 'Range'?

P

PACKAGE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
PACKAGE_DECLARATION - Static variable in interface com.github.javaparser.ParseStart
 
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 - 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.
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`.
packageDeclarationPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CompilationUnitMetaModel
 
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
 
pairsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.NormalAnnotationExprMetaModel
 
parallelStream() - Method in class com.github.javaparser.ast.NodeList
 
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(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(NodeList<Modifier>, Type, SimpleName) - 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(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 - Static variable in interface com.github.javaparser.ParseStart
 
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`.
parameterPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CatchClauseMetaModel
 
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.
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
 
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
 
ParentsVisitor(Node) - Constructor for class com.github.javaparser.ast.Node.ParentsVisitor
 
parse() - Method in class com.github.javaparser.ast.comments.JavadocComment
 
parse(ParseStart<N>, Provider) - Method in class com.github.javaparser.JavaParser
Parses source code.
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) - Method in class com.github.javaparser.JavaParser
Parses the Java code contained in the InputStream 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) - Method in class com.github.javaparser.JavaParser
Parses the Java code contained in a File and returns a CompilationUnit that represents it.
parse(Path, Charset) - Method in class com.github.javaparser.JavaParser
Deprecated.
set the encoding in the ParserConfiguration
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(Reader) - Method in class com.github.javaparser.JavaParser
Parses Java code from a Reader and returns a CompilationUnit that represents it.
parse(String) - Method in class com.github.javaparser.JavaParser
Parses the Java code contained in code and returns a CompilationUnit that represents it.
parse(InputStream) - Method in class com.github.javaparser.JavaParserAdapter
 
parse(File) - Method in class com.github.javaparser.JavaParserAdapter
 
parse(Path) - Method in class com.github.javaparser.JavaParserAdapter
 
parse(Reader) - Method in class com.github.javaparser.JavaParserAdapter
 
parse(String) - Method in class com.github.javaparser.JavaParserAdapter
 
parse(GeneratedJavaParser) - Method in interface com.github.javaparser.ParseStart
 
parse(InputStream, Charset) - Static method in class com.github.javaparser.StaticJavaParser
Deprecated.
set the encoding in the ParserConfiguration
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(File, Charset) - Static method in class com.github.javaparser.StaticJavaParser
Deprecated.
set the encoding in the ParserConfiguration
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(Path, Charset) - Static method in class com.github.javaparser.StaticJavaParser
Deprecated.
set the encoding in the ParserConfiguration
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(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.StaticJavaParser
Parses the Java code contained in code and returns a CompilationUnit that represents it.
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(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() - 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(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.
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.
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.
ParseException - Exception in com.github.javaparser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception com.github.javaparser.ParseException
 
ParseException(Token, int[][], String[], String) - Constructor for exception com.github.javaparser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception com.github.javaparser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception 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 "."
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 "."
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(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.
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.
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 in com.github.javaparser
Thrown when parsing problems occur during parsing with the static methods on JavaParser.
ParseProblemException(List<Problem>) - Constructor for exception com.github.javaparser.ParseProblemException
 
ParseProblemException(Throwable) - Constructor for exception com.github.javaparser.ParseProblemException
 
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 - 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
 
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, Charset) - Method in class com.github.javaparser.JavaParser
Deprecated.
set the encoding in the ParserConfiguration
parseResource(ClassLoader, String, Charset) - Method in class com.github.javaparser.JavaParser
Deprecated.
set the encoding in the ParserConfiguration
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) - Static method in class com.github.javaparser.StaticJavaParser
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
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 "."
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 "."
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 - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
PatternExpr - Class in com.github.javaparser.ast.expr
The instanceof statement Java 1.0 to 13 Not available.
PatternExpr() - Constructor for class com.github.javaparser.ast.expr.PatternExpr
 
PatternExpr(NodeList<Modifier>, ReferenceType, SimpleName) - Constructor for class com.github.javaparser.ast.expr.PatternExpr
 
PatternExpr(TokenRange, NodeList<Modifier>, ReferenceType, SimpleName) - Constructor for class com.github.javaparser.ast.expr.PatternExpr
This constructor is used by the parser and is considered private.
patternExprInScope(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.
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`.
patternExprsExposedFromChildren() - Method in interface com.github.javaparser.resolution.Context
 
patternExprsExposedToChild(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.
patternPropertyMetaModel - Variable in class com.github.javaparser.metamodel.InstanceOfExprMetaModel
 
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<E> - Class in com.github.javaparser.printer.lexicalpreservation
Decorates an iterator to support one-element lookahead while iterating.
PeekingIterator(ListIterator<E>) - Constructor for class com.github.javaparser.printer.lexicalpreservation.PeekingIterator
Constructor.
PeekingIterator(List<E>) - Constructor for class com.github.javaparser.printer.lexicalpreservation.PeekingIterator
Constructor.
peekingIterator(ListIterator<E>) - Method in class com.github.javaparser.printer.lexicalpreservation.PeekingIterator
Decorates the specified iterator to support one-element lookahead.
PERMITS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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.
 
PLUS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
plus(CacheStats) - Method in interface com.github.javaparser.resolution.cache.CacheStats
Returns a new ICacheStats representing the sum of this ICacheStats and other.
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(int, int) - Static method in class com.github.javaparser.Position
Deprecated.
Use the constructor (e.g. new Position(line, column))
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
PositionUtils - Class in com.github.javaparser.utils
 
postfixPropertyMetaModel - Variable in class com.github.javaparser.metamodel.UnaryExprMetaModel
 
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.Processor
Makes the parser do a post-parsing step before the result is returned to the user.
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
 
Preconditions - Class in com.github.javaparser.quality
 
prefixPropertyMetaModel - Variable in class com.github.javaparser.metamodel.UnaryExprMetaModel
 
PreOrderIterator(Node) - Constructor for class com.github.javaparser.ast.Node.PreOrderIterator
 
preProcess(Provider) - Method in class com.github.javaparser.Processor
Adds a pre-parsing step, which has access to the sourcecode through the innerProvider.
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
 
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
 
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.
 
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
 
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
 
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.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`.
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(String) - Method in class com.github.javaparser.printer.SourcePrinter
Append the source string passed as argument to the buffer.
print(Node) - Static method in class com.github.javaparser.printer.XmlPrinter
 
print(Node) - Static method in class com.github.javaparser.printer.YamlPrinter
 
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<Expression>, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
printArguments(NodeList<Expression>, 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(Printer) - Method in class com.github.javaparser.ast.CompilationUnit
Declare a specific printer
printer - Variable in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
printer - Variable in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
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.
println(String) - Method in class com.github.javaparser.printer.SourcePrinter
Append the source string passed as argument to the buffer, then append a newline.
println() - Method in class com.github.javaparser.printer.SourcePrinter
Append a newline to the buffer.
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.
 
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.
 
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.
 
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.
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
 
process(Node) - Method in class com.github.javaparser.ast.visitor.TreeVisitor
Process the given node.
process(int) - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider.LineCounter
Analyzes the given character for line feed.
process(Path, Path, ParseResult<CompilationUnit>) - Method in interface com.github.javaparser.utils.SourceRoot.Callback
 
process(Path, ParseResult<CompilationUnit>) - Method in interface com.github.javaparser.utils.SourceZip.Callback
Process the given parse result.
processor() - Method in interface com.github.javaparser.ast.validator.TypedValidator
 
Processor - Class in com.github.javaparser
 
Processor() - Constructor for class com.github.javaparser.Processor
 
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
 
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
 
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
 
PROTECTED - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
protectedModifier() - Static method in class com.github.javaparser.ast.Modifier
 
Provider - Interface in com.github.javaparser
Abstract interface for reading from a stream.
provider(Reader) - Static method in class com.github.javaparser.Providers
 
provider(InputStream, Charset) - Static method in class com.github.javaparser.Providers
 
provider(InputStream) - Static method in class com.github.javaparser.Providers
 
provider(File, Charset) - Static method in class com.github.javaparser.Providers
 
provider(File) - Static method in class com.github.javaparser.Providers
 
provider(Path, Charset) - Static method in class com.github.javaparser.Providers
 
provider(Path) - Static method in class com.github.javaparser.Providers
 
provider(String) - Static method in class com.github.javaparser.Providers
 
Providers - Class in com.github.javaparser
Factory for providers of source code for JavaParser.
PROVIDES - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
PUBLIC - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
publicModifier() - Static method in class com.github.javaparser.ast.Modifier
 
put(K, V) - Method in interface com.github.javaparser.resolution.cache.Cache
Associates value with key in this cache.
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

qualifiedName() - Method in class com.github.javaparser.resolution.types.ResolvedTypeVariable
 
qualifierPropertyMetaModel - Variable in class com.github.javaparser.metamodel.NameMetaModel
 

R

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(Position, Position) - Static method in class com.github.javaparser.Range
Create a new `Range` object using the given begin and end position.
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.
RAW - Static variable in enum com.github.javaparser.ParserConfiguration.LanguageLevel
Does no post processing or validation.
RBRACE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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.AbstractCharStream
 
readChar() - Method in interface com.github.javaparser.CharStream
Get the next character from the selected input.
readerToString(Reader) - Static method in class com.github.javaparser.utils.Utils
 
recalculatePositions() - Method in class com.github.javaparser.ast.CompilationUnit
Recalculates the ranges of all nodes by looking at the sizes of the tokens.
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(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(NodeList<AnnotationExpr>, Type, Name) - Constructor for class com.github.javaparser.ast.body.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.
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`.
receiverParameterPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CallableDeclarationMetaModel
 
receiverParameterPropertyMetaModel - Variable in class com.github.javaparser.metamodel.RecordDeclarationMetaModel
 
RECORD - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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
 
RecordDeclaration - Class in com.github.javaparser.ast.body
The record declaration WARNING: This implementation is subject to change.
RecordDeclaration() - Constructor for class com.github.javaparser.ast.body.RecordDeclaration
 
RecordDeclaration(NodeList<Modifier>, String) - 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(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.
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`.
recordDeclarationPropertyMetaModel - Variable in class com.github.javaparser.metamodel.LocalRecordDeclarationStmtMetaModel
 
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
 
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.
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`.
ReferenceTypeMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.ReferenceTypeMetaModel
 
register(AstObserver) - Method in class com.github.javaparser.ast.Node
 
register(AstObserver, Node.ObserverRegistrationMode) - Method in class com.github.javaparser.ast.Node
Register a new observer for the given 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.
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.
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(int, int, int) - Method in class com.github.javaparser.AbstractCharStream
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(Provider, int, int, int) - Method in class com.github.javaparser.SimpleCharStream
Reinitialise.
reInit(Provider, int, int) - Method in class com.github.javaparser.SimpleCharStream
Reinitialise.
reInit(Provider) - Method in class com.github.javaparser.SimpleCharStream
Reinitialise.
REM - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
REMASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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() - Method in class com.github.javaparser.ast.comments.Comment
 
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.PatternExpr
 
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.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() - Method in class com.github.javaparser.ast.Node
Try to remove this node from the parent
remove(Node) - Method in class com.github.javaparser.ast.Node
 
remove() - Method in class com.github.javaparser.ast.NodeList.NodeListIterator
 
remove(Node) - Method in class com.github.javaparser.ast.NodeList
 
remove(int) - Method in class com.github.javaparser.ast.NodeList
 
remove(Object) - 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(Processor) - Method in class com.github.javaparser.ast.validator.postprocessors.PostProcessors
 
remove(Validator) - Method in class com.github.javaparser.ast.validator.Validators
 
remove() - Method in class com.github.javaparser.printer.lexicalpreservation.Difference.ArrayIterator
 
remove() - Method in class com.github.javaparser.printer.lexicalpreservation.PeekingIterator
remove(K) - Method in interface com.github.javaparser.resolution.cache.Cache
Discards any cached value for this key.
remove(Object) - Method in class com.github.javaparser.utils.VisitorList
 
remove(int) - 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
 
removeAll(Collection<?>) - Method in class com.github.javaparser.ast.NodeList
 
removeAll() - Method in interface com.github.javaparser.resolution.cache.Cache
Discards all entries in the cache.
removeAll(Collection<?>) - Method in class com.github.javaparser.utils.VisitorList
 
removeAll(Collection<?>) - Method in class com.github.javaparser.utils.VisitorSet
 
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
 
removeData(DataKey<?>) - Method in class com.github.javaparser.ast.Node
Remove data by key.
removeDefaultValue() - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
 
removeDimension() - Method in class com.github.javaparser.ast.ArrayCreationLevel
 
removeElementByObjectIdentity(List<E>, E) - Static method in class com.github.javaparser.utils.Utils
Like List.remove(Object), but using ==, not equals.
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
 
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.
removeIf(Predicate<? super N>) - Method in class com.github.javaparser.ast.NodeList
 
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
 
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 <>.
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, 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.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.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) - 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.Node
 
replace(N, N) - Method in class com.github.javaparser.ast.NodeList
Replaces the first node that is equal to "old" with "replacement".
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(Processor, Processor) - Method in class com.github.javaparser.ast.validator.postprocessors.PostProcessors
 
replace(Validator, Validator) - Method in class com.github.javaparser.ast.validator.Validators
 
replaceAll(UnaryOperator<N>) - Method in class com.github.javaparser.ast.NodeList
 
replaceAll(ResolvedType) - Method in class com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametersMap
 
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
 
replaceExceptionType(int, ResolvedType) - Method in class com.github.javaparser.resolution.MethodUsage
 
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.
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
 
replaceTypeVariables(ResolvedTypeParameterDeclaration, ResolvedType, Map<ResolvedTypeParameterDeclaration, ResolvedType>) - Method in class com.github.javaparser.resolution.model.typesystem.LazyType
 
replaceTypeVariables(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) - Method in interface com.github.javaparser.resolution.types.ResolvedType
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
 
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
 
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.
requireParentNode(Node) - Static method in class com.github.javaparser.resolution.Navigator
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
 
Reshuffled - Class in com.github.javaparser.printer.lexicalpreservation
Elements in a CsmMix have been reshuffled.
ReshuffledDiffElementExtractor - Class 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(ResolvedType) - Method in class com.github.javaparser.resolution.logic.InferenceContext
 
resolve() - Method in interface com.github.javaparser.resolution.Resolvable
 
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.
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
 
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.
ResolvedPatternDeclaration - Interface in com.github.javaparser.resolution.declarations
Declaration of a pattern expression.
ResolvedPrimitiveType - Enum in com.github.javaparser.resolution.types
 
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
 
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.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.
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.
ResolvedWildcard - Class in com.github.javaparser.resolution.types
A wildcard can be: - unbounded (?)
ResolvedWildcard.BoundType - Enum in com.github.javaparser.resolution.types
 
resolveType() - Method in interface com.github.javaparser.resolution.promotion.ConditionalExprHandler
 
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.
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.
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.
resourcesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.TryStmtMetaModel
 
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
 
RETURN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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`.
returnType() - Method in class com.github.javaparser.resolution.MethodUsage
 
right(int) - Method in class com.github.javaparser.Position
 
rightPropertyMetaModel - Variable in class com.github.javaparser.metamodel.BinaryExprMetaModel
 
RPAREN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
RSIGNEDSHIFT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
RSIGNEDSHIFTASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
RUNSIGNEDSHIFT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
RUNSIGNEDSHIFTASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.

S

save() - Method in class com.github.javaparser.ast.CompilationUnit.Storage
Saves the compilation unit to its original location
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.
saveAll(Path, Charset) - Method in class com.github.javaparser.utils.SourceRoot
Save all previously parsed files back to a new path.
saveAll(Path) - Method in class com.github.javaparser.utils.SourceRoot
Save all previously parsed files back to a new path.
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.
SC_AND - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
SC_OR - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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
 
screamingToCamelCase(String) - Static method in class com.github.javaparser.utils.Utils
Transform a string to the camel case conversion.
SEALED - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
sealedModifier() - Static method in class com.github.javaparser.ast.Modifier
 
selectorPropertyMetaModel - Variable in class com.github.javaparser.metamodel.SwitchExprMetaModel
 
selectorPropertyMetaModel - Variable in class com.github.javaparser.metamodel.SwitchStmtMetaModel
 
SEMICOLON - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
semicolon() - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
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
 
sequence(CsmElement...) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
set(N) - Method in class com.github.javaparser.ast.NodeList.NodeListIterator
 
set(int, N) - Method in class com.github.javaparser.ast.NodeList
 
set(T) - Method in class com.github.javaparser.printer.lexicalpreservation.Difference.ArrayIterator
 
set(E) - Method in class com.github.javaparser.printer.lexicalpreservation.PeekingIterator
 
set(T...) - Static method in class com.github.javaparser.utils.Utils
 
set(int, N) - Method in class com.github.javaparser.utils.VisitorList
 
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(NodeList<? extends Node>) - Method in class com.github.javaparser.ast.Node
 
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(Statement) - Method in class com.github.javaparser.ast.expr.LambdaExpr
 
setBody(BlockStmt) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithBlockStmt
 
setBody(Statement) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithBody
 
setBody(BlockStmt) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithOptionalBlockStmt
 
setBody(BlockStmt) - Method in class com.github.javaparser.ast.stmt.CatchClause
 
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(BlockStmt) - Method in class com.github.javaparser.ast.stmt.SynchronizedStmt
 
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(PrinterConfiguration) - Method in class com.github.javaparser.printer.DefaultPrettyPrinter
 
setConfiguration(PrinterConfiguration) - Method in class com.github.javaparser.printer.PrettyPrinter
Deprecated.
 
setConfiguration(PrettyPrinterConfiguration) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
setConfiguration(PrinterConfiguration) - Method in interface com.github.javaparser.printer.Printer
 
setConfiguration(ParserConfiguration) - Static method in class com.github.javaparser.StaticJavaParser
Set the configuration for the static parse... methods.
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
 
setData(DataKey<M>, M) - Method in class com.github.javaparser.ast.Node
Sets data for this node using the given key.
setDefault(boolean) - Method in class com.github.javaparser.ast.body.MethodDeclaration
 
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
 
setEscapedValue(String) - Method in class com.github.javaparser.ast.expr.StringLiteralExpr
Sets the content of this expressions to given value.
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(String) - 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
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
 
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(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
setInitializer(ArrayInitializerExpr) - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
Sets the initializer
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(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithJavadoc
Use this to store additional information to this node.
setJavadocComment(JavadocComment) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithJavadoc
 
setJavadocComment(String, Javadoc) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithJavadoc
 
setJavadocComment(Javadoc) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithJavadoc
 
setKeyword(Modifier.Keyword) - Method in class com.github.javaparser.ast.Modifier
 
setLabel(SimpleName) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithOptionalLabel
 
setLabel(String) - 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
 
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: enum X { A, B, C, D } until the amount of constants passes this currentValue (5 by default).
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(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.PatternExpr
 
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
 
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.
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(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(Name) - Method in class com.github.javaparser.ast.body.ReceiverParameter
 
setName(SimpleName) - Method in class com.github.javaparser.ast.body.TypeDeclaration
 
setName(SimpleName) - Method in class com.github.javaparser.ast.body.VariableDeclarator
 
setName(Name) - Method in class com.github.javaparser.ast.expr.AnnotationExpr
 
setName(Expression) - Method in class com.github.javaparser.ast.expr.ArrayAccessExpr
 
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.PatternExpr
 
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(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithName
 
setName(SimpleName) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithSimpleName
 
setName(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithSimpleName
 
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.type.ClassOrInterfaceType
 
setName(SimpleName) - Method in class com.github.javaparser.ast.type.TypeParameter
 
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
 
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.
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
 
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.
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.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.AbstractCharStream
 
setTabSize(int) - Method in interface com.github.javaparser.CharStream
Set the tab size to use.
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.
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
 
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.AbstractCharStream
 
setTrackLineColumn(boolean) - Method in interface com.github.javaparser.CharStream
Enable or disable line number and column number tracking.
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(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(int, TypeDeclaration<?>) - Method in class com.github.javaparser.ast.CompilationUnit
 
setType(Type) - Method in class com.github.javaparser.ast.expr.CastExpr
 
setType(Type) - Method in class com.github.javaparser.ast.expr.ClassExpr
 
setType(ReferenceType) - Method in class com.github.javaparser.ast.expr.InstanceOfExpr
 
setType(ClassOrInterfaceType) - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
 
setType(ReferenceType) - Method in class com.github.javaparser.ast.expr.PatternExpr
 
setType(Type) - Method in class com.github.javaparser.ast.expr.TypeExpr
 
setType(Name) - Method in class com.github.javaparser.ast.modules.ModuleUsesDirective
 
setType(T) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithType
Sets the type
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(SwitchEntry.Type) - Method in class com.github.javaparser.ast.stmt.SwitchEntry
 
setType(PrimitiveType.Primitive) - Method in class com.github.javaparser.ast.type.PrimitiveType
 
setType(Indentation.IndentType) - Method in class com.github.javaparser.printer.configuration.Indentation
 
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(Type...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithTypeArguments
 
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
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(Expression) - Method in class com.github.javaparser.ast.expr.AssignExpr
 
setValue(boolean) - Method in class com.github.javaparser.ast.expr.BooleanLiteralExpr
 
setValue(String) - Method in class com.github.javaparser.ast.expr.LiteralStringValueExpr
 
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
 
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
 
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.GeneratedJavaParserTokenManager
 
SHORT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
shortType() - Static method in class com.github.javaparser.ast.type.PrimitiveType
 
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, int, int, int) - Constructor for class com.github.javaparser.SimpleCharStream
Constructor.
SimpleCharStream(Provider, int, int) - Constructor for class com.github.javaparser.SimpleCharStream
Constructor.
SimpleCharStream(Provider) - 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(String) - 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.
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`.
SimpleValidator<N extends Node> - 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
 
SINGLE_LINE_COMMENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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`.
SingleNodeTypeValidator<N extends Node> - 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
 
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.utils.VisitorList
 
size() - Method in class com.github.javaparser.utils.VisitorMap
 
size() - Method in class com.github.javaparser.utils.VisitorSet
 
SLASH - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
SLASHASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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.
solved(S2) - Static method in class com.github.javaparser.resolution.model.SymbolReference
Create a solve reference to the given symbol.
solveGenericType(String) - Method in interface com.github.javaparser.resolution.Context
Default to no generics available in this context, delegating solving to the parent context.
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
 
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>, Context) - Method in interface com.github.javaparser.resolution.Solver
 
solveMethod(String, List<ResolvedType>, Node) - Method in interface com.github.javaparser.resolution.Solver
 
solveMethodAsUsage(String, List<ResolvedType>) - Method in interface com.github.javaparser.resolution.Context
Similar to solveMethod but we return a MethodUsage.
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. solving x when used as an argument doubleThis(x), or calculation return x * 2;).
solveSymbol(String, Context) - Method in interface com.github.javaparser.resolution.Solver
 
solveSymbol(String, Node) - Method in interface com.github.javaparser.resolution.Solver
 
solveSymbolAsValue(String) - Method in interface com.github.javaparser.resolution.Context
Used where a symbol is being used (e.g. solving x when used as an argument doubleThis(x), or calculation return x * 2;).
solveSymbolAsValue(String, Context) - Method in interface com.github.javaparser.resolution.Solver
 
solveSymbolAsValue(String, Node) - Method in interface com.github.javaparser.resolution.Solver
 
solveSymbolAsValueInParentContext(String) - Method in interface com.github.javaparser.resolution.Context
 
solveSymbolInParentContext(String) - Method in interface com.github.javaparser.resolution.Context
 
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.
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, 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, Context) - Method in interface com.github.javaparser.resolution.Solver
 
solveType(String, Node) - Method in interface com.github.javaparser.resolution.Solver
 
solveType(Type) - Method in interface com.github.javaparser.resolution.Solver
 
solveType(String) - Method in interface com.github.javaparser.resolution.TypeSolver
Solve the given type.
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.
solveTypeUsage(String, Context) - Method in interface com.github.javaparser.resolution.Solver
 
sort(Comparator<? super N>) - Method in class com.github.javaparser.ast.NodeList
 
sortByBeginPosition(List<T>) - Static method in class com.github.javaparser.utils.PositionUtils
 
sortByBeginPosition(NodeList<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
 
SourcePrinter - Class in com.github.javaparser.printer
A support class for code that outputs formatted source code.
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
 
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 variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
space() - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
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
 
STANDARD_INDENTATION_SIZE - Static variable in class com.github.javaparser.printer.lexicalpreservation.Difference
 
StandardOutStandardErrorAdapter() - Constructor for class com.github.javaparser.utils.Log.StandardOutStandardErrorAdapter
 
STAR - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
STARASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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 - Static variable in interface com.github.javaparser.ParseStart
 
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`.
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
 
statementsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.BlockStmtMetaModel
 
statementsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.SwitchEntryMetaModel
 
STATIC - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
STATIC_LEXER_ERROR - Static variable in exception com.github.javaparser.TokenMgrException
An attempt was made to create a second instance of a static token manager.
StaticJavaParser - Class in com.github.javaparser
A simpler, static API than JavaParser.
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.
stream(Node.TreeTraversal) - Method in class com.github.javaparser.ast.Node
Make a stream of nodes using traversal algorithm "traversal".
stream() - Method in class com.github.javaparser.ast.Node
Make a stream of nodes using pre-order traversal.
streamClose() - Method in class com.github.javaparser.AbstractCharStream
Close the underlying stream.
streamClose() - Method in class com.github.javaparser.SimpleCharStream
 
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, String) - Constructor for class com.github.javaparser.StreamProvider
Deprecated.
StreamProvider(InputStream, Charset) - Constructor for class com.github.javaparser.StreamProvider
 
StreamProvider(Reader) - Constructor for class com.github.javaparser.StreamProvider
 
streamRead(char[], int, int) - Method in class com.github.javaparser.AbstractCharStream
Read from the underlying stream.
streamRead(char[], int, int) - Method in class com.github.javaparser.SimpleCharStream
 
STRICTFP - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
strictfpModifier() - Static method in class com.github.javaparser.ast.Modifier
 
strictlyContains(Range) - Method in class com.github.javaparser.Range
Does this strictly contain the other range?
strictlyContains(Position) - Method in class com.github.javaparser.Range
Does this strictly contain position.
string(int, String) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
string(int) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
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.
StringLiteralExpr - Class in com.github.javaparser.ast.expr
A literal string.
StringLiteralExpr() - Constructor for class com.github.javaparser.ast.expr.StringLiteralExpr
 
StringLiteralExpr(String) - Constructor for class com.github.javaparser.ast.expr.StringLiteralExpr
Creates a string literal expression from given string.
StringLiteralExpr(TokenRange, String) - Constructor for class com.github.javaparser.ast.expr.StringLiteralExpr
This constructor is used by the parser and is considered private.
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`.
StringProvider - Class in com.github.javaparser
 
StringProvider(String) - Constructor for class com.github.javaparser.StringProvider
 
stringToken(ObservableProperty) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
 
stringWriterOutput(Node, String) - Method in class com.github.javaparser.printer.XmlPrinter
Create a string writer filled with XML document representing an AST node.
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.
subList(int, int) - Method in class com.github.javaparser.ast.NodeList
 
subList(int, int) - Method in class com.github.javaparser.utils.VisitorList
 
subtractPaths(Path, Path) - Static method in class com.github.javaparser.utils.CodeGenerationUtils
Shortens path "full" by cutting "difference" off the end of it.
SUPER - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
superBound(ResolvedType) - Static method in class com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration.Bound
Create a super bound with the given type: super "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`.
superTypePropertyMetaModel - Variable in class com.github.javaparser.metamodel.WildcardTypeMetaModel
 
SWITCH - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
SwitchEntry - Class in com.github.javaparser.ast.stmt
One case in a switch statement The main Javadoc is in SwitchStmt Java 1.0-11 switch (i) { case 1: case 2: System.out.println(444); break; default: System.out.println(0); }
This contains three SwitchEntrys.
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
 
SwitchEntry(TokenRange, NodeList<Expression>, SwitchEntry.Type, NodeList<Statement>) - Constructor for class com.github.javaparser.ast.stmt.SwitchEntry
This constructor is used by the parser and is considered private.
SwitchEntry.Type - Enum in com.github.javaparser.ast.stmt
 
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`.
SwitchExpr - Class in com.github.javaparser.ast.expr
The switch expression Java 1.0-11 Not available.
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.
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`.
SwitchNode - Interface in com.github.javaparser.ast.nodeTypes
The common interface of SwitchExpr and SwitchStmt
SwitchStmt - Class in com.github.javaparser.ast.stmt
The switch statement Java 1.0-1.4 The basic C-like 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`.
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 extends ResolvedDeclaration> - Class in com.github.javaparser.resolution.model
A reference to a symbol.
SymbolResolver - Interface in com.github.javaparser.resolution
 
SYNCHRONIZED - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
synchronizedModifier() - Static method in class com.github.javaparser.ast.Modifier
 
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`.
SYSTEM_EOL - Static variable in class com.github.javaparser.utils.Utils
Deprecated.
Renamed from Utils.EOL to make it explicit that we're using the system's line separator. New code should use LineSeparator.SYSTEM if referring to the current host system's line separator, else LineSeparator.CR or LineSeparator.LF or LineSeparator.CRLF if referring to a specific style of line separator.

T

targetPropertyMetaModel - Variable in class com.github.javaparser.metamodel.AssignExprMetaModel
 
TEXT_BLOCK_CONTENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
TEXT_BLOCK_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
TextBlockLiteralExpr - Class in com.github.javaparser.ast.expr
A text block Java 13- A text block is a multi-line string.
TextBlockLiteralExpr() - Constructor for class com.github.javaparser.ast.expr.TextBlockLiteralExpr
 
TextBlockLiteralExpr(String) - Constructor for class com.github.javaparser.ast.expr.TextBlockLiteralExpr
Creates a text block literal expression from given string.
TextBlockLiteralExpr(TokenRange, String) - Constructor for class com.github.javaparser.ast.expr.TextBlockLiteralExpr
This constructor is used by the parser and is considered private.
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`.
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
 
TextElementMatcher - Interface in com.github.javaparser.printer.lexicalpreservation
 
thenBlockPropertyMetaModel - Variable in class com.github.javaparser.metamodel.IfStmtMetaModel
 
thenExprPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ConditionalExprMetaModel
 
thenStmtPropertyMetaModel - Variable in class com.github.javaparser.metamodel.IfStmtMetaModel
 
THIS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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`.
THROW - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
thrownExceptionsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CallableDeclarationMetaModel
 
thrownExceptionsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CompactConstructorDeclarationMetaModel
 
THROWS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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`.
TILDE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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(T[]) - Method in class com.github.javaparser.ast.NodeList
 
toArray() - Method in class com.github.javaparser.utils.VisitorList
 
toArray(T[]) - 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.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(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
 
toBoxedType() - Method in enum com.github.javaparser.ast.type.PrimitiveType.Primitive
 
toBoxedType() - Method in class com.github.javaparser.ast.type.PrimitiveType
 
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
 
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(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.
tokenBegin - Variable in class com.github.javaparser.AbstractCharStream
The first array index (of `buffer`) that the current token starts
tokenImage - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
Literal token values.
tokenImage - Variable in exception com.github.javaparser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrException - Exception in com.github.javaparser
Token Manager Error.
TokenMgrException() - Constructor for exception com.github.javaparser.TokenMgrException
No arg constructor.
TokenMgrException(String, int) - Constructor for exception com.github.javaparser.TokenMgrException
Constructor with message and reason.
TokenMgrException(boolean, int, int, int, String, int, int) - Constructor for exception com.github.javaparser.TokenMgrException
Full Constructor.
TokenRange - Class in com.github.javaparser
The range of tokens covered by this node.
TokenRange(JavaToken, JavaToken) - Constructor for class com.github.javaparser.TokenRange
 
TokenTextElement - Class in com.github.javaparser.printer.lexicalpreservation
 
TokenTypes - Class in com.github.javaparser
Complements GeneratedJavaParserConstants
TokenTypes() - Constructor for class com.github.javaparser.TokenTypes
 
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
 
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
 
toReferenceType() - Method in class com.github.javaparser.ast.type.ReferenceType
 
toReferenceType() - Method in class com.github.javaparser.ast.type.Type
 
toResolvedType(Type, Class<T>) - Method in interface com.github.javaparser.resolution.SymbolResolver
For types it would find the corresponding resolved types.
toReturnStmt() - Method in class com.github.javaparser.ast.stmt.ReturnStmt
 
toReturnStmt() - Method in class com.github.javaparser.ast.stmt.Statement
 
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(PrinterConfiguration) - 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.LexicalPreservingVisitor
 
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 com.github.javaparser.resolution.UnsolvedSymbolException
 
toString() - Method in class com.github.javaparser.Token
Returns the image.
toString() - Method in class com.github.javaparser.TokenRange
 
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
 
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() - Method in interface com.github.javaparser.resolution.cache.CacheStats
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
 
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
 
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.
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
 
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(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(String, Supplier<Object>...) - Static method in class com.github.javaparser.utils.Log
For logging information that may help solving a problem.
transform(ResolvedType) - Method in interface com.github.javaparser.resolution.types.ResolvedTypeTransformer
 
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.
transformColumn(int) - Method in interface com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMapping.PositionUpdate
Maps the given column to an original column.
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 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 - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
transientModifier() - Static method in class com.github.javaparser.ast.Modifier
 
TRANSITIVE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
transitiveModifier() - Static method in class com.github.javaparser.ast.Modifier
 
translateEscapes() - Method in class com.github.javaparser.ast.expr.TextBlockLiteralExpr
 
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
 
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
 
trimTrailingSpaces(String) - Static method in class com.github.javaparser.utils.Utils
Like String.trim(), but only the trailing spaces.
TRUE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
TRY - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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
 
tryBlockPropertyMetaModel - Variable in class com.github.javaparser.metamodel.TryStmtMetaModel
 
TryStmt - Class in com.github.javaparser.ast.stmt
The try statement Java 1.0-6 try { // ... } catch (IOException e) { // ... } finally { // ... } In this code, "// do things" is the content of the tryBlock, there is one catch clause that catches IOException e, and there is a finally block.
TryStmt() - Constructor for class com.github.javaparser.ast.stmt.TryStmt
 
TryStmt(BlockStmt, NodeList<CatchClause>, BlockStmt) - 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(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`.
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.
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) - 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() - 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.
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.
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.
tryToSolveType(String) - Method in interface com.github.javaparser.resolution.TypeSolver
Try to solve the type with the given name.
Type - Class in com.github.javaparser.ast.type
Base class for types.
Type(TokenRange) - Constructor for class com.github.javaparser.ast.type.Type
Several sub classes do not support annotations.
Type(NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.type.Type
 
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 - Static variable in interface com.github.javaparser.ParseStart
 
TYPE_DECLARATION - Static variable in interface com.github.javaparser.ParseStart
 
TYPE_PARAMETER - Static variable in interface com.github.javaparser.ParseStart
 
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
 
typeBoundPropertyMetaModel - Variable in class com.github.javaparser.metamodel.TypeParameterMetaModel
 
TypeDeclaration<T extends TypeDeclaration<?>> - 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>, String) - 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(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.
typeDeclaration - Variable in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
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`.
TypeDeclarationMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.TypeDeclarationMetaModel
 
TypedValidator<N extends Node> - 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`.
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`.
TypeMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.TypeMetaModel
 
typeNamePropertyMetaModel - Variable in class com.github.javaparser.metamodel.SuperExprMetaModel
 
typeNamePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ThisExprMetaModel
 
TypeParameter - Class in com.github.javaparser.ast.type
A type parameter.
TypeParameter() - Constructor for class com.github.javaparser.ast.type.TypeParameter
 
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(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.
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`.
typeParametersMap() - Method in class com.github.javaparser.resolution.MethodUsage
 
typeParametersMap() - Method in interface com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametrized
 
typeParametersMap - Variable in class com.github.javaparser.resolution.types.ResolvedReferenceType
 
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
 
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
 
TypeSolver - Interface in com.github.javaparser.resolution
An element able to find TypeDeclaration from their name.
typesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CompilationUnitMetaModel
 
TypeUtils - Class in com.github.javaparser.utils
 
TypeUtils() - Constructor for class com.github.javaparser.utils.TypeUtils
 

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
 
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`.
UNBOUNDED - Static variable in class com.github.javaparser.resolution.types.ResolvedWildcard
 
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
 
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 - 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(Provider) - Constructor for class com.github.javaparser.UnicodeEscapeProcessingProvider
UnicodeEscapeProcessingProvider(int, 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.PositionUpdate - Interface in com.github.javaparser
Algorithm updating a Position from one file to a Position in a corresponding file.
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.
UnionType - Class in com.github.javaparser.ast.type
The union type Represents a set of types.
UnionType() - 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.
UnionType(NodeList<ReferenceType>) - Constructor for class com.github.javaparser.ast.type.UnionType
 
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`.
UNIX_EOL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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`.
unp(ResolvedType) - Static method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
 
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`.
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.
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 in com.github.javaparser.resolution
This exception is thrown when a symbol cannot be resolved.
UnsolvedSymbolException(String) - Constructor for exception com.github.javaparser.resolution.UnsolvedSymbolException
 
UnsolvedSymbolException(String, String) - Constructor for exception com.github.javaparser.resolution.UnsolvedSymbolException
 
UnsolvedSymbolException(String, Throwable) - Constructor for exception com.github.javaparser.resolution.UnsolvedSymbolException
 
UnsolvedSymbolException(String, String, Throwable) - Constructor for exception com.github.javaparser.resolution.UnsolvedSymbolException
 
unwrapArrayTypes(Type) - Static method in class com.github.javaparser.ast.type.ArrayType
Takes a type that may be an ArrayType.
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.
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.
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
 
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).
Validator - Interface in com.github.javaparser.ast.validator
A validator that can be run on a node to check for semantic errors.
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
 
value - Variable in class com.github.javaparser.ast.expr.LiteralStringValueExpr
 
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
 
valueIsNullOrEmpty(Object) - Static method in class com.github.javaparser.utils.Utils
 
valueIsNullOrEmptyStringOrOptional(Object) - Static method in class com.github.javaparser.utils.Utils
 
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
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(int) - Static method in enum com.github.javaparser.JavaToken.Kind
 
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.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.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.
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() - 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
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.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.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
 
valuesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ArrayInitializerExprMetaModel
 
varArgsAnnotationsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ParameterMetaModel
 
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(Type, String) - Constructor for class com.github.javaparser.ast.expr.VariableDeclarationExpr
 
VariableDeclarationExpr(VariableDeclarator) - Constructor for class com.github.javaparser.ast.expr.VariableDeclarationExpr
 
VariableDeclarationExpr(Type, String, Modifier...) - 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(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.
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`.
VariableDeclarator - Class in com.github.javaparser.ast.body
The declaration of a variable.
VariableDeclarator() - Constructor for class com.github.javaparser.ast.body.VariableDeclarator
 
VariableDeclarator(Type, String) - Constructor for class com.github.javaparser.ast.body.VariableDeclarator
 
VariableDeclarator(Type, SimpleName) - Constructor for class com.github.javaparser.ast.body.VariableDeclarator
 
VariableDeclarator(Type, String, Expression) - 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(TokenRange, Type, SimpleName, Expression) - Constructor for class com.github.javaparser.ast.body.VariableDeclarator
This constructor is used by the parser and is considered private.
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`.
variablePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ForEachStmtMetaModel
 
variablesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.FieldDeclarationMetaModel
 
variablesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.VariableDeclarationExprMetaModel
 
varNodeCreator - Variable in class com.github.javaparser.ast.validator.postprocessors.Java10PostProcessor
 
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`.
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
 
visit(ClassOrInterfaceDeclaration, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
 
visit(EnumDeclaration, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
 
visit(AnnotationDeclaration, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
 
visit(AnnotationMemberDeclaration, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
 
visit(ConstructorDeclaration, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
 
visit(FieldDeclaration, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
 
visit(MethodDeclaration, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
 
visit(LambdaExpr, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
 
visit(CatchClause, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
 
visit(VariableDeclarationExpr, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
 
visit(ModuleRequiresDirective, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
 
visit(IntegerLiteralExpr, 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.NoBinaryIntegerLiteralsValidator
 
visit(IntegerLiteralExpr, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.NoUnderscoresInIntegerLiteralsValidator
 
visit(LongLiteralExpr, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.NoUnderscoresInIntegerLiteralsValidator
 
visit(Name, 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.language_level_validations.chunks.UnderscoreKeywordValidator
 
visit(Name, ProblemReporter) - Method in class com.github.javaparser.ast.validator.RecordAsTypeIdentifierNotAllowed
 
visit(SimpleName, ProblemReporter) - Method in class com.github.javaparser.ast.validator.RecordAsTypeIdentifierNotAllowed
 
visit(Name, ProblemReporter) - Method in class com.github.javaparser.ast.validator.ReservedKeywordValidator
 
visit(SimpleName, ProblemReporter) - Method in class com.github.javaparser.ast.validator.ReservedKeywordValidator
 
visit(CompilationUnit, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(PackageDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(TypeParameter, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(LineComment, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(BlockComment, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ClassOrInterfaceDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(EnumDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(EnumConstantDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(AnnotationDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(AnnotationMemberDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(FieldDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(VariableDeclarator, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ConstructorDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(MethodDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(Parameter, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(InitializerDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(JavadocComment, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ClassOrInterfaceType, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(PrimitiveType, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ArrayType, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ArrayCreationLevel, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(IntersectionType, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(UnionType, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(VoidType, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(WildcardType, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(UnknownType, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ArrayAccessExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ArrayCreationExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ArrayInitializerExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(AssignExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(BinaryExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(CastExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ClassExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ConditionalExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(EnclosedExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(FieldAccessExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(InstanceOfExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(StringLiteralExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(IntegerLiteralExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(LongLiteralExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(CharLiteralExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(DoubleLiteralExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(BooleanLiteralExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(NullLiteralExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(MethodCallExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(NameExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ObjectCreationExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(Name, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(SimpleName, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ThisExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(SuperExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(UnaryExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(VariableDeclarationExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(MarkerAnnotationExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(SingleMemberAnnotationExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(NormalAnnotationExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(MemberValuePair, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ExplicitConstructorInvocationStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(LocalClassDeclarationStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(LocalRecordDeclarationStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(AssertStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(BlockStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(LabeledStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(EmptyStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ExpressionStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(SwitchStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(SwitchEntry, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(BreakStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ReturnStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(IfStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(WhileStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ContinueStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(DoStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ForEachStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ForStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ThrowStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(SynchronizedStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(TryStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(CatchClause, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(LambdaExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(MethodReferenceExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(TypeExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(NodeList, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ImportDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ModuleDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ModuleRequiresDirective, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ModuleExportsDirective, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ModuleProvidesDirective, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ModuleUsesDirective, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ModuleOpensDirective, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(UnparsableStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(ReceiverParameter, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(VarType, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(Modifier, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(SwitchExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(YieldStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(TextBlockLiteralExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(PatternExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(RecordDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(CompactConstructorDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
 
visit(CompilationUnit, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(PackageDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(TypeParameter, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(LineComment, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(BlockComment, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ClassOrInterfaceDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(EnumDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(EnumConstantDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(AnnotationDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(AnnotationMemberDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(FieldDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(VariableDeclarator, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ConstructorDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(MethodDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(Parameter, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(InitializerDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(JavadocComment, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ClassOrInterfaceType, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(PrimitiveType, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ArrayType, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ArrayCreationLevel, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(IntersectionType, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(UnionType, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(VoidType, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(WildcardType, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(UnknownType, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ArrayAccessExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ArrayCreationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ArrayInitializerExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(AssignExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(BinaryExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(CastExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ClassExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ConditionalExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(EnclosedExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(FieldAccessExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(InstanceOfExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(StringLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(IntegerLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(LongLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(CharLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(DoubleLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(BooleanLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(NullLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(MethodCallExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(NameExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ObjectCreationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(Name, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(SimpleName, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ThisExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(SuperExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(UnaryExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(VariableDeclarationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(MarkerAnnotationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(SingleMemberAnnotationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(NormalAnnotationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(MemberValuePair, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ExplicitConstructorInvocationStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(LocalClassDeclarationStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(LocalRecordDeclarationStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(AssertStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(BlockStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(LabeledStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(EmptyStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ExpressionStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(SwitchStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(SwitchEntry, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(BreakStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ReturnStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(IfStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(WhileStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ContinueStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(DoStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ForEachStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ForStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ThrowStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(SynchronizedStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(TryStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(CatchClause, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(LambdaExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(MethodReferenceExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(TypeExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ImportDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(NodeList, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ModuleDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ModuleRequiresDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ModuleExportsDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ModuleProvidesDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ModuleUsesDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ModuleOpensDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(UnparsableStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(ReceiverParameter, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(VarType, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(Modifier, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(SwitchExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(YieldStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(TextBlockLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(PatternExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(RecordDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(CompactConstructorDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
 
visit(AnnotationDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(AnnotationMemberDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ArrayAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ArrayCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ArrayCreationLevel, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ArrayInitializerExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ArrayType, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(AssertStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(AssignExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(BinaryExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(BlockComment, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(BlockStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(BooleanLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(BreakStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(CastExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(CatchClause, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(CharLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ClassExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ClassOrInterfaceDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ClassOrInterfaceType, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(CompilationUnit, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ConditionalExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ContinueStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(DoStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(DoubleLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(EmptyStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(EnclosedExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(EnumConstantDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(EnumDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ExplicitConstructorInvocationStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ExpressionStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(FieldAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(FieldDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ForStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ForEachStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(IfStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ImportDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(InitializerDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(InstanceOfExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(IntegerLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(IntersectionType, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(JavadocComment, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(LabeledStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(LambdaExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(LineComment, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(LocalClassDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(LocalRecordDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(LongLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(MarkerAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(MemberValuePair, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(MethodCallExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(MethodDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(MethodReferenceExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(NameExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(Name, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(NormalAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(NullLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ObjectCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(PackageDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(Parameter, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(PrimitiveType, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ReturnStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(SimpleName, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(SingleMemberAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(StringLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(SuperExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(SwitchEntry, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(SwitchStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(SynchronizedStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ThisExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ThrowStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(TryStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(TypeExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(TypeParameter, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(UnaryExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(UnionType, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(UnknownType, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(VariableDeclarationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(VariableDeclarator, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(VoidType, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(WhileStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(WildcardType, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(NodeList, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ModuleDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ModuleExportsDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ModuleOpensDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ModuleProvidesDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ModuleRequiresDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ModuleUsesDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(UnparsableStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(ReceiverParameter, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(VarType, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(Modifier, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(SwitchExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(YieldStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(TextBlockLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(PatternExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(RecordDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(CompactConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
 
visit(CompilationUnit, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(PackageDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(TypeParameter, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(LineComment, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(BlockComment, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ClassOrInterfaceDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(RecordDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(CompactConstructorDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(EnumDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(EnumConstantDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(AnnotationDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(AnnotationMemberDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(FieldDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(VariableDeclarator, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ConstructorDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(MethodDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(Parameter, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(InitializerDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(JavadocComment, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ClassOrInterfaceType, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(PrimitiveType, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ArrayType, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ArrayCreationLevel, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(IntersectionType, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(UnionType, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(VoidType, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(WildcardType, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(UnknownType, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ArrayAccessExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ArrayCreationExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ArrayInitializerExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(AssignExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(BinaryExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(CastExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ClassExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ConditionalExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(EnclosedExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(FieldAccessExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(InstanceOfExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(StringLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(IntegerLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(LongLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(CharLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(DoubleLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(BooleanLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(NullLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(MethodCallExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(NameExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ObjectCreationExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ThisExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(SuperExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(UnaryExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(VariableDeclarationExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(MarkerAnnotationExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(SingleMemberAnnotationExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(NormalAnnotationExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(MemberValuePair, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ExplicitConstructorInvocationStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(LocalClassDeclarationStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(LocalRecordDeclarationStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(AssertStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(BlockStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(LabeledStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(EmptyStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ExpressionStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(SwitchStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(SwitchEntry, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(BreakStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ReturnStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(IfStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(WhileStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ContinueStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(DoStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ForEachStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ForStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ThrowStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(SynchronizedStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(TryStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(CatchClause, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(LambdaExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(MethodReferenceExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(TypeExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(NodeList, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(Name, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(SimpleName, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ImportDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ModuleDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ModuleRequiresDirective, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ModuleExportsDirective, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ModuleProvidesDirective, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ModuleUsesDirective, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ModuleOpensDirective, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(UnparsableStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(ReceiverParameter, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(VarType, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(Modifier, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(SwitchExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(YieldStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(TextBlockLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(PatternExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
 
visit(AnnotationDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(AnnotationMemberDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ArrayAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ArrayCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ArrayInitializerExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(AssertStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(AssignExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(BinaryExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(BlockStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(BooleanLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(BreakStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(CastExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(CatchClause, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(CharLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ClassExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ClassOrInterfaceDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ClassOrInterfaceType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(CompilationUnit, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ConditionalExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ContinueStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(DoStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(DoubleLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(EmptyStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(EnclosedExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(EnumConstantDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(EnumDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ExplicitConstructorInvocationStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ExpressionStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(FieldAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(FieldDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ForEachStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ForStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(IfStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(InitializerDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(InstanceOfExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(IntegerLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(JavadocComment, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(LabeledStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(LongLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(MarkerAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(MemberValuePair, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(MethodCallExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(MethodDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(NameExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(NormalAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(NullLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ObjectCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(PackageDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(Parameter, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(PrimitiveType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(Name, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(SimpleName, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ArrayType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ArrayCreationLevel, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(IntersectionType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(UnionType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ReturnStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(SingleMemberAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(StringLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(SuperExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(SwitchEntry, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(SwitchStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(SynchronizedStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ThisExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ThrowStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(TryStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(LocalClassDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(LocalRecordDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(TypeParameter, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(UnaryExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(UnknownType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(VariableDeclarationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(VariableDeclarator, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(VoidType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(WhileStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(WildcardType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(LambdaExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(MethodReferenceExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(TypeExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ImportDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(BlockComment, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(LineComment, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(NodeList, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ModuleDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ModuleRequiresDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ModuleExportsDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ModuleProvidesDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ModuleUsesDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ModuleOpensDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(UnparsableStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(ReceiverParameter, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(VarType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(Modifier, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(SwitchExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(YieldStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(TextBlockLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(PatternExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(RecordDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(CompactConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
 
visit(AnnotationDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(AnnotationMemberDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ArrayAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ArrayCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ArrayInitializerExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(AssertStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(AssignExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(BinaryExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(BlockStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(BooleanLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(BreakStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(CastExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(CatchClause, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(CharLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ClassExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ClassOrInterfaceDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ClassOrInterfaceType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(CompilationUnit, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ConditionalExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ContinueStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(DoStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(DoubleLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(EmptyStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(EnclosedExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(EnumConstantDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(EnumDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ExplicitConstructorInvocationStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ExpressionStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(FieldAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(FieldDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ForEachStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ForStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(IfStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(InitializerDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(InstanceOfExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(IntegerLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(JavadocComment, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(LabeledStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(LongLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(MarkerAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(MemberValuePair, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(MethodCallExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(MethodDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(NameExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(NormalAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(NullLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ObjectCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(PackageDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(Parameter, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(PrimitiveType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(Name, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(SimpleName, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ArrayType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ArrayCreationLevel, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(IntersectionType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(UnionType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ReturnStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(SingleMemberAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(StringLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(SuperExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(SwitchEntry, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(SwitchStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(SynchronizedStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ThisExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ThrowStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(TryStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(LocalClassDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(LocalRecordDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(TypeParameter, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(UnaryExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(UnknownType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(VariableDeclarationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(VariableDeclarator, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(VoidType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(WhileStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(WildcardType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(LambdaExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(MethodReferenceExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(TypeExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ImportDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(BlockComment, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(LineComment, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(NodeList, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ModuleDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ModuleRequiresDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ModuleExportsDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ModuleProvidesDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ModuleUsesDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ModuleOpensDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(UnparsableStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(ReceiverParameter, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(VarType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(Modifier, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(SwitchExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(YieldStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(TextBlockLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(PatternExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(RecordDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(CompactConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
 
visit(AnnotationDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(AnnotationMemberDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ArrayAccessExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ArrayCreationExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ArrayCreationLevel, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ArrayInitializerExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ArrayType, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(AssertStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(AssignExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(BinaryExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(BlockComment, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(BlockStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(BooleanLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(BreakStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(CastExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(CatchClause, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(CharLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ClassExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ClassOrInterfaceDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ClassOrInterfaceType, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(CompilationUnit, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ConditionalExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ConstructorDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ContinueStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(DoStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(DoubleLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(EmptyStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(EnclosedExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(EnumConstantDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(EnumDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ExplicitConstructorInvocationStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ExpressionStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(FieldAccessExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(FieldDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ForStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ForEachStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(IfStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ImportDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(InitializerDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(InstanceOfExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(IntegerLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(IntersectionType, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(JavadocComment, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(LabeledStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(LambdaExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(LineComment, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(LocalClassDeclarationStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(LocalRecordDeclarationStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(LongLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(MarkerAnnotationExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(MemberValuePair, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(MethodCallExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(MethodDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(MethodReferenceExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(NameExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(Name, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(NodeList, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(NormalAnnotationExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(NullLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ObjectCreationExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(PackageDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(Parameter, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(PrimitiveType, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ReturnStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(SimpleName, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(SingleMemberAnnotationExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(StringLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(SuperExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(SwitchEntry, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(SwitchStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(SynchronizedStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ThisExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ThrowStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(TryStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(TypeExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(TypeParameter, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(UnaryExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(UnionType, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(UnknownType, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(VariableDeclarationExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(VariableDeclarator, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(VoidType, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(WhileStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(WildcardType, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ModuleDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ModuleRequiresDirective, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ModuleExportsDirective, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ModuleProvidesDirective, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ModuleUsesDirective, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ModuleOpensDirective, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(UnparsableStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(ReceiverParameter, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(VarType, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(Modifier, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(SwitchExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(YieldStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(TextBlockLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(PatternExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(RecordDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(CompactConstructorDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
 
visit(AnnotationDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(AnnotationMemberDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ArrayAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ArrayCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ArrayInitializerExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(AssertStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(AssignExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(BinaryExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(BlockStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(BooleanLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(BreakStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(CastExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(CatchClause, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(CharLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ClassExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ClassOrInterfaceDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(RecordDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ClassOrInterfaceType, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(CompilationUnit, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ConditionalExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(CompactConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ContinueStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(DoStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(DoubleLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(EmptyStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(EnclosedExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(EnumConstantDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(EnumDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ExplicitConstructorInvocationStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ExpressionStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(FieldAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(FieldDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ForEachStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ForStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(IfStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(InitializerDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(InstanceOfExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(IntegerLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(JavadocComment, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(LabeledStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(LongLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(MarkerAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(MemberValuePair, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(MethodCallExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(MethodDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(NameExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(NormalAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(NullLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ObjectCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(PackageDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(Parameter, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(Name, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(PrimitiveType, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(SimpleName, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ArrayType, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ArrayCreationLevel, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(IntersectionType, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(UnionType, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ReturnStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(SingleMemberAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(StringLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(SuperExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(SwitchEntry, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(SwitchStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(SynchronizedStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ThisExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ThrowStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(TryStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(LocalClassDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(LocalRecordDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(TypeParameter, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(UnaryExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(UnknownType, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(VariableDeclarationExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(VariableDeclarator, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(VoidType, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(WhileStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(WildcardType, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(LambdaExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(MethodReferenceExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(TypeExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(NodeList, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ImportDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(BlockComment, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(LineComment, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ModuleDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ModuleRequiresDirective, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ModuleExportsDirective, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ModuleProvidesDirective, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ModuleUsesDirective, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ModuleOpensDirective, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(UnparsableStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(ReceiverParameter, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(VarType, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(Modifier, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(SwitchExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(YieldStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(TextBlockLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(PatternExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
 
visit(CompilationUnit, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(PackageDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(TypeParameter, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(LineComment, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(BlockComment, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ClassOrInterfaceDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(EnumDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(EnumConstantDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(AnnotationDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(AnnotationMemberDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(FieldDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(VariableDeclarator, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ConstructorDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(MethodDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(Parameter, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(InitializerDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(JavadocComment, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ClassOrInterfaceType, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(PrimitiveType, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ArrayType, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ArrayCreationLevel, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(IntersectionType, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(UnionType, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(VoidType, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(WildcardType, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(UnknownType, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ArrayAccessExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ArrayCreationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ArrayInitializerExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(AssignExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(BinaryExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(CastExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ClassExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ConditionalExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(EnclosedExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(FieldAccessExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(InstanceOfExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(StringLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(IntegerLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(LongLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(CharLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(DoubleLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(BooleanLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(NullLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(MethodCallExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(NameExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ObjectCreationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(Name, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(SimpleName, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ThisExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(SuperExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(UnaryExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(VariableDeclarationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(MarkerAnnotationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(SingleMemberAnnotationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(NormalAnnotationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(MemberValuePair, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ExplicitConstructorInvocationStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(LocalClassDeclarationStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(LocalRecordDeclarationStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(AssertStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(BlockStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(LabeledStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(EmptyStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ExpressionStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(SwitchStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(SwitchEntry, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(BreakStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ReturnStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(IfStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(WhileStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ContinueStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(DoStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ForEachStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ForStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ThrowStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(SynchronizedStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(TryStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(CatchClause, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(LambdaExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(MethodReferenceExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(TypeExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ImportDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(NodeList, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ModuleDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ModuleRequiresDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ModuleExportsDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ModuleProvidesDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ModuleUsesDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ModuleOpensDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(UnparsableStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(ReceiverParameter, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(VarType, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(Modifier, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(SwitchExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(YieldStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(TextBlockLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(PatternExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(RecordDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(CompactConstructorDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
 
visit(AnnotationDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(AnnotationMemberDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ArrayAccessExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ArrayCreationExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ArrayCreationLevel, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ArrayInitializerExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ArrayType, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(AssertStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(AssignExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(BinaryExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(BlockComment, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(BlockStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(BooleanLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(BreakStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(CastExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(CatchClause, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(CharLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ClassExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ClassOrInterfaceDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ClassOrInterfaceType, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(CompilationUnit, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ConditionalExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ConstructorDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ContinueStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(DoStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(DoubleLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(EmptyStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(EnclosedExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(EnumConstantDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(EnumDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ExplicitConstructorInvocationStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ExpressionStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(FieldAccessExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(FieldDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ForStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ForEachStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(IfStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ImportDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(InitializerDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(InstanceOfExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(IntegerLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(IntersectionType, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(JavadocComment, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(LabeledStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(LambdaExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(LineComment, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(LocalClassDeclarationStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(LocalRecordDeclarationStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(LongLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(MarkerAnnotationExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(MemberValuePair, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(MethodCallExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(MethodDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(MethodReferenceExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(NameExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(Name, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(NodeList, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(NormalAnnotationExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(NullLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ObjectCreationExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(PackageDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(Parameter, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(PrimitiveType, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ReturnStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(SimpleName, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(SingleMemberAnnotationExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(StringLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(SuperExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(SwitchEntry, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(SwitchStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(SynchronizedStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ThisExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ThrowStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(TryStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(TypeExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(TypeParameter, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(UnaryExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(UnionType, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(UnknownType, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(VariableDeclarationExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(VariableDeclarator, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(VoidType, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(WhileStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(WildcardType, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ModuleDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ModuleRequiresDirective, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ModuleExportsDirective, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ModuleProvidesDirective, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ModuleUsesDirective, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ModuleOpensDirective, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(UnparsableStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(ReceiverParameter, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(VarType, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(Modifier, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(SwitchExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(YieldStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(TextBlockLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(PatternExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(RecordDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(CompactConstructorDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
 
visit(AnnotationDeclaration, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(AnnotationMemberDeclaration, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ArrayAccessExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ArrayCreationExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ArrayInitializerExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(AssertStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(AssignExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(BinaryExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(BlockStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(BooleanLiteralExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(BreakStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(CastExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(CatchClause, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(CharLiteralExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ClassExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ClassOrInterfaceDeclaration, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ClassOrInterfaceType, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(CompilationUnit, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ConditionalExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ConstructorDeclaration, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ContinueStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(DoStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(DoubleLiteralExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(EmptyStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(EnclosedExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(EnumConstantDeclaration, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(EnumDeclaration, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ExplicitConstructorInvocationStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ExpressionStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(FieldAccessExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(FieldDeclaration, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ForEachStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ForStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(IfStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(InitializerDeclaration, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(InstanceOfExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(IntegerLiteralExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(JavadocComment, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(LabeledStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(LongLiteralExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(MarkerAnnotationExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(MemberValuePair, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(MethodCallExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(MethodDeclaration, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(NameExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(NormalAnnotationExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(NullLiteralExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ObjectCreationExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(PackageDeclaration, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(Parameter, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(PrimitiveType, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(Name, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(SimpleName, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ArrayType, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ArrayCreationLevel, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(IntersectionType, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(UnionType, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ReturnStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(SingleMemberAnnotationExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(StringLiteralExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(SuperExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(SwitchEntry, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(SwitchStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(SynchronizedStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ThisExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ThrowStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(TryStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(LocalClassDeclarationStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(LocalRecordDeclarationStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(TypeParameter, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(UnaryExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(UnknownType, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(VariableDeclarationExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(VariableDeclarator, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(VoidType, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(WhileStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(WildcardType, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(LambdaExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(MethodReferenceExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(TypeExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ImportDeclaration, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(BlockComment, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(LineComment, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(NodeList, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ModuleDeclaration, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ModuleRequiresDirective, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ModuleExportsDirective, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ModuleProvidesDirective, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ModuleUsesDirective, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ModuleOpensDirective, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(UnparsableStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(ReceiverParameter, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(VarType, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(Modifier, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(SwitchExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(YieldStmt, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(TextBlockLiteralExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(PatternExpr, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(RecordDeclaration, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(CompactConstructorDeclaration, Range) - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
 
visit(CompilationUnit, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(PackageDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(TypeParameter, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(LineComment, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(BlockComment, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ClassOrInterfaceDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(EnumDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(EnumConstantDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(AnnotationDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(AnnotationMemberDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(FieldDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(VariableDeclarator, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ConstructorDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(MethodDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(Parameter, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(InitializerDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(JavadocComment, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ClassOrInterfaceType, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(PrimitiveType, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ArrayType, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ArrayCreationLevel, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(IntersectionType, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(UnionType, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(VoidType, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(WildcardType, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(UnknownType, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ArrayAccessExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ArrayCreationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ArrayInitializerExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(AssignExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(BinaryExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(CastExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ClassExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ConditionalExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(EnclosedExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(FieldAccessExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(InstanceOfExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(StringLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(IntegerLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(LongLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(CharLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(DoubleLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(BooleanLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(NullLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(MethodCallExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(NameExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ObjectCreationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(Name, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(SimpleName, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ThisExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(SuperExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(UnaryExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(VariableDeclarationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(MarkerAnnotationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(SingleMemberAnnotationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(NormalAnnotationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(MemberValuePair, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ExplicitConstructorInvocationStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(LocalClassDeclarationStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(LocalRecordDeclarationStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(AssertStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(BlockStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(LabeledStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(EmptyStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ExpressionStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(SwitchStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(SwitchEntry, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(BreakStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ReturnStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(IfStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(WhileStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ContinueStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(DoStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ForEachStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ForStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ThrowStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(SynchronizedStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(TryStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(CatchClause, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(LambdaExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(MethodReferenceExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(TypeExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ImportDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(NodeList, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ModuleDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ModuleRequiresDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ModuleExportsDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ModuleProvidesDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ModuleUsesDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ModuleOpensDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(UnparsableStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(ReceiverParameter, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(VarType, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(Modifier, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(SwitchExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(YieldStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(TextBlockLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(PatternExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(RecordDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(CompactConstructorDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
 
visit(AnnotationDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(AnnotationMemberDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ArrayAccessExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ArrayCreationExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ArrayCreationLevel, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ArrayInitializerExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ArrayType, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(AssertStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(AssignExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(BinaryExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(BlockComment, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(BlockStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(BooleanLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(BreakStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(CastExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(CatchClause, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(CharLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ClassExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ClassOrInterfaceDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ClassOrInterfaceType, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(CompilationUnit, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ConditionalExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ConstructorDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ContinueStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(DoStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(DoubleLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(EmptyStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(EnclosedExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(EnumConstantDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(EnumDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ExplicitConstructorInvocationStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ExpressionStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(FieldAccessExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(FieldDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ForStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ForEachStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(IfStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ImportDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(InitializerDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(InstanceOfExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(IntegerLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(IntersectionType, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(JavadocComment, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(LabeledStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(LambdaExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(LineComment, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(LocalClassDeclarationStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(LocalRecordDeclarationStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(LongLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(MarkerAnnotationExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(MemberValuePair, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(MethodCallExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(MethodDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(MethodReferenceExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(NameExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(Name, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(NodeList, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(NormalAnnotationExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(NullLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ObjectCreationExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(PackageDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(Parameter, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(PrimitiveType, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ReturnStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(SimpleName, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(SingleMemberAnnotationExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(StringLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(SuperExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(SwitchEntry, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(SwitchStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(SynchronizedStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ThisExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ThrowStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(TryStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(TypeExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(TypeParameter, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(UnaryExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(UnionType, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(UnknownType, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(VariableDeclarationExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(VariableDeclarator, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(VoidType, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(WhileStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(WildcardType, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ModuleDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ModuleRequiresDirective, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ModuleExportsDirective, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ModuleProvidesDirective, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ModuleUsesDirective, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ModuleOpensDirective, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(UnparsableStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(ReceiverParameter, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(VarType, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(Modifier, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(SwitchExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(YieldStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(TextBlockLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(PatternExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(RecordDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(CompactConstructorDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
 
visit(NodeList, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(AnnotationDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(AnnotationMemberDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ArrayAccessExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ArrayCreationExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ArrayCreationLevel, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ArrayInitializerExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ArrayType, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(AssertStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(AssignExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(BinaryExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(BlockComment, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(BlockStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(BooleanLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(BreakStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(CastExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(CatchClause, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(CharLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ClassExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ClassOrInterfaceDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ClassOrInterfaceType, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(CompilationUnit, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ConditionalExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ConstructorDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ContinueStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(DoStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(DoubleLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(EmptyStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(EnclosedExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(EnumConstantDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(EnumDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ExplicitConstructorInvocationStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ExpressionStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(FieldAccessExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(FieldDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ForStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ForEachStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(IfStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ImportDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(InitializerDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(InstanceOfExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(IntegerLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(IntersectionType, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(JavadocComment, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(LabeledStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(LambdaExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(LineComment, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(LocalClassDeclarationStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(LocalRecordDeclarationStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(LongLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(MarkerAnnotationExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(MemberValuePair, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(MethodCallExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(MethodDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(MethodReferenceExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(NameExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(Name, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(NormalAnnotationExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(NullLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ObjectCreationExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(PackageDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(Parameter, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(PrimitiveType, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(RecordDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(CompactConstructorDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ReturnStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(SimpleName, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(SingleMemberAnnotationExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(StringLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(SuperExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(SwitchEntry, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(SwitchStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(SynchronizedStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ThisExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ThrowStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(TryStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(TypeExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(TypeParameter, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(UnaryExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(UnionType, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(UnknownType, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(VariableDeclarationExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(VariableDeclarator, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(VoidType, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(WhileStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(WildcardType, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ModuleDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ModuleRequiresDirective, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ModuleExportsDirective, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ModuleProvidesDirective, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ModuleUsesDirective, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ModuleOpensDirective, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(UnparsableStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(ReceiverParameter, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(VarType, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(Modifier, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(SwitchExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(TextBlockLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(YieldStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(PatternExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
 
visit(AnnotationDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(AnnotationMemberDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ArrayAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ArrayCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ArrayInitializerExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(AssertStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(AssignExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(BinaryExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(BlockComment, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(BlockStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(BooleanLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(BreakStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(CastExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(CatchClause, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(CharLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ClassExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ClassOrInterfaceDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ClassOrInterfaceType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(CompilationUnit, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ConditionalExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ContinueStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(DoStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(DoubleLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(EmptyStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(EnclosedExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(EnumConstantDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(EnumDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ExplicitConstructorInvocationStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ExpressionStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(FieldAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(FieldDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ForEachStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ForStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(IfStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(InitializerDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(InstanceOfExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(IntegerLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(JavadocComment, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(LabeledStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(LineComment, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(LongLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(MarkerAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(MemberValuePair, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(MethodCallExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(MethodDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(NameExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(NormalAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(NullLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ObjectCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(PackageDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(Parameter, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(PrimitiveType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(Name, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(SimpleName, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ArrayType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ArrayCreationLevel, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(IntersectionType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(UnionType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ReturnStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(SingleMemberAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(StringLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(SuperExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(SwitchEntry, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(SwitchStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(SynchronizedStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ThisExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ThrowStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(TryStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(LocalClassDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(LocalRecordDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(TypeParameter, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(UnaryExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(UnknownType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(VariableDeclarationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(VariableDeclarator, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(VoidType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(WhileStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(WildcardType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(LambdaExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(MethodReferenceExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(TypeExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(NodeList, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ImportDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ModuleDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ModuleRequiresDirective, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ModuleExportsDirective, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ModuleProvidesDirective, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ModuleUsesDirective, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ModuleOpensDirective, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(UnparsableStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(ReceiverParameter, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(VarType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(Modifier, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(SwitchExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(TextBlockLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(YieldStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(PatternExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(RecordDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(CompactConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
 
visit(AnnotationDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(AnnotationMemberDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ArrayAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ArrayCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ArrayInitializerExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(AssertStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(AssignExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(BinaryExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(BlockComment, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(BlockStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(BooleanLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(BreakStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(CastExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(CatchClause, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(CharLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ClassExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ClassOrInterfaceDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ClassOrInterfaceType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(CompilationUnit, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ConditionalExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ContinueStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(DoStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(DoubleLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(EmptyStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(EnclosedExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(EnumConstantDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(EnumDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ExplicitConstructorInvocationStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ExpressionStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(FieldAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(FieldDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ForEachStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ForStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(IfStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(InitializerDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(InstanceOfExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(IntegerLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(JavadocComment, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(LabeledStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(LineComment, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(LongLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(MarkerAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(MemberValuePair, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(MethodCallExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(MethodDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(NameExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(NormalAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(NullLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ObjectCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(PackageDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(Parameter, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(PrimitiveType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(Name, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(SimpleName, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ArrayType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ArrayCreationLevel, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(IntersectionType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(UnionType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ReturnStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(SingleMemberAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(StringLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(SuperExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(SwitchEntry, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(SwitchStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(SynchronizedStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ThisExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ThrowStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(TryStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(LocalClassDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(LocalRecordDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(TypeParameter, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(UnaryExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(UnknownType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(VariableDeclarationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(VariableDeclarator, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(VoidType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(WhileStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(WildcardType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(LambdaExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(MethodReferenceExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(TypeExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(NodeList, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ImportDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ModuleDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ModuleRequiresDirective, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ModuleExportsDirective, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ModuleProvidesDirective, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ModuleUsesDirective, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ModuleOpensDirective, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(UnparsableStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(ReceiverParameter, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(Modifier, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(VarType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(SwitchExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(TextBlockLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(YieldStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(PatternExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(RecordDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(CompactConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
 
visit(CompilationUnit, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(PackageDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(NameExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(Name, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(SimpleName, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ClassOrInterfaceDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(RecordDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(JavadocComment, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ClassOrInterfaceType, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(TypeParameter, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(PrimitiveType, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ArrayType, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ArrayCreationLevel, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(IntersectionType, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(UnionType, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(WildcardType, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(UnknownType, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(FieldDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(VariableDeclarator, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ArrayInitializerExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(VoidType, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(VarType, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(Modifier, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ArrayAccessExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ArrayCreationExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(AssignExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(BinaryExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
work in progress for issue-545
visit(CastExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ClassExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ConditionalExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(EnclosedExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(FieldAccessExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(InstanceOfExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(PatternExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(CharLiteralExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(DoubleLiteralExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(IntegerLiteralExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(LongLiteralExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(StringLiteralExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(TextBlockLiteralExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(BooleanLiteralExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(NullLiteralExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ThisExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(SuperExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(MethodCallExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ObjectCreationExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(UnaryExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ConstructorDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(CompactConstructorDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(MethodDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(Parameter, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ReceiverParameter, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ExplicitConstructorInvocationStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(VariableDeclarationExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(LocalClassDeclarationStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(LocalRecordDeclarationStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(AssertStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(BlockStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(LabeledStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(EmptyStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ExpressionStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(SwitchStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(SwitchExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(SwitchEntry, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(BreakStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(YieldStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ReturnStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(EnumDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(EnumConstantDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(InitializerDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(IfStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(WhileStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ContinueStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(DoStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ForEachStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ForStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ThrowStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(SynchronizedStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(TryStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(CatchClause, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(AnnotationDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(AnnotationMemberDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(MarkerAnnotationExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(SingleMemberAnnotationExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(NormalAnnotationExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(MemberValuePair, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(LineComment, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(BlockComment, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(LambdaExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(MethodReferenceExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(TypeExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(NodeList, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ImportDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ModuleDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ModuleRequiresDirective, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ModuleExportsDirective, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ModuleProvidesDirective, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ModuleUsesDirective, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ModuleOpensDirective, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(UnparsableStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
 
visit(ChildTextElement) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingVisitor
 
visit(TokenTextElement) - Method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingVisitor
 
visit(CompilationUnit, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(PackageDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(NameExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(Name, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(SimpleName, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ClassOrInterfaceDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(RecordDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(JavadocComment, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ClassOrInterfaceType, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(TypeParameter, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(PrimitiveType, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ArrayType, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ArrayCreationLevel, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(IntersectionType, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(UnionType, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(WildcardType, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(UnknownType, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(FieldDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(VariableDeclarator, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ArrayInitializerExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(VoidType, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(VarType, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(Modifier, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ArrayAccessExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ArrayCreationExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(AssignExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(BinaryExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
work in progress for issue-545
visit(CastExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ClassExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ConditionalExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(EnclosedExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(FieldAccessExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(InstanceOfExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(PatternExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(CharLiteralExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(DoubleLiteralExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(IntegerLiteralExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(LongLiteralExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(StringLiteralExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(TextBlockLiteralExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(BooleanLiteralExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(NullLiteralExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ThisExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(SuperExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(MethodCallExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ObjectCreationExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(UnaryExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ConstructorDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(CompactConstructorDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(MethodDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(Parameter, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ReceiverParameter, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ExplicitConstructorInvocationStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(VariableDeclarationExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(LocalClassDeclarationStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(LocalRecordDeclarationStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(AssertStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(BlockStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(LabeledStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(EmptyStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ExpressionStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(SwitchStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(SwitchExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(SwitchEntry, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(BreakStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(YieldStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ReturnStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(EnumDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(EnumConstantDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(InitializerDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(IfStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(WhileStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ContinueStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(DoStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ForEachStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ForStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ThrowStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(SynchronizedStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(TryStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(CatchClause, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(AnnotationDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(AnnotationMemberDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(MarkerAnnotationExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(SingleMemberAnnotationExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(NormalAnnotationExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(MemberValuePair, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(LineComment, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(BlockComment, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(LambdaExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(MethodReferenceExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(TypeExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(NodeList, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ImportDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ModuleDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ModuleRequiresDirective, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ModuleExportsDirective, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ModuleProvidesDirective, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ModuleUsesDirective, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(ModuleOpensDirective, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
visit(UnparsableStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
Deprecated.
 
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
 
VisitorList<N extends Node> - 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.
VisitorMap<N extends Node,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.
VisitorSet<N extends Node> - 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.
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 - 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`.
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 - 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(Consumer<Node>) - Method in class com.github.javaparser.ast.Node
Walks the AST, calling the consumer for every node with pre-order 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".
WHILE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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`.
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, NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.type.WildcardType
This constructor is used by the parser and is considered private.
WildcardType(TokenRange, ReferenceType, ReferenceType) - 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`.
WINDOWS_EOL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
WITH - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
withBegin(Position) - Method in class com.github.javaparser.Range
 
withBegin(JavaToken) - Method in class com.github.javaparser.TokenRange
 
withBeginColumn(int) - Method in class com.github.javaparser.Range
 
withBeginLine(int) - Method in class com.github.javaparser.Range
 
withColumn(int) - Method in class com.github.javaparser.Position
 
withEnd(Position) - Method in class com.github.javaparser.Range
 
withEnd(JavaToken) - Method in class com.github.javaparser.TokenRange
 
withEndColumn(int) - Method in class com.github.javaparser.Range
 
withEndLine(int) - Method in class com.github.javaparser.Range
 
withLine(int) - Method in class com.github.javaparser.Position
 
withPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ModuleProvidesDirectiveMetaModel
 
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.

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 - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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 - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
YieldStmt - Class in com.github.javaparser.ast.stmt
The yield statement Java 1.0-11 Does not exist.
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`.

_

_DEFAULT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
RegularExpression Id.
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 _ 

Copyright © 2007–2024. All rights reserved.