Index
All Classes|All Packages|Constant Field Values|Deprecated API|Serialized Form
A
- a - Variable in class com.github.javaparser.utils.Pair
- ABSOLUTE_BEGIN_LINE - Static variable in class com.github.javaparser.ast.Node
-
Deprecated.
- 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
-
Deprecated.
- ABSOLUTE_END_LINE - Static variable in class com.github.javaparser.Position
- ABSTRACT - Enum constant in enum com.github.javaparser.ast.Modifier.Keyword
- ABSTRACT - Enum constant in enum com.github.javaparser.JavaToken.Kind
- ABSTRACT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- 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(RecordDeclaration, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.RecordDeclarationValidator
- accept(Node, ProblemReporter) - Method in class com.github.javaparser.ast.validator.SingleNodeTypeValidator
- accept(Node, ProblemReporter) - Method in class com.github.javaparser.ast.validator.TreeVisitorValidator
- accept(Node, ProblemReporter) - Method in interface com.github.javaparser.ast.validator.Validator
- accept(Node, ProblemReporter) - Method in class com.github.javaparser.ast.validator.Validators
- accept(Node, ProblemReporter) - Method in class com.github.javaparser.ast.validator.VisitorValidator
- accept(VarType, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.VarValidator
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.ArrayCreationLevel
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.body.AnnotationDeclaration
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.body.ConstructorDeclaration
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.body.EnumConstantDeclaration
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.body.EnumDeclaration
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.body.FieldDeclaration
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.body.InitializerDeclaration
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.body.MethodDeclaration
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.body.Parameter
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.body.ReceiverParameter
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.body.RecordDeclaration
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.body.VariableDeclarator
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.comments.BlockComment
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.comments.JavadocComment
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.comments.LineComment
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.CompilationUnit
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.ArrayAccessExpr
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.ArrayInitializerExpr
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.AssignExpr
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.BinaryExpr
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.BooleanLiteralExpr
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.CastExpr
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.CharLiteralExpr
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.ClassExpr
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.ConditionalExpr
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.DoubleLiteralExpr
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.EnclosedExpr
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.FieldAccessExpr
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.InstanceOfExpr
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.IntegerLiteralExpr
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.LambdaExpr
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.LongLiteralExpr
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.MarkerAnnotationExpr
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.MemberValuePair
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.MethodCallExpr
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.MethodReferenceExpr
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.Name
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.NameExpr
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.NormalAnnotationExpr
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.NullLiteralExpr
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.PatternExpr
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.SimpleName
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.StringLiteralExpr
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.SuperExpr
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.SwitchExpr
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.TextBlockLiteralExpr
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.ThisExpr
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.TypeExpr
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.UnaryExpr
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.expr.VariableDeclarationExpr
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.ImportDeclaration
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.Modifier
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.modules.ModuleDeclaration
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.modules.ModuleExportsDirective
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.modules.ModuleOpensDirective
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.modules.ModuleProvidesDirective
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.modules.ModuleUsesDirective
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.NodeList
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.PackageDeclaration
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.AssertStmt
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.BlockStmt
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.BreakStmt
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.CatchClause
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.ContinueStmt
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.DoStmt
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.EmptyStmt
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.ExpressionStmt
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.ForEachStmt
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.ForStmt
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.IfStmt
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.LabeledStmt
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.LocalRecordDeclarationStmt
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.ReturnStmt
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.SwitchEntry
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.SwitchStmt
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.SynchronizedStmt
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.ThrowStmt
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.TryStmt
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.UnparsableStmt
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.WhileStmt
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.stmt.YieldStmt
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.type.ArrayType
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.type.IntersectionType
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.type.PrimitiveType
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.type.TypeParameter
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.type.UnionType
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.type.UnknownType
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.type.VarType
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.type.VoidType
- accept(GenericVisitor<R, A>, A) - Method in class com.github.javaparser.ast.type.WildcardType
- accept(GenericVisitor<R, A>, A) - Method in interface com.github.javaparser.ast.visitor.Visitable
-
Accept method for visitor support.
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.ArrayCreationLevel
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.body.AnnotationDeclaration
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.body.ConstructorDeclaration
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.body.EnumConstantDeclaration
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.body.EnumDeclaration
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.body.FieldDeclaration
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.body.InitializerDeclaration
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.body.MethodDeclaration
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.body.Parameter
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.body.ReceiverParameter
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.body.RecordDeclaration
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.body.VariableDeclarator
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.comments.BlockComment
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.comments.JavadocComment
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.comments.LineComment
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.CompilationUnit
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.ArrayAccessExpr
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.ArrayInitializerExpr
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.AssignExpr
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.BinaryExpr
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.BooleanLiteralExpr
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.CastExpr
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.CharLiteralExpr
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.ClassExpr
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.ConditionalExpr
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.DoubleLiteralExpr
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.EnclosedExpr
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.FieldAccessExpr
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.InstanceOfExpr
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.IntegerLiteralExpr
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.LambdaExpr
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.LongLiteralExpr
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.MarkerAnnotationExpr
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.MemberValuePair
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.MethodCallExpr
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.MethodReferenceExpr
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.Name
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.NameExpr
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.NormalAnnotationExpr
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.NullLiteralExpr
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.PatternExpr
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.SimpleName
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.StringLiteralExpr
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.SuperExpr
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.SwitchExpr
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.TextBlockLiteralExpr
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.ThisExpr
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.TypeExpr
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.UnaryExpr
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.expr.VariableDeclarationExpr
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.ImportDeclaration
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.Modifier
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.modules.ModuleDeclaration
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.modules.ModuleExportsDirective
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.modules.ModuleOpensDirective
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.modules.ModuleProvidesDirective
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.modules.ModuleUsesDirective
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.NodeList
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.PackageDeclaration
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.AssertStmt
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.BlockStmt
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.BreakStmt
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.CatchClause
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.ContinueStmt
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.DoStmt
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.EmptyStmt
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.ExpressionStmt
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.ForEachStmt
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.ForStmt
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.IfStmt
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.LabeledStmt
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.LocalRecordDeclarationStmt
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.ReturnStmt
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.SwitchEntry
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.SwitchStmt
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.SynchronizedStmt
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.ThrowStmt
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.TryStmt
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.UnparsableStmt
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.WhileStmt
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.stmt.YieldStmt
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.type.ArrayType
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.type.IntersectionType
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.type.PrimitiveType
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.type.TypeParameter
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.type.UnionType
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.type.UnknownType
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.type.VarType
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.type.VoidType
- accept(VoidVisitor<A>, A) - Method in class com.github.javaparser.ast.type.WildcardType
- accept(VoidVisitor<A>, A) - Method in interface com.github.javaparser.ast.visitor.Visitable
-
Accept method for visitor support.
- accept(N, ProblemReporter) - Method in interface com.github.javaparser.ast.validator.TypedValidator
- accessSpecifier() - Method in interface com.github.javaparser.resolution.declarations.HasAccessSpecifier
-
The access specifier of this element.
- AccessSpecifier - Enum in com.github.javaparser.ast
-
Access specifier.
- add(int, N) - Method in class com.github.javaparser.ast.NodeList
- add(int, N) - Method in class com.github.javaparser.utils.VisitorList
- add(CompilationUnit) - Method in class com.github.javaparser.utils.SourceRoot
-
Add a newly created Java file to the cache of this source root.
- add(Validator) - Method in class com.github.javaparser.ast.validator.Validators
- add(Processor) - Method in class com.github.javaparser.ast.validator.postprocessors.PostProcessors
- 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(N) - Method in class com.github.javaparser.ast.NodeList
- add(N) - Method in class com.github.javaparser.ast.NodeList.NodeListIterator
- add(N) - Method in class com.github.javaparser.utils.VisitorList
- add(N) - Method in class com.github.javaparser.utils.VisitorSet
- addAfter(N, N) - Method in class com.github.javaparser.ast.NodeList
-
Inserts the node after afterThisNode.
- addAll(int, Collection<? extends N>) - Method in class com.github.javaparser.ast.NodeList
- addAll(int, Collection<? extends N>) - Method in class com.github.javaparser.utils.VisitorList
- addAll(NodeList<N>) - Method in class com.github.javaparser.ast.NodeList
- addAll(Collection<? extends N>) - Method in class com.github.javaparser.ast.NodeList
- addAll(Collection<? extends N>) - Method in class com.github.javaparser.utils.VisitorList
- addAll(Collection<? extends N>) - Method in class com.github.javaparser.utils.VisitorSet
- addAndGetAnnotation(Class<? extends Annotation>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
-
Annotates this node and automatically add the import
- addAndGetAnnotation(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
-
Annotates this
- addAndGetParameter(Parameter) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
- addAndGetParameter(Type, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
- addAndGetParameter(Class<?>, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
- addAndGetParameter(String, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
-
Remember to import the class in the compilation unit yourself
- addAndGetStatement(int, Statement) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
- addAndGetStatement(A) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
- addAndGetStatement(Expression) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
- addAndGetStatement(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
- addAnnotation(AnnotationExpr) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
- addAnnotation(Class<? extends Annotation>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
-
Annotates this node and automatically add the import
- addAnnotation(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
-
Annotates this
- addAnnotationDeclaration(String) - Method in class com.github.javaparser.ast.CompilationUnit
-
Add a public annotation declaration to the types of this compilation unit
- addAnnotationDeclaration(String, Modifier.Keyword...) - Method in class com.github.javaparser.ast.CompilationUnit
-
Add an annotation declaration to the types of this compilation unit
- addAnonymousClassBody(BodyDeclaration<?>) - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
- addArgument(Expression) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithArguments
- addArgument(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithArguments
- addBefore(N, N) - Method in class com.github.javaparser.ast.NodeList
-
Inserts the node before beforeThisNode.
- addBlockTag(JavadocBlockTag) - Method in class com.github.javaparser.javadoc.Javadoc
- addBlockTag(String) - Method in class com.github.javaparser.javadoc.Javadoc
- addBlockTag(String, String) - Method in class com.github.javaparser.javadoc.Javadoc
-
For tags like "@return good things" where tagName is "return", and the rest is content.
- addBlockTag(String, String, String) - Method in class com.github.javaparser.javadoc.Javadoc
-
For tags like "@param abc this is a parameter" where tagName is "param", parameter is "abc" and the rest is content.
- 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(ModuleDirective) - Method in class com.github.javaparser.ast.modules.ModuleDeclaration
- addDirective(String) - Method in class com.github.javaparser.ast.modules.ModuleDeclaration
-
Add a directive to the module, like "exports R.S to T1.U1, T2.U2;"
- added(CsmElement) - Static method in interface com.github.javaparser.printer.lexicalpreservation.DifferenceElement
- Added - Class in com.github.javaparser.printer.lexicalpreservation
- 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(Type, String, Modifier.Keyword...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
Add a field to this.
- addField(Class<?>, String, Modifier.Keyword...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
Add a field to this and automatically add the import of the type if needed
- addField(String, String, Modifier.Keyword...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
Add a field to this.
- addFieldWithInitializer(Type, String, Expression, Modifier.Keyword...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
Add a field to this.
- addFieldWithInitializer(Class<?>, String, Expression, Modifier.Keyword...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
Add a field to this and automatically add the import of the type if needed
- addFieldWithInitializer(String, String, Expression, Modifier.Keyword...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
Add a field to this.
- addFirst(N) - Method in class com.github.javaparser.ast.NodeList
-
Inserts the node before all other nodes.
- addImplementedType(ClassOrInterfaceType) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithImplements
- addImplementedType(Class<?>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithImplements
-
Add an implements to this and automatically add the import
- addImplementedType(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithImplements
-
Add an implements to this
- addImplements(Class<?>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithImplements
-
Deprecated.use addImplementedType instead
- addImplements(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithImplements
-
Deprecated.use addImplementedType instead
- addImport(ImportDeclaration) - Method in class com.github.javaparser.ast.CompilationUnit
-
adds an import if not implicitly imported by java (i.e.
- addImport(Class<?>) - Method in class com.github.javaparser.ast.CompilationUnit
-
Add an import to the list of
ImportDeclaration
of this compilation unit
shorthand forCompilationUnit.addImport(String)
with clazz.getName() - addImport(String) - Method in class com.github.javaparser.ast.CompilationUnit
-
Add an import to the list of
ImportDeclaration
of this compilation unit
shorthand forCompilationUnit.addImport(String, boolean, boolean)
with name,false,false - addImport(String, boolean, boolean) - Method in class com.github.javaparser.ast.CompilationUnit
-
Add an import to the list of
ImportDeclaration
of this compilation unit
This method check if no import with the same name is already in the list - addInitializer() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
Add an initializer block (
InitializerDeclaration
) to this. - addInterface(String) - Method in class com.github.javaparser.ast.CompilationUnit
-
Add a public interface class to the types of this compilation unit
- addInterface(String, Modifier.Keyword...) - Method in class com.github.javaparser.ast.CompilationUnit
-
Add an interface to the types of this compilation unit
- ADDITION - Enum constant in enum com.github.javaparser.ast.observer.AstObserver.ListChangeType
- addLast(N) - Method in class com.github.javaparser.ast.NodeList
-
Inserts the node after all other nodes.
- addMarkerAnnotation(Class<? extends Annotation>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
-
Annotates this with a marker annotation and automatically add the import
- addMarkerAnnotation(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
-
Annotates this with a marker annotation
- addMember(BodyDeclaration<?>) - Method in class com.github.javaparser.ast.body.TypeDeclaration
-
Adds the given declaration to the specified type.
- addMember(BodyDeclaration<?>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
- addMethod(String, Modifier.Keyword...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
Adds a methods with void return by default to this.
- addModifier(Modifier.Keyword...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithModifiers
- addModuleName(String) - Method in class com.github.javaparser.ast.modules.ModuleExportsDirective
- addOption(ConfigurationOption) - Method in class com.github.javaparser.printer.configuration.DefaultPrinterConfiguration
- addOption(ConfigurationOption) - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
-
Deprecated.
- addOption(ConfigurationOption) - Method in interface com.github.javaparser.printer.configuration.PrinterConfiguration
- addOrphanComment(Comment) - Method in class com.github.javaparser.ast.Node
- addPair(String, Expression) - Method in class com.github.javaparser.ast.expr.NormalAnnotationExpr
-
adds a pair to this annotation
- addPair(String, String) - Method in class com.github.javaparser.ast.expr.NormalAnnotationExpr
-
adds a pair to this annotation
- addParameter(Parameter) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
- addParameter(Type, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
- addParameter(Class<?>, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
- addParameter(String, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
-
Remember to import the class in the compilation unit yourself
- addPrivateField(Type, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
Add a private field to this.
- addPrivateField(Class<?>, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
Add a private field to this.
- addPrivateField(String, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
Add a private field to this and automatically add the import of the type if needed.
- addProtectedField(Type, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
Add a protected field to this.
- addProtectedField(Class<?>, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
Add a protected field to this.
- addProtectedField(String, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
Add a protected field to this and automatically add the import of the type if needed.
- addPublicField(Type, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
Add a public field to this.
- addPublicField(Class<?>, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
Add a public field to this.
- addPublicField(String, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
Add a public field to this and automatically add the import of the type if needed.
- addSingleMemberAnnotation(Class<? extends Annotation>, Expression) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
-
Annotates this with a single member annotation
- addSingleMemberAnnotation(Class<? extends Annotation>, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
-
Annotates this with a single member annotation and automatically add the import
- addSingleMemberAnnotation(String, Expression) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
-
Annotates this with a single member annotation
- addSingleMemberAnnotation(String, String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
-
Annotates this with a single member annotation
- addSourceRoot(Path) - Method in class com.github.javaparser.utils.ProjectRoot
- addStatement(int, Expression) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
- addStatement(int, Statement) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
- addStatement(Expression) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
- addStatement(Statement) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
- addStatement(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
-
It will use
JavaParser.parseStatement(String)
inside, so it should end with a semicolon - addStaticInitializer() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
Add a static initializer block (
InitializerDeclaration
) to this. - addThrownException(ReferenceType) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithThrownExceptions
-
Adds this type to the throws clause
- addThrownException(Class<? extends Throwable>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithThrownExceptions
-
Adds this class to the throws clause
- 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.
If combined, all of the TextElementMatchers have to return true. - AND - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
- ANDASSIGN - Enum constant in enum com.github.javaparser.JavaToken.Kind
- ANDASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- 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.
@interface X { ... }
- AnnotationDeclaration() - Constructor for class com.github.javaparser.ast.body.AnnotationDeclaration
- AnnotationDeclaration(NodeList<Modifier>, NodeList<AnnotationExpr>, SimpleName, NodeList<BodyDeclaration<?>>) - Constructor for class com.github.javaparser.ast.body.AnnotationDeclaration
- AnnotationDeclaration(NodeList<Modifier>, String) - Constructor for class com.github.javaparser.ast.body.AnnotationDeclaration
- AnnotationDeclaration(TokenRange, NodeList<Modifier>, NodeList<AnnotationExpr>, SimpleName, NodeList<BodyDeclaration<?>>) - Constructor for class com.github.javaparser.ast.body.AnnotationDeclaration
-
This constructor is used by the parser and is considered private.
- annotationDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- AnnotationDeclarationMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- AnnotationExpr - Class in com.github.javaparser.ast.expr
-
A base class for the different types of annotations.
- AnnotationExpr() - Constructor for class com.github.javaparser.ast.expr.AnnotationExpr
- AnnotationExpr(Name) - Constructor for class com.github.javaparser.ast.expr.AnnotationExpr
- AnnotationExpr(TokenRange, Name) - Constructor for class com.github.javaparser.ast.expr.AnnotationExpr
-
This constructor is used by the parser and is considered private.
- annotationExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- AnnotationExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- AnnotationExprMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.AnnotationExprMetaModel
- AnnotationMemberDeclaration - Class in com.github.javaparser.ast.body
-
The "int id();" in
@interface X { int id(); }
- AnnotationMemberDeclaration() - Constructor for class com.github.javaparser.ast.body.AnnotationMemberDeclaration
- AnnotationMemberDeclaration(NodeList<Modifier>, NodeList<AnnotationExpr>, Type, SimpleName, Expression) - Constructor for class com.github.javaparser.ast.body.AnnotationMemberDeclaration
- AnnotationMemberDeclaration(NodeList<Modifier>, Type, String, Expression) - Constructor for class com.github.javaparser.ast.body.AnnotationMemberDeclaration
- AnnotationMemberDeclaration(TokenRange, NodeList<Modifier>, NodeList<AnnotationExpr>, Type, SimpleName, Expression) - Constructor for class com.github.javaparser.ast.body.AnnotationMemberDeclaration
-
This constructor is used by the parser and is considered private.
- annotationMemberDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- AnnotationMemberDeclarationMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- ANNOTATIONS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- annotationsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ArrayCreationLevelMetaModel
- annotationsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.BodyDeclarationMetaModel
- annotationsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ModuleDeclarationMetaModel
- annotationsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.PackageDeclarationMetaModel
- annotationsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ParameterMetaModel
- annotationsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ReceiverParameterMetaModel
- annotationsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.TypeMetaModel
- annotationsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.VariableDeclarationExprMetaModel
- ANONYMOUS_CLASS_BODY - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- 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
- ARBITRARY - Enum constant in enum com.github.javaparser.utils.LineSeparator
-
The ARBITRARY line ending can be used where we do not care about the line separator, only that we use the same one consistently
- 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
- ARGUMENTS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- argumentsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.EnumConstantDeclarationMetaModel
- argumentsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ExplicitConstructorInvocationStmtMetaModel
- argumentsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.MethodCallExprMetaModel
- argumentsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ObjectCreationExprMetaModel
- 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 - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- ArrayAccessExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- 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][][]
ornew int[][]{{1},{2,3}}
. - ArrayCreationExpr() - Constructor for class com.github.javaparser.ast.expr.ArrayCreationExpr
- ArrayCreationExpr(Type) - Constructor for class com.github.javaparser.ast.expr.ArrayCreationExpr
- ArrayCreationExpr(Type, NodeList<ArrayCreationLevel>, ArrayInitializerExpr) - Constructor for class com.github.javaparser.ast.expr.ArrayCreationExpr
- ArrayCreationExpr(TokenRange, Type, NodeList<ArrayCreationLevel>, ArrayInitializerExpr) - Constructor for class com.github.javaparser.ast.expr.ArrayCreationExpr
-
This constructor is used by the parser and is considered private.
- arrayCreationExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- ArrayCreationExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- ArrayCreationLevel - Class in com.github.javaparser.ast
-
In
new int[1][2];
there are two ArrayCreationLevel objects, the first one contains the expression "1", the second the expression "2". - ArrayCreationLevel() - Constructor for class com.github.javaparser.ast.ArrayCreationLevel
- ArrayCreationLevel(int) - Constructor for class com.github.javaparser.ast.ArrayCreationLevel
- ArrayCreationLevel(Expression) - Constructor for class com.github.javaparser.ast.ArrayCreationLevel
- ArrayCreationLevel(Expression, NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.ArrayCreationLevel
- ArrayCreationLevel(TokenRange, Expression, NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.ArrayCreationLevel
-
This constructor is used by the parser and is considered private.
- arrayCreationLevelMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- ArrayCreationLevelMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- ArrayInitializerExpr - Class in com.github.javaparser.ast.expr
-
The initialization of an array.
- ArrayInitializerExpr() - Constructor for class com.github.javaparser.ast.expr.ArrayInitializerExpr
- ArrayInitializerExpr(NodeList<Expression>) - Constructor for class com.github.javaparser.ast.expr.ArrayInitializerExpr
- ArrayInitializerExpr(TokenRange, NodeList<Expression>) - Constructor for class com.github.javaparser.ast.expr.ArrayInitializerExpr
-
This constructor is used by the parser and is considered private.
- arrayInitializerExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- ArrayInitializerExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- arrayLevel() - Method in interface com.github.javaparser.resolution.types.ResolvedType
- ArrayType - Class in com.github.javaparser.ast.type
-
To indicate that a type is an array, it gets wrapped in an ArrayType for every array level it has.
- ArrayType(Type, AnnotationExpr...) - Constructor for class com.github.javaparser.ast.type.ArrayType
- ArrayType(Type, ArrayType.Origin, NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.type.ArrayType
- ArrayType(TokenRange, Type, ArrayType.Origin, NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.type.ArrayType
-
This constructor is used by the parser and is considered private.
- ArrayType.ArrayBracketPair - Class in com.github.javaparser.ast.type
-
Helper class that stores information about a pair of brackets in a non-recursive way (unlike ArrayType.)
- ArrayType.Origin - Enum in com.github.javaparser.ast.type
-
The origin of a pair of array brackets [].
- arrayTypeMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- ArrayTypeMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- ARROW - Enum constant in enum com.github.javaparser.JavaToken.Kind
- ARROW - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- asAnnotation() - Method in interface com.github.javaparser.resolution.declarations.ResolvedAnnotationDeclaration
- asAnnotation() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
-
Return this as a AnnotationDeclaration or throw UnsupportedOperationException.
- asAnnotationDeclaration() - Method in class com.github.javaparser.ast.body.AnnotationDeclaration
- asAnnotationDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
- asAnnotationExpr() - Method in class com.github.javaparser.ast.expr.AnnotationExpr
- asAnnotationExpr() - Method in class com.github.javaparser.ast.expr.Expression
- asAnnotationMemberDeclaration() - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
- asAnnotationMemberDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
- asArrayAccessExpr() - Method in class com.github.javaparser.ast.expr.ArrayAccessExpr
- asArrayAccessExpr() - Method in class com.github.javaparser.ast.expr.Expression
- asArrayCreationExpr() - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
- asArrayCreationExpr() - Method in class com.github.javaparser.ast.expr.Expression
- asArrayInitializerExpr() - Method in class com.github.javaparser.ast.expr.ArrayInitializerExpr
- asArrayInitializerExpr() - Method in class com.github.javaparser.ast.expr.Expression
- asArrayType() - Method in class com.github.javaparser.ast.type.ArrayType
- asArrayType() - Method in class com.github.javaparser.ast.type.Type
- asArrayType() - Method in class com.github.javaparser.resolution.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 withIntegerLiteralExpr.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 withLongLiteralExpr.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 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.types.ResolvedReferenceType
- asReferenceType() - Method in interface com.github.javaparser.resolution.types.ResolvedType
- asReturnStmt() - Method in class com.github.javaparser.ast.stmt.ReturnStmt
- asReturnStmt() - Method in class com.github.javaparser.ast.stmt.Statement
- ASSERT - Enum constant in enum com.github.javaparser.JavaToken.Kind
- ASSERT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- assertNonEmpty(String) - Static method in class com.github.javaparser.utils.Utils
- assertNonNegative(T) - Static method in class com.github.javaparser.utils.Utils
- assertNotNull(T) - Static method in class com.github.javaparser.utils.Utils
- assertPositive(T) - Static method in class com.github.javaparser.utils.Utils
- AssertStmt - Class in com.github.javaparser.ast.stmt
-
A usage of the keyword "assert"
Inassert dead : "Wasn't expecting to be dead here";
the check is "dead" and the message is the string. - AssertStmt() - Constructor for class com.github.javaparser.ast.stmt.AssertStmt
- AssertStmt(Expression) - Constructor for class com.github.javaparser.ast.stmt.AssertStmt
- AssertStmt(Expression, Expression) - Constructor for class com.github.javaparser.ast.stmt.AssertStmt
- AssertStmt(TokenRange, Expression, Expression) - Constructor for class com.github.javaparser.ast.stmt.AssertStmt
-
This constructor is used by the parser and is considered private.
- assertStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- AssertStmtMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- ASSIGN - Enum constant in enum com.github.javaparser.ast.expr.AssignExpr.Operator
- ASSIGN - Enum constant in enum com.github.javaparser.JavaToken.Kind
- ASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- AssignExpr - Class in com.github.javaparser.ast.expr
-
An assignment expression.
- AssignExpr() - Constructor for class com.github.javaparser.ast.expr.AssignExpr
- AssignExpr(Expression, Expression, AssignExpr.Operator) - Constructor for class com.github.javaparser.ast.expr.AssignExpr
- AssignExpr(TokenRange, Expression, Expression, AssignExpr.Operator) - Constructor for class com.github.javaparser.ast.expr.AssignExpr
-
This constructor is used by the parser and is considered private.
- AssignExpr.Operator - Enum in com.github.javaparser.ast.expr
- assignExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- AssignExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- asSingleMemberAnnotationExpr() - Method in class com.github.javaparser.ast.expr.Expression
- asSingleMemberAnnotationExpr() - Method in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr
- AssociableToAST<N extends Node> - 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 enum com.github.javaparser.ast.expr.AssignExpr.Operator
- asString() - Method in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
- asString() - Method in class com.github.javaparser.ast.expr.Name
- asString() - Method in class com.github.javaparser.ast.expr.SimpleName
- asString() - Method in class com.github.javaparser.ast.expr.StringLiteralExpr
- asString() - Method in class com.github.javaparser.ast.expr.TextBlockLiteralExpr
- asString() - Method in enum com.github.javaparser.ast.expr.UnaryExpr.Operator
- asString() - Method in enum com.github.javaparser.ast.Modifier.Keyword
- asString() - Method in class com.github.javaparser.ast.type.ArrayType
- asString() - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
- asString() - Method in class com.github.javaparser.ast.type.IntersectionType
- asString() - Method in class com.github.javaparser.ast.type.PrimitiveType
- asString() - Method in enum com.github.javaparser.ast.type.PrimitiveType.Primitive
- asString() - Method in class com.github.javaparser.ast.type.Type
- asString() - Method in class com.github.javaparser.ast.type.TypeParameter
- asString() - Method in class com.github.javaparser.ast.type.UnionType
- asString() - Method in class com.github.javaparser.ast.type.UnknownType
- asString() - Method in class com.github.javaparser.ast.type.VarType
- asString() - Method in class com.github.javaparser.ast.type.VoidType
- asString() - Method in class com.github.javaparser.ast.type.WildcardType
- asString() - Method in class com.github.javaparser.JavaToken
- asString() - Method in interface com.github.javaparser.printer.configuration.ConfigurationOption
- asString() - Method in class com.github.javaparser.printer.configuration.DefaultConfigurationOption
-
returns the currentValue as a String
- asString() - Method in interface com.github.javaparser.printer.Stringable
- asStringLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
- asStringLiteralExpr() - Method in class com.github.javaparser.ast.expr.StringLiteralExpr
- asSuperExpr() - Method in class com.github.javaparser.ast.expr.Expression
- asSuperExpr() - Method in class com.github.javaparser.ast.expr.SuperExpr
- asSwitchExpr() - Method in class com.github.javaparser.ast.expr.Expression
- asSwitchExpr() - Method in class com.github.javaparser.ast.expr.SwitchExpr
- asSwitchStmt() - Method in class com.github.javaparser.ast.stmt.Statement
- asSwitchStmt() - Method in class com.github.javaparser.ast.stmt.SwitchStmt
- asSynchronizedStmt() - Method in class com.github.javaparser.ast.stmt.Statement
- asSynchronizedStmt() - Method in class com.github.javaparser.ast.stmt.SynchronizedStmt
- ASTERISK - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- asTextBlockLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
- asTextBlockLiteralExpr() - Method in class com.github.javaparser.ast.expr.TextBlockLiteralExpr
- asThisExpr() - Method in class com.github.javaparser.ast.expr.Expression
- asThisExpr() - Method in class com.github.javaparser.ast.expr.ThisExpr
- asThrowStmt() - Method in class com.github.javaparser.ast.stmt.Statement
- asThrowStmt() - Method in class com.github.javaparser.ast.stmt.ThrowStmt
- AstObserver - Interface in com.github.javaparser.ast.observer
-
An Observer for an AST element (either a Node or a NodeList).
- AstObserver.ListChangeType - Enum in com.github.javaparser.ast.observer
-
Type of change occurring on a List
- AstObserverAdapter - Class in com.github.javaparser.ast.observer
- AstObserverAdapter() - Constructor for class com.github.javaparser.ast.observer.AstObserverAdapter
- 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.types.ResolvedType
- asTypeParameter() - Method in class com.github.javaparser.resolution.types.ResolvedTypeVariable
- 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 interface com.github.javaparser.resolution.types.ResolvedType
- asWildcard() - Method in class com.github.javaparser.resolution.types.ResolvedWildcard
- asWildcardType() - Method in class com.github.javaparser.ast.type.Type
- asWildcardType() - Method in class com.github.javaparser.ast.type.WildcardType
- asYieldStmt() - Method in class com.github.javaparser.ast.stmt.Statement
- asYieldStmt() - Method in class com.github.javaparser.ast.stmt.YieldStmt
- AT - Enum constant in enum com.github.javaparser.JavaToken.Kind
- AT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- attribute(ObservableProperty) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
- AUTHOR - Enum constant in enum com.github.javaparser.javadoc.JavadocBlockTag.Type
- available - Variable in class com.github.javaparser.AbstractCharStream
-
The number of unoccupied buffer array positions
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 - Enum constant in enum com.github.javaparser.JavaToken.Kind
- BANG - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- BaseNodeMetaModel - Class in com.github.javaparser.metamodel
-
Meta-data about all classes in the AST.
- BaseNodeMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.BaseNodeMetaModel
- 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_AND - Enum constant in enum com.github.javaparser.ast.expr.AssignExpr.Operator
- BINARY_AND - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
- BINARY_LITERAL - Enum constant in enum com.github.javaparser.JavaToken.Kind
- BINARY_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- BINARY_OR - Enum constant in enum com.github.javaparser.ast.expr.AssignExpr.Operator
- BINARY_OR - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
- BinaryExpr - Class in com.github.javaparser.ast.expr
-
An expression with an expression on the left, an expression on the right, and an operator in the middle.
- BinaryExpr() - Constructor for class com.github.javaparser.ast.expr.BinaryExpr
- BinaryExpr(Expression, Expression, BinaryExpr.Operator) - Constructor for class com.github.javaparser.ast.expr.BinaryExpr
- BinaryExpr(TokenRange, Expression, Expression, BinaryExpr.Operator) - Constructor for class com.github.javaparser.ast.expr.BinaryExpr
-
This constructor is used by the parser and is considered private.
- BinaryExpr.Operator - Enum in com.github.javaparser.ast.expr
- binaryExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- BinaryExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- BIT_AND - Enum constant in enum com.github.javaparser.JavaToken.Kind
- BIT_AND - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- BIT_OR - Enum constant in enum com.github.javaparser.JavaToken.Kind
- BIT_OR - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- BITWISE_COMPLEMENT - Enum constant in enum com.github.javaparser.ast.expr.UnaryExpr.Operator
- BLEEDING_EDGE - Static variable in enum com.github.javaparser.ParserConfiguration.LanguageLevel
-
The newest Java features supported.
- block(CsmElement) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
- BLOCK - Enum constant in enum com.github.javaparser.ast.stmt.SwitchEntry.Type
- BLOCK - Static variable in interface com.github.javaparser.ParseStart
- BlockComment - Class in com.github.javaparser.ast.comments
-
AST node that represent block comments.
- BlockComment() - Constructor for class com.github.javaparser.ast.comments.BlockComment
- BlockComment(TokenRange, String) - Constructor for class com.github.javaparser.ast.comments.BlockComment
-
This constructor is used by the parser and is considered private.
- BlockComment(String) - Constructor for class com.github.javaparser.ast.comments.BlockComment
- blockCommentMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- BlockCommentMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- 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 - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- BlockStmtMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- bnp(ResolvedPrimitiveType) - Method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
- BODY - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- 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) - Constructor for class com.github.javaparser.ast.body.BodyDeclaration
- BodyDeclaration(TokenRange, NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.body.BodyDeclaration
-
This constructor is used by the parser and is considered private.
- bodyDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- BodyDeclarationMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- BodyDeclarationMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.BodyDeclarationMetaModel
- bodyPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CatchClauseMetaModel
- bodyPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CompactConstructorDeclarationMetaModel
- bodyPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ConstructorDeclarationMetaModel
- bodyPropertyMetaModel - Variable in class com.github.javaparser.metamodel.DoStmtMetaModel
- bodyPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ForEachStmtMetaModel
- bodyPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ForStmtMetaModel
- bodyPropertyMetaModel - Variable in class com.github.javaparser.metamodel.InitializerDeclarationMetaModel
- bodyPropertyMetaModel - Variable in class com.github.javaparser.metamodel.LambdaExprMetaModel
- bodyPropertyMetaModel - Variable in class com.github.javaparser.metamodel.MethodDeclarationMetaModel
- bodyPropertyMetaModel - Variable in class com.github.javaparser.metamodel.SynchronizedStmtMetaModel
- bodyPropertyMetaModel - Variable in class com.github.javaparser.metamodel.WhileStmtMetaModel
- BOOLEAN - Enum constant in enum com.github.javaparser.ast.type.PrimitiveType.Primitive
- BOOLEAN - Enum constant in enum com.github.javaparser.JavaToken.Kind
- BOOLEAN - Enum constant in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
- BOOLEAN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- BooleanLiteralExpr - Class in com.github.javaparser.ast.expr
-
The boolean literals.
- BooleanLiteralExpr() - Constructor for class com.github.javaparser.ast.expr.BooleanLiteralExpr
- BooleanLiteralExpr(boolean) - Constructor for class com.github.javaparser.ast.expr.BooleanLiteralExpr
- BooleanLiteralExpr(TokenRange, boolean) - Constructor for class com.github.javaparser.ast.expr.BooleanLiteralExpr
-
This constructor is used by the parser and is considered private.
- booleanLiteralExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- BooleanLiteralExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- booleanType() - Static method in class com.github.javaparser.ast.type.PrimitiveType
- bound(ResolvedType) - Static method in class com.github.javaparser.resolution.types.ResolvedLambdaConstraintType
- BREADTHFIRST - Enum constant in enum com.github.javaparser.ast.Node.TreeTraversal
- breadthFirstFunc - Static variable in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
- BreadthFirstIterator(Node) - Constructor for class com.github.javaparser.ast.Node.BreadthFirstIterator
- BREAK - Enum constant in enum com.github.javaparser.JavaToken.Kind
- BREAK - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- BreakStmt - Class in com.github.javaparser.ast.stmt
-
The break statement
- BreakStmt() - Constructor for class com.github.javaparser.ast.stmt.BreakStmt
- BreakStmt(SimpleName) - Constructor for class com.github.javaparser.ast.stmt.BreakStmt
- BreakStmt(TokenRange, SimpleName) - Constructor for class com.github.javaparser.ast.stmt.BreakStmt
-
This constructor is used by the parser and is considered private.
- BreakStmt(String) - Constructor for class com.github.javaparser.ast.stmt.BreakStmt
- breakStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- BreakStmtMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- 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
- byName(String) - Static method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
- BYTE - Enum constant in enum com.github.javaparser.ast.type.PrimitiveType.Primitive
- BYTE - Enum constant in enum com.github.javaparser.JavaToken.Kind
- BYTE - Enum constant in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
- BYTE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- byteType() - Static method in class com.github.javaparser.ast.type.PrimitiveType
C
- calculate(Node) - Method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmToken.TokenContentCalculator
- 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
- CallableDeclaration<T extends CallableDeclaration<?>> - Class in com.github.javaparser.ast.body
-
Represents a declaration which is callable eg.
- CallableDeclaration(TokenRange, NodeList<Modifier>, NodeList<AnnotationExpr>, NodeList<TypeParameter>, SimpleName, NodeList<Parameter>, NodeList<ReferenceType>, ReceiverParameter) - Constructor for class com.github.javaparser.ast.body.CallableDeclaration
-
This constructor is used by the parser and is considered private.
- CallableDeclaration.Signature - Class in com.github.javaparser.ast.body
-
A method or constructor signature.
- callableDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- CallableDeclarationMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- CallableDeclarationMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.CallableDeclarationMetaModel
- 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.
- CASCADING_IF_STMT - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- cascadingIfStmtPropertyMetaModel - Variable in class com.github.javaparser.metamodel.IfStmtMetaModel
- CASE - Enum constant in enum com.github.javaparser.JavaToken.Kind
- 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 - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- CastExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- CATCH - Enum constant in enum com.github.javaparser.JavaToken.Kind
- CATCH - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- CATCH_CLAUSES - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- CatchClause - Class in com.github.javaparser.ast.stmt
-
The catch part of a try-catch-finally.
- CatchClause() - Constructor for class com.github.javaparser.ast.stmt.CatchClause
- CatchClause(Parameter, BlockStmt) - Constructor for class com.github.javaparser.ast.stmt.CatchClause
- CatchClause(NodeList<Modifier>, NodeList<AnnotationExpr>, ClassOrInterfaceType, SimpleName, BlockStmt) - Constructor for class com.github.javaparser.ast.stmt.CatchClause
- CatchClause(TokenRange, Parameter, BlockStmt) - Constructor for class com.github.javaparser.ast.stmt.CatchClause
-
This constructor is used by the parser and is considered private.
- catchClauseMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- CatchClauseMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- 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 - Enum constant in enum com.github.javaparser.ast.type.PrimitiveType.Primitive
- CHAR - Enum constant in enum com.github.javaparser.JavaToken.Kind
- CHAR - Enum constant in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
- CHAR - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- CHARACTER_LITERAL - Enum constant in enum com.github.javaparser.JavaToken.Kind
- CHARACTER_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- CharLiteralExpr - Class in com.github.javaparser.ast.expr
-
A literal character.
- CharLiteralExpr() - Constructor for class com.github.javaparser.ast.expr.CharLiteralExpr
- CharLiteralExpr(char) - Constructor for class com.github.javaparser.ast.expr.CharLiteralExpr
-
Constructs a CharLiteralExpr with given escaped character.
- CharLiteralExpr(TokenRange, String) - Constructor for class com.github.javaparser.ast.expr.CharLiteralExpr
-
This constructor is used by the parser and is considered private.
- CharLiteralExpr(String) - Constructor for class com.github.javaparser.ast.expr.CharLiteralExpr
- charLiteralExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- CharLiteralExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- 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
- CHECK - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- checkPropertyMetaModel - Variable in class com.github.javaparser.metamodel.AssertStmtMetaModel
- child(ObservableProperty) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
- CLASS - Enum constant in enum com.github.javaparser.JavaToken.Kind
- CLASS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- CLASS_BODY - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- CLASS_BODY - Static variable in interface com.github.javaparser.ParseStart
- CLASS_DECLARATION - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- CLASS_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 - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- ClassExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- 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.
class X { ... }
interface X { ... }
- ClassOrInterfaceDeclaration() - Constructor for class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
- ClassOrInterfaceDeclaration(NodeList<Modifier>, boolean, String) - Constructor for class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
- ClassOrInterfaceDeclaration(NodeList<Modifier>, NodeList<AnnotationExpr>, boolean, SimpleName, NodeList<TypeParameter>, NodeList<ClassOrInterfaceType>, NodeList<ClassOrInterfaceType>, NodeList<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<BodyDeclaration<?>>) - Constructor for class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
-
This constructor is used by the parser and is considered private.
- classOrInterfaceDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- ClassOrInterfaceDeclarationMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- ClassOrInterfaceType - Class in com.github.javaparser.ast.type
-
A class or an interface type.
- ClassOrInterfaceType() - Constructor for class com.github.javaparser.ast.type.ClassOrInterfaceType
- ClassOrInterfaceType(ClassOrInterfaceType, SimpleName, NodeList<Type>) - Constructor for class com.github.javaparser.ast.type.ClassOrInterfaceType
- ClassOrInterfaceType(ClassOrInterfaceType, SimpleName, NodeList<Type>, NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.type.ClassOrInterfaceType
- ClassOrInterfaceType(ClassOrInterfaceType, String) - Constructor for class com.github.javaparser.ast.type.ClassOrInterfaceType
- ClassOrInterfaceType(TokenRange, ClassOrInterfaceType, SimpleName, NodeList<Type>, NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.type.ClassOrInterfaceType
-
This constructor is used by the parser and is considered private.
- ClassOrInterfaceType(String) - Constructor for class com.github.javaparser.ast.type.ClassOrInterfaceType
-
Deprecated.use JavaParser.parseClassOrInterfaceType instead. This constructor does not understand generics.
- classOrInterfaceTypeMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- ClassOrInterfaceTypeMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- 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
- CODE - Enum constant in enum com.github.javaparser.javadoc.description.JavadocInlineTag.Type
- CodeGenerationUtils - Class in com.github.javaparser.utils
-
Utilities that can be useful when generating code.
- 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 - Enum constant in enum com.github.javaparser.JavaToken.Kind
- COLON - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- column - Variable in class com.github.javaparser.Position
- COLUMN_ALIGN_FIRST_METHOD_CHAIN - Enum constant in enum com.github.javaparser.printer.configuration.DefaultPrinterConfiguration.ConfigOption
- COLUMN_ALIGN_PARAMETERS - Enum constant in enum com.github.javaparser.printer.configuration.DefaultPrinterConfiguration.ConfigOption
- com.github.javaparser - package com.github.javaparser
- com.github.javaparser.ast - package com.github.javaparser.ast
- com.github.javaparser.ast.body - package com.github.javaparser.ast.body
- com.github.javaparser.ast.comments - package com.github.javaparser.ast.comments
- com.github.javaparser.ast.expr - package com.github.javaparser.ast.expr
- com.github.javaparser.ast.modules - package com.github.javaparser.ast.modules
- com.github.javaparser.ast.nodeTypes - package com.github.javaparser.ast.nodeTypes
- com.github.javaparser.ast.nodeTypes.modifiers - package com.github.javaparser.ast.nodeTypes.modifiers
- com.github.javaparser.ast.observer - package com.github.javaparser.ast.observer
- com.github.javaparser.ast.stmt - package com.github.javaparser.ast.stmt
- com.github.javaparser.ast.type - package com.github.javaparser.ast.type
- com.github.javaparser.ast.validator - package com.github.javaparser.ast.validator
- com.github.javaparser.ast.validator.language_level_validations - package com.github.javaparser.ast.validator.language_level_validations
- com.github.javaparser.ast.validator.language_level_validations.chunks - package com.github.javaparser.ast.validator.language_level_validations.chunks
- com.github.javaparser.ast.validator.postprocessors - package com.github.javaparser.ast.validator.postprocessors
- com.github.javaparser.ast.visitor - package com.github.javaparser.ast.visitor
- com.github.javaparser.javadoc - package com.github.javaparser.javadoc
- com.github.javaparser.javadoc.description - package com.github.javaparser.javadoc.description
- com.github.javaparser.metamodel - package com.github.javaparser.metamodel
- com.github.javaparser.printer - package com.github.javaparser.printer
- com.github.javaparser.printer.concretesyntaxmodel - package com.github.javaparser.printer.concretesyntaxmodel
- com.github.javaparser.printer.configuration - package com.github.javaparser.printer.configuration
- com.github.javaparser.printer.lexicalpreservation - package com.github.javaparser.printer.lexicalpreservation
- com.github.javaparser.printer.lexicalpreservation.changes - package com.github.javaparser.printer.lexicalpreservation.changes
- com.github.javaparser.resolution - package com.github.javaparser.resolution
- com.github.javaparser.resolution.declarations - package com.github.javaparser.resolution.declarations
- 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 method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
- COMMA - Enum constant in enum com.github.javaparser.JavaToken.Kind
- COMMA - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- comment() - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
- Comment - Class in com.github.javaparser.ast.comments
-
Abstract class for all AST nodes that represent comments.
- Comment(TokenRange, String) - Constructor for class com.github.javaparser.ast.comments.Comment
-
This constructor is used by the parser and is considered private.
- Comment(String) - Constructor for class com.github.javaparser.ast.comments.Comment
- COMMENT - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- COMMENT - Enum constant in enum com.github.javaparser.JavaToken.Category
- COMMENT_CONTENT - Enum constant in enum com.github.javaparser.JavaToken.Kind
- COMMENT_CONTENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- COMMENTED_NODE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- commentMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- CommentMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- CommentMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.CommentMetaModel
- 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
- CompactConstructorDeclaration() - Constructor for class com.github.javaparser.ast.body.CompactConstructorDeclaration
- CompactConstructorDeclaration(NodeList<Modifier>, NodeList<AnnotationExpr>, NodeList<TypeParameter>, SimpleName, NodeList<ReferenceType>, BlockStmt) - Constructor for class com.github.javaparser.ast.body.CompactConstructorDeclaration
- CompactConstructorDeclaration(NodeList<Modifier>, String) - Constructor for class com.github.javaparser.ast.body.CompactConstructorDeclaration
- CompactConstructorDeclaration(TokenRange, NodeList<AnnotationExpr>, BlockStmt) - Constructor for class com.github.javaparser.ast.body.CompactConstructorDeclaration
-
This constructor is used by the parser and is considered private.
- CompactConstructorDeclaration(TokenRange, NodeList<Modifier>, NodeList<AnnotationExpr>, NodeList<TypeParameter>, SimpleName, NodeList<ReferenceType>, BlockStmt) - Constructor for class com.github.javaparser.ast.body.CompactConstructorDeclaration
-
This constructor is used by the parser and is considered private.
- CompactConstructorDeclaration(String) - Constructor for class com.github.javaparser.ast.body.CompactConstructorDeclaration
- compactConstructorDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- CompactConstructorDeclarationMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- COMPARE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- 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(PackageDeclaration, NodeList<ImportDeclaration>, NodeList<TypeDeclaration<?>>, ModuleDeclaration) - Constructor for class com.github.javaparser.ast.CompilationUnit
- CompilationUnit(TokenRange, PackageDeclaration, NodeList<ImportDeclaration>, NodeList<TypeDeclaration<?>>, ModuleDeclaration) - Constructor for class com.github.javaparser.ast.CompilationUnit
-
This constructor is used by the parser and is considered private.
- CompilationUnit(String) - Constructor for class com.github.javaparser.ast.CompilationUnit
- CompilationUnit.Storage - Class in com.github.javaparser.ast
-
Information about where this compilation unit was loaded from.
- compilationUnitMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- CompilationUnitMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- COMPONENT_TYPE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- 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.
- CONDITION - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- conditional(ObservableProperty, CsmConditional.Condition, CsmElement) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
- conditional(ObservableProperty, CsmConditional.Condition, CsmElement, CsmElement) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
- conditional(List<ObservableProperty>, CsmConditional.Condition, CsmElement, CsmElement) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
- 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.
- conditionalExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- ConditionalExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- 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
- CONST - Enum constant in enum com.github.javaparser.JavaToken.Kind
- 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(NodeList<Modifier>, NodeList<AnnotationExpr>, NodeList<TypeParameter>, SimpleName, NodeList<Parameter>, NodeList<ReferenceType>, BlockStmt) - Constructor for class com.github.javaparser.ast.body.ConstructorDeclaration
- ConstructorDeclaration(NodeList<Modifier>, NodeList<AnnotationExpr>, NodeList<TypeParameter>, SimpleName, NodeList<Parameter>, NodeList<ReferenceType>, BlockStmt, ReceiverParameter) - Constructor for class com.github.javaparser.ast.body.ConstructorDeclaration
- ConstructorDeclaration(NodeList<Modifier>, String) - Constructor for class com.github.javaparser.ast.body.ConstructorDeclaration
- ConstructorDeclaration(TokenRange, NodeList<Modifier>, NodeList<AnnotationExpr>, NodeList<TypeParameter>, SimpleName, NodeList<Parameter>, NodeList<ReferenceType>, BlockStmt, ReceiverParameter) - Constructor for class com.github.javaparser.ast.body.ConstructorDeclaration
-
This constructor is used by the parser and is considered private.
- ConstructorDeclaration(String) - Constructor for class com.github.javaparser.ast.body.ConstructorDeclaration
- constructorDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- ConstructorDeclarationMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- 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(Position) - Method in class com.github.javaparser.Range
-
Does this loosely contain the other range?
- contains(Range) - Method in class com.github.javaparser.Range
-
Does this loosely contain the other range?
- contains(Object) - Method in class com.github.javaparser.ast.NodeList
- contains(Object) - Method in class com.github.javaparser.utils.VisitorList
- contains(Object) - Method in class com.github.javaparser.utils.VisitorSet
- contains(N) - Method in class com.github.javaparser.ast.NodeList
- containsAll(Collection<?>) - Method in class com.github.javaparser.ast.NodeList
- containsAll(Collection<?>) - Method in class com.github.javaparser.utils.VisitorList
- containsAll(Collection<?>) - Method in class com.github.javaparser.utils.VisitorSet
- 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.use
NodeWithRange.containsWithinRange(Node)
instead. - 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 thisNodeWithRange
. - CONTENT - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- contentPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CommentMetaModel
- CONTINUE - Enum constant in enum com.github.javaparser.JavaToken.Kind
- 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(SimpleName) - Constructor for class com.github.javaparser.ast.stmt.ContinueStmt
- ContinueStmt(TokenRange, SimpleName) - Constructor for class com.github.javaparser.ast.stmt.ContinueStmt
-
This constructor is used by the parser and is considered private.
- ContinueStmt(String) - Constructor for class com.github.javaparser.ast.stmt.ContinueStmt
- continueStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- ContinueStmtMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- 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
- CR - Enum constant in enum com.github.javaparser.utils.LineSeparator
-
The CR
\r
line ending is the default line separator for classic MacOS - create(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
- create(ResolvedReferenceTypeDeclaration, ResolvedTypeParametersMap) - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
- create(ResolvedReferenceTypeDeclaration, List<ResolvedType>) - Method in class com.github.javaparser.resolution.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
- CRLF - Enum constant in enum com.github.javaparser.utils.LineSeparator
-
The CRLF
\r\n
line ending is the default line separator for Windows - CsmAttribute - Class in com.github.javaparser.printer.concretesyntaxmodel
- CsmAttribute(ObservableProperty) - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmAttribute
- CsmChar - Class in com.github.javaparser.printer.concretesyntaxmodel
- CsmChar(ObservableProperty) - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmChar
- CsmComment - Class in com.github.javaparser.printer.concretesyntaxmodel
- CsmComment() - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmComment
- CsmConditional - Class in com.github.javaparser.printer.concretesyntaxmodel
- CsmConditional(ObservableProperty, CsmConditional.Condition, CsmElement) - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmConditional
- CsmConditional(ObservableProperty, CsmConditional.Condition, CsmElement, CsmElement) - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmConditional
- CsmConditional(List<ObservableProperty>, CsmConditional.Condition, CsmElement, CsmElement) - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmConditional
- CsmConditional.Condition - Enum in com.github.javaparser.printer.concretesyntaxmodel
- CsmElement - Interface in com.github.javaparser.printer.concretesyntaxmodel
- CsmIndent - Class in com.github.javaparser.printer.concretesyntaxmodel
- CsmIndent() - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmIndent
- CsmList - Class in com.github.javaparser.printer.concretesyntaxmodel
- CsmList(ObservableProperty) - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmList
- CsmList(ObservableProperty, CsmElement) - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmList
- CsmList(ObservableProperty, CsmElement, CsmElement, CsmElement, CsmElement) - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmList
- CsmMix - Class in com.github.javaparser.printer.concretesyntaxmodel
-
A group of elements that could be in any order.
- CsmMix(List<CsmElement>) - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmMix
- CsmNone - Class in com.github.javaparser.printer.concretesyntaxmodel
- CsmNone() - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmNone
- CsmOrphanCommentsEnding - Class in com.github.javaparser.printer.concretesyntaxmodel
- CsmOrphanCommentsEnding() - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmOrphanCommentsEnding
- CsmSequence - Class in com.github.javaparser.printer.concretesyntaxmodel
- CsmSequence(List<CsmElement>) - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmSequence
- CsmSingleReference - Class in com.github.javaparser.printer.concretesyntaxmodel
- CsmSingleReference(ObservableProperty) - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmSingleReference
- CsmString - Class in com.github.javaparser.printer.concretesyntaxmodel
- CsmString(ObservableProperty) - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmString
- CsmTextBlock - Class in com.github.javaparser.printer.concretesyntaxmodel
- CsmTextBlock(ObservableProperty) - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmTextBlock
- CsmToken - Class in com.github.javaparser.printer.concretesyntaxmodel
- CsmToken(int) - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmToken
- CsmToken(int, CsmToken.TokenContentCalculator) - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmToken
- CsmToken(int, String) - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmToken
- CsmToken.TokenContentCalculator - Interface in com.github.javaparser.printer.concretesyntaxmodel
- CsmUnindent - Class in com.github.javaparser.printer.concretesyntaxmodel
- CsmUnindent() - Constructor for class com.github.javaparser.printer.concretesyntaxmodel.CsmUnindent
- CTRL_Z - Enum constant in enum com.github.javaparser.JavaToken.Kind
- CTRL_Z - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- curChar - Variable in class com.github.javaparser.GeneratedJavaParserTokenManager
- CURRENT - Static variable in enum com.github.javaparser.ParserConfiguration.LanguageLevel
-
The latest Java version that is available.
- 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 - Enum constant in enum com.github.javaparser.JavaToken.Kind
- DECIMAL_EXPONENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- DECIMAL_FLOATING_POINT_LITERAL - Enum constant in enum com.github.javaparser.JavaToken.Kind
- DECIMAL_FLOATING_POINT_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- DECIMAL_LITERAL - Enum constant in enum com.github.javaparser.JavaToken.Kind
- DECIMAL_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- 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 - Enum constant in enum com.github.javaparser.JavaToken.Kind
- DECR - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- DEFAULT - Enum constant in enum com.github.javaparser.ast.Modifier.Keyword
- DEFAULT - 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
- DEFAULT_VALUE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- defaultAction(NodeList, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
-
This will be called by the NodeList visit method when it is not overridden.
- defaultAction(NodeList, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
-
This will be called by the NodeList visit method when it is not overridden.
- defaultAction(Node, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
-
This will be called by every node visit method that is not overridden.
- defaultAction(Node, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
-
This will be called by every node visit method that is not overridden.
- 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
- 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.
- DEPRECATED - Enum constant in enum com.github.javaparser.javadoc.JavadocBlockTag.Type
- 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.types.ResolvedReferenceType
- 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.
- DifferenceElement - Interface in com.github.javaparser.printer.lexicalpreservation
- DIMENSION - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- dimensionPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ArrayCreationLevelMetaModel
- DIRECT_CHILDREN - Enum constant in enum com.github.javaparser.ast.Node.TreeTraversal
- DirectChildrenIterator(Node) - Constructor for class com.github.javaparser.ast.Node.DirectChildrenIterator
- DIRECTIVES - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- directivesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ModuleDeclarationMetaModel
- DIVIDE - Enum constant in enum com.github.javaparser.ast.expr.AssignExpr.Operator
- DIVIDE - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
- DO - Enum constant in enum com.github.javaparser.JavaToken.Kind
- DO - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- DOC_ROOT - Enum constant in enum com.github.javaparser.javadoc.description.JavadocInlineTag.Type
- done() - Method in class com.github.javaparser.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.
- DONT_SAVE - Enum constant in enum com.github.javaparser.utils.SourceRoot.Callback.Result
- DoStmt - Class in com.github.javaparser.ast.stmt
-
A do-while.
- DoStmt() - Constructor for class com.github.javaparser.ast.stmt.DoStmt
- DoStmt(Statement, Expression) - Constructor for class com.github.javaparser.ast.stmt.DoStmt
- DoStmt(TokenRange, Statement, Expression) - Constructor for class com.github.javaparser.ast.stmt.DoStmt
-
This constructor is used by the parser and is considered private.
- doStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- DoStmtMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- DOT - Enum constant in enum com.github.javaparser.JavaToken.Kind
- DOT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- DotPrinter - Class in com.github.javaparser.printer
-
Outputs a Graphviz diagram of the AST.
- DotPrinter(boolean) - Constructor for class com.github.javaparser.printer.DotPrinter
- DOUBLE - Enum constant in enum com.github.javaparser.ast.type.PrimitiveType.Primitive
- DOUBLE - Enum constant in enum com.github.javaparser.JavaToken.Kind
- DOUBLE - Enum constant in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
- DOUBLE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- DOUBLECOLON - Enum constant in enum com.github.javaparser.JavaToken.Kind
- DOUBLECOLON - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- DoubleLiteralExpr - Class in com.github.javaparser.ast.expr
-
A float or a double constant.
- DoubleLiteralExpr() - Constructor for class com.github.javaparser.ast.expr.DoubleLiteralExpr
- DoubleLiteralExpr(double) - Constructor for class com.github.javaparser.ast.expr.DoubleLiteralExpr
- DoubleLiteralExpr(TokenRange, String) - Constructor for class com.github.javaparser.ast.expr.DoubleLiteralExpr
-
This constructor is used by the parser and is considered private.
- DoubleLiteralExpr(String) - Constructor for class com.github.javaparser.ast.expr.DoubleLiteralExpr
- doubleLiteralExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- DoubleLiteralExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- 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
- ELEMENT_TYPE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- ELEMENTS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- elementsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.IntersectionTypeMetaModel
- elementsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.UnionTypeMetaModel
- elementTypePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ArrayCreationExprMetaModel
- elidesTypeArguments() - Method in class com.github.javaparser.ast.expr.Expression
- ELLIPSIS - Enum constant in enum com.github.javaparser.JavaToken.Kind
- ELLIPSIS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- ELSE - Enum constant in enum com.github.javaparser.JavaToken.Kind
- ELSE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- ELSE_BLOCK - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- ELSE_BRANCH - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- ELSE_EXPR - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- ELSE_STMT - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- elseBlockPropertyMetaModel - Variable in class com.github.javaparser.metamodel.IfStmtMetaModel
- elseBranchPropertyMetaModel - Variable in class com.github.javaparser.metamodel.IfStmtMetaModel
- 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 - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- EmptyStmtMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- 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 - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- EnclosedExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- ENCLOSING_PARAMETERS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- end - Variable in class com.github.javaparser.Range
- END_OF_LINE_CHARACTER - Enum constant in enum com.github.javaparser.printer.configuration.DefaultPrinterConfiguration.ConfigOption
- 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 - Enum constant in enum com.github.javaparser.JavaToken.Kind
- ENTER_JAVADOC_COMMENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- ENTER_MULTILINE_COMMENT - Enum constant in enum com.github.javaparser.JavaToken.Kind
- ENTER_MULTILINE_COMMENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- ENTER_TEXT_BLOCK - Enum constant in enum com.github.javaparser.JavaToken.Kind
- ENTER_TEXT_BLOCK - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- ENTRIES - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- entriesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.EnumDeclarationMetaModel
- entriesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.SwitchExprMetaModel
- entriesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.SwitchStmtMetaModel
- entrySet() - Method in class com.github.javaparser.utils.VisitorMap
- ENUM - Enum constant in enum com.github.javaparser.JavaToken.Kind
- ENUM - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- EnumConstantDeclaration - Class in com.github.javaparser.ast.body
-
One of the values an enum can take.
- EnumConstantDeclaration() - Constructor for class com.github.javaparser.ast.body.EnumConstantDeclaration
- EnumConstantDeclaration(NodeList<AnnotationExpr>, SimpleName, NodeList<Expression>, NodeList<BodyDeclaration<?>>) - Constructor for class com.github.javaparser.ast.body.EnumConstantDeclaration
- EnumConstantDeclaration(TokenRange, NodeList<AnnotationExpr>, SimpleName, NodeList<Expression>, NodeList<BodyDeclaration<?>>) - Constructor for class com.github.javaparser.ast.body.EnumConstantDeclaration
-
This constructor is used by the parser and is considered private.
- EnumConstantDeclaration(String) - Constructor for class com.github.javaparser.ast.body.EnumConstantDeclaration
- enumConstantDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- EnumConstantDeclarationMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- EnumDeclaration - Class in com.github.javaparser.ast.body
-
The declaration of an enum.
enum X { ... }
- EnumDeclaration() - Constructor for class com.github.javaparser.ast.body.EnumDeclaration
- EnumDeclaration(NodeList<Modifier>, NodeList<AnnotationExpr>, SimpleName, NodeList<ClassOrInterfaceType>, NodeList<EnumConstantDeclaration>, NodeList<BodyDeclaration<?>>) - Constructor for class com.github.javaparser.ast.body.EnumDeclaration
- EnumDeclaration(NodeList<Modifier>, String) - Constructor for class com.github.javaparser.ast.body.EnumDeclaration
- EnumDeclaration(TokenRange, NodeList<Modifier>, NodeList<AnnotationExpr>, SimpleName, NodeList<ClassOrInterfaceType>, NodeList<EnumConstantDeclaration>, NodeList<BodyDeclaration<?>>) - Constructor for class com.github.javaparser.ast.body.EnumDeclaration
-
This constructor is used by the parser and is considered private.
- enumDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- EnumDeclarationMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- EOF - Enum constant in enum com.github.javaparser.JavaToken.Kind
- EOF - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
End of File.
- EOL - Enum constant in enum com.github.javaparser.JavaToken.Category
- 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, elseLineSeparator.CR
orLineSeparator.LF
orLineSeparator.CRLF
if referring to a specific style of line separator. - eolTokenKind() - Static method in class com.github.javaparser.TokenTypes
- eolTokenKind(LineSeparator) - Static method in class com.github.javaparser.TokenTypes
- EQ - Enum constant in enum com.github.javaparser.JavaToken.Kind
- EQ - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- equals(Node, Node) - Static method in class com.github.javaparser.ast.visitor.EqualsVisitor
- equals(Node, Node) - Static method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- equals(Node, Node) - Static method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- equals(Object) - Method in class com.github.javaparser.ast.body.CallableDeclaration.Signature
- equals(Object) - Method in class com.github.javaparser.ast.DataKey
- equals(Object) - Method in class com.github.javaparser.ast.Node
- equals(Object) - Method in class com.github.javaparser.ast.NodeList
- equals(Object) - Method in class com.github.javaparser.javadoc.description.JavadocDescription
- equals(Object) - Method in class com.github.javaparser.javadoc.description.JavadocInlineTag
- equals(Object) - Method in class com.github.javaparser.javadoc.description.JavadocSnippet
- equals(Object) - Method in class com.github.javaparser.javadoc.Javadoc
- equals(Object) - Method in class com.github.javaparser.javadoc.JavadocBlockTag
- equals(Object) - Method in class com.github.javaparser.JavaToken
- equals(Object) - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
- equals(Object) - Method in class com.github.javaparser.metamodel.PropertyMetaModel
- equals(Object) - Method in class com.github.javaparser.Position
- equals(Object) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmIndent
- equals(Object) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmMix
- equals(Object) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmToken
- equals(Object) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmUnindent
- equals(Object) - Method in class com.github.javaparser.printer.configuration.DefaultConfigurationOption
- equals(Object) - Method in class com.github.javaparser.printer.lexicalpreservation.Added
- equals(Object) - Method in class com.github.javaparser.printer.lexicalpreservation.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.Range
- equals(Object) - Method in class com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration.Bound
- 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
- EQUALS - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
- equalsString(LineSeparator) - Method in enum com.github.javaparser.utils.LineSeparator
- equalsVisitor - Variable in class com.github.javaparser.utils.VisitorList
- 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.
- 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
- error(String, Supplier<Object>...) - Static method in class com.github.javaparser.utils.Log
-
For drawing attention to an error that you don't have an exception for.
- error(Throwable) - Static method in class com.github.javaparser.utils.Log
-
For drawing attention to an error.
- error(Throwable, String, Supplier<Object>...) - Static method in class com.github.javaparser.utils.Log
-
For drawing attention to an error that you don't have an exception for.
- error(Supplier<Throwable>, Supplier<String>) - Method in interface com.github.javaparser.utils.Log.Adapter
-
Both can supply a null.
- error(Supplier<Throwable>, Supplier<String>) - Method in class com.github.javaparser.utils.Log.SilentAdapter
- error(Supplier<Throwable>, Supplier<String>) - Method in class com.github.javaparser.utils.Log.StandardOutStandardErrorAdapter
- 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
- EXCEPTION - Enum constant in enum com.github.javaparser.javadoc.JavadocBlockTag.Type
- exceptionTypes() - Method in class com.github.javaparser.resolution.MethodUsage
- 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 - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- ExplicitConstructorInvocationStmtMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- EXPORTS - Enum constant in enum com.github.javaparser.JavaToken.Kind
- 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 - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- EXPRESSION - Enum constant in enum com.github.javaparser.ast.stmt.SwitchEntry.Type
- EXPRESSION - Static variable in interface com.github.javaparser.ParseStart
- EXPRESSION_BODY - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- expressionBodyPropertyMetaModel - Variable in class com.github.javaparser.metamodel.LambdaExprMetaModel
- expressionMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- ExpressionMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- ExpressionMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.ExpressionMetaModel
- expressionPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CastExprMetaModel
- expressionPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ExplicitConstructorInvocationStmtMetaModel
- expressionPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ExpressionStmtMetaModel
- expressionPropertyMetaModel - Variable in class com.github.javaparser.metamodel.InstanceOfExprMetaModel
- expressionPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ReturnStmtMetaModel
- expressionPropertyMetaModel - Variable in class com.github.javaparser.metamodel.SynchronizedStmtMetaModel
- expressionPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ThrowStmtMetaModel
- expressionPropertyMetaModel - Variable in class com.github.javaparser.metamodel.UnaryExprMetaModel
- expressionPropertyMetaModel - Variable in class com.github.javaparser.metamodel.YieldStmtMetaModel
- ExpressionStmt - Class in com.github.javaparser.ast.stmt
-
Used to wrap an expression so that it can take the place of a statement.
- ExpressionStmt() - Constructor for class com.github.javaparser.ast.stmt.ExpressionStmt
- ExpressionStmt(Expression) - Constructor for class com.github.javaparser.ast.stmt.ExpressionStmt
- ExpressionStmt(TokenRange, Expression) - Constructor for class com.github.javaparser.ast.stmt.ExpressionStmt
-
This constructor is used by the parser and is considered private.
- expressionStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- ExpressionStmtMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- EXTENDED_TYPE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- EXTENDED_TYPES - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- extendedTypePropertyMetaModel - Variable in class com.github.javaparser.metamodel.WildcardTypeMetaModel
- extendedTypesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ClassOrInterfaceDeclarationMetaModel
- EXTENDS - Enum constant in enum com.github.javaparser.JavaToken.Kind
- EXTENDS - Enum constant in enum com.github.javaparser.resolution.types.ResolvedWildcard.BoundType
- EXTENDS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- extendsBound(ResolvedType) - Static method in class com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration.Bound
-
Create an extends bound with the given type:
- extendsBound(ResolvedType) - Static method in class com.github.javaparser.resolution.types.ResolvedWildcard
F
- f(String, Object...) - Static method in class com.github.javaparser.utils.CodeGenerationUtils
-
A shortcut to String.format.
- FALSE - Enum constant in enum com.github.javaparser.JavaToken.Kind
- FALSE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- FieldAccessExpr - Class in com.github.javaparser.ast.expr
-
Access of a field of an object or a class.
- FieldAccessExpr() - Constructor for class com.github.javaparser.ast.expr.FieldAccessExpr
- FieldAccessExpr(Expression, NodeList<Type>, SimpleName) - Constructor for class com.github.javaparser.ast.expr.FieldAccessExpr
- FieldAccessExpr(Expression, String) - Constructor for class com.github.javaparser.ast.expr.FieldAccessExpr
- FieldAccessExpr(TokenRange, Expression, NodeList<Type>, SimpleName) - Constructor for class com.github.javaparser.ast.expr.FieldAccessExpr
-
This constructor is used by the parser and is considered private.
- fieldAccessExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- FieldAccessExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- FieldDeclaration - Class in com.github.javaparser.ast.body
-
The declaration of a field in a class.
- FieldDeclaration() - Constructor for class com.github.javaparser.ast.body.FieldDeclaration
- FieldDeclaration(NodeList<Modifier>, VariableDeclarator) - Constructor for class com.github.javaparser.ast.body.FieldDeclaration
- FieldDeclaration(NodeList<Modifier>, NodeList<VariableDeclarator>) - Constructor for class com.github.javaparser.ast.body.FieldDeclaration
- FieldDeclaration(NodeList<Modifier>, NodeList<AnnotationExpr>, NodeList<VariableDeclarator>) - Constructor for class com.github.javaparser.ast.body.FieldDeclaration
- FieldDeclaration(NodeList<Modifier>, Type, String) - Constructor for class com.github.javaparser.ast.body.FieldDeclaration
-
Creates a
FieldDeclaration
. - FieldDeclaration(TokenRange, NodeList<Modifier>, NodeList<AnnotationExpr>, NodeList<VariableDeclarator>) - Constructor for class com.github.javaparser.ast.body.FieldDeclaration
-
This constructor is used by the parser and is considered private.
- fieldDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- FieldDeclarationMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- 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 - Enum constant in enum com.github.javaparser.ast.Modifier.Keyword
- FINAL - Enum constant in enum com.github.javaparser.JavaToken.Kind
- FINAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- FINALLY - Enum constant in enum com.github.javaparser.JavaToken.Kind
- FINALLY - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- FINALLY_BLOCK - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- 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
, orempty()
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
, orempty()
if none is found. - findCompilationUnit() - Method in class com.github.javaparser.ast.Node
- 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
- 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.
- 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.
- FIRST_LINE - Static variable in class com.github.javaparser.Position
-
The first line -- note that it is 1-indexed (i.e.
- FLAG - Enum constant in enum com.github.javaparser.printer.concretesyntaxmodel.CsmConditional.Condition
- FLOAT - Enum constant in enum com.github.javaparser.ast.type.PrimitiveType.Primitive
- FLOAT - Enum constant in enum com.github.javaparser.JavaToken.Kind
- FLOAT - Enum constant in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
- FLOAT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- FLOATING_POINT_LITERAL - Enum constant in enum com.github.javaparser.JavaToken.Kind
- FLOATING_POINT_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- floatType() - Static method in class com.github.javaparser.ast.type.PrimitiveType
- FOR - Enum constant in enum com.github.javaparser.JavaToken.Kind
- 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(VariableDeclarationExpr, String, BlockStmt) - Constructor for class com.github.javaparser.ast.stmt.ForEachStmt
- ForEachStmt(TokenRange, VariableDeclarationExpr, Expression, Statement) - Constructor for class com.github.javaparser.ast.stmt.ForEachStmt
-
This constructor is used by the parser and is considered private.
- forEachStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- ForEachStmtMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- ForStmt - Class in com.github.javaparser.ast.stmt
-
The classic for statement
- ForStmt() - Constructor for class com.github.javaparser.ast.stmt.ForStmt
- ForStmt(NodeList<Expression>, Expression, NodeList<Expression>, Statement) - Constructor for class com.github.javaparser.ast.stmt.ForStmt
- ForStmt(TokenRange, NodeList<Expression>, Expression, NodeList<Expression>, Statement) - Constructor for class com.github.javaparser.ast.stmt.ForStmt
-
This constructor is used by the parser and is considered private.
- forStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- ForStmtMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- fromCamelCaseName(String) - Static method in enum com.github.javaparser.ast.observer.ObservableProperty
- fromText(String) - Static method in class com.github.javaparser.javadoc.description.JavadocInlineTag
G
- GE - Enum constant in enum com.github.javaparser.JavaToken.Kind
- 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
- GenericListVisitorAdapter() - Constructor for class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- genericPrettyPrint(Node) - Static method in class com.github.javaparser.printer.ConcreteSyntaxModel
- genericPrettyPrint(Node, SourcePrinter) - Static method in class com.github.javaparser.printer.ConcreteSyntaxModel
- GenericVisitor<R,A> - Interface in com.github.javaparser.ast.visitor
-
A visitor that has a return value.
- GenericVisitorAdapter<R,A> - Class in com.github.javaparser.ast.visitor
-
A visitor that has a return value (R), and has a default implementation for all its visit methods that visits their children in an unspecified order, and the first visit method that returns a value will stop the visitation and be the end result.
- GenericVisitorAdapter() - Constructor for class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- GenericVisitorWithDefaults<R,A> - Class in com.github.javaparser.ast.visitor
-
A visitor that has a return value (R), and has default methods that are used when a specific visit method is not overridden.
- GenericVisitorWithDefaults() - Constructor for class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- get() - Method in class com.github.javaparser.printer.configuration.DefaultPrinterConfiguration
-
returns all options configured
- get() - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
-
Deprecated.
- get() - Method in interface com.github.javaparser.printer.configuration.PrinterConfiguration
- get(int) - Method in class com.github.javaparser.ast.NodeList
- get(int) - Method in class com.github.javaparser.utils.VisitorList
- get(ConfigurationOption) - Method in class com.github.javaparser.printer.configuration.DefaultPrinterConfiguration
- get(ConfigurationOption) - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
-
Deprecated.
- get(ConfigurationOption) - Method in interface com.github.javaparser.printer.configuration.PrinterConfiguration
- get(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() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
-
Return all ancestors, that means all superclasses and interfaces.
- getAllAncestors(Function<ResolvedReferenceTypeDeclaration, List<ResolvedReferenceType>>) - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
-
The list of all the ancestors of the current declaration, direct and indirect.
- 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
- 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.
- 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.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
-
Get the configuration for the parse...
- getConstructorByParameterTypes(Class<?>...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
Try to find a
ConstructorDeclaration
by its parameter types. - getConstructorByParameterTypes(String...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
Try to find a
ConstructorDeclaration
by its parameter types. - getConstructorParameters() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
- getConstructors() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
Find all constructors in the members of this node.
- getConstructors() - Method in interface com.github.javaparser.resolution.declarations.ResolvedClassDeclaration
-
List of constructors available for the class.
- getConstructors() - Method in interface com.github.javaparser.resolution.declarations.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(Node) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmToken
- 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
- getDeclarationAsString() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithDeclaration
-
As
NodeWithDeclaration.getDeclarationAsString(boolean, boolean, boolean)
including the modifiers, the throws clause and the parameters with both type and name. - getDeclarationAsString(boolean, boolean) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithDeclaration
-
As
NodeWithDeclaration.getDeclarationAsString(boolean, boolean, boolean)
including the parameters with both type and name. - getDeclarationAsString(boolean, boolean, boolean) - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
-
The declaration returned has this schema:
- getDeclarationAsString(boolean, boolean, boolean) - Method in class com.github.javaparser.ast.body.ConstructorDeclaration
-
The declaration returned has this schema:
- getDeclarationAsString(boolean, boolean, boolean) - Method in class com.github.javaparser.ast.body.MethodDeclaration
-
The declaration returned has this schema:
- getDeclarationAsString(boolean, boolean, boolean) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithDeclaration
-
A simple representation of the element declaration.
- 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.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.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.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
- 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
- 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
- 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.
- 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
- 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
-
The
UnicodeEscapeProcessingProvider.LineCounter
of the input file. - 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.
- getMethods() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
Find all methods in the members of this node.
- getMethodsByName(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
Try to find a
MethodDeclaration
by its name - getMethodsByParameterTypes(Class<?>...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
Try to find a
MethodDeclaration
by its parameter types. - getMethodsByParameterTypes(String...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
Try to find a
MethodDeclaration
by its parameter types. - getMethodsBySignature(String, String...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
Try to find
MethodDeclaration
s 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.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 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
-
The
UnicodeEscapeProcessingProvider.LineCounter
of the output file. - getPackageDeclaration() - Method in class com.github.javaparser.ast.CompilationUnit
-
Retrieves the package declaration of this compilation unit.
If this compilation unit has no package declaration (default package),Optional.none()
is returned. - getPackageName() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
- getPackageName() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
-
The package name of the declaring type.
- getPackageName() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
-
The package name of the type.
- getPackageName() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
-
The package name of the type bound(s).
- 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() - Method in class com.github.javaparser.ast.stmt.CatchClause
-
Note that the type of the Parameter can be a UnionType.
- getParameter(int) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
- getParameterByName(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
-
Try to find a
Parameter
by its name - getParameterByType(Class<?>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
-
Try to find a
Parameter
by its type - getParameterByType(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
-
Try to find a
Parameter
by its type - getParameters() - Method in class com.github.javaparser.ast.body.CallableDeclaration
- getParameters() - Method in class com.github.javaparser.ast.body.RecordDeclaration
-
Type declarations do not normally have parameters - e.g.
- getParameters() - Method in class com.github.javaparser.ast.expr.LambdaExpr
- getParameters() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
- getParameterTypes() - Method in class com.github.javaparser.ast.body.CallableDeclaration.Signature
- 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
- 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
- getParserConfiguration() - Method in class com.github.javaparser.JavaParser
- 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
- 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
- getPrinter() - Method in class com.github.javaparser.ast.CompilationUnit
- getPrinter() - Method in class com.github.javaparser.ast.Node
- getPrinter() - Method in class com.github.javaparser.utils.SourceRoot
-
Get the printing function.
- getPrinter(PrinterConfiguration) - Method in class com.github.javaparser.ast.CompilationUnit
- getPrinter(PrinterConfiguration) - Method in class com.github.javaparser.ast.Node
- 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 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
- 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 class com.github.javaparser.utils.ProjectRoot
- getRoot() - Method in class com.github.javaparser.utils.SourceRoot
-
The path that was passed in the constructor.
- getRoot(Path) - Method in interface com.github.javaparser.utils.CollectionStrategy
- 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
- 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
- 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() - Method in class com.github.javaparser.ast.stmt.LabeledStmt
- getStatement(int) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
- getStatements() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
- getStatements() - Method in class com.github.javaparser.ast.stmt.BlockStmt
- getStatements() - Method in class com.github.javaparser.ast.stmt.SwitchEntry
- getStorage() - Method in class com.github.javaparser.ast.CompilationUnit
- 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
- 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
- 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
- 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() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmToken
- getTokenType() - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
- getTokenType() - Method in class com.github.javaparser.printer.lexicalpreservation.Removed
- getTokenType(Node, String, String) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmAttribute
-
Obtain the token type corresponding to the specific value of the attribute.
- getTryBlock() - Method in class com.github.javaparser.ast.stmt.TryStmt
- getType() - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
- getType() - Method in class com.github.javaparser.ast.body.MethodDeclaration
- getType() - Method in class com.github.javaparser.ast.body.Parameter
- getType() - Method in class com.github.javaparser.ast.body.ReceiverParameter
- getType() - Method in class com.github.javaparser.ast.body.VariableDeclarator
- getType() - Method in class com.github.javaparser.ast.expr.CastExpr
- getType() - Method in class com.github.javaparser.ast.expr.ClassExpr
- getType() - Method in class com.github.javaparser.ast.expr.InstanceOfExpr
- getType() - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
- getType() - Method in class com.github.javaparser.ast.expr.PatternExpr
- 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(int) - Method in class com.github.javaparser.ast.CompilationUnit
-
Convenience method that wraps
getTypes()
.
Ifi
is out of bounds, throwsIndexOutOfBoundsException.
- 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.
If there are no types declared,none
is returned. - 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() - Method in class com.github.javaparser.Token
-
An optional attribute value of the Token.
- getValue(Node) - Method in class com.github.javaparser.metamodel.PropertyMetaModel
-
Introspects the node to get the value from this field.
- getValue(ObservableProperty, Node) - Method in interface com.github.javaparser.printer.lexicalpreservation.changes.Change
- getValue(ObservableProperty, Node) - Method in class com.github.javaparser.printer.lexicalpreservation.changes.ListAdditionChange
- getValue(ObservableProperty, Node) - Method in class com.github.javaparser.printer.lexicalpreservation.changes.ListRemovalChange
- getValue(ObservableProperty, Node) - Method in class com.github.javaparser.printer.lexicalpreservation.changes.ListReplacementChange
- getValue(ObservableProperty, Node) - Method in class com.github.javaparser.printer.lexicalpreservation.changes.NoChange
- getValue(ObservableProperty, Node) - Method in class com.github.javaparser.printer.lexicalpreservation.changes.PropertyChange
- getValue(ResolvedTypeParameterDeclaration) - Method in class com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametersMap
- getValueAsBooleanAttribute(Node) - Method in enum com.github.javaparser.ast.observer.ObservableProperty
- getValueAsCollection(Node) - Method in enum com.github.javaparser.ast.observer.ObservableProperty
- getValueAsMultipleReference(Node) - Method in enum com.github.javaparser.ast.observer.ObservableProperty
- getValueAsSingleReference(Node) - Method in enum com.github.javaparser.ast.observer.ObservableProperty
- getValueAsStringAttribute(Node) - Method in enum com.github.javaparser.ast.observer.ObservableProperty
- getValueBySignature(String) - Method in class com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametersMap
- getValues() - Method in class com.github.javaparser.ast.expr.ArrayInitializerExpr
- getVarArgsAnnotations() - Method in class com.github.javaparser.ast.body.Parameter
- getVariable() - Method in class com.github.javaparser.ast.stmt.ForEachStmt
- getVariable(int) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithVariables
- getVariableDeclarator() - Method in class com.github.javaparser.ast.stmt.ForEachStmt
-
Convenience method that directly returns this foreach statement's single variable declarator.
- 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
- getZipPath() - Method in class com.github.javaparser.utils.SourceZip
-
Get the path of the ZIP file to be parsed.
- GOTO - Enum constant in enum com.github.javaparser.JavaToken.Kind
- GOTO - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- GREATER - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
- GREATER_EQUALS - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
- GT - Enum constant in enum com.github.javaparser.JavaToken.Kind
- 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?
- 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() - 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.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.Range
- hashCode() - Method in class com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration.Bound
- 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
- hashCode(Node) - Static method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- hashCode(Node) - Static method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- hashCode(Node) - Static method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- hashcodeVisitor - Variable in class com.github.javaparser.utils.VisitorList
- HashCodeVisitor - 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.)
- hasInternalType(String) - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
-
Does this type contain an internal type with the given name? (Does not include internal types inside internal types).
- 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? Anonymous classes do not have one.
- 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.WrappingRangeIterator
- hasParametersOfType(Class<?>...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
-
Check if the parameters have certain types.
- hasParametersOfType(String...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
-
Check if the parameters have certain types.
- hasParentNode() - Method in interface com.github.javaparser.HasParentNode
-
Returns true if the parent has a parent
- HasParentNode<T> - Interface in com.github.javaparser
-
An object that can have a parent node.
- hasPrevious() - Method in class com.github.javaparser.ast.NodeList.NodeListIterator
- 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.
- hasUnaryMinusAsParent(Node) - Static method in class com.github.javaparser.utils.Utils
-
Checks, if the parent is a unary expression with a minus operator.
- hasUpperBound() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
-
Has the type parameter an upper bound?
- hasValue() - Method in interface com.github.javaparser.printer.configuration.ConfigurationOption
- hasValue() - Method in class com.github.javaparser.printer.configuration.DefaultConfigurationOption
-
returns True if the option has a currentValue
- hasVariadicParameter() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
-
Has the method or construcor a variadic parameter? Note that when a method has a variadic parameter it should have an array type.
- hasVisibleField(String) - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
-
Either a declared field or inherited field which is not private.
- hasWildcard() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
- hasWildcard() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
- HEX_DIGITS - Enum constant in enum com.github.javaparser.JavaToken.Kind
- HEX_DIGITS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- HEX_LITERAL - Enum constant in enum com.github.javaparser.JavaToken.Kind
- HEX_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- HEXADECIMAL_EXPONENT - Enum constant in enum com.github.javaparser.JavaToken.Kind
- HEXADECIMAL_EXPONENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- HEXADECIMAL_FLOATING_POINT_LITERAL - Enum constant in enum com.github.javaparser.JavaToken.Kind
- HEXADECIMAL_FLOATING_POINT_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- HOME - Static variable in class com.github.javaparser.Position
-
The first position in the file.
- HOOK - Enum constant in enum com.github.javaparser.JavaToken.Kind
- HOOK - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
I
- IDENTIFIER - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- IDENTIFIER - Enum constant in enum com.github.javaparser.JavaToken.Category
- IDENTIFIER - Enum constant in enum com.github.javaparser.JavaToken.Kind
- IDENTIFIER - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- identifierPropertyMetaModel - Variable in class com.github.javaparser.metamodel.MethodReferenceExprMetaModel
- identifierPropertyMetaModel - Variable in class com.github.javaparser.metamodel.NameMetaModel
- identifierPropertyMetaModel - Variable in class com.github.javaparser.metamodel.SimpleNameMetaModel
- IF - Enum constant in enum com.github.javaparser.JavaToken.Kind
- IF - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- ifAnnotationDeclaration(Consumer<AnnotationDeclaration>) - Method in class com.github.javaparser.ast.body.AnnotationDeclaration
- ifAnnotationDeclaration(Consumer<AnnotationDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
- ifAnnotationExpr(Consumer<AnnotationExpr>) - Method in class com.github.javaparser.ast.expr.AnnotationExpr
- ifAnnotationExpr(Consumer<AnnotationExpr>) - Method in class com.github.javaparser.ast.expr.Expression
- ifAnnotationMemberDeclaration(Consumer<AnnotationMemberDeclaration>) - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
- ifAnnotationMemberDeclaration(Consumer<AnnotationMemberDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
- ifArrayAccessExpr(Consumer<ArrayAccessExpr>) - Method in class com.github.javaparser.ast.expr.ArrayAccessExpr
- ifArrayAccessExpr(Consumer<ArrayAccessExpr>) - Method in class com.github.javaparser.ast.expr.Expression
- ifArrayCreationExpr(Consumer<ArrayCreationExpr>) - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
- ifArrayCreationExpr(Consumer<ArrayCreationExpr>) - Method in class com.github.javaparser.ast.expr.Expression
- ifArrayInitializerExpr(Consumer<ArrayInitializerExpr>) - Method in class com.github.javaparser.ast.expr.ArrayInitializerExpr
- ifArrayInitializerExpr(Consumer<ArrayInitializerExpr>) - Method in class com.github.javaparser.ast.expr.Expression
- ifArrayType(Consumer<ArrayType>) - Method in class com.github.javaparser.ast.type.ArrayType
- ifArrayType(Consumer<ArrayType>) - Method in class com.github.javaparser.ast.type.Type
- ifAssertStmt(Consumer<AssertStmt>) - Method in class com.github.javaparser.ast.stmt.AssertStmt
- ifAssertStmt(Consumer<AssertStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
- ifAssignExpr(Consumer<AssignExpr>) - Method in class com.github.javaparser.ast.expr.AssignExpr
- ifAssignExpr(Consumer<AssignExpr>) - Method in class com.github.javaparser.ast.expr.Expression
- ifBinaryExpr(Consumer<BinaryExpr>) - Method in class com.github.javaparser.ast.expr.BinaryExpr
- ifBinaryExpr(Consumer<BinaryExpr>) - Method in class com.github.javaparser.ast.expr.Expression
- ifBlockComment(Consumer<BlockComment>) - Method in class com.github.javaparser.ast.comments.BlockComment
- ifBlockComment(Consumer<BlockComment>) - Method in class com.github.javaparser.ast.comments.Comment
- ifBlockStmt(Consumer<BlockStmt>) - Method in class com.github.javaparser.ast.stmt.BlockStmt
- ifBlockStmt(Consumer<BlockStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
- ifBooleanLiteralExpr(Consumer<BooleanLiteralExpr>) - Method in class com.github.javaparser.ast.expr.BooleanLiteralExpr
- ifBooleanLiteralExpr(Consumer<BooleanLiteralExpr>) - Method in class com.github.javaparser.ast.expr.Expression
- ifBreakStmt(Consumer<BreakStmt>) - Method in class com.github.javaparser.ast.stmt.BreakStmt
- ifBreakStmt(Consumer<BreakStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
- ifCallableDeclaration(Consumer<CallableDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
- ifCallableDeclaration(Consumer<CallableDeclaration>) - Method in class com.github.javaparser.ast.body.CallableDeclaration
- ifCastExpr(Consumer<CastExpr>) - Method in class com.github.javaparser.ast.expr.CastExpr
- ifCastExpr(Consumer<CastExpr>) - Method in class com.github.javaparser.ast.expr.Expression
- ifCharLiteralExpr(Consumer<CharLiteralExpr>) - Method in class com.github.javaparser.ast.expr.CharLiteralExpr
- ifCharLiteralExpr(Consumer<CharLiteralExpr>) - Method in class com.github.javaparser.ast.expr.Expression
- ifClassExpr(Consumer<ClassExpr>) - Method in class com.github.javaparser.ast.expr.ClassExpr
- ifClassExpr(Consumer<ClassExpr>) - Method in class com.github.javaparser.ast.expr.Expression
- ifClassOrInterfaceDeclaration(Consumer<ClassOrInterfaceDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
- ifClassOrInterfaceDeclaration(Consumer<ClassOrInterfaceDeclaration>) - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
- ifClassOrInterfaceType(Consumer<ClassOrInterfaceType>) - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
- ifClassOrInterfaceType(Consumer<ClassOrInterfaceType>) - Method in class com.github.javaparser.ast.type.Type
- ifCompactConstructorDeclaration(Consumer<CompactConstructorDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
- ifCompactConstructorDeclaration(Consumer<CompactConstructorDeclaration>) - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
- ifConditionalExpr(Consumer<ConditionalExpr>) - Method in class com.github.javaparser.ast.expr.ConditionalExpr
- ifConditionalExpr(Consumer<ConditionalExpr>) - Method in class com.github.javaparser.ast.expr.Expression
- ifConstructorDeclaration(Consumer<ConstructorDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
- ifConstructorDeclaration(Consumer<ConstructorDeclaration>) - Method in class com.github.javaparser.ast.body.ConstructorDeclaration
- ifContinueStmt(Consumer<ContinueStmt>) - Method in class com.github.javaparser.ast.stmt.ContinueStmt
- ifContinueStmt(Consumer<ContinueStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
- ifDoStmt(Consumer<DoStmt>) - Method in class com.github.javaparser.ast.stmt.DoStmt
- ifDoStmt(Consumer<DoStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
- ifDoubleLiteralExpr(Consumer<DoubleLiteralExpr>) - Method in class com.github.javaparser.ast.expr.DoubleLiteralExpr
- ifDoubleLiteralExpr(Consumer<DoubleLiteralExpr>) - Method in class com.github.javaparser.ast.expr.Expression
- ifEmptyStmt(Consumer<EmptyStmt>) - Method in class com.github.javaparser.ast.stmt.EmptyStmt
- ifEmptyStmt(Consumer<EmptyStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
- ifEnclosedExpr(Consumer<EnclosedExpr>) - Method in class com.github.javaparser.ast.expr.EnclosedExpr
- ifEnclosedExpr(Consumer<EnclosedExpr>) - Method in class com.github.javaparser.ast.expr.Expression
- ifEnumConstantDeclaration(Consumer<EnumConstantDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
- ifEnumConstantDeclaration(Consumer<EnumConstantDeclaration>) - Method in class com.github.javaparser.ast.body.EnumConstantDeclaration
- ifEnumDeclaration(Consumer<EnumDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
- ifEnumDeclaration(Consumer<EnumDeclaration>) - Method in class com.github.javaparser.ast.body.EnumDeclaration
- ifExplicitConstructorInvocationStmt(Consumer<ExplicitConstructorInvocationStmt>) - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
- ifExplicitConstructorInvocationStmt(Consumer<ExplicitConstructorInvocationStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
- ifExpressionStmt(Consumer<ExpressionStmt>) - Method in class com.github.javaparser.ast.stmt.ExpressionStmt
- ifExpressionStmt(Consumer<ExpressionStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
- ifFieldAccessExpr(Consumer<FieldAccessExpr>) - Method in class com.github.javaparser.ast.expr.Expression
- ifFieldAccessExpr(Consumer<FieldAccessExpr>) - Method in class com.github.javaparser.ast.expr.FieldAccessExpr
- ifFieldDeclaration(Consumer<FieldDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
- ifFieldDeclaration(Consumer<FieldDeclaration>) - Method in class com.github.javaparser.ast.body.FieldDeclaration
- ifForEachStmt(Consumer<ForEachStmt>) - Method in class com.github.javaparser.ast.stmt.ForEachStmt
- ifForEachStmt(Consumer<ForEachStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
- ifForStmt(Consumer<ForStmt>) - Method in class com.github.javaparser.ast.stmt.ForStmt
- ifForStmt(Consumer<ForStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
- ifIfStmt(Consumer<IfStmt>) - Method in class com.github.javaparser.ast.stmt.IfStmt
- ifIfStmt(Consumer<IfStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
- ifInitializerDeclaration(Consumer<InitializerDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
- ifInitializerDeclaration(Consumer<InitializerDeclaration>) - Method in class com.github.javaparser.ast.body.InitializerDeclaration
- ifInstanceOfExpr(Consumer<InstanceOfExpr>) - Method in class com.github.javaparser.ast.expr.Expression
- ifInstanceOfExpr(Consumer<InstanceOfExpr>) - Method in class com.github.javaparser.ast.expr.InstanceOfExpr
- ifIntegerLiteralExpr(Consumer<IntegerLiteralExpr>) - Method in class com.github.javaparser.ast.expr.Expression
- ifIntegerLiteralExpr(Consumer<IntegerLiteralExpr>) - Method in class com.github.javaparser.ast.expr.IntegerLiteralExpr
- ifIntersectionType(Consumer<IntersectionType>) - Method in class com.github.javaparser.ast.type.IntersectionType
- ifIntersectionType(Consumer<IntersectionType>) - Method in class com.github.javaparser.ast.type.Type
- ifJavadocComment(Consumer<JavadocComment>) - Method in class com.github.javaparser.ast.comments.Comment
- ifJavadocComment(Consumer<JavadocComment>) - Method in class com.github.javaparser.ast.comments.JavadocComment
- ifLabeledStmt(Consumer<LabeledStmt>) - Method in class com.github.javaparser.ast.stmt.LabeledStmt
- ifLabeledStmt(Consumer<LabeledStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
- ifLambdaExpr(Consumer<LambdaExpr>) - Method in class com.github.javaparser.ast.expr.Expression
- ifLambdaExpr(Consumer<LambdaExpr>) - Method in class com.github.javaparser.ast.expr.LambdaExpr
- ifLineComment(Consumer<LineComment>) - Method in class com.github.javaparser.ast.comments.Comment
- ifLineComment(Consumer<LineComment>) - Method in class com.github.javaparser.ast.comments.LineComment
- ifLiteralExpr(Consumer<LiteralExpr>) - Method in class com.github.javaparser.ast.expr.Expression
- ifLiteralExpr(Consumer<LiteralExpr>) - Method in class com.github.javaparser.ast.expr.LiteralExpr
- ifLiteralStringValueExpr(Consumer<LiteralStringValueExpr>) - Method in class com.github.javaparser.ast.expr.Expression
- ifLiteralStringValueExpr(Consumer<LiteralStringValueExpr>) - Method in class com.github.javaparser.ast.expr.LiteralStringValueExpr
- ifLocalClassDeclarationStmt(Consumer<LocalClassDeclarationStmt>) - Method in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt
- ifLocalClassDeclarationStmt(Consumer<LocalClassDeclarationStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
- ifLocalRecordDeclarationStmt(Consumer<LocalRecordDeclarationStmt>) - Method in class com.github.javaparser.ast.stmt.LocalRecordDeclarationStmt
- ifLocalRecordDeclarationStmt(Consumer<LocalRecordDeclarationStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
- ifLongLiteralExpr(Consumer<LongLiteralExpr>) - Method in class com.github.javaparser.ast.expr.Expression
- ifLongLiteralExpr(Consumer<LongLiteralExpr>) - Method in class com.github.javaparser.ast.expr.LongLiteralExpr
- ifMarkerAnnotationExpr(Consumer<MarkerAnnotationExpr>) - Method in class com.github.javaparser.ast.expr.Expression
- ifMarkerAnnotationExpr(Consumer<MarkerAnnotationExpr>) - Method in class com.github.javaparser.ast.expr.MarkerAnnotationExpr
- ifMethodCallExpr(Consumer<MethodCallExpr>) - Method in class com.github.javaparser.ast.expr.Expression
- ifMethodCallExpr(Consumer<MethodCallExpr>) - Method in class com.github.javaparser.ast.expr.MethodCallExpr
- ifMethodDeclaration(Consumer<MethodDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
- ifMethodDeclaration(Consumer<MethodDeclaration>) - Method in class com.github.javaparser.ast.body.MethodDeclaration
- ifMethodReferenceExpr(Consumer<MethodReferenceExpr>) - Method in class com.github.javaparser.ast.expr.Expression
- ifMethodReferenceExpr(Consumer<MethodReferenceExpr>) - Method in class com.github.javaparser.ast.expr.MethodReferenceExpr
- ifModuleExportsDirective(Consumer<ModuleExportsDirective>) - Method in class com.github.javaparser.ast.modules.ModuleDirective
- ifModuleExportsDirective(Consumer<ModuleExportsDirective>) - Method in class com.github.javaparser.ast.modules.ModuleExportsDirective
- ifModuleExportsStmt(Consumer<ModuleExportsDirective>) - Method in class com.github.javaparser.ast.modules.ModuleDirective
- ifModuleExportsStmt(Consumer<ModuleExportsDirective>) - Method in class com.github.javaparser.ast.modules.ModuleExportsDirective
- ifModuleOpensDirective(Consumer<ModuleOpensDirective>) - Method in class com.github.javaparser.ast.modules.ModuleDirective
- ifModuleOpensDirective(Consumer<ModuleOpensDirective>) - Method in class com.github.javaparser.ast.modules.ModuleOpensDirective
- ifModuleOpensStmt(Consumer<ModuleOpensDirective>) - Method in class com.github.javaparser.ast.modules.ModuleDirective
- ifModuleOpensStmt(Consumer<ModuleOpensDirective>) - Method in class com.github.javaparser.ast.modules.ModuleOpensDirective
- ifModuleProvidesDirective(Consumer<ModuleProvidesDirective>) - Method in class com.github.javaparser.ast.modules.ModuleDirective
- ifModuleProvidesDirective(Consumer<ModuleProvidesDirective>) - Method in class com.github.javaparser.ast.modules.ModuleProvidesDirective
- ifModuleProvidesStmt(Consumer<ModuleProvidesDirective>) - Method in class com.github.javaparser.ast.modules.ModuleDirective
- ifModuleProvidesStmt(Consumer<ModuleProvidesDirective>) - Method in class com.github.javaparser.ast.modules.ModuleProvidesDirective
- ifModuleRequiresDirective(Consumer<ModuleRequiresDirective>) - Method in class com.github.javaparser.ast.modules.ModuleDirective
- ifModuleRequiresDirective(Consumer<ModuleRequiresDirective>) - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
- ifModuleRequiresStmt(Consumer<ModuleRequiresDirective>) - Method in class com.github.javaparser.ast.modules.ModuleDirective
- ifModuleRequiresStmt(Consumer<ModuleRequiresDirective>) - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
- ifModuleUsesDirective(Consumer<ModuleUsesDirective>) - Method in class com.github.javaparser.ast.modules.ModuleDirective
- ifModuleUsesDirective(Consumer<ModuleUsesDirective>) - Method in class com.github.javaparser.ast.modules.ModuleUsesDirective
- ifModuleUsesStmt(Consumer<ModuleUsesDirective>) - Method in class com.github.javaparser.ast.modules.ModuleDirective
- ifModuleUsesStmt(Consumer<ModuleUsesDirective>) - Method in class com.github.javaparser.ast.modules.ModuleUsesDirective
- ifNameExpr(Consumer<NameExpr>) - Method in class com.github.javaparser.ast.expr.Expression
- ifNameExpr(Consumer<NameExpr>) - Method in class com.github.javaparser.ast.expr.NameExpr
- ifNonEmpty(Consumer<? super NodeList<N>>) - Method in class com.github.javaparser.ast.NodeList
- ifNormalAnnotationExpr(Consumer<NormalAnnotationExpr>) - Method in class com.github.javaparser.ast.expr.Expression
- ifNormalAnnotationExpr(Consumer<NormalAnnotationExpr>) - Method in class com.github.javaparser.ast.expr.NormalAnnotationExpr
- ifNullLiteralExpr(Consumer<NullLiteralExpr>) - Method in class com.github.javaparser.ast.expr.Expression
- ifNullLiteralExpr(Consumer<NullLiteralExpr>) - Method in class com.github.javaparser.ast.expr.NullLiteralExpr
- ifObjectCreationExpr(Consumer<ObjectCreationExpr>) - Method in class com.github.javaparser.ast.expr.Expression
- ifObjectCreationExpr(Consumer<ObjectCreationExpr>) - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
- ifPatternExpr(Consumer<PatternExpr>) - Method in class com.github.javaparser.ast.expr.Expression
- ifPatternExpr(Consumer<PatternExpr>) - Method in class com.github.javaparser.ast.expr.PatternExpr
- ifPrimitiveType(Consumer<PrimitiveType>) - Method in class com.github.javaparser.ast.type.PrimitiveType
- ifPrimitiveType(Consumer<PrimitiveType>) - Method in class com.github.javaparser.ast.type.Type
- ifRecordDeclaration(Consumer<RecordDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
- ifRecordDeclaration(Consumer<RecordDeclaration>) - Method in class com.github.javaparser.ast.body.RecordDeclaration
- 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 - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- IfStmtMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- 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.
- IMPLEMENTED_TYPES - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- implementedTypesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ClassOrInterfaceDeclarationMetaModel
- implementedTypesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.EnumDeclarationMetaModel
- implementedTypesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.RecordDeclarationMetaModel
- IMPLEMENTS - Enum constant in enum com.github.javaparser.JavaToken.Kind
- IMPLEMENTS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- IMPORT - Enum constant in enum com.github.javaparser.JavaToken.Kind
- IMPORT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- IMPORT_DECLARATION - Static variable in interface com.github.javaparser.ParseStart
- ImportDeclaration - Class in com.github.javaparser.ast
-
An import declaration.
- ImportDeclaration(Name, boolean, boolean) - Constructor for class com.github.javaparser.ast.ImportDeclaration
- ImportDeclaration(TokenRange, Name, boolean, boolean) - Constructor for class com.github.javaparser.ast.ImportDeclaration
-
This constructor is used by the parser and is considered private.
- ImportDeclaration(String, boolean, boolean) - Constructor for class com.github.javaparser.ast.ImportDeclaration
- importDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- ImportDeclarationMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- IMPORTS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- importsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CompilationUnitMetaModel
- in(ResolvedPrimitiveType...) - Method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
- IN_JAVADOC_COMMENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
Lexical state.
- IN_MULTI_LINE_COMMENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
Lexical state.
- IN_TEXT_BLOCK - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
Lexical state.
- inBuf - Variable in class com.github.javaparser.AbstractCharStream
-
Characters in the backup/pushBack buffer
- INCR - Enum constant in enum com.github.javaparser.JavaToken.Kind
- INCR - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- indent() - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
- indent() - Method in class com.github.javaparser.printer.SourcePrinter
-
Add the default indentation to the current indentation and push it on the indentation stack.
- indent(StringBuilder, int) - Static method in class com.github.javaparser.utils.Utils
-
Make an indent by appending indentLevel tab characters to the builder.
- INDENT_CASE_IN_SWITCH - Enum constant in enum com.github.javaparser.printer.configuration.DefaultPrinterConfiguration.ConfigOption
-
Indent the case when it is true, don't if false
- Indentation - Class in com.github.javaparser.printer.configuration
-
This class defines the characteristics of an indentation: the type (space, tabs..) and the size (How many characters must be used to indent the code).
- Indentation(Indentation.IndentType) - Constructor for class com.github.javaparser.printer.configuration.Indentation
- Indentation(Indentation.IndentType, int) - Constructor for class com.github.javaparser.printer.configuration.Indentation
- INDENTATION - Enum constant in enum com.github.javaparser.printer.configuration.DefaultPrinterConfiguration.ConfigOption
-
Indentation proprerty
- Indentation.IndentType - Enum in com.github.javaparser.printer.configuration
- 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 - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- indexOf(Object) - Method in class com.github.javaparser.ast.NodeList
- indexOf(Object) - Method in class com.github.javaparser.utils.VisitorList
- indexOfElementByObjectIdentity(List<E>, E) - Static method in class com.github.javaparser.utils.Utils
-
Like
List.indexOf(Object)
, but using ==, not equals. - indexPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ArrayAccessExprMetaModel
- info(String, Supplier<Object>...) - Static method in class com.github.javaparser.utils.Log
-
For logging things that are nice to see scrolling by.
- info(Supplier<String>) - Method in interface com.github.javaparser.utils.Log.Adapter
- info(Supplier<String>) - Method in class com.github.javaparser.utils.Log.SilentAdapter
- info(Supplier<String>) - Method in class com.github.javaparser.utils.Log.StandardOutStandardErrorAdapter
- INHERIT_DOC - Enum constant in enum com.github.javaparser.javadoc.description.JavadocInlineTag.Type
- INITIALIZATION - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- initializationPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ForStmtMetaModel
- INITIALIZER - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- InitializerDeclaration - Class in com.github.javaparser.ast.body
-
A (possibly static) initializer body.
- InitializerDeclaration() - Constructor for class com.github.javaparser.ast.body.InitializerDeclaration
- InitializerDeclaration(boolean, BlockStmt) - Constructor for class com.github.javaparser.ast.body.InitializerDeclaration
- InitializerDeclaration(TokenRange, boolean, BlockStmt) - Constructor for class com.github.javaparser.ast.body.InitializerDeclaration
-
This constructor is used by the parser and is considered private.
- initializerDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- InitializerDeclarationMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- initializerPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ArrayCreationExprMetaModel
- initializerPropertyMetaModel - Variable in class com.github.javaparser.metamodel.VariableDeclaratorMetaModel
- INNER - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- 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.types.ResolvedVoidType
- INSTANCEOF - Enum constant in enum com.github.javaparser.JavaToken.Kind
- INSTANCEOF - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- InstanceOfExpr - Class in com.github.javaparser.ast.expr
-
The instanceof statement
- InstanceOfExpr() - Constructor for class com.github.javaparser.ast.expr.InstanceOfExpr
- InstanceOfExpr(Expression, ReferenceType) - Constructor for class com.github.javaparser.ast.expr.InstanceOfExpr
- InstanceOfExpr(Expression, ReferenceType, PatternExpr) - Constructor for class com.github.javaparser.ast.expr.InstanceOfExpr
- InstanceOfExpr(TokenRange, Expression, ReferenceType, PatternExpr) - Constructor for class com.github.javaparser.ast.expr.InstanceOfExpr
-
This constructor is used by the parser and is considered private.
- instanceOfExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- InstanceOfExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- INT - Enum constant in enum com.github.javaparser.ast.type.PrimitiveType.Primitive
- INT - Enum constant in enum com.github.javaparser.JavaToken.Kind
- INT - Enum constant in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
- INT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- INTEGER_LITERAL - Enum constant in enum com.github.javaparser.JavaToken.Kind
- INTEGER_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- IntegerLiteralExpr - Class in com.github.javaparser.ast.expr
-
All ways to specify an int literal.
- IntegerLiteralExpr() - Constructor for class com.github.javaparser.ast.expr.IntegerLiteralExpr
- IntegerLiteralExpr(int) - Constructor for class com.github.javaparser.ast.expr.IntegerLiteralExpr
-
Deprecated.This function is deprecated in favor of
IntegerLiteralExpr(String)
. Please refer to theIntegerLiteralExpr.asNumber()
function for valid formats and how to construct literals holding negative values. - IntegerLiteralExpr(TokenRange, String) - Constructor for class com.github.javaparser.ast.expr.IntegerLiteralExpr
-
This constructor is used by the parser and is considered private.
- IntegerLiteralExpr(String) - Constructor for class com.github.javaparser.ast.expr.IntegerLiteralExpr
- integerLiteralExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- IntegerLiteralExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- INTERFACE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- INTERFACE - Enum constant in enum com.github.javaparser.JavaToken.Kind
- INTERFACE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- 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 - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- IntersectionTypeMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- intType() - Static method in class com.github.javaparser.ast.type.PrimitiveType
- invalid() - Method in class com.github.javaparser.JavaToken
-
Used by the parser while constructing nodes.
- invalid() - Method in class com.github.javaparser.Position
- INVALID - Static variable in class com.github.javaparser.JavaToken
- INVALID - Static variable in class com.github.javaparser.TokenRange
- INVALID_LEXICAL_STATE - Static variable in exception 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_EMPTY - Enum constant in enum com.github.javaparser.printer.concretesyntaxmodel.CsmConditional.Condition
- IS_NOT_EMPTY - Enum constant in enum com.github.javaparser.printer.concretesyntaxmodel.CsmConditional.Condition
- IS_PRESENT - Enum constant in enum com.github.javaparser.printer.concretesyntaxmodel.CsmConditional.Condition
- isAboutNodes() - Method in enum com.github.javaparser.ast.observer.ObservableProperty
- isAboutValues() - Method in enum com.github.javaparser.ast.observer.ObservableProperty
- isAbstract() - Method in interface com.github.javaparser.ast.nodeTypes.modifiers.NodeWithAbstractModifier
- isAbstract() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
- isAbstract() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodDeclaration
-
Is the method abstract? All interface methods not marked as default are abstract.
- 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(Class<? extends Annotation>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
-
Check whether an annotation with this class is present on this element
- isAnnotationPresent(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
-
Check whether an annotation with this name is present on this element
- isAnonymousClass() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
-
Is this type declaration corresponding to an anonymous class? This is an example of anonymous class:
- 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(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 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.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
- 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
- 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
- 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.TextElement
-
Is this TextElement representing a child of the given class?
- isClass() - Method in interface com.github.javaparser.resolution.declarations.ResolvedClassDeclaration
-
This method should always return true.
- isClass() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
-
Is this the declaration of a class? Note that an Enum is not considered a Class in this case.
- 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.TextElement
- 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
- 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 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
- isExplicitConstructorInvocationStmt() - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
- isExplicitConstructorInvocationStmt() - Method in class com.github.javaparser.ast.stmt.Statement
- 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.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.
- 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.TextElement
- 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
- 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>
- isKeyword() - Method in enum com.github.javaparser.JavaToken.Category
- isKeyword() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
- 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.TextElement
- isLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
- isLiteralExpr() - Method in class com.github.javaparser.ast.expr.LiteralExpr
- isLiteralStringValueExpr() - Method in class com.github.javaparser.ast.expr.Expression
- isLiteralStringValueExpr() - Method in class com.github.javaparser.ast.expr.LiteralStringValueExpr
- isLocalClassDeclaration() - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
- isLocalClassDeclarationStmt() - Method in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt
- isLocalClassDeclarationStmt() - Method in class com.github.javaparser.ast.stmt.Statement
- isLocalRecordDeclaration() - Method in class com.github.javaparser.ast.body.RecordDeclaration
- isLocalRecordDeclarationStmt() - Method in class com.github.javaparser.ast.stmt.LocalRecordDeclarationStmt
- isLocalRecordDeclarationStmt() - Method in class com.github.javaparser.ast.stmt.Statement
- isLongLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
- isLongLiteralExpr() - Method in class com.github.javaparser.ast.expr.LongLiteralExpr
- isLowerBounded() - Method in class com.github.javaparser.resolution.types.ResolvedWildcard
- isMarkerAnnotationExpr() - Method in class com.github.javaparser.ast.expr.Expression
- isMarkerAnnotationExpr() - Method in class com.github.javaparser.ast.expr.MarkerAnnotationExpr
- isMethod() - Method in interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
-
Does this declaration represents a method? // FIXME: This is never overridden.
- isMethodCallExpr() - Method in class com.github.javaparser.ast.expr.Expression
- isMethodCallExpr() - Method in class com.github.javaparser.ast.expr.MethodCallExpr
- isMethodDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
- isMethodDeclaration() - Method in class com.github.javaparser.ast.body.MethodDeclaration
- isMethodReferenceExpr() - Method in class com.github.javaparser.ast.expr.Expression
- isMethodReferenceExpr() - Method in class com.github.javaparser.ast.expr.MethodReferenceExpr
- isModuleExportsDirective() - Method in class com.github.javaparser.ast.modules.ModuleDirective
- isModuleExportsDirective() - Method in class com.github.javaparser.ast.modules.ModuleExportsDirective
- isModuleExportsStmt() - Method in class com.github.javaparser.ast.modules.ModuleDirective
- isModuleExportsStmt() - Method in class com.github.javaparser.ast.modules.ModuleExportsDirective
- isModuleOpensDirective() - Method in class com.github.javaparser.ast.modules.ModuleDirective
- isModuleOpensDirective() - Method in class com.github.javaparser.ast.modules.ModuleOpensDirective
- isModuleOpensStmt() - Method in class com.github.javaparser.ast.modules.ModuleDirective
- isModuleOpensStmt() - Method in class com.github.javaparser.ast.modules.ModuleOpensDirective
- isModuleProvidesDirective() - Method in class com.github.javaparser.ast.modules.ModuleDirective
- isModuleProvidesDirective() - Method in class com.github.javaparser.ast.modules.ModuleProvidesDirective
- isModuleProvidesStmt() - Method in class com.github.javaparser.ast.modules.ModuleDirective
- isModuleProvidesStmt() - Method in class com.github.javaparser.ast.modules.ModuleProvidesDirective
- isModuleRequiresDirective() - Method in class com.github.javaparser.ast.modules.ModuleDirective
- isModuleRequiresDirective() - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
- isModuleRequiresStmt() - Method in class com.github.javaparser.ast.modules.ModuleDirective
- isModuleRequiresStmt() - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
- isModuleUsesDirective() - Method in class com.github.javaparser.ast.modules.ModuleDirective
- isModuleUsesDirective() - Method in class com.github.javaparser.ast.modules.ModuleUsesDirective
- isModuleUsesStmt() - Method in class com.github.javaparser.ast.modules.ModuleDirective
- isModuleUsesStmt() - Method in class com.github.javaparser.ast.modules.ModuleUsesDirective
- 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.lexicalpreservation.TextElement
- isNewLine() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmToken
- isNewLine() - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
- isNewLine() - Method in class com.github.javaparser.printer.lexicalpreservation.Removed
- isNode() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
- 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() - Method in interface com.github.javaparser.resolution.types.ResolvedType
-
Is this the null type?
- isNull(Node) - Method in enum com.github.javaparser.ast.observer.ObservableProperty
- isNullLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
- isNullLiteralExpr() - Method in class com.github.javaparser.ast.expr.NullLiteralExpr
- isNullOrEmpty(Node) - Method in enum com.github.javaparser.ast.observer.ObservableProperty
- isNullOrEmpty(Collection<E>) - Static method in class com.github.javaparser.utils.Utils
- isNullOrNotPresent(Node) - Method in enum com.github.javaparser.ast.observer.ObservableProperty
- isNumeric() - Method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
- isNumericType() - Method in interface com.github.javaparser.resolution.types.ResolvedType
- isObjectCreationExpr() - Method in class com.github.javaparser.ast.expr.Expression
- isObjectCreationExpr() - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
- 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.TextElement
- 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?
- isPrimitive() - Method in class com.github.javaparser.resolution.types.ResolvedTypeVariable
- isPrimitiveOrWrapper(Class<?>) - Static method in class com.github.javaparser.utils.ClassUtils
- 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
- 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 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 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 enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
- isReferenceType() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
- isReferenceType() - Method in interface com.github.javaparser.resolution.types.ResolvedType
-
Can this be seen as a ReferenceTypeUsage? In other words: is this a reference to a class, an interface or an enum?
- isReferenceType() - Method in class com.github.javaparser.resolution.types.ResolvedTypeVariable
- isRegistered(AstObserver) - Method in class com.github.javaparser.ast.Node
- isRegistered(AstObserver) - Method in class com.github.javaparser.ast.NodeList
- isRegistered(AstObserver) - Method in interface com.github.javaparser.ast.observer.Observable
-
Was this observer registered? Note that equals is used to determine if the given observer was registered.
- isRemoved() - Method in class com.github.javaparser.printer.lexicalpreservation.Added
- isRemoved() - Method in interface com.github.javaparser.printer.lexicalpreservation.DifferenceElement
- isRemoved() - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
- isRemoved() - Method in class com.github.javaparser.printer.lexicalpreservation.Removed
- isRemoved() - Method in class com.github.javaparser.printer.lexicalpreservation.Reshuffled
- 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
- isRootNode() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
- isSeparator() - Method in enum com.github.javaparser.JavaToken.Category
- isSeparator() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
- 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
- isSpaceAroundOperators() - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
-
Deprecated.
- isSpaceOrTab() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
- 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
andCTRL_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.InitializerDeclaration
- isStatic() - Method in class com.github.javaparser.ast.body.RecordDeclaration
-
Record components are implicitly static when nested (i.e.
- isStatic() - Method in class com.github.javaparser.ast.ImportDeclaration
- isStatic() - Method in 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
- 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() - 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?
- 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 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(int) - Static method in class com.github.javaparser.TokenTypes
- isWhiteSpace() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmToken
- isWhiteSpace() - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
- isWhiteSpace() - Method in class com.github.javaparser.printer.lexicalpreservation.Removed
- isWhiteSpace() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
- isWhitespaceButNotEndOfLine() - Method in enum com.github.javaparser.JavaToken.Category
- isWhitespaceButNotEndOfLine(int) - Static method in class com.github.javaparser.TokenTypes
- isWhitespaceOrComment() - Method in enum com.github.javaparser.JavaToken.Category
- isWhitespaceOrComment(int) - Static method in class com.github.javaparser.TokenTypes
- isWhiteSpaceOrComment() - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
- isWhiteSpaceOrComment() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
- isWildcard() - Method in 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
- ITERABLE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- 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
- JAVA_1_0 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
-
Java 1.0
- JAVA_1_1 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
-
Java 1.1
- JAVA_1_2 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
-
Java 1.2
- JAVA_1_3 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
-
Java 1.3
- JAVA_1_4 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
-
Java 1.4
- JAVA_10 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
-
Java 10
- JAVA_10_PREVIEW - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
-
Java 10 -- including incubator/preview/second preview features.
- JAVA_11 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
-
Java 11
- JAVA_11_PREVIEW - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
-
Java 11 -- including incubator/preview/second preview features.
- JAVA_12 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
-
Java 12
- JAVA_12_PREVIEW - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
-
Java 12 -- including incubator/preview/second preview features.
- JAVA_13 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
-
Java 13
- JAVA_13_PREVIEW - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
-
Java 13 -- including incubator/preview/second preview features.
- JAVA_14 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
-
Java 14
- JAVA_14_PREVIEW - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
-
Java 14 -- including incubator/preview/second preview features.
- JAVA_15 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
-
Java 15
- JAVA_15_PREVIEW - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
-
Java 15 -- including incubator/preview/second preview features.
- JAVA_16 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
-
Java 16
- JAVA_16_PREVIEW - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
-
Java 16 -- including incubator/preview/second preview features.
- JAVA_17 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
-
Java 17
- JAVA_17_PREVIEW - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
-
Java 17 -- including incubator/preview/second preview features.
- JAVA_5 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
-
Java 5
- JAVA_6 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
-
Java 6
- JAVA_7 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
-
Java 7
- JAVA_8 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
-
Java 8
- JAVA_9 - Enum constant in enum com.github.javaparser.ParserConfiguration.LanguageLevel
-
Java 9
- JAVA_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_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
- 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
- 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
- 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
- Javadoc - Class in com.github.javaparser.javadoc
-
The structured content of a single Javadoc comment.
- Javadoc(JavadocDescription) - Constructor for class com.github.javaparser.javadoc.Javadoc
- JAVADOC_COMMENT - Enum constant in enum com.github.javaparser.JavaToken.Kind
- JAVADOC_COMMENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- JavadocBlockTag - Class in com.github.javaparser.javadoc
-
A block tag.
- JavadocBlockTag(JavadocBlockTag.Type, String) - Constructor for class com.github.javaparser.javadoc.JavadocBlockTag
- JavadocBlockTag(String, String) - Constructor for class com.github.javaparser.javadoc.JavadocBlockTag
- JavadocBlockTag.Type - Enum in com.github.javaparser.javadoc
-
The type of tag: it could either correspond to a known tag (param, return, etc.) or represent an unknown tag.
- JavadocComment - Class in com.github.javaparser.ast.comments
-
A Javadoc comment.
- JavadocComment() - Constructor for class com.github.javaparser.ast.comments.JavadocComment
- JavadocComment(TokenRange, String) - Constructor for class com.github.javaparser.ast.comments.JavadocComment
-
This constructor is used by the parser and is considered private.
- JavadocComment(String) - Constructor for class com.github.javaparser.ast.comments.JavadocComment
- javadocCommentMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- JavadocCommentMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- 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.
- 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) - Constructor for class com.github.javaparser.JavaToken
-
Create a token of a certain kind.
- JavaToken(int, String) - Constructor for class com.github.javaparser.JavaToken
- JavaToken(Range, int, String, JavaToken, JavaToken) - Constructor for class com.github.javaparser.JavaToken
- JavaToken.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.
- JUST_THIS_NODE - Enum constant in enum com.github.javaparser.ast.Node.ObserverRegistrationMode
-
Notify exclusively for changes happening on this node alone.
K
- kept(CsmElement) - Static method in interface com.github.javaparser.printer.lexicalpreservation.DifferenceElement
- Kept - Class in com.github.javaparser.printer.lexicalpreservation
- keySet() - Method in class com.github.javaparser.utils.VisitorMap
- KEYWORD - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- KEYWORD - Enum constant in enum com.github.javaparser.JavaToken.Category
- keywordPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ModifierMetaModel
- kind - Variable in class com.github.javaparser.Token
-
An integer that describes the kind of this token.
L
- LABEL - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- LabeledStmt - Class in com.github.javaparser.ast.stmt
-
A statement that is labeled, like
label123: println("continuing");
- LabeledStmt() - Constructor for class com.github.javaparser.ast.stmt.LabeledStmt
- LabeledStmt(SimpleName, Statement) - Constructor for class com.github.javaparser.ast.stmt.LabeledStmt
- LabeledStmt(TokenRange, SimpleName, Statement) - Constructor for class com.github.javaparser.ast.stmt.LabeledStmt
-
This constructor is used by the parser and is considered private.
- LabeledStmt(String, Statement) - Constructor for class com.github.javaparser.ast.stmt.LabeledStmt
- labeledStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- LabeledStmtMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- labelPropertyMetaModel - Variable in class com.github.javaparser.metamodel.BreakStmtMetaModel
- labelPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ContinueStmtMetaModel
- labelPropertyMetaModel - Variable in class com.github.javaparser.metamodel.LabeledStmtMetaModel
- LABELS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- labelsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.SwitchEntryMetaModel
- LambdaExpr - Class in com.github.javaparser.ast.expr
-
A lambda expression
- LambdaExpr() - Constructor for class com.github.javaparser.ast.expr.LambdaExpr
- LambdaExpr(Parameter, Expression) - Constructor for class com.github.javaparser.ast.expr.LambdaExpr
-
Creates a single parameter lambda expression.
- LambdaExpr(Parameter, BlockStmt) - Constructor for class com.github.javaparser.ast.expr.LambdaExpr
-
Creates a single parameter lambda expression.
- LambdaExpr(NodeList<Parameter>, Expression) - Constructor for class com.github.javaparser.ast.expr.LambdaExpr
-
Creates a zero or multi-parameter lambda expression with its parameters wrapped in ( ).
- LambdaExpr(NodeList<Parameter>, BlockStmt) - Constructor for class com.github.javaparser.ast.expr.LambdaExpr
-
Creates a zero or multi-parameter lambda expression with its parameters wrapped in ( ).
- LambdaExpr(NodeList<Parameter>, Statement, boolean) - Constructor for class com.github.javaparser.ast.expr.LambdaExpr
- LambdaExpr(TokenRange, NodeList<Parameter>, Statement, boolean) - Constructor for class com.github.javaparser.ast.expr.LambdaExpr
-
This constructor is used by the parser and is considered private.
- lambdaExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- LambdaExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- lastIndexOf(Object) - Method in class com.github.javaparser.ast.NodeList
- lastIndexOf(Object) - Method in class com.github.javaparser.utils.VisitorList
- LBRACE - Enum constant in enum com.github.javaparser.JavaToken.Kind
- LBRACE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- LBRACKET - Enum constant in enum com.github.javaparser.JavaToken.Kind
- LBRACKET - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- LE - Enum constant in enum com.github.javaparser.JavaToken.Kind
- LE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- LEFT - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- LEFT_SHIFT - Enum constant in enum com.github.javaparser.ast.expr.AssignExpr.Operator
- LEFT_SHIFT - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
- leftPropertyMetaModel - Variable in class com.github.javaparser.metamodel.BinaryExprMetaModel
- LESS - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
- LESS_EQUALS - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
- LETTER - Enum constant in enum com.github.javaparser.JavaToken.Kind
- LETTER - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- LEVELS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- 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
- lexStateNames - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
-
Lexer state names.
- LF - Enum constant in enum com.github.javaparser.utils.LineSeparator
-
The LF
\n
line ending is the default line separator for Unix and modern MacOS - 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(TokenRange, String) - Constructor for class com.github.javaparser.ast.comments.LineComment
-
This constructor is used by the parser and is considered private.
- LineComment(String) - Constructor for class com.github.javaparser.ast.comments.LineComment
- lineCommentMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- LineCommentMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- LineCounter() - Constructor for class com.github.javaparser.UnicodeEscapeProcessingProvider.LineCounter
-
Creates a
UnicodeEscapeProcessingProvider.LineCounter
. - LineEndingProcessingProvider - Class in com.github.javaparser
-
Provider
un-escaping unicode escape sequences in the input sequence. - LineEndingProcessingProvider(int, Provider) - Constructor for class com.github.javaparser.LineEndingProcessingProvider
- LineEndingProcessingProvider(Provider) - Constructor for class com.github.javaparser.LineEndingProcessingProvider
- LineSeparator - Enum in com.github.javaparser.utils
-
A representation of line endings, that can be used throughout the codebase.
- LINK - Enum constant in enum com.github.javaparser.javadoc.description.JavadocInlineTag.Type
- LINKPLAIN - Enum constant in enum com.github.javaparser.javadoc.description.JavadocInlineTag.Type
- list(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() - Method in class com.github.javaparser.utils.VisitorList
- listIterator(int) - Method in class com.github.javaparser.ast.NodeList
- listIterator(int) - Method in class com.github.javaparser.utils.VisitorList
- ListRemovalChange - Class in com.github.javaparser.printer.lexicalpreservation.changes
-
The removal of an element from a list.
- ListRemovalChange(ObservableProperty, int) - Constructor for class com.github.javaparser.printer.lexicalpreservation.changes.ListRemovalChange
- listReplacement(NodeList<?>, int, Node, Node) - Method in interface com.github.javaparser.ast.observer.AstObserver
- listReplacement(NodeList<?>, int, Node, Node) - Method in class com.github.javaparser.ast.observer.AstObserverAdapter
- listReplacement(NodeList<?>, int, Node, Node) - Method in class com.github.javaparser.ast.observer.PropagatingAstObserver
- ListReplacementChange - Class in com.github.javaparser.printer.lexicalpreservation.changes
-
The replacement of an element in a list.
- ListReplacementChange(ObservableProperty, int, Node) - Constructor for class com.github.javaparser.printer.lexicalpreservation.changes.ListReplacementChange
- LITERAL - Enum constant in enum com.github.javaparser.javadoc.description.JavadocInlineTag.Type
- LITERAL - Enum constant in enum com.github.javaparser.JavaToken.Category
- LiteralExpr - Class in com.github.javaparser.ast.expr
-
A base class for all literal expressions.
- LiteralExpr() - Constructor for class com.github.javaparser.ast.expr.LiteralExpr
- LiteralExpr(TokenRange) - Constructor for class com.github.javaparser.ast.expr.LiteralExpr
-
This constructor is used by the parser and is considered private.
- literalExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- LiteralExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- LiteralExprMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.LiteralExprMetaModel
- LiteralStringValueExpr - Class in com.github.javaparser.ast.expr
-
Any literal value that is stored internally as a String.
- LiteralStringValueExpr(TokenRange, String) - Constructor for class com.github.javaparser.ast.expr.LiteralStringValueExpr
-
This constructor is used by the parser and is considered private.
- LiteralStringValueExpr(String) - Constructor for class com.github.javaparser.ast.expr.LiteralStringValueExpr
- literalStringValueExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- LiteralStringValueExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- LiteralStringValueExprMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.LiteralStringValueExprMetaModel
- LocalClassDeclarationStmt - Class in com.github.javaparser.ast.stmt
-
A class declaration inside a method.
- LocalClassDeclarationStmt() - Constructor for class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt
- LocalClassDeclarationStmt(ClassOrInterfaceDeclaration) - Constructor for class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt
- LocalClassDeclarationStmt(TokenRange, ClassOrInterfaceDeclaration) - Constructor for class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt
-
This constructor is used by the parser and is considered private.
- localClassDeclarationStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- LocalClassDeclarationStmtMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- LocalRecordDeclarationStmt - Class in com.github.javaparser.ast.stmt
-
A record declaration inside a method.
- LocalRecordDeclarationStmt() - Constructor for class com.github.javaparser.ast.stmt.LocalRecordDeclarationStmt
- LocalRecordDeclarationStmt(RecordDeclaration) - Constructor for class com.github.javaparser.ast.stmt.LocalRecordDeclarationStmt
- LocalRecordDeclarationStmt(TokenRange, RecordDeclaration) - Constructor for class com.github.javaparser.ast.stmt.LocalRecordDeclarationStmt
-
This constructor is used by the parser and is considered private.
- localRecordDeclarationStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- LocalRecordDeclarationStmtMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- Log - Class in com.github.javaparser.utils
-
To avoid dependencies on logging frameworks, we have invented yet another logging framework :-)
- Log() - Constructor for class com.github.javaparser.utils.Log
- Log.Adapter - Interface in com.github.javaparser.utils
- Log.SilentAdapter - Class in com.github.javaparser.utils
-
This adapter logs nothing.
- Log.StandardOutStandardErrorAdapter - Class in com.github.javaparser.utils
-
This adapter logs to standard out and standard error.
- LOGICAL_COMPLEMENT - Enum constant in enum com.github.javaparser.ast.expr.UnaryExpr.Operator
- LONG - Enum constant in enum com.github.javaparser.ast.type.PrimitiveType.Primitive
- LONG - Enum constant in enum com.github.javaparser.JavaToken.Kind
- LONG - Enum constant in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
- LONG - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- LONG_LITERAL - Enum constant in enum com.github.javaparser.JavaToken.Kind
- LONG_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- LongLiteralExpr - Class in com.github.javaparser.ast.expr
-
All ways to specify a long literal.
- LongLiteralExpr() - Constructor for class com.github.javaparser.ast.expr.LongLiteralExpr
- LongLiteralExpr(long) - Constructor for class com.github.javaparser.ast.expr.LongLiteralExpr
-
Deprecated.This function is deprecated in favor of
LongLiteralExpr(String)
. Please refer to theLongLiteralExpr.asNumber()
function for valid formats and how to construct literals holding negative values. - LongLiteralExpr(TokenRange, String) - Constructor for class com.github.javaparser.ast.expr.LongLiteralExpr
-
This constructor is used by the parser and is considered private.
- LongLiteralExpr(String) - Constructor for class com.github.javaparser.ast.expr.LongLiteralExpr
- longLiteralExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- LongLiteralExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- longType() - Static method in class com.github.javaparser.ast.type.PrimitiveType
- lookup(Position) - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMapping
-
Looks up the
UnicodeEscapeProcessingProvider.PositionMapping.PositionUpdate
for the given Position. - 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 - Enum constant in enum com.github.javaparser.JavaToken.Kind
- LPAREN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- LSHIFT - Enum constant in enum com.github.javaparser.JavaToken.Kind
- LSHIFT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- LSHIFTASSIGN - Enum constant in enum com.github.javaparser.JavaToken.Kind
- LSHIFTASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- LT - Enum constant in enum com.github.javaparser.JavaToken.Kind
- LT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
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(Name) - Constructor for class com.github.javaparser.ast.expr.MarkerAnnotationExpr
- MarkerAnnotationExpr(TokenRange, Name) - Constructor for class com.github.javaparser.ast.expr.MarkerAnnotationExpr
-
This constructor is used by the parser and is considered private.
- MarkerAnnotationExpr(String) - Constructor for class com.github.javaparser.ast.expr.MarkerAnnotationExpr
- markerAnnotationExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- MarkerAnnotationExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- 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
- MAX_ENUM_CONSTANTS_TO_ALIGN_HORIZONTALLY - Enum constant in enum com.github.javaparser.printer.configuration.DefaultPrinterConfiguration.ConfigOption
-
By default enum constants get aligned like this:
- MAXIMUM_COMMON_TYPE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- maximumCommonTypePropertyMetaModel - Variable in class com.github.javaparser.metamodel.FieldDeclarationMetaModel
- maximumCommonTypePropertyMetaModel - Variable in class com.github.javaparser.metamodel.VariableDeclarationExprMetaModel
- maxNextCharInd - Variable in class com.github.javaparser.AbstractCharStream
- MEMBER_VALUE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- MEMBERS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- 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(SimpleName, Expression) - Constructor for class com.github.javaparser.ast.expr.MemberValuePair
- MemberValuePair(TokenRange, SimpleName, Expression) - Constructor for class com.github.javaparser.ast.expr.MemberValuePair
-
This constructor is used by the parser and is considered private.
- MemberValuePair(String, Expression) - Constructor for class com.github.javaparser.ast.expr.MemberValuePair
- memberValuePairMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- MemberValuePairMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- memberValuePropertyMetaModel - Variable in class com.github.javaparser.metamodel.SingleMemberAnnotationExprMetaModel
- 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
- MESSAGE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- 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(Expression, SimpleName) - Constructor for class com.github.javaparser.ast.expr.MethodCallExpr
- MethodCallExpr(Expression, SimpleName, NodeList<Expression>) - Constructor for class com.github.javaparser.ast.expr.MethodCallExpr
- MethodCallExpr(Expression, NodeList<Type>, SimpleName, NodeList<Expression>) - Constructor for class com.github.javaparser.ast.expr.MethodCallExpr
- MethodCallExpr(Expression, NodeList<Type>, String, NodeList<Expression>) - Constructor for class com.github.javaparser.ast.expr.MethodCallExpr
- MethodCallExpr(Expression, String) - Constructor for class com.github.javaparser.ast.expr.MethodCallExpr
- MethodCallExpr(Expression, String, NodeList<Expression>) - Constructor for class com.github.javaparser.ast.expr.MethodCallExpr
- MethodCallExpr(TokenRange, Expression, NodeList<Type>, SimpleName, NodeList<Expression>) - Constructor for class com.github.javaparser.ast.expr.MethodCallExpr
-
This constructor is used by the parser and is considered private.
- MethodCallExpr(String, Expression...) - Constructor for class com.github.javaparser.ast.expr.MethodCallExpr
- methodCallExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- MethodCallExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- MethodDeclaration - Class in com.github.javaparser.ast.body
-
A method declaration.
- MethodDeclaration() - Constructor for class com.github.javaparser.ast.body.MethodDeclaration
- MethodDeclaration(NodeList<Modifier>, NodeList<AnnotationExpr>, NodeList<TypeParameter>, Type, SimpleName, NodeList<Parameter>, NodeList<ReferenceType>, BlockStmt) - Constructor for class com.github.javaparser.ast.body.MethodDeclaration
- MethodDeclaration(NodeList<Modifier>, NodeList<AnnotationExpr>, NodeList<TypeParameter>, Type, SimpleName, NodeList<Parameter>, NodeList<ReferenceType>, BlockStmt, ReceiverParameter) - Constructor for class com.github.javaparser.ast.body.MethodDeclaration
- MethodDeclaration(NodeList<Modifier>, Type, String) - Constructor for class com.github.javaparser.ast.body.MethodDeclaration
- MethodDeclaration(NodeList<Modifier>, String, Type, NodeList<Parameter>) - Constructor for class com.github.javaparser.ast.body.MethodDeclaration
- MethodDeclaration(TokenRange, NodeList<Modifier>, NodeList<AnnotationExpr>, NodeList<TypeParameter>, Type, SimpleName, NodeList<Parameter>, NodeList<ReferenceType>, BlockStmt, ReceiverParameter) - Constructor for class com.github.javaparser.ast.body.MethodDeclaration
-
This constructor is used by the parser and is considered private.
- methodDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- MethodDeclarationMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- 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`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- 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 - Enum constant in enum com.github.javaparser.ast.expr.AssignExpr.Operator
- MINUS - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
- MINUS - Enum constant in enum com.github.javaparser.ast.expr.UnaryExpr.Operator
- MINUS - Enum constant in enum com.github.javaparser.JavaToken.Kind
- MINUS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- MINUSASSIGN - Enum constant in enum com.github.javaparser.JavaToken.Kind
- MINUSASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- MIXED - Enum constant in enum com.github.javaparser.utils.LineSeparator
-
The MIXED line ending is used where strings appear to have multiple different line separators e.g.
- Modifier - Class in com.github.javaparser.ast
-
A modifier, like private, public, or volatile.
- Modifier() - Constructor for class com.github.javaparser.ast.Modifier
- Modifier(Modifier.Keyword) - Constructor for class com.github.javaparser.ast.Modifier
- Modifier(TokenRange, Modifier.Keyword) - Constructor for class com.github.javaparser.ast.Modifier
-
This constructor is used by the parser and is considered private.
- Modifier.Keyword - Enum in com.github.javaparser.ast
-
The Java modifier keywords.
- modifierMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- ModifierMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- MODIFIERS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- modifiersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.AnnotationMemberDeclarationMetaModel
- modifiersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CallableDeclarationMetaModel
- modifiersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CompactConstructorDeclarationMetaModel
- modifiersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.FieldDeclarationMetaModel
- modifiersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ModuleRequiresDirectiveMetaModel
- modifiersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ParameterMetaModel
- modifiersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.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 - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- MODULE - Enum constant in enum com.github.javaparser.JavaToken.Kind
- MODULE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- MODULE_DECLARATION - Static variable in interface com.github.javaparser.ParseStart
- MODULE_DIRECTIVE - Static variable in interface com.github.javaparser.ParseStart
- MODULE_NAMES - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- ModuleDeclaration - Class in com.github.javaparser.ast.modules
-
A Java 9 Jigsaw module declaration.
- ModuleDeclaration() - Constructor for class com.github.javaparser.ast.modules.ModuleDeclaration
- ModuleDeclaration(Name, boolean) - Constructor for class com.github.javaparser.ast.modules.ModuleDeclaration
- ModuleDeclaration(NodeList<AnnotationExpr>, Name, boolean, NodeList<ModuleDirective>) - Constructor for class com.github.javaparser.ast.modules.ModuleDeclaration
- ModuleDeclaration(TokenRange, NodeList<AnnotationExpr>, Name, boolean, NodeList<ModuleDirective>) - Constructor for class com.github.javaparser.ast.modules.ModuleDeclaration
-
This constructor is used by the parser and is considered private.
- moduleDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- ModuleDeclarationMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- 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`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- 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`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- moduleNamesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ModuleExportsDirectiveMetaModel
- moduleNamesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ModuleOpensDirectiveMetaModel
- ModuleOpensDirective - Class in com.github.javaparser.ast.modules
-
An opens directive in module-info.java.
- ModuleOpensDirective() - Constructor for class com.github.javaparser.ast.modules.ModuleOpensDirective
- ModuleOpensDirective(Name, NodeList<Name>) - Constructor for class com.github.javaparser.ast.modules.ModuleOpensDirective
- ModuleOpensDirective(TokenRange, Name, NodeList<Name>) - Constructor for class com.github.javaparser.ast.modules.ModuleOpensDirective
-
This constructor is used by the parser and is considered private.
- moduleOpensDirectiveMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- ModuleOpensDirectiveMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- modulePropertyMetaModel - Variable in class com.github.javaparser.metamodel.CompilationUnitMetaModel
- ModuleProvidesDirective - Class in com.github.javaparser.ast.modules
-
A provides directive in module-info.java.
- ModuleProvidesDirective() - Constructor for class com.github.javaparser.ast.modules.ModuleProvidesDirective
- ModuleProvidesDirective(Name, NodeList<Name>) - Constructor for class com.github.javaparser.ast.modules.ModuleProvidesDirective
- ModuleProvidesDirective(TokenRange, Name, NodeList<Name>) - Constructor for class com.github.javaparser.ast.modules.ModuleProvidesDirective
-
This constructor is used by the parser and is considered private.
- moduleProvidesDirectiveMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- ModuleProvidesDirectiveMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- ModuleRequiresDirective - Class in com.github.javaparser.ast.modules
-
A require directive in module-info.java.
- ModuleRequiresDirective() - Constructor for class com.github.javaparser.ast.modules.ModuleRequiresDirective
- ModuleRequiresDirective(NodeList<Modifier>, Name) - Constructor for class com.github.javaparser.ast.modules.ModuleRequiresDirective
- ModuleRequiresDirective(TokenRange, NodeList<Modifier>, Name) - Constructor for class com.github.javaparser.ast.modules.ModuleRequiresDirective
-
This constructor is used by the parser and is considered private.
- moduleRequiresDirectiveMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- ModuleRequiresDirectiveMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- ModuleUsesDirective - Class in com.github.javaparser.ast.modules
-
A uses directive in module-info.java.
- ModuleUsesDirective() - Constructor for class com.github.javaparser.ast.modules.ModuleUsesDirective
- ModuleUsesDirective(Name) - Constructor for class com.github.javaparser.ast.modules.ModuleUsesDirective
- ModuleUsesDirective(TokenRange, Name) - Constructor for class com.github.javaparser.ast.modules.ModuleUsesDirective
-
This constructor is used by the parser and is considered private.
- moduleUsesDirectiveMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- ModuleUsesDirectiveMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- MULTI_LINE_COMMENT - Enum constant in enum com.github.javaparser.JavaToken.Kind
- MULTI_LINE_COMMENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- MULTIPLY - Enum constant in enum com.github.javaparser.ast.expr.AssignExpr.Operator
- MULTIPLY - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
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(Name, String) - Constructor for class com.github.javaparser.ast.expr.Name
- Name(TokenRange, Name, String) - Constructor for class com.github.javaparser.ast.expr.Name
-
This constructor is used by the parser and is considered private.
- Name(String) - Constructor for class com.github.javaparser.ast.expr.Name
- NAME - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- NAME - Enum constant in enum com.github.javaparser.ast.type.ArrayType.Origin
-
The [] were found on the name, like "int a[]" or "String abc()[][]"
- NAME - Static variable in interface com.github.javaparser.ParseStart
- NameExpr - Class in com.github.javaparser.ast.expr
-
Whenever a SimpleName is used in an expression, it is wrapped in NameExpr.
- NameExpr() - Constructor for class com.github.javaparser.ast.expr.NameExpr
- NameExpr(SimpleName) - Constructor for class com.github.javaparser.ast.expr.NameExpr
- NameExpr(TokenRange, SimpleName) - Constructor for class com.github.javaparser.ast.expr.NameExpr
-
This constructor is used by the parser and is considered private.
- NameExpr(String) - Constructor for class com.github.javaparser.ast.expr.NameExpr
- nameExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- NameExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- nameMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- NameMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- 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 - Enum constant in enum com.github.javaparser.ast.Modifier.Keyword
- NATIVE - Enum constant in enum com.github.javaparser.JavaToken.Kind
- NATIVE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- nativeModifier() - Static method in class com.github.javaparser.ast.Modifier
- NE - Enum constant in enum com.github.javaparser.JavaToken.Kind
- NE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- NEW - Enum constant in enum com.github.javaparser.JavaToken.Kind
- NEW - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- newline() - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
- newline(LineSeparator) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
- newToken(int) - Static method in class com.github.javaparser.Token
- newToken(int, String) - Static method in class com.github.javaparser.Token
-
Returns a new Token object, by default.
- next - Variable in class com.github.javaparser.Token
-
A reference to the next regular (non-special) token from the input stream.
- next() - Method in class com.github.javaparser.ast.Node.BreadthFirstIterator
- next() - Method in class com.github.javaparser.ast.Node.DirectChildrenIterator
- next() - Method in class com.github.javaparser.ast.Node.ParentsVisitor
- next() - Method in class com.github.javaparser.ast.Node.PostOrderIterator
- next() - Method in class com.github.javaparser.ast.Node.PreOrderIterator
- next() - Method in class com.github.javaparser.ast.NodeList.NodeListIterator
- next() - Method in class com.github.javaparser.printer.lexicalpreservation.WrappingRangeIterator
- nextIndex() - Method in class com.github.javaparser.ast.NodeList.NodeListIterator
- 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_BY_BEGIN_POSITION - Static variable in class com.github.javaparser.ast.Node
-
This can be used to sort nodes on position.
- NODE_TEXT_DATA - Static variable in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter
-
The nodetext for a node is stored in the node's data field.
- Node.BreadthFirstIterator - Class in com.github.javaparser.ast
-
Performs a breadth-first node traversal starting with a given node.
- Node.DirectChildrenIterator - Class in com.github.javaparser.ast
-
Performs a simple traversal over all nodes that have the passed node as their parent.
- Node.ObserverRegistrationMode - Enum in com.github.javaparser.ast
-
Different registration mode for observers on nodes.
- Node.ParentsVisitor - Class in com.github.javaparser.ast
-
Iterates over the parent of the node, then the parent's parent, then the parent's parent's parent, until running out of parents.
- Node.Parsedness - Enum in com.github.javaparser.ast
- Node.PostOrderIterator - Class in com.github.javaparser.ast
-
Performs a post-order (or leaves-first) node traversal starting with a given node.
- Node.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
- nodeContains(Node, Node, boolean) - Static method in class com.github.javaparser.utils.PositionUtils
-
Compare the position of two nodes.
- nodeList(NodeList<X>) - Static method in class com.github.javaparser.ast.NodeList
- nodeList(Collection<X>) - Static method in class com.github.javaparser.ast.NodeList
- nodeList(X...) - Static method in class com.github.javaparser.ast.NodeList
- NodeList<N 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.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`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- 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.
- 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.
- 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.
- none() - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
- NONE - Enum constant in enum com.github.javaparser.ast.AccessSpecifier
- NONE - Enum constant in enum com.github.javaparser.utils.LineSeparator
-
The NONE line ending is used where there are precisely zero line endings e.g.
- NONE - Static variable in interface com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMapping.PositionUpdate
-
The identity position mapping.
- NonEmptyProperty - Annotation Type in com.github.javaparser.metamodel
-
Indicate that leaving this property empty does not lead to a correct AST.
- 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.
@Mapping(a=5, d=10)
- NormalAnnotationExpr() - Constructor for class com.github.javaparser.ast.expr.NormalAnnotationExpr
- NormalAnnotationExpr(Name, NodeList<MemberValuePair>) - Constructor for class com.github.javaparser.ast.expr.NormalAnnotationExpr
- NormalAnnotationExpr(TokenRange, Name, NodeList<MemberValuePair>) - Constructor for class com.github.javaparser.ast.expr.NormalAnnotationExpr
-
This constructor is used by the parser and is considered private.
- normalAnnotationExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- NormalAnnotationExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- normalizeEolInTextBlock(String) - Method in class com.github.javaparser.printer.SourcePrinter
-
Changes all EOL characters in "content" to the EOL character this SourcePrinter is using.
- normalizeEolInTextBlock(String, LineSeparator) - Static method in class com.github.javaparser.utils.Utils
- normalizeEolInTextBlock(String, String) - Static method in class com.github.javaparser.utils.Utils
- NOT_EQUALS - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
- notifyPropertyChange(ObservableProperty, P, P) - Method in class com.github.javaparser.ast.Node
- 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 - Enum constant in enum com.github.javaparser.JavaToken.Kind
- NULL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- NullLiteralExpr - Class in com.github.javaparser.ast.expr
-
A literal "null".
- NullLiteralExpr() - Constructor for class com.github.javaparser.ast.expr.NullLiteralExpr
- NullLiteralExpr(TokenRange) - Constructor for class com.github.javaparser.ast.expr.NullLiteralExpr
-
This constructor is used by the parser and is considered private.
- nullLiteralExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- NullLiteralExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
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`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- 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 - Enum constant in enum com.github.javaparser.JavaToken.Kind
- OCTAL_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- OLD_MAC_EOL - Enum constant in enum com.github.javaparser.JavaToken.Kind
- OLD_MAC_EOL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- onType(String, String, List<ResolvedTypeParameterDeclaration.Bound>) - Static method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
-
Instantiate a TypeParameter defined on a Type with the given data.
- OPEN - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- OPEN - Enum constant in enum com.github.javaparser.JavaToken.Kind
- OPEN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- OPENS - Enum constant in enum com.github.javaparser.JavaToken.Kind
- OPENS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- OPERATOR - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- OPERATOR - Enum constant in enum com.github.javaparser.JavaToken.Category
- operatorPropertyMetaModel - Variable in class com.github.javaparser.metamodel.AssignExprMetaModel
- operatorPropertyMetaModel - Variable in class com.github.javaparser.metamodel.BinaryExprMetaModel
- operatorPropertyMetaModel - Variable in class com.github.javaparser.metamodel.UnaryExprMetaModel
- optionalOf(String, boolean) - Static method in class com.github.javaparser.utils.CodeGenerationUtils
- OptionalProperty - Annotation Type in com.github.javaparser.metamodel
-
Indicate an optional property of a Node.
- OR - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
- ORASSIGN - Enum constant in enum com.github.javaparser.JavaToken.Kind
- ORASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- ORDER_IMPORTS - Enum constant in enum com.github.javaparser.printer.configuration.DefaultPrinterConfiguration.ConfigOption
-
Order imports alphabetically
- orIfInvalid(Position) - Method in class com.github.javaparser.Position
- ORIGIN - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- 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) - Method in class com.github.javaparser.printer.XmlPrinter
- output(Node) - Method in class com.github.javaparser.printer.YamlPrinter
- output(Node, String, int, StringBuilder) - Method in class com.github.javaparser.printer.XmlPrinter
- output(Node, String, int, StringBuilder) - Method in class com.github.javaparser.printer.YamlPrinter
- output(Node, String, String, StringBuilder) - Method in class com.github.javaparser.printer.DotPrinter
- overlapsWith(Range) - Method in class com.github.javaparser.Range
-
Does the other 'Range' overlap with this 'Range'?
P
- PACKAGE - Enum constant in enum com.github.javaparser.JavaToken.Kind
- PACKAGE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- PACKAGE_DECLARATION - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- PACKAGE_DECLARATION - Static variable in interface com.github.javaparser.ParseStart
- 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`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- 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
- PAIRS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- pairsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.NormalAnnotationExprMetaModel
- parallelStream() - Method in class com.github.javaparser.ast.NodeList
- PARAM - Enum constant in enum com.github.javaparser.javadoc.JavadocBlockTag.Type
- Parameter - Class in com.github.javaparser.ast.body
-
The parameters to a method or lambda.
- Parameter() - Constructor for class com.github.javaparser.ast.body.Parameter
- Parameter(NodeList<Modifier>, NodeList<AnnotationExpr>, Type, boolean, NodeList<AnnotationExpr>, SimpleName) - Constructor for class com.github.javaparser.ast.body.Parameter
- Parameter(NodeList<Modifier>, Type, SimpleName) - Constructor for class com.github.javaparser.ast.body.Parameter
- Parameter(Type, SimpleName) - Constructor for class com.github.javaparser.ast.body.Parameter
- Parameter(Type, String) - Constructor for class com.github.javaparser.ast.body.Parameter
-
Creates a new
Parameter
. - Parameter(TokenRange, NodeList<Modifier>, NodeList<AnnotationExpr>, Type, boolean, NodeList<AnnotationExpr>, SimpleName) - Constructor for class com.github.javaparser.ast.body.Parameter
-
This constructor is used by the parser and is considered private.
- PARAMETER - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- PARAMETER - Static variable in interface com.github.javaparser.ParseStart
- parameterMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- ParameterMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- parameterPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CatchClauseMetaModel
- PARAMETERS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- 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
- PARENTS - Enum constant in enum com.github.javaparser.ast.Node.TreeTraversal
- ParentsVisitor(Node) - Constructor for class com.github.javaparser.ast.Node.ParentsVisitor
- parse() - Method in class com.github.javaparser.ast.comments.JavadocComment
- parse() - Method in class com.github.javaparser.utils.SourceZip
-
Tries to parse all '.java' files in the ZIP located at this SourceZip's path and returns the parse results in a list.
- parse(GeneratedJavaParser) - Method in interface com.github.javaparser.ParseStart
- parse(ParseStart<N>, Provider) - Method in class com.github.javaparser.JavaParser
-
Parses source code.
- parse(SourceZip.Callback) - Method in class com.github.javaparser.utils.SourceZip
-
Tries to parse all '.java' files in the ZIP located at this SourceZip's path and returns the parse results in a list.
- parse(File) - Method in class com.github.javaparser.JavaParser
- parse(File) - Static method in class com.github.javaparser.StaticJavaParser
- parse(File, Charset) - Method in class com.github.javaparser.JavaParser
-
Deprecated.set the encoding in the
ParserConfiguration
- parse(File, Charset) - Static method in class com.github.javaparser.StaticJavaParser
-
Deprecated.set the encoding in the
ParserConfiguration
- parse(InputStream) - Method in class com.github.javaparser.JavaParser
- parse(InputStream) - Static method in class com.github.javaparser.StaticJavaParser
- parse(InputStream, Charset) - Method in class com.github.javaparser.JavaParser
-
Parses the Java code contained in the
InputStream
and returns aCompilationUnit
that represents it. - parse(InputStream, Charset) - Static method in class com.github.javaparser.StaticJavaParser
-
Deprecated.set the encoding in the
ParserConfiguration
- parse(Reader) - Method in class com.github.javaparser.JavaParser
-
Parses Java code from a Reader and returns a
CompilationUnit
that represents it. - parse(Reader) - Static method in class com.github.javaparser.StaticJavaParser
-
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(String) - Static method in class com.github.javaparser.StaticJavaParser
-
Parses the Java code contained in code and returns a
CompilationUnit
that represents it. - parse(String, ParserConfiguration, SourceRoot.Callback) - Method in class com.github.javaparser.utils.SourceRoot
-
Tries to parse all .java files in a package recursively and passes them one by one to the callback.
- parse(String, SourceRoot.Callback) - Method in class com.github.javaparser.utils.SourceRoot
- parse(String, String) - Method in class com.github.javaparser.utils.SourceRoot
-
Parses a .java files under the source root and returns its CompilationUnit.
- parse(String, String, ParserConfiguration, SourceRoot.Callback) - Method in class com.github.javaparser.utils.SourceRoot
-
Locates the .java file with the provided package and file name, parses it and passes it to the callback.
- parse(String, String, SourceRoot.Callback) - Method in class com.github.javaparser.utils.SourceRoot
-
Parses the provided .java file and passes it to the callback.
- parse(Path) - Method in class com.github.javaparser.JavaParser
-
Parses the Java code contained in a file and returns a
CompilationUnit
that represents it. - parse(Path) - 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) - Method in class com.github.javaparser.JavaParser
-
Deprecated.set the encoding in the
ParserConfiguration
- parse(Path, Charset) - Static method in class com.github.javaparser.StaticJavaParser
-
Deprecated.set the encoding in the
ParserConfiguration
- parseAnnotation(String) - Method in class com.github.javaparser.JavaParser
-
Parses the Java annotation contained in a
String
and returns aAnnotationExpr
that represents it. - parseAnnotation(String) - Static method in class com.github.javaparser.StaticJavaParser
-
Parses the Java annotation contained in a
String
and returns aAnnotationExpr
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 aBodyDeclaration
that represents it. - 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 aBodyDeclaration
that represents it. - parseBlock(String) - Method in class com.github.javaparser.JavaParser
- parseBlock(String) - Static method in class com.github.javaparser.StaticJavaParser
- 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) - 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) - Static method in class com.github.javaparser.StaticJavaParser
-
Parses a Java class or interface type name and returns a
ClassOrInterfaceType
that represents it. - PARSED - Enum constant in enum com.github.javaparser.ast.Node.Parsedness
- ParseException - Exception in com.github.javaparser
-
This exception is thrown when parse errors are encountered.
- ParseException() - Constructor for exception com.github.javaparser.ParseException
-
The following constructors are for use by you for whatever purpose you can think of.
- ParseException(Token, int[][], String[]) - Constructor for exception 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(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) - 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 aExpression
that represents it. - parseExpression(String) - Static method in class com.github.javaparser.StaticJavaParser
-
Parses the Java expression contained in a
String
and returns aExpression
that represents it. - parseImport(String) - Method in class com.github.javaparser.JavaParser
-
Parses the Java import contained in a
String
and returns aImportDeclaration
that represents it. - parseImport(String) - Static method in class com.github.javaparser.StaticJavaParser
-
Parses the Java import contained in a
String
and returns aImportDeclaration
that represents it. - 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) - 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) - 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) - Static method in class com.github.javaparser.StaticJavaParser
-
Parses a module directive and returns it as a ModuleDirective.
- parseName(String) - Method in class com.github.javaparser.JavaParser
-
Parses a qualified name (one that can have "."s in it) and returns it as a Name.
- parseName(String) - Static method in class com.github.javaparser.StaticJavaParser
-
Parses a qualified name (one that can have "."s in it) and returns it as a Name.
- parsePackageDeclaration(String) - Method in class com.github.javaparser.JavaParser
-
Parses a package declaration and returns it as a PackageDeclaration.
- parsePackageDeclaration(String) - Static method in class com.github.javaparser.StaticJavaParser
-
Parses a package declaration and returns it as a PackageDeclaration.
- parseParallelized(SourceRoot.Callback) - Method in class com.github.javaparser.utils.SourceRoot
-
Tries to parse all .java files recursively using multiple threads, and passes them one by one to the callback.
- parseParallelized(String, ParserConfiguration, SourceRoot.Callback) - Method in class com.github.javaparser.utils.SourceRoot
-
Tries to parse all .java files in a package recursively using multiple threads, and passes them one by one to the callback.
- parseParallelized(String, SourceRoot.Callback) - Method in class com.github.javaparser.utils.SourceRoot
-
Tries to parse all .java files in a package recursively using multiple threads, and passes them one by one to the callback.
- parseParameter(String) - Method in class com.github.javaparser.JavaParser
-
Parses a single parameter (a type and a name) and returns it as a Parameter.
- parseParameter(String) - 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(Throwable) - Constructor for exception com.github.javaparser.ParseProblemException
- ParseProblemException(List<Problem>) - 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(ClassLoader, String, Charset) - Method in class com.github.javaparser.JavaParser
-
Deprecated.set the encoding in the
ParserConfiguration
- parseResource(ClassLoader, String, Charset) - Static method in class com.github.javaparser.StaticJavaParser
-
Deprecated.set the encoding in the
ParserConfiguration
- parseResource(String) - Method in class com.github.javaparser.JavaParser
-
Parses the Java code contained in a resource and returns a
CompilationUnit
that represents it. - parseResource(String) - Static method in class com.github.javaparser.StaticJavaParser
-
Parses the Java code contained in a resource and returns a
CompilationUnit
that represents it. - parseResource(String, Charset) - Method in class com.github.javaparser.JavaParser
-
Deprecated.set the encoding in the
ParserConfiguration
- parseResource(String, Charset) - Static method in class com.github.javaparser.StaticJavaParser
-
Deprecated.set the encoding in the
ParserConfiguration
- ParseResult<T> - Class in com.github.javaparser
-
The results given when parsing with an instance of JavaParser.
- ParseResult(T, List<Problem>, CommentsCollection) - Constructor for class com.github.javaparser.ParseResult
-
General constructor.
- parseSimpleName(String) - Method in class com.github.javaparser.JavaParser
-
Parses a simple name (one that can NOT have "."s in it) and returns it as a SimpleName.
- parseSimpleName(String) - Static method in class com.github.javaparser.StaticJavaParser
-
Parses a simple name (one that can NOT have "."s in it) and returns it as a SimpleName.
- ParseStart<R> - Interface in com.github.javaparser
-
The start production for JavaParser.
- parseStatement(String) - Method in class com.github.javaparser.JavaParser
- parseStatement(String) - Static method in class com.github.javaparser.StaticJavaParser
- 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) - 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) - 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) - 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) - Static method in class com.github.javaparser.StaticJavaParser
-
Parses a variable declaration expression and returns a
VariableDeclarationExpr
that represents it. - PART_LETTER - Enum constant in enum com.github.javaparser.JavaToken.Kind
- PART_LETTER - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- PATTERN - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- PatternExpr - Class in com.github.javaparser.ast.expr
-
The instanceof statement
- PatternExpr() - Constructor for class com.github.javaparser.ast.expr.PatternExpr
- PatternExpr(ReferenceType, SimpleName) - Constructor for class com.github.javaparser.ast.expr.PatternExpr
- PatternExpr(TokenRange, ReferenceType, SimpleName) - Constructor for class com.github.javaparser.ast.expr.PatternExpr
-
This constructor is used by the parser and is considered private.
- patternExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- PatternExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- patternPropertyMetaModel - Variable in class com.github.javaparser.metamodel.InstanceOfExprMetaModel
- 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 - Enum constant in enum com.github.javaparser.ast.expr.AssignExpr.Operator
- PLUS - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
- PLUS - Enum constant in enum com.github.javaparser.ast.expr.UnaryExpr.Operator
- PLUS - Enum constant in enum com.github.javaparser.JavaToken.Kind
- PLUS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- PLUSASSIGN - Enum constant in enum com.github.javaparser.JavaToken.Kind
- PLUSASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- POPULAR - Static variable in enum com.github.javaparser.ParserConfiguration.LanguageLevel
-
The most used Java version.
- pos(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
- POSTFIX - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- POSTFIX_DECREMENT - Enum constant in enum com.github.javaparser.ast.expr.UnaryExpr.Operator
- POSTFIX_INCREMENT - Enum constant in enum com.github.javaparser.ast.expr.UnaryExpr.Operator
- postfixPropertyMetaModel - Variable in class com.github.javaparser.metamodel.UnaryExprMetaModel
- POSTORDER - Enum constant in enum com.github.javaparser.ast.Node.TreeTraversal
- PostOrderIterator(Node) - Constructor for class com.github.javaparser.ast.Node.PostOrderIterator
- postProcess(ParseResult<? extends Node>, ParserConfiguration) - Method in class com.github.javaparser.ast.validator.postprocessors.PostProcessors
- postProcess(ParseResult<? extends Node>, ParserConfiguration) - Method in class com.github.javaparser.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
- PREFIX - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- PREFIX_DECREMENT - Enum constant in enum com.github.javaparser.ast.expr.UnaryExpr.Operator
- PREFIX_INCREMENT - Enum constant in enum com.github.javaparser.ast.expr.UnaryExpr.Operator
- prefixPropertyMetaModel - Variable in class com.github.javaparser.metamodel.UnaryExprMetaModel
- PREORDER - Enum constant in enum com.github.javaparser.ast.Node.TreeTraversal
- 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
- previousIndex() - Method in class com.github.javaparser.ast.NodeList.NodeListIterator
- 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`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- print(Node) - Method in class com.github.javaparser.printer.DefaultPrettyPrinter
- print(Node) - Static method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter
-
Print a Node into a String, preserving the lexical information.
- print(Node) - Method in class com.github.javaparser.printer.PrettyPrinter
-
Deprecated.
- print(Node) - Method in interface com.github.javaparser.printer.Printer
- print(Node) - Static method in class com.github.javaparser.printer.XmlPrinter
- print(Node) - Static method in class com.github.javaparser.printer.YamlPrinter
- print(Node, Writer) - Static method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter
-
Print a Node into a Writer, preserving the lexical information.
- print(String) - Method in class com.github.javaparser.printer.SourcePrinter
-
Append the source string passed as argument to the buffer.
- PRINT_COMMENTS - Enum constant in enum com.github.javaparser.printer.configuration.DefaultPrinterConfiguration.ConfigOption
-
Print comments only.
- PRINT_JAVADOC - Enum constant in enum com.github.javaparser.printer.configuration.DefaultPrinterConfiguration.ConfigOption
-
Print javadoc comments only.
- 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 - Variable in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- printer - Variable in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- printer(Printer) - Method in class com.github.javaparser.ast.CompilationUnit
-
Declare a specific printer
- Printer - Interface in com.github.javaparser.printer
-
Printer interface defines the API for a printer.
- PRINTER_KEY - Static variable in class com.github.javaparser.ast.Node
- PrinterConfiguration - Interface in com.github.javaparser.printer.configuration
-
This interface defines the API for printer configuration.
- println() - Method in class com.github.javaparser.printer.SourcePrinter
-
Append a newline to the buffer.
- println(String) - Method in class com.github.javaparser.printer.SourcePrinter
-
Append the source string passed as argument to the buffer, then append a newline.
- printMemberAnnotations(NodeList<AnnotationExpr>, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- printMemberAnnotations(NodeList<AnnotationExpr>, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- printMembers(NodeList<BodyDeclaration<?>>, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- printMembers(NodeList<BodyDeclaration<?>>, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- printModifiers(NodeList<Modifier>) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- printModifiers(NodeList<Modifier>) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- 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 - Enum constant in enum com.github.javaparser.ast.AccessSpecifier
- PRIVATE - Enum constant in enum com.github.javaparser.ast.Modifier.Keyword
- PRIVATE - Enum constant in enum com.github.javaparser.JavaToken.Kind
- PRIVATE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- privateModifier() - Static method in class com.github.javaparser.ast.Modifier
- Problem - Class in com.github.javaparser
-
A problem that was encountered during parsing.
- Problem(String, TokenRange, Throwable) - Constructor for class com.github.javaparser.Problem
- PROBLEM_BY_BEGIN_POSITION - Static variable in class com.github.javaparser.Problem
-
Sorts problems on position.
- 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(int) - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider.LineCounter
-
Analyzes the given character for line feed.
- process(Node) - Method in class com.github.javaparser.ast.visitor.TreeVisitor
-
Process the given node.
- process(Path, ParseResult<CompilationUnit>) - Method in interface com.github.javaparser.utils.SourceZip.Callback
-
Process the given parse result.
- process(Path, Path, ParseResult<CompilationUnit>) - Method in interface com.github.javaparser.utils.SourceRoot.Callback
- 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 - Enum constant in enum com.github.javaparser.ast.AccessSpecifier
- PROTECTED - Enum constant in enum com.github.javaparser.ast.Modifier.Keyword
- PROTECTED - Enum constant in enum com.github.javaparser.JavaToken.Kind
- PROTECTED - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- protectedModifier() - Static method in class com.github.javaparser.ast.Modifier
- provider(File) - Static method in class com.github.javaparser.Providers
- provider(File, Charset) - Static method in class com.github.javaparser.Providers
- provider(InputStream) - Static method in class com.github.javaparser.Providers
- provider(InputStream, Charset) - Static method in class com.github.javaparser.Providers
- provider(Reader) - Static method in class com.github.javaparser.Providers
- provider(String) - Static method in class com.github.javaparser.Providers
- provider(Path) - Static method in class com.github.javaparser.Providers
- provider(Path, Charset) - Static method in class com.github.javaparser.Providers
- Provider - Interface in com.github.javaparser
-
Abstract interface for reading from a stream.
- Providers - Class in com.github.javaparser
-
Factory for providers of source code for JavaParser.
- PROVIDES - Enum constant in enum com.github.javaparser.JavaToken.Kind
- PROVIDES - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- PUBLIC - Enum constant in enum com.github.javaparser.ast.AccessSpecifier
- PUBLIC - Enum constant in enum com.github.javaparser.ast.Modifier.Keyword
- PUBLIC - Enum constant in enum com.github.javaparser.JavaToken.Kind
- PUBLIC - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- publicModifier() - Static method in class com.github.javaparser.ast.Modifier
- 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
- QUALIFIER - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- qualifierPropertyMetaModel - Variable in class com.github.javaparser.metamodel.NameMetaModel
R
- range(int, int, int, int) - Static method in class com.github.javaparser.Range
-
Create a new `Range` object using the given begin and end line/column values.
- range(Position, Position) - Static method in class com.github.javaparser.Range
-
Create a new `Range` object using the given begin and end position.
- Range - Class in com.github.javaparser
-
A range of characters in a source file, from "begin" to "end", including the characters at "begin" and "end".
- Range(Position, Position) - Constructor for class com.github.javaparser.Range
-
A range of characters in a source file, from "begin" to "end".
- RANGE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- RAW - Static variable in enum com.github.javaparser.ParserConfiguration.LanguageLevel
-
Does no post processing or validation.
- RBRACE - Enum constant in enum com.github.javaparser.JavaToken.Kind
- RBRACE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- RBRACKET - Enum constant in enum com.github.javaparser.JavaToken.Kind
- RBRACKET - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- read(char[], int, int) - Method in class com.github.javaparser.LineEndingProcessingProvider
- read(char[], int, int) - Method in interface com.github.javaparser.Provider
-
Reads characters into an array
- read(char[], int, int) - Method in class com.github.javaparser.StreamProvider
- read(char[], int, int) - Method in class com.github.javaparser.StringProvider
- read(char[], int, int) - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider
- readChar() - Method in class com.github.javaparser.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.
- RECEIVER_PARAMETER - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- ReceiverParameter - Class in com.github.javaparser.ast.body
-
The receiver parameter feature of Java.
- ReceiverParameter() - Constructor for class com.github.javaparser.ast.body.ReceiverParameter
- ReceiverParameter(NodeList<AnnotationExpr>, Type, Name) - Constructor for class com.github.javaparser.ast.body.ReceiverParameter
- ReceiverParameter(Type, Name) - Constructor for class com.github.javaparser.ast.body.ReceiverParameter
- ReceiverParameter(Type, String) - Constructor for class com.github.javaparser.ast.body.ReceiverParameter
-
Creates a new
ReceiverParameter
. - ReceiverParameter(TokenRange, NodeList<AnnotationExpr>, Type, Name) - Constructor for class com.github.javaparser.ast.body.ReceiverParameter
-
This constructor is used by the parser and is considered private.
- receiverParameterMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- ReceiverParameterMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- receiverParameterPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CallableDeclarationMetaModel
- receiverParameterPropertyMetaModel - Variable in class com.github.javaparser.metamodel.RecordDeclarationMetaModel
- RECORD - Enum constant in enum com.github.javaparser.JavaToken.Kind
- RECORD - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- RECORD_DECLARATION - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- RecordAsTypeIdentifierNotAllowed - 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
- RecordDeclaration() - Constructor for class com.github.javaparser.ast.body.RecordDeclaration
- RecordDeclaration(NodeList<Modifier>, NodeList<AnnotationExpr>, SimpleName, NodeList<Parameter>, NodeList<TypeParameter>, NodeList<ClassOrInterfaceType>, NodeList<BodyDeclaration<?>>, ReceiverParameter) - Constructor for class com.github.javaparser.ast.body.RecordDeclaration
- RecordDeclaration(NodeList<Modifier>, String) - Constructor for class com.github.javaparser.ast.body.RecordDeclaration
- RecordDeclaration(TokenRange, NodeList<Modifier>, NodeList<AnnotationExpr>, SimpleName, NodeList<Parameter>, NodeList<TypeParameter>, NodeList<ClassOrInterfaceType>, NodeList<BodyDeclaration<?>>, ReceiverParameter) - Constructor for class com.github.javaparser.ast.body.RecordDeclaration
-
This constructor is used by the parser and is considered private.
- recordDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- RecordDeclarationMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- 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.
- referenceTypeMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- ReferenceTypeMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- ReferenceTypeMetaModel(Optional<BaseNodeMetaModel>, 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) - Method in class com.github.javaparser.ast.NodeList
- register(AstObserver) - Method in interface com.github.javaparser.ast.observer.Observable
-
Register an observer.
- register(AstObserver, Node.ObserverRegistrationMode) - Method in class com.github.javaparser.ast.Node
-
Register a new observer for the given node.
- 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(Provider) - Method in class com.github.javaparser.SimpleCharStream
-
Reinitialise.
- reInit(Provider, int, int) - Method in class com.github.javaparser.SimpleCharStream
-
Reinitialise.
- reInit(Provider, int, int, int) - Method in class com.github.javaparser.SimpleCharStream
-
Reinitialise.
- ReInit(SimpleCharStream) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
-
Reinitialise parser.
- ReInit(SimpleCharStream, int) - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
-
Reinitialise parser.
- REM - Enum constant in enum com.github.javaparser.JavaToken.Kind
- REM - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- REMAINDER - Enum constant in enum com.github.javaparser.ast.expr.AssignExpr.Operator
- REMAINDER - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
- REMASSIGN - Enum constant in enum com.github.javaparser.JavaToken.Kind
- REMASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- REMOVAL - Enum constant in enum com.github.javaparser.ast.observer.AstObserver.ListChangeType
- remove() - Method in class com.github.javaparser.ast.comments.Comment
- remove() - Method in class com.github.javaparser.ast.Node
-
Try to remove this node from the parent
- remove() - Method in class com.github.javaparser.ast.NodeList.NodeListIterator
- remove(int) - Method in class com.github.javaparser.ast.NodeList
- remove(int) - Method in class com.github.javaparser.utils.VisitorList
- remove(Node) - Method in class com.github.javaparser.ast.ArrayCreationLevel
- remove(Node) - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
- remove(Node) - Method in class com.github.javaparser.ast.body.BodyDeclaration
- remove(Node) - Method in class com.github.javaparser.ast.body.CallableDeclaration
- remove(Node) - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
- remove(Node) - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
- remove(Node) - Method in class com.github.javaparser.ast.body.EnumConstantDeclaration
- remove(Node) - Method in class com.github.javaparser.ast.body.EnumDeclaration
- remove(Node) - Method in class com.github.javaparser.ast.body.FieldDeclaration
- remove(Node) - Method in class com.github.javaparser.ast.body.MethodDeclaration
- remove(Node) - Method in class com.github.javaparser.ast.body.Parameter
- remove(Node) - Method in class com.github.javaparser.ast.body.ReceiverParameter
- remove(Node) - Method in class com.github.javaparser.ast.body.RecordDeclaration
- remove(Node) - Method in class com.github.javaparser.ast.body.TypeDeclaration
- remove(Node) - Method in class com.github.javaparser.ast.body.VariableDeclarator
- remove(Node) - Method in class com.github.javaparser.ast.CompilationUnit
- remove(Node) - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
- remove(Node) - Method in class com.github.javaparser.ast.expr.ArrayInitializerExpr
- remove(Node) - Method in class com.github.javaparser.ast.expr.FieldAccessExpr
- remove(Node) - Method in class com.github.javaparser.ast.expr.InstanceOfExpr
- remove(Node) - Method in class com.github.javaparser.ast.expr.LambdaExpr
- remove(Node) - Method in class com.github.javaparser.ast.expr.MethodCallExpr
- remove(Node) - Method in class com.github.javaparser.ast.expr.MethodReferenceExpr
- remove(Node) - Method in class com.github.javaparser.ast.expr.Name
- remove(Node) - Method in class com.github.javaparser.ast.expr.NormalAnnotationExpr
- remove(Node) - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
- remove(Node) - Method in class com.github.javaparser.ast.expr.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(Node) - Method in class com.github.javaparser.ast.Node
- remove(Node) - Method in class com.github.javaparser.ast.NodeList
- remove(Node) - Method in interface com.github.javaparser.ast.nodeTypes.SwitchNode
- remove(Node) - Method in class com.github.javaparser.ast.PackageDeclaration
- remove(Node) - Method in class com.github.javaparser.ast.stmt.AssertStmt
- remove(Node) - Method in class com.github.javaparser.ast.stmt.BlockStmt
- remove(Node) - Method in class com.github.javaparser.ast.stmt.BreakStmt
- remove(Node) - Method in class com.github.javaparser.ast.stmt.ContinueStmt
- remove(Node) - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
- remove(Node) - Method in class com.github.javaparser.ast.stmt.ForStmt
- remove(Node) - Method in class com.github.javaparser.ast.stmt.IfStmt
- remove(Node) - Method in class com.github.javaparser.ast.stmt.ReturnStmt
- remove(Node) - Method in class com.github.javaparser.ast.stmt.SwitchEntry
- remove(Node) - Method in class com.github.javaparser.ast.stmt.SwitchStmt
- remove(Node) - Method in class com.github.javaparser.ast.stmt.TryStmt
- remove(Node) - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
- remove(Node) - Method in class com.github.javaparser.ast.type.IntersectionType
- remove(Node) - Method in class com.github.javaparser.ast.type.Type
- remove(Node) - Method in class com.github.javaparser.ast.type.TypeParameter
- remove(Node) - Method in class com.github.javaparser.ast.type.UnionType
- remove(Node) - Method in class com.github.javaparser.ast.type.WildcardType
- remove(Validator) - Method in class com.github.javaparser.ast.validator.Validators
- remove(Processor) - Method in class com.github.javaparser.ast.validator.postprocessors.PostProcessors
- remove(Object) - Method in class com.github.javaparser.ast.NodeList
- remove(Object) - Method in class com.github.javaparser.utils.VisitorList
- remove(Object) - Method in class com.github.javaparser.utils.VisitorMap
- remove(Object) - Method in class com.github.javaparser.utils.VisitorSet
- removeAll(Collection<?>) - Method in class com.github.javaparser.ast.NodeList
- removeAll(Collection<?>) - Method in class com.github.javaparser.utils.VisitorList
- removeAll(Collection<?>) - Method in class com.github.javaparser.utils.VisitorSet
- 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) - Method in class com.github.javaparser.ast.Node
-
Try to replace this node in the parent with the supplied node.
- replace(Node, Node) - Method in class com.github.javaparser.ast.ArrayCreationLevel
- replace(Node, Node) - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
- replace(Node, Node) - Method in class com.github.javaparser.ast.body.BodyDeclaration
- replace(Node, Node) - Method in class com.github.javaparser.ast.body.CallableDeclaration
- replace(Node, Node) - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
- replace(Node, Node) - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
- replace(Node, Node) - Method in class com.github.javaparser.ast.body.ConstructorDeclaration
- replace(Node, Node) - Method in class com.github.javaparser.ast.body.EnumConstantDeclaration
- replace(Node, Node) - Method in class com.github.javaparser.ast.body.EnumDeclaration
- replace(Node, Node) - Method in class com.github.javaparser.ast.body.FieldDeclaration
- replace(Node, Node) - Method in class com.github.javaparser.ast.body.InitializerDeclaration
- replace(Node, Node) - Method in class com.github.javaparser.ast.body.MethodDeclaration
- replace(Node, Node) - Method in class com.github.javaparser.ast.body.Parameter
- replace(Node, Node) - Method in class com.github.javaparser.ast.body.ReceiverParameter
- replace(Node, Node) - Method in class com.github.javaparser.ast.body.RecordDeclaration
- replace(Node, Node) - Method in class com.github.javaparser.ast.body.TypeDeclaration
- replace(Node, Node) - Method in class com.github.javaparser.ast.body.VariableDeclarator
- replace(Node, Node) - Method in class com.github.javaparser.ast.CompilationUnit
- replace(Node, Node) - Method in class com.github.javaparser.ast.expr.AnnotationExpr
- replace(Node, Node) - Method in class com.github.javaparser.ast.expr.ArrayAccessExpr
- replace(Node, Node) - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
- replace(Node, Node) - Method in class com.github.javaparser.ast.expr.ArrayInitializerExpr
- replace(Node, Node) - Method in class com.github.javaparser.ast.expr.AssignExpr
- replace(Node, Node) - Method in class com.github.javaparser.ast.expr.BinaryExpr
- replace(Node, Node) - Method in class com.github.javaparser.ast.expr.CastExpr
- replace(Node, Node) - Method in class com.github.javaparser.ast.expr.ClassExpr
- replace(Node, Node) - Method in class com.github.javaparser.ast.expr.ConditionalExpr
- replace(Node, Node) - Method in class com.github.javaparser.ast.expr.EnclosedExpr
- replace(Node, Node) - Method in class com.github.javaparser.ast.expr.FieldAccessExpr
- replace(Node, Node) - Method in class com.github.javaparser.ast.expr.InstanceOfExpr
- replace(Node, Node) - Method in class com.github.javaparser.ast.expr.LambdaExpr
- replace(Node, Node) - Method in class com.github.javaparser.ast.expr.MemberValuePair
- replace(Node, Node) - Method in class com.github.javaparser.ast.expr.MethodCallExpr
- replace(Node, Node) - Method in class com.github.javaparser.ast.expr.MethodReferenceExpr
- replace(Node, Node) - Method in class com.github.javaparser.ast.expr.Name
- replace(Node, Node) - Method in class com.github.javaparser.ast.expr.NameExpr
- replace(Node, Node) - Method in class com.github.javaparser.ast.expr.NormalAnnotationExpr
- replace(Node, Node) - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
- replace(Node, Node) - Method in class com.github.javaparser.ast.expr.PatternExpr
- replace(Node, Node) - Method in class com.github.javaparser.ast.expr.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, Node) - Method in class com.github.javaparser.ast.Node
- replace(Node, Node) - Method in interface com.github.javaparser.ast.nodeTypes.SwitchNode
- replace(Node, Node) - Method in class com.github.javaparser.ast.PackageDeclaration
- replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.AssertStmt
- replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.BlockStmt
- replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.BreakStmt
- replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.CatchClause
- replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.ContinueStmt
- replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.DoStmt
- replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
- replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.ExpressionStmt
- replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.ForEachStmt
- replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.ForStmt
- replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.IfStmt
- replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.LabeledStmt
- replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt
- replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.LocalRecordDeclarationStmt
- replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.ReturnStmt
- replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.SwitchEntry
- replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.SwitchStmt
- replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.SynchronizedStmt
- replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.ThrowStmt
- replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.TryStmt
- replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.WhileStmt
- replace(Node, Node) - Method in class com.github.javaparser.ast.stmt.YieldStmt
- replace(Node, Node) - Method in class com.github.javaparser.ast.type.ArrayType
- replace(Node, Node) - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
- replace(Node, Node) - Method in class com.github.javaparser.ast.type.IntersectionType
- replace(Node, Node) - Method in class com.github.javaparser.ast.type.Type
- replace(Node, Node) - Method in class com.github.javaparser.ast.type.TypeParameter
- replace(Node, Node) - Method in class com.github.javaparser.ast.type.UnionType
- replace(Node, Node) - Method in class com.github.javaparser.ast.type.WildcardType
- replace(Validator, Validator) - Method in class com.github.javaparser.ast.validator.Validators
- replace(Processor, Processor) - Method in class com.github.javaparser.ast.validator.postprocessors.PostProcessors
- replace(N, N) - Method in class com.github.javaparser.ast.NodeList
-
Replaces the first node that is equal to "old" with "replacement".
- replaceAll(ResolvedType) - Method in class com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametersMap
- replaceAll(UnaryOperator<N>) - Method in class com.github.javaparser.ast.NodeList
- replaceElementByObjectIdentity(List<E>, E, E) - Static method in class com.github.javaparser.utils.Utils
-
Like
List.set(int, Object)
atList.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.
- replaceTypeParameter(ResolvedTypeParameterDeclaration, ResolvedType) - Method in class com.github.javaparser.resolution.MethodUsage
- replaceTypeVariables(ResolvedTypeParameterDeclaration, ResolvedType) - Method in interface com.github.javaparser.resolution.types.ResolvedType
-
This is like (
ResolvedType.replaceTypeVariables(ResolvedTypeParameterDeclaration, ResolvedType, Map)
but ignores the inferred values. - replaceTypeVariables(ResolvedTypeParameterDeclaration, ResolvedType, Map<ResolvedTypeParameterDeclaration, ResolvedType>) - Method in class com.github.javaparser.resolution.types.ResolvedArrayType
- replaceTypeVariables(ResolvedTypeParameterDeclaration, ResolvedType, Map<ResolvedTypeParameterDeclaration, ResolvedType>) - Method in class com.github.javaparser.resolution.types.ResolvedIntersectionType
- replaceTypeVariables(ResolvedTypeParameterDeclaration, ResolvedType, Map<ResolvedTypeParameterDeclaration, ResolvedType>) - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
- replaceTypeVariables(ResolvedTypeParameterDeclaration, ResolvedType, Map<ResolvedTypeParameterDeclaration, ResolvedType>) - Method in interface com.github.javaparser.resolution.types.ResolvedType
-
Replace all variables referring to the given TypeParameter with the given value.
- replaceTypeVariables(ResolvedTypeParameterDeclaration, ResolvedType, Map<ResolvedTypeParameterDeclaration, ResolvedType>) - Method in class com.github.javaparser.resolution.types.ResolvedTypeVariable
- replaceTypeVariables(ResolvedTypeParameterDeclaration, ResolvedType, Map<ResolvedTypeParameterDeclaration, ResolvedType>) - Method in class com.github.javaparser.resolution.types.ResolvedWildcard
- 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
- REQUIRES - Enum constant in enum com.github.javaparser.JavaToken.Kind
- REQUIRES - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- ReservedKeywordValidator - Class in com.github.javaparser.ast.validator
-
Validates that identifiers are not keywords - this for the few keywords that the parser accepts because they were added after Java 1.0.
- ReservedKeywordValidator(String) - Constructor for class com.github.javaparser.ast.validator.ReservedKeywordValidator
- Reshuffled - Class in com.github.javaparser.printer.lexicalpreservation
-
Elements in a CsmMix have been reshuffled.
- Resolvable<T> - Interface in com.github.javaparser.resolution
- resolve() - Method in class com.github.javaparser.ast.body.AnnotationDeclaration
- resolve() - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
- resolve() - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
- resolve() - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
- resolve() - Method in class com.github.javaparser.ast.body.ConstructorDeclaration
- resolve() - Method in class com.github.javaparser.ast.body.EnumConstantDeclaration
- resolve() - Method in class com.github.javaparser.ast.body.EnumDeclaration
- resolve() - Method in class com.github.javaparser.ast.body.FieldDeclaration
- resolve() - Method in class com.github.javaparser.ast.body.MethodDeclaration
- resolve() - Method in class com.github.javaparser.ast.body.Parameter
- resolve() - Method in class com.github.javaparser.ast.body.RecordDeclaration
- resolve() - Method in class com.github.javaparser.ast.body.TypeDeclaration
- resolve() - Method in class com.github.javaparser.ast.body.VariableDeclarator
- resolve() - Method in class com.github.javaparser.ast.expr.AnnotationExpr
-
Attempts to resolve the declaration corresponding to the annotation expression.
- resolve() - Method in class com.github.javaparser.ast.expr.FieldAccessExpr
-
Attempts to resolve the declaration corresponding to the accessed field.
- resolve() - Method in class com.github.javaparser.ast.expr.MethodCallExpr
-
Attempts to resolve the declaration corresponding to the invoked method.
- resolve() - Method in class com.github.javaparser.ast.expr.MethodReferenceExpr
- resolve() - Method in class com.github.javaparser.ast.expr.NameExpr
-
Attempts to resolve the declaration corresponding to the accessed name.
- resolve() - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
-
Attempts to resolve the declaration corresponding to the invoked constructor.
- resolve() - Method in class com.github.javaparser.ast.expr.ThisExpr
- resolve() - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
-
Attempts to resolve the declaration corresponding to the invoked constructor.
- resolve() - Method in class com.github.javaparser.ast.type.ArrayType
- resolve() - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
- resolve() - Method in class com.github.javaparser.ast.type.IntersectionType
- resolve() - Method in class com.github.javaparser.ast.type.PrimitiveType
- resolve() - Method in class com.github.javaparser.ast.type.Type
- resolve() - Method in class com.github.javaparser.ast.type.TypeParameter
- resolve() - Method in class com.github.javaparser.ast.type.UnionType
- resolve() - Method in class com.github.javaparser.ast.type.UnknownType
- resolve() - Method in class com.github.javaparser.ast.type.VarType
- resolve() - Method in class com.github.javaparser.ast.type.VoidType
- resolve() - Method in class com.github.javaparser.ast.type.WildcardType
- resolve() - Method in interface com.github.javaparser.resolution.Resolvable
- 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 (?) - have a lower bound (? super Number) - have an upper bound (? extends Number) It is not possible to have both a lower and an upper bound at the same time.
- ResolvedWildcard.BoundType - Enum in com.github.javaparser.resolution.types
- resourceProvider(ClassLoader, String, Charset) - Static method in class com.github.javaparser.Providers
-
Provide a Provider from the resource found in class loader with the provided encoding.
As resource is accessed through a class loader, a leading "/" is not allowed in pathToResource - resourceProvider(String) - Static method in class com.github.javaparser.Providers
-
Provide a Provider from the resource found in the current class loader with UTF-8 encoding.
As resource is accessed through a class loader, a leading "/" is not allowed in pathToResource - resourceProvider(String, Charset) - Static method in class com.github.javaparser.Providers
-
Provide a Provider from the resource found in the current class loader with the provided encoding.
As resource is accessed through a class loader, a leading "/" is not allowed in pathToResource - RESOURCES - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- 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 - Enum constant in enum com.github.javaparser.javadoc.JavadocBlockTag.Type
- RETURN - Enum constant in enum com.github.javaparser.JavaToken.Kind
- RETURN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- ReturnStmt - Class in com.github.javaparser.ast.stmt
-
The return statement, with an optional expression to return.
- ReturnStmt() - Constructor for class com.github.javaparser.ast.stmt.ReturnStmt
- ReturnStmt(Expression) - Constructor for class com.github.javaparser.ast.stmt.ReturnStmt
- ReturnStmt(TokenRange, Expression) - Constructor for class com.github.javaparser.ast.stmt.ReturnStmt
-
This constructor is used by the parser and is considered private.
- ReturnStmt(String) - Constructor for class com.github.javaparser.ast.stmt.ReturnStmt
-
Will create a NameExpr with the string param
- returnStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- ReturnStmtMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- returnType() - Method in class com.github.javaparser.resolution.MethodUsage
- right(int) - Method in class com.github.javaparser.Position
- RIGHT - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- rightPropertyMetaModel - Variable in class com.github.javaparser.metamodel.BinaryExprMetaModel
- RPAREN - Enum constant in enum com.github.javaparser.JavaToken.Kind
- RPAREN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- RSIGNEDSHIFT - Enum constant in enum com.github.javaparser.JavaToken.Kind
- RSIGNEDSHIFT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- RSIGNEDSHIFTASSIGN - Enum constant in enum com.github.javaparser.JavaToken.Kind
- RSIGNEDSHIFTASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- RUNSIGNEDSHIFT - Enum constant in enum com.github.javaparser.JavaToken.Kind
- RUNSIGNEDSHIFT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- RUNSIGNEDSHIFTASSIGN - Enum constant in enum com.github.javaparser.JavaToken.Kind
- 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.
- SAVE - Enum constant in enum com.github.javaparser.utils.SourceRoot.Callback.Result
- saveAll() - Method in class com.github.javaparser.utils.SourceRoot
-
Save all previously parsed files back to where they were found.
- saveAll(Charset) - Method in class com.github.javaparser.utils.SourceRoot
-
Save all previously parsed files back to where they were found, with the given encoding.
- saveAll(Path) - Method in class com.github.javaparser.utils.SourceRoot
-
Save all previously parsed files back to a new path.
- saveAll(Path, Charset) - Method in class com.github.javaparser.utils.SourceRoot
-
Save all previously parsed files back to a new path.
- SC_AND - Enum constant in enum com.github.javaparser.JavaToken.Kind
- SC_AND - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- SC_OR - Enum constant in enum com.github.javaparser.JavaToken.Kind
- SC_OR - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- SCOPE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- scopePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ClassOrInterfaceTypeMetaModel
- scopePropertyMetaModel - Variable in class com.github.javaparser.metamodel.FieldAccessExprMetaModel
- scopePropertyMetaModel - Variable in class com.github.javaparser.metamodel.MethodCallExprMetaModel
- scopePropertyMetaModel - Variable in class com.github.javaparser.metamodel.MethodReferenceExprMetaModel
- scopePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ObjectCreationExprMetaModel
- screamingToCamelCase(String) - Static method in class com.github.javaparser.utils.Utils
-
Transform a string to the camel case conversion.
- SEE - Enum constant in enum com.github.javaparser.javadoc.JavadocBlockTag.Type
- SELECTOR - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- selectorPropertyMetaModel - Variable in class com.github.javaparser.metamodel.SwitchExprMetaModel
- selectorPropertyMetaModel - Variable in class com.github.javaparser.metamodel.SwitchStmtMetaModel
- SELF_PROPAGATING - Enum constant in enum com.github.javaparser.ast.Node.ObserverRegistrationMode
-
Notify for changes happening on this node and all its descendants.
- semicolon() - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
- SEMICOLON - Enum constant in enum com.github.javaparser.JavaToken.Kind
- SEMICOLON - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- SeparatedItemStringBuilder - Class in com.github.javaparser.utils
-
Builds a string containing a list of items with a prefix, a postfix, and a separator.
- SeparatedItemStringBuilder(String, String, String) - Constructor for class com.github.javaparser.utils.SeparatedItemStringBuilder
- SEPARATOR - Enum constant in enum com.github.javaparser.JavaToken.Category
- sequence(CsmElement...) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
- SERIAL - Enum constant in enum com.github.javaparser.javadoc.JavadocBlockTag.Type
- SERIAL_DATA - Enum constant in enum com.github.javaparser.javadoc.JavadocBlockTag.Type
- SERIAL_FIELD - Enum constant in enum com.github.javaparser.javadoc.JavadocBlockTag.Type
- set(int, N) - Method in class com.github.javaparser.ast.NodeList
- set(int, N) - Method in class com.github.javaparser.utils.VisitorList
- set(N) - Method in class com.github.javaparser.ast.NodeList.NodeListIterator
- set(T...) - Static method in class com.github.javaparser.utils.Utils
- setAbstract(boolean) - Method in interface com.github.javaparser.ast.nodeTypes.modifiers.NodeWithAbstractModifier
- setAdapter(Log.Adapter) - Static method in class com.github.javaparser.utils.Log
-
Change how logging is handled.
- setAllTypes(Type) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithVariables
-
Sets the type of all variables.
- setAnnotation(int, AnnotationExpr) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
- setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.ArrayCreationLevel
- setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
- setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.body.Parameter
- setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.body.ReceiverParameter
- setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.expr.VariableDeclarationExpr
- setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.modules.ModuleDeclaration
- setAnnotations(NodeList<AnnotationExpr>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
- setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.PackageDeclaration
- setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.type.ArrayType.ArrayBracketPair
- setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.type.ArrayType
- setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
- setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.type.IntersectionType
- setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.type.PrimitiveType
- setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.type.Type
- setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.type.TypeParameter
- setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.type.UnionType
- setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.type.UnknownType
- setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.type.VarType
- setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.type.VoidType
- setAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.type.WildcardType
- setAnonymousClassBody(NodeList<BodyDeclaration<?>>) - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
-
Sets the anonymousClassBody
Null means no class body
Empty NodeList means new ClassName(){ } - setArgument(int, Expression) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithArguments
- setArguments(NodeList<Expression>) - Method in class com.github.javaparser.ast.body.EnumConstantDeclaration
- setArguments(NodeList<Expression>) - Method in class com.github.javaparser.ast.expr.MethodCallExpr
- setArguments(NodeList<Expression>) - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
- setArguments(NodeList<Expression>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithArguments
- setArguments(NodeList<Expression>) - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
- setAsParentNodeOf(Node) - Method in class com.github.javaparser.ast.Node
- setAsParentNodeOf(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(BlockStmt) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithBlockStmt
- setBody(BlockStmt) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithOptionalBlockStmt
- setBody(BlockStmt) - Method in class com.github.javaparser.ast.stmt.CatchClause
- setBody(BlockStmt) - Method in class com.github.javaparser.ast.stmt.SynchronizedStmt
- setBody(Statement) - Method in class com.github.javaparser.ast.expr.LambdaExpr
- setBody(Statement) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithBody
- setBody(Statement) - Method in class com.github.javaparser.ast.stmt.DoStmt
- setBody(Statement) - Method in class com.github.javaparser.ast.stmt.ForEachStmt
- setBody(Statement) - Method in class com.github.javaparser.ast.stmt.ForStmt
- setBody(Statement) - Method in class com.github.javaparser.ast.stmt.WhileStmt
- setCatchClauses(NodeList<CatchClause>) - Method in class com.github.javaparser.ast.stmt.TryStmt
- setChar(char) - Method in class com.github.javaparser.ast.expr.CharLiteralExpr
-
Sets the given char as the literal value
- setCharacterEncoding(Charset) - Method in class com.github.javaparser.ParserConfiguration
-
The character encoding used for reading input from files and streams.
- setCheck(Expression) - Method in class com.github.javaparser.ast.stmt.AssertStmt
- setClassBody(NodeList<BodyDeclaration<?>>) - Method in class com.github.javaparser.ast.body.EnumConstantDeclaration
- setClassDeclaration(ClassOrInterfaceDeclaration) - Method in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt
- setColumnAlignFirstMethodChain(boolean) - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
-
Deprecated.
- setColumnAlignParameters(boolean) - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
-
Deprecated.
- setComment(Comment) - Method in class com.github.javaparser.ast.comments.Comment
- setComment(Comment) - Method in class com.github.javaparser.ast.Node
-
Use this to store additional information to this node.
- setComment(Comment) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithJavadoc
- setCommentedNode(Node) - Method in class com.github.javaparser.ast.comments.Comment
-
Sets the commentedNode
- setCompare(Expression) - Method in class com.github.javaparser.ast.stmt.ForStmt
-
Sets the compare
- setComponentType(Type) - Method in class com.github.javaparser.ast.type.ArrayType
- setCondition(Expression) - Method in class com.github.javaparser.ast.expr.ConditionalExpr
- setCondition(Expression) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithCondition
- setCondition(Expression) - Method in class com.github.javaparser.ast.stmt.DoStmt
- setCondition(Expression) - Method in class com.github.javaparser.ast.stmt.IfStmt
- setCondition(Expression) - Method in class com.github.javaparser.ast.stmt.WhileStmt
- setConfiguration(ParserConfiguration) - Static method in class com.github.javaparser.StaticJavaParser
-
Set the configuration for the static parse...
- setConfiguration(PrettyPrinterConfiguration) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- setConfiguration(PrinterConfiguration) - Method in class com.github.javaparser.printer.DefaultPrettyPrinter
- setConfiguration(PrinterConfiguration) - Method in class com.github.javaparser.printer.PrettyPrinter
-
Deprecated.
- setConfiguration(PrinterConfiguration) - Method in interface com.github.javaparser.printer.Printer
- setContent(String) - Method in class com.github.javaparser.ast.comments.Comment
-
Sets the text of the comment.
- 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(Expression) - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
-
Sets the expression
- setExpression(Expression) - Method in class com.github.javaparser.ast.stmt.ExpressionStmt
- setExpression(Expression) - Method in class com.github.javaparser.ast.stmt.ReturnStmt
-
Sets the expression
- setExpression(Expression) - Method in class com.github.javaparser.ast.stmt.SynchronizedStmt
- setExpression(Expression) - Method in class com.github.javaparser.ast.stmt.ThrowStmt
- setExpression(Expression) - Method in class com.github.javaparser.ast.stmt.YieldStmt
-
Sets the label
- setExpression(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithExpression
- setExtendedType(int, ClassOrInterfaceType) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithExtends
- setExtendedType(ReferenceType) - Method in class com.github.javaparser.ast.type.WildcardType
-
Sets the extended type
- setExtendedTypes(NodeList<ClassOrInterfaceType>) - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
- setExtendedTypes(NodeList<ClassOrInterfaceType>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithExtends
- setFinal(boolean) - Method in interface com.github.javaparser.ast.nodeTypes.modifiers.NodeWithFinalModifier
- setFinallyBlock(BlockStmt) - Method in class com.github.javaparser.ast.stmt.TryStmt
- setId(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithIdentifier
- setIdentifier(String) - Method in class com.github.javaparser.ast.expr.MethodReferenceExpr
- setIdentifier(String) - Method in class com.github.javaparser.ast.expr.Name
- setIdentifier(String) - Method in class com.github.javaparser.ast.expr.SimpleName
- setIdentifier(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithIdentifier
- setIgnoreAnnotationsWhenAttributingComments(boolean) - Method in class com.github.javaparser.ParserConfiguration
- setImplementedType(int, ClassOrInterfaceType) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithImplements
- setImplementedTypes(NodeList<ClassOrInterfaceType>) - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
- setImplementedTypes(NodeList<ClassOrInterfaceType>) - Method in class com.github.javaparser.ast.body.EnumDeclaration
- setImplementedTypes(NodeList<ClassOrInterfaceType>) - Method in class com.github.javaparser.ast.body.RecordDeclaration
- setImplementedTypes(NodeList<ClassOrInterfaceType>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithImplements
- setImport(int, ImportDeclaration) - Method in class com.github.javaparser.ast.CompilationUnit
- setImports(NodeList<ImportDeclaration>) - Method in class com.github.javaparser.ast.CompilationUnit
-
Sets the list of imports of this compilation unit.
- setIndentation(Indentation) - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
-
Deprecated.
- setIndentCaseInSwitch(boolean) - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
-
Deprecated.
- setIndentSize(int) - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
-
Deprecated.(@see Indentation.size())
- setIndentType(Indentation.IndentType) - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
-
Deprecated.(@see Indentation.type())
- setIndex(Expression) - Method in class com.github.javaparser.ast.expr.ArrayAccessExpr
- setInitialization(NodeList<Expression>) - Method in class com.github.javaparser.ast.stmt.ForStmt
- setInitializer(ArrayInitializerExpr) - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
-
Sets the initializer
- setInitializer(Expression) - Method in class com.github.javaparser.ast.body.VariableDeclarator
-
Sets the initializer expression
- setInitializer(String) - Method in class com.github.javaparser.ast.body.VariableDeclarator
-
Will create a
NameExpr
with the initializer param - setInner(Expression) - Method in class com.github.javaparser.ast.expr.EnclosedExpr
-
Sets the inner expression
- setInt(int) - Method in class com.github.javaparser.ast.expr.IntegerLiteralExpr
-
Deprecated.This function is deprecated in favor of
LiteralStringValueExpr.setValue(String)
. Please refer to theIntegerLiteralExpr.asNumber()
function for valid formats and how to construct literals holding negative values. - setInterface(boolean) - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
- setIterable(Expression) - Method in class com.github.javaparser.ast.stmt.ForEachStmt
- setJavadocComment(JavadocComment) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithJavadoc
- setJavadocComment(Javadoc) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithJavadoc
- setJavadocComment(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithJavadoc
-
Use this to store additional information to this node.
- setJavadocComment(String, Javadoc) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithJavadoc
- setKeyword(Modifier.Keyword) - Method in class com.github.javaparser.ast.Modifier
- setLabel(SimpleName) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithOptionalLabel
- setLabel(SimpleName) - Method in class com.github.javaparser.ast.stmt.BreakStmt
-
Sets the label
- setLabel(SimpleName) - Method in class com.github.javaparser.ast.stmt.ContinueStmt
-
Sets the label
- setLabel(SimpleName) - Method in class com.github.javaparser.ast.stmt.LabeledStmt
- setLabel(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithOptionalLabel
- setLabels(NodeList<Expression>) - Method in class com.github.javaparser.ast.stmt.SwitchEntry
-
Sets the label
- setLanguageLevel(ParserConfiguration.LanguageLevel) - Method in class com.github.javaparser.ParserConfiguration
- setLeft(Expression) - Method in class com.github.javaparser.ast.expr.BinaryExpr
- setLevels(NodeList<ArrayCreationLevel>) - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
- setLexicalPreservationEnabled(boolean) - Method in class com.github.javaparser.ParserConfiguration
-
Disabled by default.
- setLineComment(String) - Method in class com.github.javaparser.ast.Node
-
Use this to store additional information to this node.
- setLong(long) - Method in class com.github.javaparser.ast.expr.LongLiteralExpr
-
Deprecated.This function is deprecated in favor of
LiteralStringValueExpr.setValue(String)
. Please refer to theLongLiteralExpr.asNumber()
function for valid formats and how to construct literals holding negative values. - setMaxEnumConstantsToAlignHorizontally(int) - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
-
Deprecated.By default enum constants get aligned like this:
- setMember(int, BodyDeclaration<?>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
- setMembers(NodeList<BodyDeclaration<?>>) - Method in class com.github.javaparser.ast.body.TypeDeclaration
- setMembers(NodeList<BodyDeclaration<?>>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
- setMemberValue(Expression) - Method in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr
- setMessage(Expression) - Method in class com.github.javaparser.ast.stmt.AssertStmt
-
Sets the message
- setModifier(Modifier.Keyword, boolean) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithModifiers
- setModifiers(Modifier.Keyword...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithModifiers
-
Creates a list of modifier nodes corresponding to the keywords passed, and set it.
- setModifiers(NodeList<Modifier>) - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
- setModifiers(NodeList<Modifier>) - Method in class com.github.javaparser.ast.body.CallableDeclaration
- setModifiers(NodeList<Modifier>) - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
- setModifiers(NodeList<Modifier>) - Method in class com.github.javaparser.ast.body.ConstructorDeclaration
- setModifiers(NodeList<Modifier>) - Method in class com.github.javaparser.ast.body.FieldDeclaration
- setModifiers(NodeList<Modifier>) - Method in class com.github.javaparser.ast.body.MethodDeclaration
- setModifiers(NodeList<Modifier>) - Method in class com.github.javaparser.ast.body.Parameter
- setModifiers(NodeList<Modifier>) - Method in class com.github.javaparser.ast.body.TypeDeclaration
- setModifiers(NodeList<Modifier>) - Method in class com.github.javaparser.ast.expr.VariableDeclarationExpr
- setModifiers(NodeList<Modifier>) - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
- setModifiers(NodeList<Modifier>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithModifiers
- setModule(ModuleDeclaration) - Method in class com.github.javaparser.ast.CompilationUnit
- setModule(String) - Method in class com.github.javaparser.ast.CompilationUnit
-
Create (or overwrite) a module declaration in this compilation unit with name "name".
- setModuleNames(NodeList<Name>) - Method in class com.github.javaparser.ast.modules.ModuleExportsDirective
- setModuleNames(NodeList<Name>) - Method in class com.github.javaparser.ast.modules.ModuleOpensDirective
- setName(Expression) - Method in class com.github.javaparser.ast.expr.ArrayAccessExpr
- setName(Name) - Method in class com.github.javaparser.ast.body.ReceiverParameter
- setName(Name) - Method in class com.github.javaparser.ast.expr.AnnotationExpr
- setName(Name) - Method in class com.github.javaparser.ast.ImportDeclaration
- setName(Name) - Method in class com.github.javaparser.ast.modules.ModuleDeclaration
- setName(Name) - Method in class com.github.javaparser.ast.modules.ModuleExportsDirective
- setName(Name) - Method in class com.github.javaparser.ast.modules.ModuleOpensDirective
- setName(Name) - Method in class com.github.javaparser.ast.modules.ModuleProvidesDirective
- setName(Name) - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
- setName(Name) - Method in class com.github.javaparser.ast.modules.ModuleUsesDirective
- setName(Name) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithName
- setName(Name) - Method in class com.github.javaparser.ast.PackageDeclaration
-
Sets the name of this package declaration.
- setName(SimpleName) - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
- setName(SimpleName) - Method in class com.github.javaparser.ast.body.CallableDeclaration
- setName(SimpleName) - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
- setName(SimpleName) - Method in class com.github.javaparser.ast.body.ConstructorDeclaration
- setName(SimpleName) - Method in class com.github.javaparser.ast.body.EnumConstantDeclaration
- setName(SimpleName) - Method in class com.github.javaparser.ast.body.MethodDeclaration
- setName(SimpleName) - Method in class com.github.javaparser.ast.body.Parameter
- setName(SimpleName) - Method in class com.github.javaparser.ast.body.TypeDeclaration
- setName(SimpleName) - Method in class com.github.javaparser.ast.body.VariableDeclarator
- setName(SimpleName) - Method in class com.github.javaparser.ast.expr.FieldAccessExpr
- setName(SimpleName) - Method in class com.github.javaparser.ast.expr.MemberValuePair
- setName(SimpleName) - Method in class com.github.javaparser.ast.expr.MethodCallExpr
- setName(SimpleName) - Method in class com.github.javaparser.ast.expr.NameExpr
- setName(SimpleName) - Method in class com.github.javaparser.ast.expr.PatternExpr
- setName(SimpleName) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithSimpleName
- setName(SimpleName) - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
- setName(SimpleName) - Method in class com.github.javaparser.ast.type.TypeParameter
- setName(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithName
- setName(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithSimpleName
- setNative(boolean) - Method in class com.github.javaparser.ast.body.MethodDeclaration
- setOpen(boolean) - Method in class com.github.javaparser.ast.modules.ModuleDeclaration
- setOperator(AssignExpr.Operator) - Method in class com.github.javaparser.ast.expr.AssignExpr
- setOperator(BinaryExpr.Operator) - Method in class com.github.javaparser.ast.expr.BinaryExpr
- setOperator(UnaryExpr.Operator) - Method in class com.github.javaparser.ast.expr.UnaryExpr
- setOrderImports(boolean) - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
-
Deprecated.When true, orders imports by alphabetically.
- setOrigin(ArrayType.Origin) - Method in class com.github.javaparser.ast.type.ArrayType.ArrayBracketPair
- setOrigin(ArrayType.Origin) - Method in class com.github.javaparser.ast.type.ArrayType
- 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
- 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
- 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
- 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(int, TypeDeclaration<?>) - Method in class com.github.javaparser.ast.CompilationUnit
- setType(Name) - Method in class com.github.javaparser.ast.modules.ModuleUsesDirective
- setType(SwitchEntry.Type) - Method in class com.github.javaparser.ast.stmt.SwitchEntry
- setType(ClassOrInterfaceType) - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
- setType(PrimitiveType.Primitive) - Method in class com.github.javaparser.ast.type.PrimitiveType
- setType(ReferenceType) - Method in class com.github.javaparser.ast.expr.InstanceOfExpr
- setType(ReferenceType) - Method in class com.github.javaparser.ast.expr.PatternExpr
- setType(Type) - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
- setType(Type) - Method in class com.github.javaparser.ast.body.MethodDeclaration
- setType(Type) - Method in class com.github.javaparser.ast.body.Parameter
- setType(Type) - Method in class com.github.javaparser.ast.body.ReceiverParameter
- setType(Type) - Method in class com.github.javaparser.ast.body.VariableDeclarator
- setType(Type) - Method in class com.github.javaparser.ast.expr.CastExpr
- setType(Type) - Method in class com.github.javaparser.ast.expr.ClassExpr
- setType(Type) - Method in class com.github.javaparser.ast.expr.TypeExpr
- setType(Indentation.IndentType) - Method in class com.github.javaparser.printer.configuration.Indentation
- setType(Class<?>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithType
-
Sets this type to this class and try to import it to the
CompilationUnit
if needed - setType(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithType
- setType(T) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithType
-
Sets the type
- setTypeArguments(NodeList<Type>) - Method in class com.github.javaparser.ast.expr.FieldAccessExpr
-
Sets the type arguments
- setTypeArguments(NodeList<Type>) - Method in class com.github.javaparser.ast.expr.MethodCallExpr
-
Sets the typeArguments
- setTypeArguments(NodeList<Type>) - Method in class com.github.javaparser.ast.expr.MethodReferenceExpr
-
Sets the typeArguments
- setTypeArguments(NodeList<Type>) - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
-
Sets the typeArguments
- setTypeArguments(NodeList<Type>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithTypeArguments
-
Allows you to set the generic arguments
- setTypeArguments(NodeList<Type>) - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
-
Sets the typeArguments
- setTypeArguments(NodeList<Type>) - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
-
Sets the typeArguments
- setTypeArguments(Type...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithTypeArguments
- setTypeBound(NodeList<ClassOrInterfaceType>) - Method in class com.github.javaparser.ast.type.TypeParameter
- setTypeName(Name) - Method in class com.github.javaparser.ast.expr.SuperExpr
- setTypeName(Name) - Method in class com.github.javaparser.ast.expr.ThisExpr
- setTypeParameter(int, TypeParameter) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithTypeParameters
- setTypeParameters(NodeList<TypeParameter>) - Method in class com.github.javaparser.ast.body.CallableDeclaration
- setTypeParameters(NodeList<TypeParameter>) - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
- setTypeParameters(NodeList<TypeParameter>) - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
- setTypeParameters(NodeList<TypeParameter>) - Method in class com.github.javaparser.ast.body.ConstructorDeclaration
- setTypeParameters(NodeList<TypeParameter>) - Method in class com.github.javaparser.ast.body.MethodDeclaration
- setTypeParameters(NodeList<TypeParameter>) - Method in class com.github.javaparser.ast.body.RecordDeclaration
- setTypeParameters(NodeList<TypeParameter>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithTypeParameters
- setTypes(NodeList<TypeDeclaration<?>>) - Method in class com.github.javaparser.ast.CompilationUnit
-
Sets the list of types declared in this compilation unit.
- setup(N) - Static method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter
-
Prepares the node so it can be used in the print methods.
- setUpdate(NodeList<Expression>) - Method in class com.github.javaparser.ast.stmt.ForStmt
- setValue(boolean) - Method in class com.github.javaparser.ast.expr.BooleanLiteralExpr
- setValue(Expression) - Method in class com.github.javaparser.ast.expr.AssignExpr
- setValue(Expression) - Method in class com.github.javaparser.ast.expr.MemberValuePair
- setValue(ResolvedTypeParameterDeclaration, ResolvedType) - Method in class com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametersMap.Builder
- setValue(String) - Method in class com.github.javaparser.ast.expr.LiteralStringValueExpr
- setValues(NodeList<Expression>) - Method in class com.github.javaparser.ast.expr.ArrayInitializerExpr
- setVarArgs(boolean) - Method in class com.github.javaparser.ast.body.Parameter
- setVarArgsAnnotations(NodeList<AnnotationExpr>) - Method in class com.github.javaparser.ast.body.Parameter
- setVariable(int, VariableDeclarator) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithVariables
- setVariable(VariableDeclarationExpr) - Method in class com.github.javaparser.ast.stmt.ForEachStmt
- setVariables(NodeList<VariableDeclarator>) - Method in class com.github.javaparser.ast.body.FieldDeclaration
- setVariables(NodeList<VariableDeclarator>) - Method in class com.github.javaparser.ast.expr.VariableDeclarationExpr
- setVariables(NodeList<VariableDeclarator>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithVariables
- 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 - Enum constant in enum com.github.javaparser.ast.type.PrimitiveType.Primitive
- SHORT - Enum constant in enum com.github.javaparser.JavaToken.Kind
- SHORT - Enum constant in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
- SHORT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- shortType() - Static method in class com.github.javaparser.ast.type.PrimitiveType
- SIGNED_RIGHT_SHIFT - Enum constant in enum com.github.javaparser.ast.expr.AssignExpr.Operator
- SIGNED_RIGHT_SHIFT - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
- SilentAdapter() - Constructor for class com.github.javaparser.utils.Log.SilentAdapter
- SIMPLE_NAME - Static variable in interface com.github.javaparser.ParseStart
- SimpleCharStream - Class in com.github.javaparser
-
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
- SimpleCharStream(Provider) - Constructor for class com.github.javaparser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Provider, int, int) - Constructor for class com.github.javaparser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Provider, int, int, int) - Constructor for class com.github.javaparser.SimpleCharStream
-
Constructor.
- SimpleName - Class in com.github.javaparser.ast.expr
-
A name that consists of a single identifier.
- SimpleName() - Constructor for class com.github.javaparser.ast.expr.SimpleName
- SimpleName(TokenRange, String) - Constructor for class com.github.javaparser.ast.expr.SimpleName
-
This constructor is used by the parser and is considered private.
- SimpleName(String) - Constructor for class com.github.javaparser.ast.expr.SimpleName
- simpleNameMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- SimpleNameMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- 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
- SINCE - Enum constant in enum com.github.javaparser.javadoc.JavadocBlockTag.Type
- SINGLE_LINE_COMMENT - Enum constant in enum com.github.javaparser.JavaToken.Kind
- SINGLE_LINE_COMMENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- SingleMemberAnnotationExpr - Class in com.github.javaparser.ast.expr
-
An annotation that has a single value.
- SingleMemberAnnotationExpr() - Constructor for class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr
- SingleMemberAnnotationExpr(Name, Expression) - Constructor for class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr
- SingleMemberAnnotationExpr(TokenRange, Name, Expression) - Constructor for class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr
-
This constructor is used by the parser and is considered private.
- singleMemberAnnotationExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- SingleMemberAnnotationExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- 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 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 - Enum constant in enum com.github.javaparser.JavaToken.Kind
- SLASH - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- SLASHASSIGN - Enum constant in enum com.github.javaparser.JavaToken.Kind
- SLASHASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- sort(Comparator<? super N>) - Method in class com.github.javaparser.ast.NodeList
- sortByBeginPosition(NodeList<T>) - Static method in class com.github.javaparser.utils.PositionUtils
- sortByBeginPosition(List<T>) - Static method in class com.github.javaparser.utils.PositionUtils
- sortByBeginPosition(List<T>, boolean) - Static method in class com.github.javaparser.utils.PositionUtils
- 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 method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
- SPACE - Enum constant in enum com.github.javaparser.JavaToken.Kind
- SPACE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- SPACE_AROUND_OPERATORS - Enum constant in enum com.github.javaparser.printer.configuration.DefaultPrinterConfiguration.ConfigOption
- SPACES - Enum constant in enum com.github.javaparser.printer.configuration.Indentation.IndentType
-
Indent with spaces.
- spaceTokenKind() - Static method in class com.github.javaparser.TokenTypes
- specialToken - Variable in class com.github.javaparser.Token
-
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
- spliterator() - Method in class com.github.javaparser.ast.NodeList
- STANDARD_INDENTATION_SIZE - Static variable in class com.github.javaparser.printer.lexicalpreservation.Difference
- StandardOutStandardErrorAdapter() - Constructor for class com.github.javaparser.utils.Log.StandardOutStandardErrorAdapter
- STAR - Enum constant in enum com.github.javaparser.JavaToken.Kind
- STAR - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- STARASSIGN - Enum constant in enum com.github.javaparser.JavaToken.Kind
- STARASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- 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 - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- STATEMENT - Static variable in interface com.github.javaparser.ParseStart
- STATEMENT_GROUP - Enum constant in enum com.github.javaparser.ast.stmt.SwitchEntry.Type
- statementMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- StatementMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- StatementMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.StatementMetaModel
- statementPropertyMetaModel - Variable in class com.github.javaparser.metamodel.LabeledStmtMetaModel
- STATEMENTS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- statementsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.BlockStmtMetaModel
- statementsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.SwitchEntryMetaModel
- STATIC - Enum constant in enum com.github.javaparser.ast.Modifier.Keyword
- STATIC - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- STATIC - Enum constant in enum com.github.javaparser.JavaToken.Kind
- STATIC - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- STATIC_LEXER_ERROR - Static variable in exception 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
- stream() - Method in class com.github.javaparser.ast.Node
-
Make a stream of nodes using pre-order traversal.
- stream(Node.TreeTraversal) - Method in class com.github.javaparser.ast.Node
-
Make a stream of nodes using traversal algorithm "traversal".
- 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 - Enum constant in enum com.github.javaparser.ast.Modifier.Keyword
- STRICTFP - Enum constant in enum com.github.javaparser.JavaToken.Kind
- STRICTFP - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- strictfpModifier() - Static method in class com.github.javaparser.ast.Modifier
- strictlyContains(Position) - Method in class com.github.javaparser.Range
-
Does this strictly contain position.
- strictlyContains(Range) - Method in class com.github.javaparser.Range
-
Does this strictly contain the other range?
- string(int) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
- string(int, String) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
- STRING_LITERAL - Enum constant in enum com.github.javaparser.JavaToken.Kind
- STRING_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- Stringable - Interface in com.github.javaparser.printer
-
Something that has a printable form.
- StringEscapeUtils - Class in com.github.javaparser.utils
-
Adapted from apache commons-lang3 project.
- StringLiteralExpr - Class in com.github.javaparser.ast.expr
-
A literal string.
- StringLiteralExpr() - Constructor for class com.github.javaparser.ast.expr.StringLiteralExpr
- StringLiteralExpr(TokenRange, String) - Constructor for class com.github.javaparser.ast.expr.StringLiteralExpr
-
This constructor is used by the parser and is considered private.
- StringLiteralExpr(String) - Constructor for class com.github.javaparser.ast.expr.StringLiteralExpr
-
Creates a string literal expression from given string.
- stringLiteralExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- StringLiteralExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- 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
- 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 - Enum constant in enum com.github.javaparser.JavaToken.Kind
- SUPER - Enum constant in enum com.github.javaparser.resolution.types.ResolvedWildcard.BoundType
- SUPER - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- SUPER_TYPE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- superBound(ResolvedType) - Static method in class com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration.Bound
-
Create a super bound with the given type:
- superBound(ResolvedType) - Static method in class com.github.javaparser.resolution.types.ResolvedWildcard
- SuperExpr - Class in com.github.javaparser.ast.expr
-
An occurrence of the "super" keyword.
- SuperExpr() - Constructor for class com.github.javaparser.ast.expr.SuperExpr
- SuperExpr(Name) - Constructor for class com.github.javaparser.ast.expr.SuperExpr
- SuperExpr(TokenRange, Name) - Constructor for class com.github.javaparser.ast.expr.SuperExpr
-
This constructor is used by the parser and is considered private.
- superExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- SuperExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- superTypePropertyMetaModel - Variable in class com.github.javaparser.metamodel.WildcardTypeMetaModel
- SWITCH - Enum constant in enum com.github.javaparser.JavaToken.Kind
- 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
- 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`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- SwitchExpr - Class in com.github.javaparser.ast.expr
-
The switch expression
- SwitchExpr() - Constructor for class com.github.javaparser.ast.expr.SwitchExpr
- SwitchExpr(Expression, NodeList<SwitchEntry>) - Constructor for class com.github.javaparser.ast.expr.SwitchExpr
- SwitchExpr(TokenRange, Expression, NodeList<SwitchEntry>) - Constructor for class com.github.javaparser.ast.expr.SwitchExpr
-
This constructor is used by the parser and is considered private.
- switchExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- SwitchExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- SwitchNode - Interface in com.github.javaparser.ast.nodeTypes
-
The common interface of
SwitchExpr
andSwitchStmt
- SwitchStmt - Class in com.github.javaparser.ast.stmt
-
The switch statement
- SwitchStmt() - Constructor for class com.github.javaparser.ast.stmt.SwitchStmt
- SwitchStmt(Expression, NodeList<SwitchEntry>) - Constructor for class com.github.javaparser.ast.stmt.SwitchStmt
- SwitchStmt(TokenRange, Expression, NodeList<SwitchEntry>) - Constructor for class com.github.javaparser.ast.stmt.SwitchStmt
-
This constructor is used by the parser and is considered private.
- switchStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- SwitchStmtMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- 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
- SymbolResolver - Interface in com.github.javaparser.resolution
- SYNCHRONIZED - Enum constant in enum com.github.javaparser.ast.Modifier.Keyword
- SYNCHRONIZED - Enum constant in enum com.github.javaparser.JavaToken.Kind
- SYNCHRONIZED - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- synchronizedModifier() - Static method in class com.github.javaparser.ast.Modifier
- SynchronizedStmt - Class in com.github.javaparser.ast.stmt
-
Usage of the synchronized keyword.
- SynchronizedStmt() - Constructor for class com.github.javaparser.ast.stmt.SynchronizedStmt
- SynchronizedStmt(Expression, BlockStmt) - Constructor for class com.github.javaparser.ast.stmt.SynchronizedStmt
- SynchronizedStmt(TokenRange, Expression, BlockStmt) - Constructor for class com.github.javaparser.ast.stmt.SynchronizedStmt
-
This constructor is used by the parser and is considered private.
- synchronizedStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- SynchronizedStmtMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- SYSTEM - Enum constant in enum com.github.javaparser.utils.LineSeparator
-
This line ending is set to whatever the host system's line separator is
- SYSTEM_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 useLineSeparator.SYSTEM
if referring to the current host system's line separator, elseLineSeparator.CR
orLineSeparator.LF
orLineSeparator.CRLF
if referring to a specific style of line separator. - SYSTEM_PROPERTY - Enum constant in enum com.github.javaparser.javadoc.description.JavadocInlineTag.Type
T
- TABS - Enum constant in enum com.github.javaparser.printer.configuration.Indentation.IndentType
-
Indent with tabs as far as possible.
- TABS_WITH_SPACE_ALIGN - Enum constant in enum com.github.javaparser.printer.configuration.Indentation.IndentType
-
Indent with tabs but align with spaces when wrapping and aligning method call chains and method call parameters.
- TARGET - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- targetPropertyMetaModel - Variable in class com.github.javaparser.metamodel.AssignExprMetaModel
- TERMINATE - Enum constant in enum com.github.javaparser.utils.SourceRoot.Callback.Result
- TEXT_BLOCK_CONTENT - Enum constant in enum com.github.javaparser.JavaToken.Kind
- TEXT_BLOCK_CONTENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- TEXT_BLOCK_LITERAL - Enum constant in enum com.github.javaparser.JavaToken.Kind
- TEXT_BLOCK_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- TextBlockLiteralExpr - Class in com.github.javaparser.ast.expr
-
A text block
- TextBlockLiteralExpr() - Constructor for class com.github.javaparser.ast.expr.TextBlockLiteralExpr
- TextBlockLiteralExpr(TokenRange, String) - Constructor for class com.github.javaparser.ast.expr.TextBlockLiteralExpr
-
This constructor is used by the parser and is considered private.
- TextBlockLiteralExpr(String) - Constructor for class com.github.javaparser.ast.expr.TextBlockLiteralExpr
-
Creates a text block literal expression from given string.
- textBlockLiteralExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- TextBlockLiteralExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- 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
- THEN_BLOCK - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- THEN_EXPR - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- THEN_STMT - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- thenBlockPropertyMetaModel - Variable in class com.github.javaparser.metamodel.IfStmtMetaModel
- thenExprPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ConditionalExprMetaModel
- thenStmtPropertyMetaModel - Variable in class com.github.javaparser.metamodel.IfStmtMetaModel
- THIS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- THIS - Enum constant in enum com.github.javaparser.JavaToken.Kind
- THIS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- THIS_NODE_AND_EXISTING_DESCENDANTS - Enum constant in enum com.github.javaparser.ast.Node.ObserverRegistrationMode
-
Notify for changes happening on this node and all its descendants existing at the moment in which the observer was registered.
- ThisExpr - Class in com.github.javaparser.ast.expr
-
An occurrence of the "this" keyword.
- ThisExpr() - Constructor for class com.github.javaparser.ast.expr.ThisExpr
- ThisExpr(Name) - Constructor for class com.github.javaparser.ast.expr.ThisExpr
- ThisExpr(TokenRange, Name) - Constructor for class com.github.javaparser.ast.expr.ThisExpr
-
This constructor is used by the parser and is considered private.
- thisExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- ThisExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- THROW - Enum constant in enum com.github.javaparser.JavaToken.Kind
- THROW - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- THROWN_EXCEPTIONS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- thrownExceptionsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CallableDeclarationMetaModel
- thrownExceptionsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CompactConstructorDeclarationMetaModel
- THROWS - Enum constant in enum com.github.javaparser.javadoc.JavadocBlockTag.Type
- THROWS - Enum constant in enum com.github.javaparser.JavaToken.Kind
- THROWS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- THROWS_STATEMENT - Enum constant in enum com.github.javaparser.ast.stmt.SwitchEntry.Type
- ThrowStmt - Class in com.github.javaparser.ast.stmt
-
Usage of the throw statement.
- ThrowStmt() - Constructor for class com.github.javaparser.ast.stmt.ThrowStmt
- ThrowStmt(Expression) - Constructor for class com.github.javaparser.ast.stmt.ThrowStmt
- ThrowStmt(TokenRange, Expression) - Constructor for class com.github.javaparser.ast.stmt.ThrowStmt
-
This constructor is used by the parser and is considered private.
- throwStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- ThrowStmtMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- TILDE - Enum constant in enum com.github.javaparser.JavaToken.Kind
- TILDE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- TO - Enum constant in enum com.github.javaparser.JavaToken.Kind
- TO - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- toAnnotationDeclaration() - Method in class com.github.javaparser.ast.body.AnnotationDeclaration
- toAnnotationDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
- toAnnotationExpr() - Method in class com.github.javaparser.ast.expr.AnnotationExpr
- toAnnotationExpr() - Method in class com.github.javaparser.ast.expr.Expression
- toAnnotationMemberDeclaration() - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
- toAnnotationMemberDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
- toArray() - Method in class com.github.javaparser.ast.NodeList
- toArray() - Method in class com.github.javaparser.utils.VisitorList
- toArray() - Method in class com.github.javaparser.utils.VisitorSet
- toArray(T[]) - Method in class com.github.javaparser.ast.NodeList
- toArray(T[]) - Method in class com.github.javaparser.utils.VisitorList
- toArray(T[]) - Method in class com.github.javaparser.utils.VisitorSet
- toArrayAccessExpr() - Method in class com.github.javaparser.ast.expr.ArrayAccessExpr
- toArrayAccessExpr() - Method in class com.github.javaparser.ast.expr.Expression
- toArrayCreationExpr() - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
- toArrayCreationExpr() - Method in class com.github.javaparser.ast.expr.Expression
- toArrayInitializerExpr() - Method in class com.github.javaparser.ast.expr.ArrayInitializerExpr
- toArrayInitializerExpr() - Method in class com.github.javaparser.ast.expr.Expression
- toArrayType() - Method in class com.github.javaparser.ast.type.ArrayType
- toArrayType() - Method in class com.github.javaparser.ast.type.Type
- toAssertStmt() - Method in class com.github.javaparser.ast.stmt.AssertStmt
- toAssertStmt() - Method in class com.github.javaparser.ast.stmt.Statement
- toAssignExpr() - Method in class com.github.javaparser.ast.expr.AssignExpr
- toAssignExpr() - Method in class com.github.javaparser.ast.expr.Expression
- toAssignOperator() - Method in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
- toAst() - Method in interface com.github.javaparser.resolution.declarations.AssociableToAST
-
If the declaration is associated to an AST node return it, otherwise it return empty.
- 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 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
- 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(int, CsmToken.TokenContentCalculator) - 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(boolean, int, int, int, String, int, int) - Constructor for exception com.github.javaparser.TokenMgrException
-
Full Constructor.
- TokenMgrException(String, int) - Constructor for exception com.github.javaparser.TokenMgrException
-
Constructor with message and reason.
- TokenRange - Class in com.github.javaparser
-
The range of tokens covered by this node.
- TokenRange(JavaToken, JavaToken) - Constructor for class com.github.javaparser.TokenRange
- 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.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() - Method in class com.github.javaparser.ast.NodeList
- 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.Difference
- toString() - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
- 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.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.MethodUsage
- 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
- toString(PrinterConfiguration) - Method in class com.github.javaparser.ast.Node
- 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
- 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
- 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(String, Supplier<Object>...) - Static method in class com.github.javaparser.utils.Log
-
For logging information that may help solving a problem.
- trace(Supplier<String>) - Method in interface com.github.javaparser.utils.Log.Adapter
- trace(Supplier<String>) - Method in class com.github.javaparser.utils.Log.SilentAdapter
- trace(Supplier<String>) - Method in class com.github.javaparser.utils.Log.StandardOutStandardErrorAdapter
- transform(Position) - Method in interface com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMapping.PositionUpdate
-
The transformed position.
- transform(Position) - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMapping
-
Transforms the given
Position
. - transform(Range) - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMapping
-
Transforms the given
Range
. - transform(ResolvedType) - Method in interface com.github.javaparser.resolution.types.ResolvedTypeTransformer
- transformColumn(int) - Method in 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.types.ResolvedReferenceType
-
Execute a transformation on all the type parameters of this element.
- TRANSIENT - Enum constant in enum com.github.javaparser.ast.Modifier.Keyword
- TRANSIENT - Enum constant in enum com.github.javaparser.JavaToken.Kind
- TRANSIENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- transientModifier() - Static method in class com.github.javaparser.ast.Modifier
- TRANSITIVE - Enum constant in enum com.github.javaparser.ast.Modifier.Keyword
- TRANSITIVE - Enum constant in enum com.github.javaparser.JavaToken.Kind
- TRANSITIVE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- transitiveModifier() - Static method in class com.github.javaparser.ast.Modifier
- 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 - Enum constant in enum com.github.javaparser.JavaToken.Kind
- TRUE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- TRY - Enum constant in enum com.github.javaparser.JavaToken.Kind
- TRY - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- TRY_BLOCK - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- tryAddImportToParentCompilationUnit(Class<?>) - Method in class com.github.javaparser.ast.Node
- tryAddImportToParentCompilationUnit(Class<?>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
- tryAddImportToParentCompilationUnit(Class<?>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithExtends
- tryAddImportToParentCompilationUnit(Class<?>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithImplements
- tryAddImportToParentCompilationUnit(Class<?>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
- tryAddImportToParentCompilationUnit(Class<?>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
- tryAddImportToParentCompilationUnit(Class<?>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithThrownExceptions
- tryAddImportToParentCompilationUnit(Class<?>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithType
- tryBlockPropertyMetaModel - Variable in class com.github.javaparser.metamodel.TryStmtMetaModel
- TryStmt - Class in com.github.javaparser.ast.stmt
-
The try statement
- TryStmt() - Constructor for class com.github.javaparser.ast.stmt.TryStmt
- TryStmt(NodeList<Expression>, BlockStmt, NodeList<CatchClause>, BlockStmt) - Constructor for class com.github.javaparser.ast.stmt.TryStmt
- TryStmt(BlockStmt, NodeList<CatchClause>, BlockStmt) - Constructor for class com.github.javaparser.ast.stmt.TryStmt
- TryStmt(TokenRange, NodeList<Expression>, BlockStmt, NodeList<CatchClause>, BlockStmt) - Constructor for class com.github.javaparser.ast.stmt.TryStmt
-
This constructor is used by the parser and is considered private.
- tryStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- TryStmtMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- tryToParse() - Method in class com.github.javaparser.utils.SourceRoot
-
Tries to parse all .java files under the source root recursively, and returns all files ever parsed with this source root.
- tryToParse(String) - Method in class com.github.javaparser.utils.SourceRoot
-
Tries to parse all .java files in a package recursively, and returns all files ever parsed with this source root.
- tryToParse(String, String) - Method in class com.github.javaparser.utils.SourceRoot
-
Tries to parse a .java files under the source root and returns the ParseResult.
- tryToParse(String, String, ParserConfiguration) - Method in class com.github.javaparser.utils.SourceRoot
-
Tries to parse a .java files under the source root and returns the ParseResult.
- tryToParseParallelized() - Method in class com.github.javaparser.utils.SourceRoot
-
Tries to parse all .java files under the source root recursively using multiple threads, and returns all files ever parsed with this source root.
- tryToParseParallelized(String) - Method in class com.github.javaparser.utils.SourceRoot
-
Tries to parse all .java files in a package recursively using multiple threads, and returns all files ever parsed with this source root.
- Type - Class in com.github.javaparser.ast.type
-
Base class for types.
- Type(NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.type.Type
- Type(TokenRange) - Constructor for class com.github.javaparser.ast.type.Type
-
Several sub classes do not support annotations.
- Type(TokenRange, NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.type.Type
-
This constructor is used by the parser and is considered private.
- TYPE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- TYPE - Enum constant in enum com.github.javaparser.ast.type.ArrayType.Origin
-
The [] were found on the type, like "int[] a" or "String[][] abc()"
- TYPE - Static variable in interface com.github.javaparser.ParseStart
- TYPE_ARGUMENTS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- TYPE_BOUND - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- TYPE_DECLARATION - Static variable in interface com.github.javaparser.ParseStart
- TYPE_NAME - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- TYPE_PARAMETER - Static variable in interface com.github.javaparser.ParseStart
- TYPE_PARAMETERS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- 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 - Variable in class com.github.javaparser.resolution.types.ResolvedReferenceType
- 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>, NodeList<AnnotationExpr>, SimpleName, NodeList<BodyDeclaration<?>>) - Constructor for class com.github.javaparser.ast.body.TypeDeclaration
- TypeDeclaration(NodeList<Modifier>, String) - Constructor for class com.github.javaparser.ast.body.TypeDeclaration
- TypeDeclaration(TokenRange, NodeList<Modifier>, NodeList<AnnotationExpr>, SimpleName, NodeList<BodyDeclaration<?>>) - Constructor for class com.github.javaparser.ast.body.TypeDeclaration
-
This constructor is used by the parser and is considered private.
- typeDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- TypeDeclarationMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- TypeDeclarationMetaModel(Optional<BaseNodeMetaModel>, 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`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- typeMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- TypeMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- TypeMetaModel(Optional<BaseNodeMetaModel>, 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(SimpleName, NodeList<ClassOrInterfaceType>, NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.type.TypeParameter
- TypeParameter(TokenRange, SimpleName, NodeList<ClassOrInterfaceType>, NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.type.TypeParameter
-
This constructor is used by the parser and is considered private.
- TypeParameter(String) - Constructor for class com.github.javaparser.ast.type.TypeParameter
- TypeParameter(String, NodeList<ClassOrInterfaceType>) - Constructor for class com.github.javaparser.ast.type.TypeParameter
- typeParameterMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- TypeParameterMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- typeParametersMap - Variable in class com.github.javaparser.resolution.types.ResolvedReferenceType
- typeParametersMap() - Method in class com.github.javaparser.resolution.MethodUsage
- typeParametersMap() - Method in interface com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametrized
- typeParametersMap() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
- typeParametersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CallableDeclarationMetaModel
- typeParametersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ClassOrInterfaceDeclarationMetaModel
- typeParametersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CompactConstructorDeclarationMetaModel
- typeParametersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.RecordDeclarationMetaModel
- typeParametersValues() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
-
Get the values for all type parameters declared on this type.
- typeParamValue(ResolvedTypeParameterDeclaration) - Method in interface com.github.javaparser.resolution.types.parametrization.ResolvedTypeParameterValueProvider
-
Calculate the value for the given type parameter.
- typeParamValue(ResolvedTypeParameterDeclaration) - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
- typePropertyMetaModel - Variable in class com.github.javaparser.metamodel.AnnotationMemberDeclarationMetaModel
- typePropertyMetaModel - Variable in class com.github.javaparser.metamodel.CastExprMetaModel
- typePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ClassExprMetaModel
- typePropertyMetaModel - Variable in class com.github.javaparser.metamodel.InstanceOfExprMetaModel
- typePropertyMetaModel - Variable in class com.github.javaparser.metamodel.MethodDeclarationMetaModel
- typePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ObjectCreationExprMetaModel
- typePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ParameterMetaModel
- typePropertyMetaModel - Variable in class com.github.javaparser.metamodel.PatternExprMetaModel
- typePropertyMetaModel - Variable in class com.github.javaparser.metamodel.PrimitiveTypeMetaModel
- typePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ReceiverParameterMetaModel
- typePropertyMetaModel - Variable in class com.github.javaparser.metamodel.SwitchEntryMetaModel
- typePropertyMetaModel - Variable in class com.github.javaparser.metamodel.TypeExprMetaModel
- typePropertyMetaModel - Variable in class com.github.javaparser.metamodel.VariableDeclaratorMetaModel
- TYPES - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- typesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CompilationUnitMetaModel
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`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- 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
- unescapeJava(String) - Static method in class com.github.javaparser.utils.StringEscapeUtils
-
Unescapes any Java literals found in the
String
. - unescapeJavaTextBlock(String) - Static method in class com.github.javaparser.utils.StringEscapeUtils
- UNICODE_ESCAPE - Enum constant in enum com.github.javaparser.JavaToken.Kind
- UNICODE_ESCAPE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- UnicodeEscapeProcessingProvider - Class in com.github.javaparser
-
Provider
un-escaping unicode escape sequences in the input sequence. - UnicodeEscapeProcessingProvider(int, Provider) - Constructor for class com.github.javaparser.UnicodeEscapeProcessingProvider
-
Creates a
UnicodeEscapeProcessingProvider
. - UnicodeEscapeProcessingProvider(Provider) - Constructor for class com.github.javaparser.UnicodeEscapeProcessingProvider
-
Creates a
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
- 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
- UnionType() - Constructor for class com.github.javaparser.ast.type.UnionType
- UnionType(NodeList<ReferenceType>) - Constructor for class com.github.javaparser.ast.type.UnionType
- UnionType(TokenRange, NodeList<ReferenceType>) - Constructor for class com.github.javaparser.ast.type.UnionType
-
This constructor is used by the parser and is considered private.
- unionTypeMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- UnionTypeMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- UNIX_EOL - Enum constant in enum com.github.javaparser.JavaToken.Kind
- UNIX_EOL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- UNKNOWN - Enum constant in enum com.github.javaparser.javadoc.description.JavadocInlineTag.Type
- UNKNOWN - Enum constant in enum com.github.javaparser.javadoc.JavadocBlockTag.Type
- UNKNOWN - Enum constant in enum com.github.javaparser.utils.LineSeparator
-
The UNKNOWN line ending can be used in the case where the given string has not yet been analysed to determine its line separator
- UnknownType - Class in com.github.javaparser.ast.type
-
An unknown parameter type object.
- UnknownType() - Constructor for class com.github.javaparser.ast.type.UnknownType
- UnknownType(TokenRange) - Constructor for class com.github.javaparser.ast.type.UnknownType
-
This constructor is used by the parser and is considered private.
- unknownTypeMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- UnknownTypeMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- unp(ResolvedType) - Static method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
- UNPARSABLE - Enum constant in enum com.github.javaparser.ast.Node.Parsedness
- UnparsableStmt - Class in com.github.javaparser.ast.stmt
-
A statement that had parse errors.
- UnparsableStmt() - Constructor for class com.github.javaparser.ast.stmt.UnparsableStmt
- UnparsableStmt(TokenRange) - Constructor for class com.github.javaparser.ast.stmt.UnparsableStmt
-
This constructor is used by the parser and is considered private.
- unparsableStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- UnparsableStmtMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- unregister(AstObserver) - Method in class com.github.javaparser.ast.Node
- unregister(AstObserver) - Method in class com.github.javaparser.ast.NodeList
- unregister(AstObserver) - Method in interface com.github.javaparser.ast.observer.Observable
-
Unregister an observer.
- UNSIGNED_RIGHT_SHIFT - Enum constant in enum com.github.javaparser.ast.expr.AssignExpr.Operator
- UNSIGNED_RIGHT_SHIFT - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
- 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, String, Throwable) - Constructor for exception com.github.javaparser.resolution.UnsolvedSymbolException
- UnsolvedSymbolException(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.
- UPDATE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- updatePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ForStmtMetaModel
- USES - Enum constant in enum com.github.javaparser.JavaToken.Kind
- USES - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- useThisTypeParametersOnTheGivenType(ResolvedType) - Method in interface com.github.javaparser.resolution.types.parametrization.ResolvedTypeParameterValueProvider
-
Replace the type typeParametersValues present in the given type with the ones for which this type has a value.
- USING_DIAMOND_OPERATOR - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- usingDiamondOperatorPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ClassOrInterfaceTypeMetaModel
- usingDiamondOperatorPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ExplicitConstructorInvocationStmtMetaModel
- usingDiamondOperatorPropertyMetaModel - Variable in class com.github.javaparser.metamodel.FieldAccessExprMetaModel
- usingDiamondOperatorPropertyMetaModel - Variable in class com.github.javaparser.metamodel.MethodCallExprMetaModel
- usingDiamondOperatorPropertyMetaModel - Variable in class com.github.javaparser.metamodel.MethodReferenceExprMetaModel
- usingDiamondOperatorPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ObjectCreationExprMetaModel
- 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.
- 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() - Element in annotation type com.github.javaparser.ast.Generated
-
The value element must have the name of the code generator.
- value(Object) - Method in interface com.github.javaparser.printer.configuration.ConfigurationOption
- value(Object) - Method in class com.github.javaparser.printer.configuration.DefaultConfigurationOption
-
Set a currentValue to an option
- VALUE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- VALUE - Enum constant in enum com.github.javaparser.javadoc.description.JavadocInlineTag.Type
- valueIsNullOrEmpty(Object) - Static method in class com.github.javaparser.utils.Utils
- valueIsNullOrEmptyStringOrOptional(Object) - Static method in class com.github.javaparser.utils.Utils
- valueOf(int) - Static method in enum com.github.javaparser.JavaToken.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.javaparser.ast.AccessSpecifier
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.javaparser.ast.expr.AssignExpr.Operator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.javaparser.ast.expr.UnaryExpr.Operator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.javaparser.ast.Modifier.Keyword
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.javaparser.ast.Node.ObserverRegistrationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.javaparser.ast.Node.Parsedness
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.javaparser.ast.Node.TreeTraversal
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.javaparser.ast.observer.AstObserver.ListChangeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.javaparser.ast.observer.ObservableProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.javaparser.ast.stmt.SwitchEntry.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.javaparser.ast.type.ArrayType.Origin
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.javaparser.ast.type.PrimitiveType.Primitive
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.javaparser.javadoc.description.JavadocInlineTag.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.javaparser.javadoc.JavadocBlockTag.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.javaparser.JavaToken.Category
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.javaparser.JavaToken.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.javaparser.ParserConfiguration.LanguageLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.javaparser.printer.concretesyntaxmodel.CsmConditional.Condition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.javaparser.printer.configuration.DefaultPrinterConfiguration.ConfigOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.javaparser.printer.configuration.Indentation.IndentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.javaparser.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
- VALUES - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- valuesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ArrayInitializerExprMetaModel
- VAR_ARGS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- VAR_ARGS_ANNOTATIONS - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- varArgsAnnotationsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ParameterMetaModel
- VARIABLE - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- VARIABLE_DECLARATION_EXPR - Static variable in interface com.github.javaparser.ParseStart
- VariableDeclarationExpr - Class in com.github.javaparser.ast.expr
-
A declaration of variables.
- VariableDeclarationExpr() - Constructor for class com.github.javaparser.ast.expr.VariableDeclarationExpr
- VariableDeclarationExpr(VariableDeclarator) - Constructor for class com.github.javaparser.ast.expr.VariableDeclarationExpr
- VariableDeclarationExpr(VariableDeclarator, Modifier...) - Constructor for class com.github.javaparser.ast.expr.VariableDeclarationExpr
- VariableDeclarationExpr(NodeList<VariableDeclarator>) - Constructor for class com.github.javaparser.ast.expr.VariableDeclarationExpr
- VariableDeclarationExpr(NodeList<Modifier>, NodeList<VariableDeclarator>) - Constructor for class com.github.javaparser.ast.expr.VariableDeclarationExpr
- VariableDeclarationExpr(NodeList<Modifier>, NodeList<AnnotationExpr>, NodeList<VariableDeclarator>) - Constructor for class com.github.javaparser.ast.expr.VariableDeclarationExpr
- VariableDeclarationExpr(Type, String) - Constructor for class com.github.javaparser.ast.expr.VariableDeclarationExpr
- VariableDeclarationExpr(Type, String, Modifier...) - Constructor for class com.github.javaparser.ast.expr.VariableDeclarationExpr
- VariableDeclarationExpr(TokenRange, NodeList<Modifier>, NodeList<AnnotationExpr>, NodeList<VariableDeclarator>) - Constructor for class com.github.javaparser.ast.expr.VariableDeclarationExpr
-
This constructor is used by the parser and is considered private.
- variableDeclarationExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- VariableDeclarationExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- VariableDeclarator - Class in com.github.javaparser.ast.body
-
The declaration of a variable.
Inint x = 14, y = 3;
"int x = 14" and "int y = 3" are VariableDeclarators. - VariableDeclarator() - Constructor for class com.github.javaparser.ast.body.VariableDeclarator
- VariableDeclarator(Type, SimpleName) - Constructor for class com.github.javaparser.ast.body.VariableDeclarator
- VariableDeclarator(Type, SimpleName, Expression) - Constructor for class com.github.javaparser.ast.body.VariableDeclarator
-
Defines the declaration of a variable.
- VariableDeclarator(Type, String) - Constructor for class com.github.javaparser.ast.body.VariableDeclarator
- VariableDeclarator(Type, String, Expression) - Constructor for class com.github.javaparser.ast.body.VariableDeclarator
- VariableDeclarator(TokenRange, Type, SimpleName, Expression) - Constructor for class com.github.javaparser.ast.body.VariableDeclarator
-
This constructor is used by the parser and is considered private.
- variableDeclaratorMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- VariableDeclaratorMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- variablePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ForEachStmtMetaModel
- VARIABLES - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- 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`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- 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
- VERSION - Enum constant in enum com.github.javaparser.javadoc.JavadocBlockTag.Type
- visit(ArrayCreationLevel, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(ArrayCreationLevel, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(ArrayCreationLevel, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(ArrayCreationLevel, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(ArrayCreationLevel, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(ArrayCreationLevel, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(ArrayCreationLevel, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(ArrayCreationLevel, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(ArrayCreationLevel, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(ArrayCreationLevel, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(ArrayCreationLevel, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(ArrayCreationLevel, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(ArrayCreationLevel, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(ArrayCreationLevel, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(ArrayCreationLevel, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(ArrayCreationLevel, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(ArrayCreationLevel, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(AnnotationDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(AnnotationDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(AnnotationDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(AnnotationDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(AnnotationDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(AnnotationDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(AnnotationDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(AnnotationDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(AnnotationDeclaration, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
- visit(AnnotationDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(AnnotationDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(AnnotationDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(AnnotationDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(AnnotationDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(AnnotationDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(AnnotationDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(AnnotationDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(AnnotationDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(AnnotationMemberDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(AnnotationMemberDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(AnnotationMemberDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(AnnotationMemberDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(AnnotationMemberDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(AnnotationMemberDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(AnnotationMemberDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(AnnotationMemberDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(AnnotationMemberDeclaration, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
- visit(AnnotationMemberDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(AnnotationMemberDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(AnnotationMemberDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(AnnotationMemberDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(AnnotationMemberDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(AnnotationMemberDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(AnnotationMemberDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(AnnotationMemberDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(AnnotationMemberDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(ClassOrInterfaceDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(ClassOrInterfaceDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(ClassOrInterfaceDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(ClassOrInterfaceDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(ClassOrInterfaceDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(ClassOrInterfaceDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(ClassOrInterfaceDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(ClassOrInterfaceDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(ClassOrInterfaceDeclaration, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
- visit(ClassOrInterfaceDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(ClassOrInterfaceDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(ClassOrInterfaceDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(ClassOrInterfaceDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(ClassOrInterfaceDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(ClassOrInterfaceDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(ClassOrInterfaceDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(ClassOrInterfaceDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(ClassOrInterfaceDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(CompactConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(CompactConstructorDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(CompactConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(CompactConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(CompactConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(CompactConstructorDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(CompactConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(CompactConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(CompactConstructorDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(CompactConstructorDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(CompactConstructorDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(CompactConstructorDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(CompactConstructorDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(CompactConstructorDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(CompactConstructorDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(CompactConstructorDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(CompactConstructorDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(ConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(ConstructorDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(ConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(ConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(ConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(ConstructorDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(ConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(ConstructorDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(ConstructorDeclaration, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
- visit(ConstructorDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(ConstructorDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(ConstructorDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(ConstructorDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(ConstructorDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(ConstructorDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(ConstructorDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(ConstructorDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(ConstructorDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(EnumConstantDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(EnumConstantDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(EnumConstantDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(EnumConstantDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(EnumConstantDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(EnumConstantDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(EnumConstantDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(EnumConstantDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(EnumConstantDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(EnumConstantDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(EnumConstantDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(EnumConstantDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(EnumConstantDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(EnumConstantDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(EnumConstantDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(EnumConstantDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(EnumConstantDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(EnumDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(EnumDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(EnumDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(EnumDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(EnumDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(EnumDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(EnumDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(EnumDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(EnumDeclaration, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
- visit(EnumDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(EnumDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(EnumDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(EnumDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(EnumDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(EnumDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(EnumDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(EnumDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(EnumDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(FieldDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(FieldDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(FieldDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(FieldDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(FieldDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(FieldDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(FieldDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(FieldDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(FieldDeclaration, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
- visit(FieldDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(FieldDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(FieldDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(FieldDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(FieldDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(FieldDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(FieldDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(FieldDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(FieldDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(InitializerDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(InitializerDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(InitializerDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(InitializerDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(InitializerDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(InitializerDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(InitializerDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(InitializerDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(InitializerDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(InitializerDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(InitializerDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(InitializerDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(InitializerDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(InitializerDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(InitializerDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(InitializerDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(InitializerDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(MethodDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(MethodDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(MethodDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(MethodDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(MethodDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(MethodDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(MethodDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(MethodDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(MethodDeclaration, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
- visit(MethodDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(MethodDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(MethodDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(MethodDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(MethodDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(MethodDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(MethodDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(MethodDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(MethodDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(Parameter, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(Parameter, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(Parameter, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(Parameter, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(Parameter, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(Parameter, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(Parameter, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(Parameter, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(Parameter, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(Parameter, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(Parameter, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(Parameter, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(Parameter, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(Parameter, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(Parameter, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(Parameter, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(Parameter, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(ReceiverParameter, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(ReceiverParameter, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(ReceiverParameter, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(ReceiverParameter, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(ReceiverParameter, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(ReceiverParameter, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(ReceiverParameter, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(ReceiverParameter, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(ReceiverParameter, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(ReceiverParameter, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(ReceiverParameter, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(ReceiverParameter, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(ReceiverParameter, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(ReceiverParameter, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(ReceiverParameter, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(ReceiverParameter, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(ReceiverParameter, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(RecordDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(RecordDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(RecordDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(RecordDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(RecordDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(RecordDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(RecordDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(RecordDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(RecordDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(RecordDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(RecordDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(RecordDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(RecordDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(RecordDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(RecordDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(RecordDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(RecordDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(VariableDeclarator, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(VariableDeclarator, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(VariableDeclarator, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(VariableDeclarator, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(VariableDeclarator, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(VariableDeclarator, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(VariableDeclarator, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(VariableDeclarator, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(VariableDeclarator, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(VariableDeclarator, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(VariableDeclarator, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(VariableDeclarator, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(VariableDeclarator, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(VariableDeclarator, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(VariableDeclarator, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(VariableDeclarator, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(VariableDeclarator, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(BlockComment, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(BlockComment, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(BlockComment, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(BlockComment, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(BlockComment, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(BlockComment, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(BlockComment, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(BlockComment, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(BlockComment, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(BlockComment, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(BlockComment, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(BlockComment, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(BlockComment, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(BlockComment, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(BlockComment, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(BlockComment, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(BlockComment, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(JavadocComment, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(JavadocComment, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(JavadocComment, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(JavadocComment, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(JavadocComment, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(JavadocComment, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(JavadocComment, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(JavadocComment, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(JavadocComment, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(JavadocComment, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(JavadocComment, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(JavadocComment, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(JavadocComment, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(JavadocComment, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(JavadocComment, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(JavadocComment, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(JavadocComment, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(LineComment, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(LineComment, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(LineComment, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(LineComment, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(LineComment, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(LineComment, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(LineComment, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(LineComment, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(LineComment, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(LineComment, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(LineComment, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(LineComment, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(LineComment, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(LineComment, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(LineComment, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(LineComment, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(LineComment, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(CompilationUnit, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(CompilationUnit, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(CompilationUnit, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(CompilationUnit, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(CompilationUnit, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(CompilationUnit, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(CompilationUnit, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(CompilationUnit, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(CompilationUnit, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(CompilationUnit, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(CompilationUnit, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(CompilationUnit, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(CompilationUnit, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(CompilationUnit, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(CompilationUnit, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(CompilationUnit, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(CompilationUnit, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(ArrayAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(ArrayAccessExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(ArrayAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(ArrayAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(ArrayAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(ArrayAccessExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(ArrayAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(ArrayAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(ArrayAccessExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(ArrayAccessExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(ArrayAccessExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(ArrayAccessExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(ArrayAccessExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(ArrayAccessExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(ArrayAccessExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(ArrayAccessExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(ArrayAccessExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(ArrayCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(ArrayCreationExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(ArrayCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(ArrayCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(ArrayCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(ArrayCreationExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(ArrayCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(ArrayCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(ArrayCreationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(ArrayCreationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(ArrayCreationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(ArrayCreationExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(ArrayCreationExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(ArrayCreationExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(ArrayCreationExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(ArrayCreationExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(ArrayCreationExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(ArrayInitializerExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(ArrayInitializerExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(ArrayInitializerExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(ArrayInitializerExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(ArrayInitializerExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(ArrayInitializerExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(ArrayInitializerExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(ArrayInitializerExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(ArrayInitializerExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(ArrayInitializerExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(ArrayInitializerExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(ArrayInitializerExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(ArrayInitializerExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(ArrayInitializerExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(ArrayInitializerExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(ArrayInitializerExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(ArrayInitializerExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(AssignExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(AssignExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(AssignExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(AssignExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(AssignExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(AssignExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(AssignExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(AssignExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(AssignExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(AssignExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(AssignExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(AssignExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(AssignExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(AssignExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(AssignExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(AssignExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(AssignExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(BinaryExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(BinaryExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(BinaryExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(BinaryExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(BinaryExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(BinaryExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(BinaryExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(BinaryExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(BinaryExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(BinaryExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(BinaryExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(BinaryExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(BinaryExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(BinaryExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(BinaryExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(BinaryExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
-
work in progress for issue-545
- visit(BinaryExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.work in progress for issue-545
- visit(BooleanLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(BooleanLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(BooleanLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(BooleanLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(BooleanLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(BooleanLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(BooleanLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(BooleanLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(BooleanLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(BooleanLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(BooleanLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(BooleanLiteralExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(BooleanLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(BooleanLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(BooleanLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(BooleanLiteralExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(BooleanLiteralExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(CastExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(CastExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(CastExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(CastExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(CastExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(CastExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(CastExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(CastExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(CastExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(CastExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(CastExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(CastExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(CastExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(CastExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(CastExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(CastExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(CastExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(CharLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(CharLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(CharLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(CharLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(CharLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(CharLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(CharLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(CharLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(CharLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(CharLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(CharLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(CharLiteralExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(CharLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(CharLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(CharLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(CharLiteralExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(CharLiteralExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(ClassExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(ClassExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(ClassExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(ClassExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(ClassExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(ClassExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(ClassExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(ClassExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(ClassExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(ClassExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(ClassExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(ClassExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(ClassExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(ClassExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(ClassExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(ClassExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(ClassExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(ConditionalExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(ConditionalExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(ConditionalExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(ConditionalExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(ConditionalExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(ConditionalExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(ConditionalExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(ConditionalExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(ConditionalExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(ConditionalExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(ConditionalExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(ConditionalExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(ConditionalExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(ConditionalExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(ConditionalExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(ConditionalExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(ConditionalExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(DoubleLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(DoubleLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(DoubleLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(DoubleLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(DoubleLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(DoubleLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(DoubleLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(DoubleLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(DoubleLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(DoubleLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(DoubleLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(DoubleLiteralExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(DoubleLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(DoubleLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(DoubleLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(DoubleLiteralExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(DoubleLiteralExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(EnclosedExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(EnclosedExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(EnclosedExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(EnclosedExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(EnclosedExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(EnclosedExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(EnclosedExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(EnclosedExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(EnclosedExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(EnclosedExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(EnclosedExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(EnclosedExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(EnclosedExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(EnclosedExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(EnclosedExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(EnclosedExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(EnclosedExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(FieldAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(FieldAccessExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(FieldAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(FieldAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(FieldAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(FieldAccessExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(FieldAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(FieldAccessExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(FieldAccessExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(FieldAccessExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(FieldAccessExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(FieldAccessExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(FieldAccessExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(FieldAccessExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(FieldAccessExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(FieldAccessExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(FieldAccessExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(InstanceOfExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(InstanceOfExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(InstanceOfExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(InstanceOfExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(InstanceOfExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(InstanceOfExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(InstanceOfExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(InstanceOfExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(InstanceOfExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(InstanceOfExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(InstanceOfExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(InstanceOfExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(InstanceOfExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(InstanceOfExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(InstanceOfExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(InstanceOfExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(InstanceOfExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(IntegerLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(IntegerLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(IntegerLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(IntegerLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(IntegerLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(IntegerLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(IntegerLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(IntegerLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(IntegerLiteralExpr, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.NoBinaryIntegerLiteralsValidator
- visit(IntegerLiteralExpr, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.NoUnderscoresInIntegerLiteralsValidator
- visit(IntegerLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(IntegerLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(IntegerLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(IntegerLiteralExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(IntegerLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(IntegerLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(IntegerLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(IntegerLiteralExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(IntegerLiteralExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(LambdaExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(LambdaExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(LambdaExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(LambdaExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(LambdaExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(LambdaExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(LambdaExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(LambdaExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(LambdaExpr, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
- visit(LambdaExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(LambdaExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(LambdaExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(LambdaExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(LambdaExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(LambdaExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(LambdaExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(LambdaExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(LambdaExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(LongLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(LongLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(LongLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(LongLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(LongLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(LongLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(LongLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(LongLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(LongLiteralExpr, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.NoBinaryIntegerLiteralsValidator
- visit(LongLiteralExpr, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.NoUnderscoresInIntegerLiteralsValidator
- visit(LongLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(LongLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(LongLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(LongLiteralExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(LongLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(LongLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(LongLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(LongLiteralExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(LongLiteralExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(MarkerAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(MarkerAnnotationExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(MarkerAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(MarkerAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(MarkerAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(MarkerAnnotationExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(MarkerAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(MarkerAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(MarkerAnnotationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(MarkerAnnotationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(MarkerAnnotationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(MarkerAnnotationExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(MarkerAnnotationExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(MarkerAnnotationExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(MarkerAnnotationExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(MarkerAnnotationExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(MarkerAnnotationExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(MemberValuePair, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(MemberValuePair, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(MemberValuePair, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(MemberValuePair, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(MemberValuePair, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(MemberValuePair, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(MemberValuePair, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(MemberValuePair, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(MemberValuePair, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(MemberValuePair, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(MemberValuePair, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(MemberValuePair, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(MemberValuePair, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(MemberValuePair, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(MemberValuePair, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(MemberValuePair, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(MemberValuePair, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(MethodCallExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(MethodCallExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(MethodCallExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(MethodCallExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(MethodCallExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(MethodCallExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(MethodCallExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(MethodCallExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(MethodCallExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(MethodCallExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(MethodCallExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(MethodCallExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(MethodCallExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(MethodCallExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(MethodCallExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(MethodCallExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(MethodCallExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(MethodReferenceExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(MethodReferenceExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(MethodReferenceExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(MethodReferenceExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(MethodReferenceExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(MethodReferenceExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(MethodReferenceExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(MethodReferenceExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(MethodReferenceExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(MethodReferenceExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(MethodReferenceExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(MethodReferenceExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(MethodReferenceExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(MethodReferenceExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(MethodReferenceExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(MethodReferenceExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(MethodReferenceExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(NameExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(NameExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(NameExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(NameExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(NameExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(NameExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(NameExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(NameExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(NameExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(NameExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(NameExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(NameExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(NameExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(NameExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(NameExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(NameExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(NameExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(Name, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(Name, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(Name, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(Name, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(Name, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(Name, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(Name, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(Name, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(Name, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.UnderscoreKeywordValidator
- visit(Name, ProblemReporter) - Method in class com.github.javaparser.ast.validator.RecordAsTypeIdentifierNotAllowed
- visit(Name, ProblemReporter) - Method in class com.github.javaparser.ast.validator.ReservedKeywordValidator
- visit(Name, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(Name, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(Name, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(Name, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(Name, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(Name, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(Name, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(Name, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(Name, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(NormalAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(NormalAnnotationExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(NormalAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(NormalAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(NormalAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(NormalAnnotationExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(NormalAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(NormalAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(NormalAnnotationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(NormalAnnotationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(NormalAnnotationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(NormalAnnotationExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(NormalAnnotationExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(NormalAnnotationExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(NormalAnnotationExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(NormalAnnotationExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(NormalAnnotationExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(NullLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(NullLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(NullLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(NullLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(NullLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(NullLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(NullLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(NullLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(NullLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(NullLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(NullLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(NullLiteralExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(NullLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(NullLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(NullLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(NullLiteralExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(NullLiteralExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(ObjectCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(ObjectCreationExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(ObjectCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(ObjectCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(ObjectCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(ObjectCreationExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(ObjectCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(ObjectCreationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(ObjectCreationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(ObjectCreationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(ObjectCreationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(ObjectCreationExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(ObjectCreationExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(ObjectCreationExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(ObjectCreationExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(ObjectCreationExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(ObjectCreationExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(PatternExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(PatternExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(PatternExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(PatternExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(PatternExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(PatternExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(PatternExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(PatternExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(PatternExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(PatternExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(PatternExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(PatternExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(PatternExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(PatternExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(PatternExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(PatternExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(PatternExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(SimpleName, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(SimpleName, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(SimpleName, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(SimpleName, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(SimpleName, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(SimpleName, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(SimpleName, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(SimpleName, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(SimpleName, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.UnderscoreKeywordValidator
- visit(SimpleName, ProblemReporter) - Method in class com.github.javaparser.ast.validator.RecordAsTypeIdentifierNotAllowed
- visit(SimpleName, ProblemReporter) - Method in class com.github.javaparser.ast.validator.ReservedKeywordValidator
- visit(SimpleName, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(SimpleName, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(SimpleName, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(SimpleName, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(SimpleName, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(SimpleName, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(SimpleName, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(SimpleName, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(SimpleName, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(SingleMemberAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(SingleMemberAnnotationExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(SingleMemberAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(SingleMemberAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(SingleMemberAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(SingleMemberAnnotationExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(SingleMemberAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(SingleMemberAnnotationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(SingleMemberAnnotationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(SingleMemberAnnotationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(SingleMemberAnnotationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(SingleMemberAnnotationExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(SingleMemberAnnotationExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(SingleMemberAnnotationExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(SingleMemberAnnotationExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(SingleMemberAnnotationExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(SingleMemberAnnotationExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(StringLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(StringLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(StringLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(StringLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(StringLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(StringLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(StringLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(StringLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(StringLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(StringLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(StringLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(StringLiteralExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(StringLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(StringLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(StringLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(StringLiteralExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(StringLiteralExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(SuperExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(SuperExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(SuperExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(SuperExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(SuperExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(SuperExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(SuperExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(SuperExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(SuperExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(SuperExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(SuperExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(SuperExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(SuperExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(SuperExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(SuperExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(SuperExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(SuperExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(SwitchExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(SwitchExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(SwitchExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(SwitchExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(SwitchExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(SwitchExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(SwitchExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(SwitchExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(SwitchExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(SwitchExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(SwitchExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(SwitchExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(SwitchExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(SwitchExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(SwitchExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(SwitchExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(SwitchExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(TextBlockLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(TextBlockLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(TextBlockLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(TextBlockLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(TextBlockLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(TextBlockLiteralExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(TextBlockLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(TextBlockLiteralExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(TextBlockLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(TextBlockLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(TextBlockLiteralExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(TextBlockLiteralExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(TextBlockLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(TextBlockLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(TextBlockLiteralExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(TextBlockLiteralExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(TextBlockLiteralExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(ThisExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(ThisExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(ThisExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(ThisExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(ThisExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(ThisExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(ThisExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(ThisExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(ThisExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(ThisExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(ThisExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(ThisExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(ThisExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(ThisExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(ThisExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(ThisExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(ThisExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(TypeExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(TypeExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(TypeExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(TypeExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(TypeExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(TypeExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(TypeExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(TypeExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(TypeExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(TypeExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(TypeExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(TypeExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(TypeExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(TypeExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(TypeExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(TypeExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(TypeExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(UnaryExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(UnaryExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(UnaryExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(UnaryExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(UnaryExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(UnaryExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(UnaryExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(UnaryExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(UnaryExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(UnaryExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(UnaryExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(UnaryExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(UnaryExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(UnaryExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(UnaryExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(UnaryExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(UnaryExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(VariableDeclarationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(VariableDeclarationExpr, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(VariableDeclarationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(VariableDeclarationExpr, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(VariableDeclarationExpr, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(VariableDeclarationExpr, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(VariableDeclarationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(VariableDeclarationExpr, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(VariableDeclarationExpr, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
- visit(VariableDeclarationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(VariableDeclarationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(VariableDeclarationExpr, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(VariableDeclarationExpr, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(VariableDeclarationExpr, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(VariableDeclarationExpr, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(VariableDeclarationExpr, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(VariableDeclarationExpr, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(VariableDeclarationExpr, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(ImportDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(ImportDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(ImportDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(ImportDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(ImportDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(ImportDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(ImportDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(ImportDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(ImportDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(ImportDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(ImportDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(ImportDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(ImportDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(ImportDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(ImportDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(ImportDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(ImportDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(Modifier, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(Modifier, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(Modifier, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(Modifier, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(Modifier, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(Modifier, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(Modifier, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(Modifier, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(Modifier, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(Modifier, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(Modifier, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(Modifier, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(Modifier, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(Modifier, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(Modifier, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(Modifier, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(Modifier, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(ModuleDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(ModuleDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(ModuleDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(ModuleDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(ModuleDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(ModuleDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(ModuleDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(ModuleDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(ModuleDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(ModuleDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(ModuleDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(ModuleDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(ModuleDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(ModuleDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(ModuleDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(ModuleDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(ModuleDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(ModuleExportsDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(ModuleExportsDirective, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(ModuleExportsDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(ModuleExportsDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(ModuleExportsDirective, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(ModuleExportsDirective, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(ModuleExportsDirective, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(ModuleExportsDirective, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(ModuleExportsDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(ModuleExportsDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(ModuleExportsDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(ModuleExportsDirective, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(ModuleExportsDirective, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(ModuleExportsDirective, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(ModuleExportsDirective, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(ModuleExportsDirective, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(ModuleExportsDirective, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(ModuleOpensDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(ModuleOpensDirective, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(ModuleOpensDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(ModuleOpensDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(ModuleOpensDirective, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(ModuleOpensDirective, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(ModuleOpensDirective, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(ModuleOpensDirective, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(ModuleOpensDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(ModuleOpensDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(ModuleOpensDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(ModuleOpensDirective, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(ModuleOpensDirective, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(ModuleOpensDirective, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(ModuleOpensDirective, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(ModuleOpensDirective, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(ModuleOpensDirective, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(ModuleProvidesDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(ModuleProvidesDirective, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(ModuleProvidesDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(ModuleProvidesDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(ModuleProvidesDirective, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(ModuleProvidesDirective, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(ModuleProvidesDirective, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(ModuleProvidesDirective, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(ModuleProvidesDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(ModuleProvidesDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(ModuleProvidesDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(ModuleProvidesDirective, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(ModuleProvidesDirective, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(ModuleProvidesDirective, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(ModuleProvidesDirective, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(ModuleProvidesDirective, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(ModuleProvidesDirective, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(ModuleRequiresDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(ModuleRequiresDirective, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(ModuleRequiresDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(ModuleRequiresDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(ModuleRequiresDirective, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(ModuleRequiresDirective, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(ModuleRequiresDirective, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(ModuleRequiresDirective, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(ModuleRequiresDirective, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
- visit(ModuleRequiresDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(ModuleRequiresDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(ModuleRequiresDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(ModuleRequiresDirective, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(ModuleRequiresDirective, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(ModuleRequiresDirective, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(ModuleRequiresDirective, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(ModuleRequiresDirective, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(ModuleRequiresDirective, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(ModuleUsesDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(ModuleUsesDirective, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(ModuleUsesDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(ModuleUsesDirective, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(ModuleUsesDirective, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(ModuleUsesDirective, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(ModuleUsesDirective, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(ModuleUsesDirective, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(ModuleUsesDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(ModuleUsesDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(ModuleUsesDirective, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(ModuleUsesDirective, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(ModuleUsesDirective, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(ModuleUsesDirective, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(ModuleUsesDirective, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(ModuleUsesDirective, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(ModuleUsesDirective, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(NodeList, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(NodeList, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(NodeList, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(NodeList, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(NodeList, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(NodeList, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(NodeList, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(NodeList, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(NodeList, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(NodeList, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(NodeList, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(NodeList, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(NodeList, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(NodeList, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(NodeList, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(NodeList, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(NodeList, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(PackageDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(PackageDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(PackageDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(PackageDeclaration, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(PackageDeclaration, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(PackageDeclaration, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(PackageDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(PackageDeclaration, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(PackageDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(PackageDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(PackageDeclaration, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(PackageDeclaration, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(PackageDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(PackageDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(PackageDeclaration, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(PackageDeclaration, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(PackageDeclaration, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(AssertStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(AssertStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(AssertStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(AssertStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(AssertStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(AssertStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(AssertStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(AssertStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(AssertStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(AssertStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(AssertStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(AssertStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(AssertStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(AssertStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(AssertStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(AssertStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(AssertStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(BlockStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(BlockStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(BlockStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(BlockStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(BlockStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(BlockStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(BlockStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(BlockStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(BlockStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(BlockStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(BlockStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(BlockStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(BlockStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(BlockStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(BlockStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(BlockStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(BlockStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(BreakStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(BreakStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(BreakStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(BreakStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(BreakStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(BreakStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(BreakStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(BreakStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(BreakStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(BreakStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(BreakStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(BreakStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(BreakStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(BreakStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(BreakStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(BreakStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(BreakStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(CatchClause, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(CatchClause, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(CatchClause, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(CatchClause, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(CatchClause, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(CatchClause, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(CatchClause, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(CatchClause, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(CatchClause, ProblemReporter) - Method in class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
- visit(CatchClause, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(CatchClause, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(CatchClause, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(CatchClause, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(CatchClause, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(CatchClause, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(CatchClause, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(CatchClause, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(CatchClause, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(ContinueStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(ContinueStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(ContinueStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(ContinueStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(ContinueStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(ContinueStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(ContinueStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(ContinueStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(ContinueStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(ContinueStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(ContinueStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(ContinueStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(ContinueStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(ContinueStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(ContinueStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(ContinueStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(ContinueStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(DoStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(DoStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(DoStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(DoStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(DoStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(DoStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(DoStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(DoStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(DoStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(DoStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(DoStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(DoStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(DoStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(DoStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(DoStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(DoStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(DoStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(EmptyStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(EmptyStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(EmptyStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(EmptyStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(EmptyStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(EmptyStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(EmptyStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(EmptyStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(EmptyStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(EmptyStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(EmptyStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(EmptyStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(EmptyStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(EmptyStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(EmptyStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(EmptyStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(EmptyStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(ExplicitConstructorInvocationStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(ExplicitConstructorInvocationStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(ExplicitConstructorInvocationStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(ExplicitConstructorInvocationStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(ExplicitConstructorInvocationStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(ExplicitConstructorInvocationStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(ExplicitConstructorInvocationStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(ExplicitConstructorInvocationStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(ExplicitConstructorInvocationStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(ExplicitConstructorInvocationStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(ExplicitConstructorInvocationStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(ExplicitConstructorInvocationStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(ExplicitConstructorInvocationStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(ExplicitConstructorInvocationStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(ExplicitConstructorInvocationStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(ExplicitConstructorInvocationStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(ExplicitConstructorInvocationStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(ExpressionStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(ExpressionStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(ExpressionStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(ExpressionStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(ExpressionStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(ExpressionStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(ExpressionStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(ExpressionStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(ExpressionStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(ExpressionStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(ExpressionStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(ExpressionStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(ExpressionStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(ExpressionStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(ExpressionStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(ExpressionStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(ExpressionStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(ForEachStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(ForEachStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(ForEachStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(ForEachStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(ForEachStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(ForEachStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(ForEachStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(ForEachStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(ForEachStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(ForEachStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(ForEachStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(ForEachStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(ForEachStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(ForEachStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(ForEachStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(ForEachStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(ForEachStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(ForStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(ForStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(ForStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(ForStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(ForStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(ForStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(ForStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(ForStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(ForStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(ForStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(ForStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(ForStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(ForStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(ForStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(ForStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(ForStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(ForStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(IfStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(IfStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(IfStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(IfStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(IfStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(IfStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(IfStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(IfStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(IfStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(IfStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(IfStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(IfStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(IfStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(IfStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(IfStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(IfStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(IfStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(LabeledStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(LabeledStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(LabeledStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(LabeledStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(LabeledStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(LabeledStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(LabeledStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(LabeledStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(LabeledStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(LabeledStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(LabeledStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(LabeledStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(LabeledStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(LabeledStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(LabeledStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(LabeledStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(LabeledStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(LocalClassDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(LocalClassDeclarationStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(LocalClassDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(LocalClassDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(LocalClassDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(LocalClassDeclarationStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(LocalClassDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(LocalClassDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(LocalClassDeclarationStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(LocalClassDeclarationStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(LocalClassDeclarationStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(LocalClassDeclarationStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(LocalClassDeclarationStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(LocalClassDeclarationStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(LocalClassDeclarationStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(LocalClassDeclarationStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(LocalClassDeclarationStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(LocalRecordDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(LocalRecordDeclarationStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(LocalRecordDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(LocalRecordDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(LocalRecordDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(LocalRecordDeclarationStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(LocalRecordDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(LocalRecordDeclarationStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(LocalRecordDeclarationStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(LocalRecordDeclarationStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(LocalRecordDeclarationStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(LocalRecordDeclarationStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(LocalRecordDeclarationStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(LocalRecordDeclarationStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(LocalRecordDeclarationStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(LocalRecordDeclarationStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(LocalRecordDeclarationStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(ReturnStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(ReturnStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(ReturnStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(ReturnStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(ReturnStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(ReturnStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(ReturnStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(ReturnStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(ReturnStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(ReturnStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(ReturnStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(ReturnStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(ReturnStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(ReturnStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(ReturnStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(ReturnStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(ReturnStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(SwitchEntry, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(SwitchEntry, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(SwitchEntry, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(SwitchEntry, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(SwitchEntry, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(SwitchEntry, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(SwitchEntry, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(SwitchEntry, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(SwitchEntry, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(SwitchEntry, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(SwitchEntry, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(SwitchEntry, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(SwitchEntry, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(SwitchEntry, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(SwitchEntry, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(SwitchEntry, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(SwitchEntry, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(SwitchStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(SwitchStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(SwitchStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(SwitchStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(SwitchStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(SwitchStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(SwitchStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(SwitchStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(SwitchStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(SwitchStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(SwitchStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(SwitchStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(SwitchStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(SwitchStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(SwitchStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(SwitchStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(SwitchStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(SynchronizedStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(SynchronizedStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(SynchronizedStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(SynchronizedStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(SynchronizedStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(SynchronizedStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(SynchronizedStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(SynchronizedStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(SynchronizedStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(SynchronizedStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(SynchronizedStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(SynchronizedStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(SynchronizedStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(SynchronizedStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(SynchronizedStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(SynchronizedStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(SynchronizedStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(ThrowStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(ThrowStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(ThrowStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(ThrowStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(ThrowStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(ThrowStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(ThrowStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(ThrowStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(ThrowStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(ThrowStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(ThrowStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(ThrowStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(ThrowStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(ThrowStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(ThrowStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(ThrowStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(ThrowStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(TryStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(TryStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(TryStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(TryStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(TryStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(TryStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(TryStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(TryStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(TryStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(TryStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(TryStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(TryStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(TryStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(TryStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(TryStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(TryStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(TryStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(UnparsableStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(UnparsableStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(UnparsableStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(UnparsableStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(UnparsableStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(UnparsableStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(UnparsableStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(UnparsableStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(UnparsableStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(UnparsableStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(UnparsableStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(UnparsableStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(UnparsableStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(UnparsableStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(UnparsableStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(UnparsableStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(UnparsableStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(WhileStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(WhileStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(WhileStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(WhileStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(WhileStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(WhileStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(WhileStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(WhileStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(WhileStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(WhileStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(WhileStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(WhileStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(WhileStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(WhileStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(WhileStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(WhileStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(WhileStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(YieldStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(YieldStmt, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(YieldStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(YieldStmt, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(YieldStmt, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(YieldStmt, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(YieldStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(YieldStmt, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(YieldStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(YieldStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(YieldStmt, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(YieldStmt, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(YieldStmt, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(YieldStmt, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(YieldStmt, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(YieldStmt, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(YieldStmt, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(ArrayType, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(ArrayType, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(ArrayType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(ArrayType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(ArrayType, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(ArrayType, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(ArrayType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(ArrayType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(ArrayType, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(ArrayType, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(ArrayType, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(ArrayType, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(ArrayType, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(ArrayType, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(ArrayType, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(ArrayType, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(ArrayType, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(ClassOrInterfaceType, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(ClassOrInterfaceType, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(ClassOrInterfaceType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(ClassOrInterfaceType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(ClassOrInterfaceType, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(ClassOrInterfaceType, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(ClassOrInterfaceType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(ClassOrInterfaceType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(ClassOrInterfaceType, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(ClassOrInterfaceType, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(ClassOrInterfaceType, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(ClassOrInterfaceType, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(ClassOrInterfaceType, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(ClassOrInterfaceType, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(ClassOrInterfaceType, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(ClassOrInterfaceType, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(ClassOrInterfaceType, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(IntersectionType, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(IntersectionType, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(IntersectionType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(IntersectionType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(IntersectionType, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(IntersectionType, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(IntersectionType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(IntersectionType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(IntersectionType, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(IntersectionType, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(IntersectionType, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(IntersectionType, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(IntersectionType, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(IntersectionType, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(IntersectionType, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(IntersectionType, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(IntersectionType, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(PrimitiveType, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(PrimitiveType, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(PrimitiveType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(PrimitiveType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(PrimitiveType, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(PrimitiveType, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(PrimitiveType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(PrimitiveType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(PrimitiveType, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(PrimitiveType, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(PrimitiveType, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(PrimitiveType, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(PrimitiveType, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(PrimitiveType, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(PrimitiveType, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(PrimitiveType, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(PrimitiveType, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(TypeParameter, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(TypeParameter, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(TypeParameter, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(TypeParameter, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(TypeParameter, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(TypeParameter, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(TypeParameter, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(TypeParameter, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(TypeParameter, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(TypeParameter, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(TypeParameter, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(TypeParameter, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(TypeParameter, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(TypeParameter, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(TypeParameter, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(TypeParameter, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(TypeParameter, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(UnionType, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(UnionType, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(UnionType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(UnionType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(UnionType, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(UnionType, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(UnionType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(UnionType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(UnionType, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(UnionType, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(UnionType, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(UnionType, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(UnionType, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(UnionType, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(UnionType, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(UnionType, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(UnionType, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(UnknownType, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(UnknownType, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(UnknownType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(UnknownType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(UnknownType, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(UnknownType, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(UnknownType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(UnknownType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(UnknownType, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(UnknownType, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(UnknownType, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(UnknownType, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(UnknownType, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(UnknownType, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(UnknownType, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(UnknownType, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(UnknownType, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(VarType, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(VarType, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(VarType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(VarType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(VarType, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(VarType, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(VarType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(VarType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(VarType, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(VarType, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(VarType, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(VarType, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(VarType, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(VarType, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(VarType, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(VarType, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(VarType, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(VoidType, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(VoidType, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(VoidType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(VoidType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(VoidType, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(VoidType, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(VoidType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(VoidType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(VoidType, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(VoidType, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(VoidType, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(VoidType, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(VoidType, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(VoidType, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(VoidType, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(VoidType, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(VoidType, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- visit(WildcardType, A) - Method in class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
- visit(WildcardType, A) - Method in interface com.github.javaparser.ast.visitor.GenericVisitor
- visit(WildcardType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorAdapter
- visit(WildcardType, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
- visit(WildcardType, A) - Method in class com.github.javaparser.ast.visitor.ModifierVisitor
- visit(WildcardType, A) - Method in interface com.github.javaparser.ast.visitor.VoidVisitor
- visit(WildcardType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- visit(WildcardType, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- visit(WildcardType, Visitable) - Method in class com.github.javaparser.ast.visitor.EqualsVisitor
- visit(WildcardType, Visitable) - Method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
- visit(WildcardType, Visitable) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
- visit(WildcardType, Object) - Method in class com.github.javaparser.ast.visitor.CloneVisitor
- visit(WildcardType, Void) - Method in class com.github.javaparser.ast.visitor.HashCodeVisitor
- visit(WildcardType, Void) - Method in class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
- visit(WildcardType, Void) - Method in class com.github.javaparser.ast.visitor.ObjectIdentityHashCodeVisitor
- visit(WildcardType, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
- visit(WildcardType, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- 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 - Enum constant in enum com.github.javaparser.JavaToken.Kind
- VOID - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- VoidType - Class in com.github.javaparser.ast.type
-
The return type of a
MethodDeclaration
when it returns void. - VoidType() - Constructor for class com.github.javaparser.ast.type.VoidType
- VoidType(TokenRange) - Constructor for class com.github.javaparser.ast.type.VoidType
-
This constructor is used by the parser and is considered private.
- voidTypeMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- VoidTypeMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- VoidVisitor<A> - Interface in com.github.javaparser.ast.visitor
-
A visitor that does not return anything.
- VoidVisitorAdapter<A> - Class in com.github.javaparser.ast.visitor
-
A visitor that returns nothing, and has a default implementation for all its visit methods that simply visit their children in an unspecified order.
- VoidVisitorAdapter() - Constructor for class com.github.javaparser.ast.visitor.VoidVisitorAdapter
- VoidVisitorWithDefaults<A> - Class in com.github.javaparser.ast.visitor
-
A visitor that returns nothing, and has default methods that are used when a specific visit method is not overridden.
- VoidVisitorWithDefaults() - Constructor for class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
- VOLATILE - Enum constant in enum com.github.javaparser.ast.Modifier.Keyword
- VOLATILE - Enum constant in enum com.github.javaparser.JavaToken.Kind
- VOLATILE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- volatileModifier() - Static method in class com.github.javaparser.ast.Modifier
W
- walk(Node.TreeTraversal, Consumer<Node>) - Method in class com.github.javaparser.ast.Node
-
Walks the AST, calling the consumer for every node, with traversal algorithm "traversal".
- walk(Class<T>, Consumer<T>) - Method in class com.github.javaparser.ast.Node
-
Walks the AST with pre-order traversal, calling the consumer for every node of type "nodeType".
- walk(Consumer<Node>) - Method in class com.github.javaparser.ast.Node
-
Walks the AST, calling the consumer for every node with pre-order traversal.
- WHILE - Enum constant in enum com.github.javaparser.JavaToken.Kind
- 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`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- WHITESPACE_NO_EOL - Enum constant in enum com.github.javaparser.JavaToken.Category
- WildcardType - Class in com.github.javaparser.ast.type
-
A wildcard type argument.
- WildcardType() - Constructor for class com.github.javaparser.ast.type.WildcardType
- WildcardType(ReferenceType) - Constructor for class com.github.javaparser.ast.type.WildcardType
- WildcardType(ReferenceType, ReferenceType, NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.type.WildcardType
- WildcardType(TokenRange, ReferenceType, ReferenceType) - Constructor for class com.github.javaparser.ast.type.WildcardType
-
This constructor is used by the parser and is considered private.
- WildcardType(TokenRange, ReferenceType, ReferenceType, NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.type.WildcardType
-
This constructor is used by the parser and is considered private.
- wildcardTypeMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- WildcardTypeMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
- WINDOWS_EOL - Enum constant in enum com.github.javaparser.JavaToken.Kind
- WINDOWS_EOL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- WITH - Enum constant in enum com.github.javaparser.ast.observer.ObservableProperty
- WITH - Enum constant in enum com.github.javaparser.JavaToken.Kind
- WITH - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- withBegin(JavaToken) - Method in class com.github.javaparser.TokenRange
- withBegin(Position) - Method in class com.github.javaparser.Range
- withBeginColumn(int) - Method in class com.github.javaparser.Range
- withBeginLine(int) - Method in class com.github.javaparser.Range
- withColumn(int) - Method in class com.github.javaparser.Position
- withEnd(JavaToken) - Method in class com.github.javaparser.TokenRange
- withEnd(Position) - Method in class com.github.javaparser.Range
- withEndColumn(int) - Method in class com.github.javaparser.Range
- withEndLine(int) - Method in class com.github.javaparser.Range
- 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.
- WrappingRangeIterator - Class in com.github.javaparser.printer.lexicalpreservation
- WrappingRangeIterator(int) - Constructor for class com.github.javaparser.printer.lexicalpreservation.WrappingRangeIterator
X
- XmlPrinter - Class in com.github.javaparser.printer
-
Outputs an XML file containing the AST meant for inspecting it.
- XmlPrinter(boolean) - Constructor for class com.github.javaparser.printer.XmlPrinter
- XOR - Enum constant in enum com.github.javaparser.ast.expr.AssignExpr.Operator
- XOR - Enum constant in enum com.github.javaparser.ast.expr.BinaryExpr.Operator
- XOR - Enum constant in enum com.github.javaparser.JavaToken.Kind
- XOR - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- XORASSIGN - Enum constant in enum com.github.javaparser.JavaToken.Kind
- XORASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
Y
- YamlPrinter - Class in com.github.javaparser.printer
-
Outputs a YAML file containing the AST meant for inspecting it.
- YamlPrinter(boolean) - Constructor for class com.github.javaparser.printer.YamlPrinter
- YIELD - Enum constant in enum com.github.javaparser.JavaToken.Kind
- YIELD - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- YieldStmt - Class in com.github.javaparser.ast.stmt
-
The yield statement
- YieldStmt() - Constructor for class com.github.javaparser.ast.stmt.YieldStmt
- YieldStmt(Expression) - Constructor for class com.github.javaparser.ast.stmt.YieldStmt
- YieldStmt(TokenRange, Expression) - Constructor for class com.github.javaparser.ast.stmt.YieldStmt
-
This constructor is used by the parser and is considered private.
- yieldStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
- YieldStmtMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.
_
- _DEFAULT - Enum constant in enum com.github.javaparser.JavaToken.Kind
- _DEFAULT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
All Classes|All Packages|Constant Field Values|Deprecated API|Serialized Form
Position.ABSOLUTE_BEGIN_LINE