- DataKey<T> - Class in com.github.javaparser.ast
-
A key to a piece of data associated with a
Node
at runtime.
- DataKey() - Constructor for class com.github.javaparser.ast.DataKey
-
- decapitalize(String) - Static method in class com.github.javaparser.utils.Utils
-
Lower-cases the first character in the string.
- DECIMAL_EXPONENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- DECIMAL_FLOATING_POINT_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- DECIMAL_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- declaredOnConstructor() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
-
Is the type parameter been defined on a constructor?
- declaredOnMethod() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
-
Is the type parameter been defined on a method?
- declaredOnType() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
-
Is the type parameter been defined on a type?
- declaringType() - Method in interface com.github.javaparser.resolution.declarations.ResolvedConstructorDeclaration
-
A constructor can be declared in a class or an enum.
- declaringType() - Method in interface com.github.javaparser.resolution.declarations.ResolvedFieldDeclaration
-
The type on which this field has been declared
- declaringType() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
-
The type in which the method is declared.
- declaringType() - Method in class com.github.javaparser.resolution.MethodUsage
-
- DECR - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- DEFAULT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
Lexical state.
- DEFAULT_BUF_SIZE - Static variable in class com.github.javaparser.AbstractCharStream
-
Default buffer size if nothing is specified
- defaultAction(Node, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
-
This will be called by every node visit method that is not overridden.
- defaultAction(NodeList, A) - Method in class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
-
This will be called by the NodeList visit method when it is not overridden.
- defaultAction(Node, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
-
This will be called by every node visit method that is not overridden.
- defaultAction(NodeList, A) - Method in class com.github.javaparser.ast.visitor.VoidVisitorWithDefaults
-
This will be called by the NodeList visit method when it is not overridden.
- DefaultConfigurationOption - Class in com.github.javaparser.printer.configuration
-
- DefaultConfigurationOption(DefaultPrinterConfiguration.ConfigOption) - Constructor for class com.github.javaparser.printer.configuration.DefaultConfigurationOption
-
- DefaultConfigurationOption(DefaultPrinterConfiguration.ConfigOption, Object) - Constructor for class com.github.javaparser.printer.configuration.DefaultConfigurationOption
-
- DefaultImportOrderingStrategy - Class in com.github.javaparser.printer.configuration.imports
-
- DefaultImportOrderingStrategy() - Constructor for class com.github.javaparser.printer.configuration.imports.DefaultImportOrderingStrategy
-
- DefaultPrettyPrinter - Class in com.github.javaparser.printer
-
Pretty printer for AST nodes.
- DefaultPrettyPrinter() - Constructor for class com.github.javaparser.printer.DefaultPrettyPrinter
-
Build a new DefaultPrettyPrinter with a default configuration and a default factory
- DefaultPrettyPrinter(PrinterConfiguration) - Constructor for class com.github.javaparser.printer.DefaultPrettyPrinter
-
Build a new DefaultPrettyPrinter with a configuration and a default factory
- DefaultPrettyPrinter(Function<PrinterConfiguration, VoidVisitor<Void>>, PrinterConfiguration) - Constructor for class com.github.javaparser.printer.DefaultPrettyPrinter
-
Build a new DefaultPrettyPrinter with a configuration and a factory to create a visitor to browse the nodes of the AST
- DefaultPrettyPrinterVisitor - Class in com.github.javaparser.printer
-
Outputs the AST as formatted Java source code.
- DefaultPrettyPrinterVisitor(PrinterConfiguration) - Constructor for class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
-
- DefaultPrettyPrinterVisitor(PrinterConfiguration, SourcePrinter) - Constructor for class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
-
- DefaultPrinterConfiguration - Class in com.github.javaparser.printer.configuration
-
Configuration options for the
Printer
.
- DefaultPrinterConfiguration() - Constructor for class com.github.javaparser.printer.configuration.DefaultPrinterConfiguration
-
- DefaultPrinterConfiguration.ConfigOption - Enum in com.github.javaparser.printer.configuration
-
- defaultValuePropertyMetaModel - Variable in class com.github.javaparser.metamodel.AnnotationMemberDeclarationMetaModel
-
- deleteToken() - Method in class com.github.javaparser.JavaToken
-
Links the tokens around the current token together, making the current token disappear from the list.
- demandClass(CompilationUnit, String) - Static method in class com.github.javaparser.resolution.Navigator
-
- demandClassOrInterface(CompilationUnit, String) - Static method in class com.github.javaparser.resolution.Navigator
-
- demandConstructor(TypeDeclaration<?>, int) - Static method in class com.github.javaparser.resolution.Navigator
-
Returns the (i+1)
'th constructor of the given type declaration, in textual order.
- demandEnum(CompilationUnit, String) - Static method in class com.github.javaparser.resolution.Navigator
-
- demandField(ClassOrInterfaceDeclaration, String) - Static method in class com.github.javaparser.resolution.Navigator
-
- demandInterface(CompilationUnit, String) - Static method in class com.github.javaparser.resolution.Navigator
-
- demandMethod(TypeDeclaration<?>, String) - Static method in class com.github.javaparser.resolution.Navigator
-
- demandNodeOfGivenClass(Node, Class<N>) - Static method in class com.github.javaparser.resolution.Navigator
-
- demandParentNode(Node) - Static method in class com.github.javaparser.resolution.Navigator
-
- demandParentNode(Node, Predicate<Node>) - Static method in class com.github.javaparser.resolution.Navigator
-
Traverses the parent chain starting at node
and returns the
first Node that returns make isAcceptedParentNode
evaluate to
true
.
- demandReturnStmt(MethodDeclaration) - Static method in class com.github.javaparser.resolution.Navigator
-
- demandSwitch(Node) - Static method in class com.github.javaparser.resolution.Navigator
-
- demandVariableDeclaration(Node, String) - Static method in class com.github.javaparser.resolution.Navigator
-
- depthFirstFunc - Static variable in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
-
- DerivedProperty - Annotation Type in com.github.javaparser.metamodel
-
Indicate a derived property of a Node,
meaning it does supply useful information,
but it does so by taking information from other properties.
- deriveTypeParameters(ResolvedTypeParametersMap) - Method in class com.github.javaparser.resolution.model.typesystem.ReferenceTypeImpl
-
- deriveTypeParameters(ResolvedTypeParametersMap) - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
-
- describe() - Method in class com.github.javaparser.resolution.logic.InferenceVariableType
-
- describe() - Method in class com.github.javaparser.resolution.model.LambdaArgumentTypePlaceholder
-
- describe() - Method in class com.github.javaparser.resolution.model.typesystem.LazyType
-
- describe() - Method in class com.github.javaparser.resolution.model.typesystem.NullType
-
- describe() - Method in class com.github.javaparser.resolution.types.ResolvedArrayType
-
- describe() - Method in class com.github.javaparser.resolution.types.ResolvedIntersectionType
-
- describe() - Method in class com.github.javaparser.resolution.types.ResolvedLambdaConstraintType
-
- describe() - Method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
-
- describe() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
-
- describe() - Method in interface com.github.javaparser.resolution.types.ResolvedType
-
- describe() - Method in class com.github.javaparser.resolution.types.ResolvedTypeVariable
-
- describe() - Method in class com.github.javaparser.resolution.types.ResolvedUnionType
-
- describe() - Method in class com.github.javaparser.resolution.types.ResolvedVoidType
-
- describe() - Method in class com.github.javaparser.resolution.types.ResolvedWildcard
-
- describe() - Method in enum com.github.javaparser.utils.LineSeparator
-
- describeType() - Method in interface com.github.javaparser.resolution.declarations.ResolvedParameterDeclaration
-
Describe the type of the parameter.
- describeType() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypePatternDeclaration
-
- detect(String) - Static method in enum com.github.javaparser.utils.LineSeparator
-
- Difference - Class in com.github.javaparser.printer.lexicalpreservation
-
A Difference should give me a sequence of elements I should find (to indicate the context) followed by a list of elements
to remove or to add and follow by another sequence of elements.
- Difference.ArrayIterator<T> - Class in com.github.javaparser.printer.lexicalpreservation
-
- DifferenceElement - Interface in com.github.javaparser.printer.lexicalpreservation
-
- dimensionPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ArrayCreationLevelMetaModel
-
- DirectChildrenIterator(Node) - Constructor for class com.github.javaparser.ast.Node.DirectChildrenIterator
-
- directivesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ModuleDeclarationMetaModel
-
- DO - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- done() - Method in class com.github.javaparser.AbstractCharStream
-
- done() - Method in interface com.github.javaparser.CharStream
-
The lexer calls this function to indicate that it is done with the stream
and hence implementations can free any resources held by this class.
- DoStmt - Class in com.github.javaparser.ast.stmt
-
A do-while.
- DoStmt() - Constructor for class com.github.javaparser.ast.stmt.DoStmt
-
- DoStmt(Statement, Expression) - Constructor for class com.github.javaparser.ast.stmt.DoStmt
-
- DoStmt(TokenRange, Statement, Expression) - Constructor for class com.github.javaparser.ast.stmt.DoStmt
-
This constructor is used by the parser and is considered private.
- DoStmtMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- doStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- DOT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- DotPrinter - Class in com.github.javaparser.printer
-
Outputs a Graphviz diagram of the AST.
- DotPrinter(boolean) - Constructor for class com.github.javaparser.printer.DotPrinter
-
- DOUBLE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- DOUBLECOLON - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- DoubleLiteralExpr - Class in com.github.javaparser.ast.expr
-
A float or a double constant.
- DoubleLiteralExpr() - Constructor for class com.github.javaparser.ast.expr.DoubleLiteralExpr
-
- DoubleLiteralExpr(String) - Constructor for class com.github.javaparser.ast.expr.DoubleLiteralExpr
-
- DoubleLiteralExpr(TokenRange, String) - Constructor for class com.github.javaparser.ast.expr.DoubleLiteralExpr
-
This constructor is used by the parser and is considered private.
- DoubleLiteralExpr(double) - Constructor for class com.github.javaparser.ast.expr.DoubleLiteralExpr
-
- DoubleLiteralExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- doubleLiteralExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- doubleType() - Static method in class com.github.javaparser.ast.type.PrimitiveType
-
- duplicateIndent() - Method in class com.github.javaparser.printer.SourcePrinter
-
Adds an indent to the top of the stack that is a copy of the current top indent.
- EclipseImportOrderingStrategy - Class in com.github.javaparser.printer.configuration.imports
-
- EclipseImportOrderingStrategy() - Constructor for class com.github.javaparser.printer.configuration.imports.EclipseImportOrderingStrategy
-
- element() - Method in interface com.github.javaparser.printer.lexicalpreservation.LookaheadIterator
-
Returns the next element in iteration without advancing the underlying iterator.
- element() - Method in class com.github.javaparser.printer.lexicalpreservation.PeekingIterator
-
Returns the next element in iteration without advancing the underlying iterator.
- elementsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.IntersectionTypeMetaModel
-
- elementsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.UnionTypeMetaModel
-
- elementTypePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ArrayCreationExprMetaModel
-
- elidesTypeArguments() - Method in class com.github.javaparser.ast.expr.Expression
-
- ELLIPSIS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- ELSE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- elseBlockPropertyMetaModel - Variable in class com.github.javaparser.metamodel.IfStmtMetaModel
-
- elseBranchPropertyMetaModel - Variable in class com.github.javaparser.metamodel.IfStmtMetaModel
-
- elseExprPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ConditionalExprMetaModel
-
- elseStmtPropertyMetaModel - Variable in class com.github.javaparser.metamodel.IfStmtMetaModel
-
- empty() - Static method in class com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametersMap
-
- EmptyStmt - Class in com.github.javaparser.ast.stmt
-
An empty statement is a ";" where a statement is expected.
- EmptyStmt() - Constructor for class com.github.javaparser.ast.stmt.EmptyStmt
-
- EmptyStmt(TokenRange) - Constructor for class com.github.javaparser.ast.stmt.EmptyStmt
-
This constructor is used by the parser and is considered private.
- EmptyStmtMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- emptyStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- EnclosedExpr - Class in com.github.javaparser.ast.expr
-
An expression between ( ).
- EnclosedExpr() - Constructor for class com.github.javaparser.ast.expr.EnclosedExpr
-
- EnclosedExpr(Expression) - Constructor for class com.github.javaparser.ast.expr.EnclosedExpr
-
- EnclosedExpr(TokenRange, Expression) - Constructor for class com.github.javaparser.ast.expr.EnclosedExpr
-
This constructor is used by the parser and is considered private.
- EnclosedExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- enclosedExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- end - Variable in class com.github.javaparser.Range
-
- endColumn - Variable in class com.github.javaparser.Token
-
The column number of the last character of this Token.
- endLine - Variable in class com.github.javaparser.Token
-
The line number of the last character of this Token.
- ENTER_JAVADOC_COMMENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- ENTER_MULTILINE_COMMENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- ENTER_TEXT_BLOCK - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- entriesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.EnumDeclarationMetaModel
-
- entriesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.SwitchExprMetaModel
-
- entriesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.SwitchStmtMetaModel
-
- entrySet() - Method in class com.github.javaparser.utils.VisitorMap
-
- ENUM - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- EnumConstantDeclaration - Class in com.github.javaparser.ast.body
-
One of the values an enum can take.
- EnumConstantDeclaration() - Constructor for class com.github.javaparser.ast.body.EnumConstantDeclaration
-
- EnumConstantDeclaration(String) - Constructor for class com.github.javaparser.ast.body.EnumConstantDeclaration
-
- EnumConstantDeclaration(NodeList<AnnotationExpr>, SimpleName, NodeList<Expression>, NodeList<BodyDeclaration<?>>) - Constructor for class com.github.javaparser.ast.body.EnumConstantDeclaration
-
- EnumConstantDeclaration(TokenRange, NodeList<AnnotationExpr>, SimpleName, NodeList<Expression>, NodeList<BodyDeclaration<?>>) - Constructor for class com.github.javaparser.ast.body.EnumConstantDeclaration
-
This constructor is used by the parser and is considered private.
- EnumConstantDeclarationMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- enumConstantDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- EnumDeclaration - Class in com.github.javaparser.ast.body
-
The declaration of an enum.
- EnumDeclaration() - Constructor for class com.github.javaparser.ast.body.EnumDeclaration
-
- EnumDeclaration(NodeList<Modifier>, String) - Constructor for class com.github.javaparser.ast.body.EnumDeclaration
-
- EnumDeclaration(NodeList<Modifier>, NodeList<AnnotationExpr>, SimpleName, NodeList<ClassOrInterfaceType>, NodeList<EnumConstantDeclaration>, NodeList<BodyDeclaration<?>>) - Constructor for class com.github.javaparser.ast.body.EnumDeclaration
-
- EnumDeclaration(TokenRange, NodeList<Modifier>, NodeList<AnnotationExpr>, SimpleName, NodeList<ClassOrInterfaceType>, NodeList<EnumConstantDeclaration>, NodeList<BodyDeclaration<?>>) - Constructor for class com.github.javaparser.ast.body.EnumDeclaration
-
This constructor is used by the parser and is considered private.
- EnumDeclarationMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- enumDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- EOF - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
End of File.
- EOL - Static variable in exception com.github.javaparser.ParseException
-
The end of line string (we do not use System.getProperty("") so that we are compatible with Android/GWT);
- eolTokenKind(LineSeparator) - Static method in class com.github.javaparser.TokenTypes
-
- eolTokenKind() - Static method in class com.github.javaparser.TokenTypes
-
- EQ - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- equals(Object) - Method in class com.github.javaparser.ast.body.CallableDeclaration.Signature
-
- equals(Object) - Method in class com.github.javaparser.ast.DataKey
-
- equals(Object) - Method in class com.github.javaparser.ast.Node
-
- equals(Object) - Method in class com.github.javaparser.ast.NodeList
-
- equals(Node, Node) - Static method in class com.github.javaparser.ast.visitor.EqualsVisitor
-
- equals(Node, Node) - Static method in class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
-
- equals(Node, Node) - Static method in class com.github.javaparser.ast.visitor.ObjectIdentityEqualsVisitor
-
- equals(Object) - Method in class com.github.javaparser.javadoc.description.JavadocDescription
-
- equals(Object) - Method in class com.github.javaparser.javadoc.description.JavadocInlineTag
-
- equals(Object) - Method in class com.github.javaparser.javadoc.description.JavadocSnippet
-
- equals(Object) - Method in class com.github.javaparser.javadoc.Javadoc
-
- equals(Object) - Method in class com.github.javaparser.javadoc.JavadocBlockTag
-
- equals(Object) - Method in class com.github.javaparser.JavaToken
-
- equals(Object) - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
-
- equals(Object) - Method in class com.github.javaparser.metamodel.PropertyMetaModel
-
- equals(Object) - Method in class com.github.javaparser.Position
-
- equals(Object) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmIndent
-
- equals(Object) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmMix
-
- equals(Object) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmToken
-
- equals(Object) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmUnindent
-
- equals(Object) - Method in class com.github.javaparser.printer.configuration.DefaultConfigurationOption
-
- equals(Object) - Method in class com.github.javaparser.printer.lexicalpreservation.Added
-
- equals(Object) - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
-
- equals(Object) - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
-
- equals(Object) - Method in class com.github.javaparser.printer.lexicalpreservation.Removed
-
- equals(Object) - Method in class com.github.javaparser.printer.lexicalpreservation.Reshuffled
-
- equals(Object) - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
-
- equals(Object) - Method in class com.github.javaparser.Range
-
- equals(Object) - Method in class com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration.Bound
-
- equals(Object) - Method in class com.github.javaparser.resolution.logic.InferenceVariableType
-
- equals(Object) - Method in class com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametersMap
-
- equals(Object) - Method in class com.github.javaparser.resolution.types.ResolvedArrayType
-
- equals(Object) - Method in class com.github.javaparser.resolution.types.ResolvedIntersectionType
-
- equals(Object) - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
-
- equals(Object) - Method in class com.github.javaparser.resolution.types.ResolvedTypeVariable
-
- equals(Object) - Method in class com.github.javaparser.resolution.types.ResolvedUnionType
-
- equals(Object) - Method in class com.github.javaparser.resolution.types.ResolvedWildcard
-
- equals(Object) - Method in class com.github.javaparser.utils.Pair
-
- equalsString(LineSeparator) - Method in enum com.github.javaparser.utils.LineSeparator
-
- EqualsVisitor - Class in com.github.javaparser.ast.visitor
-
A visitor that calculates deep node equality by comparing all properties and child nodes of the node.
- equalsVisitor - Variable in class com.github.javaparser.utils.VisitorList
-
- equivalentType() - Method in class com.github.javaparser.resolution.logic.InferenceVariableType
-
- erasure() - Method in class com.github.javaparser.resolution.types.ResolvedArrayType
-
- erasure() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
-
- erasure() - Method in interface com.github.javaparser.resolution.types.ResolvedType
-
- erasure() - Method in class com.github.javaparser.resolution.types.ResolvedTypeVariable
-
- erasure() - Method in class com.github.javaparser.resolution.types.ResolvedWildcard
-
- error(Supplier<Throwable>, Supplier<String>) - Method in interface com.github.javaparser.utils.Log.Adapter
-
Both can supply a null.
- error(Throwable) - Static method in class com.github.javaparser.utils.Log
-
For drawing attention to an error.
- error(Throwable, String, Supplier<Object>...) - Static method in class com.github.javaparser.utils.Log
-
For drawing attention to an error that you don't have an exception for.
- error(String, Supplier<Object>...) - Static method in class com.github.javaparser.utils.Log
-
For drawing attention to an error that you don't have an exception for.
- error(Supplier<Throwable>, Supplier<String>) - Method in class com.github.javaparser.utils.Log.SilentAdapter
-
- error(Supplier<Throwable>, Supplier<String>) - Method in class com.github.javaparser.utils.Log.StandardOutStandardErrorAdapter
-
- escape(String) - Static method in class com.github.javaparser.ast.expr.CharLiteralExpr
-
Utility method that creates a new StringLiteralExpr.
- escapeEndOfLines(String) - Static method in class com.github.javaparser.utils.Utils
-
- escapeJava(String) - Static method in class com.github.javaparser.utils.StringEscapeUtils
-
Escapes the characters in a String
using Java String rules.
- evaluate(CsmConditional, Node) - Method in interface com.github.javaparser.printer.lexicalpreservation.changes.Change
-
- evictionCount() - Method in interface com.github.javaparser.resolution.cache.CacheStats
-
Returns the number of times an entry has been evicted.
- exceptionTypes() - Method in class com.github.javaparser.resolution.MethodUsage
-
- EXCLUDE_ENCLOSED_EXPR - Static variable in class com.github.javaparser.ast.expr.Expression
-
- expand() - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
-
- expand() - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
-
- expandBuff(boolean) - Method in class com.github.javaparser.AbstractCharStream
-
- expectedTokenSequences - Variable in exception com.github.javaparser.ParseException
-
Each entry in this array is an array of integers.
- EXPLICIT_CONSTRUCTOR_INVOCATION_STMT - Static variable in interface com.github.javaparser.ParseStart
-
- ExplicitConstructorInvocationStmt - Class in com.github.javaparser.ast.stmt
-
A call to super or this in a constructor or initializer.
- ExplicitConstructorInvocationStmt() - Constructor for class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
-
- ExplicitConstructorInvocationStmt(boolean, Expression, NodeList<Expression>) - Constructor for class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
-
- ExplicitConstructorInvocationStmt(NodeList<Type>, boolean, Expression, NodeList<Expression>) - Constructor for class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
-
- ExplicitConstructorInvocationStmt(TokenRange, NodeList<Type>, boolean, Expression, NodeList<Expression>) - Constructor for class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
-
This constructor is used by the parser and is considered private.
- ExplicitConstructorInvocationStmtMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- explicitConstructorInvocationStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- EXPORTS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- Expression - Class in com.github.javaparser.ast.expr
-
A base class for all expressions.
- Expression() - Constructor for class com.github.javaparser.ast.expr.Expression
-
- Expression(TokenRange) - Constructor for class com.github.javaparser.ast.expr.Expression
-
This constructor is used by the parser and is considered private.
- EXPRESSION - Static variable in interface com.github.javaparser.ParseStart
-
- expressionBodyPropertyMetaModel - Variable in class com.github.javaparser.metamodel.LambdaExprMetaModel
-
- ExpressionMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- ExpressionMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.ExpressionMetaModel
-
- expressionMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- expressionPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CastExprMetaModel
-
- expressionPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ExplicitConstructorInvocationStmtMetaModel
-
- expressionPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ExpressionStmtMetaModel
-
- expressionPropertyMetaModel - Variable in class com.github.javaparser.metamodel.InstanceOfExprMetaModel
-
- expressionPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ReturnStmtMetaModel
-
- expressionPropertyMetaModel - Variable in class com.github.javaparser.metamodel.SynchronizedStmtMetaModel
-
- expressionPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ThrowStmtMetaModel
-
- expressionPropertyMetaModel - Variable in class com.github.javaparser.metamodel.UnaryExprMetaModel
-
- expressionPropertyMetaModel - Variable in class com.github.javaparser.metamodel.YieldStmtMetaModel
-
- ExpressionStmt - Class in com.github.javaparser.ast.stmt
-
Used to wrap an expression so that it can take the place of a statement.
- ExpressionStmt() - Constructor for class com.github.javaparser.ast.stmt.ExpressionStmt
-
- ExpressionStmt(Expression) - Constructor for class com.github.javaparser.ast.stmt.ExpressionStmt
-
- ExpressionStmt(TokenRange, Expression) - Constructor for class com.github.javaparser.ast.stmt.ExpressionStmt
-
This constructor is used by the parser and is considered private.
- ExpressionStmtMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- expressionStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- extendedTypePropertyMetaModel - Variable in class com.github.javaparser.metamodel.WildcardTypeMetaModel
-
- extendedTypesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ClassOrInterfaceDeclarationMetaModel
-
- EXTENDS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- extendsBound(ResolvedType) - Static method in class com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration.Bound
-
Create an extends bound with the given type:
extends "given type"
- extendsBound(ResolvedType) - Static method in class com.github.javaparser.resolution.types.ResolvedWildcard
-
- extract(List<DifferenceElement>) - Method in class com.github.javaparser.printer.lexicalpreservation.ReshuffledDiffElementExtractor
-
- f(String, Object...) - Static method in class com.github.javaparser.utils.CodeGenerationUtils
-
A shortcut to String.format.
- FALSE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- fConveringNode - Static variable in class com.github.javaparser.ast.visitor.NodeFinderVisitor
-
- FieldAccessExpr - Class in com.github.javaparser.ast.expr
-
Access of a field of an object or a class.
- FieldAccessExpr() - Constructor for class com.github.javaparser.ast.expr.FieldAccessExpr
-
- FieldAccessExpr(Expression, String) - Constructor for class com.github.javaparser.ast.expr.FieldAccessExpr
-
- FieldAccessExpr(Expression, NodeList<Type>, SimpleName) - Constructor for class com.github.javaparser.ast.expr.FieldAccessExpr
-
- FieldAccessExpr(TokenRange, Expression, NodeList<Type>, SimpleName) - Constructor for class com.github.javaparser.ast.expr.FieldAccessExpr
-
This constructor is used by the parser and is considered private.
- FieldAccessExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- fieldAccessExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- FieldDeclaration - Class in com.github.javaparser.ast.body
-
The declaration of a field in a class.
- FieldDeclaration() - Constructor for class com.github.javaparser.ast.body.FieldDeclaration
-
- FieldDeclaration(NodeList<Modifier>, VariableDeclarator) - Constructor for class com.github.javaparser.ast.body.FieldDeclaration
-
- FieldDeclaration(NodeList<Modifier>, NodeList<VariableDeclarator>) - Constructor for class com.github.javaparser.ast.body.FieldDeclaration
-
- FieldDeclaration(NodeList<Modifier>, NodeList<AnnotationExpr>, NodeList<VariableDeclarator>) - Constructor for class com.github.javaparser.ast.body.FieldDeclaration
-
- FieldDeclaration(TokenRange, NodeList<Modifier>, NodeList<AnnotationExpr>, NodeList<VariableDeclarator>) - Constructor for class com.github.javaparser.ast.body.FieldDeclaration
-
This constructor is used by the parser and is considered private.
- FieldDeclaration(NodeList<Modifier>, Type, String) - Constructor for class com.github.javaparser.ast.body.FieldDeclaration
-
- fieldDeclarationInScope(String) - Method in interface com.github.javaparser.resolution.Context
-
- FieldDeclarationMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- fieldDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- fieldsExposedToChild(Node) - Method in interface com.github.javaparser.resolution.Context
-
The fields that are declared and in this immediate context made visible to a given child.
- fileInPackageAbsolutePath(String, String, String) - Static method in class com.github.javaparser.utils.CodeGenerationUtils
-
Calculates the path to a file in a package.
- fileInPackageAbsolutePath(Path, String, String) - Static method in class com.github.javaparser.utils.CodeGenerationUtils
-
- fileInPackageRelativePath(String, String) - Static method in class com.github.javaparser.utils.CodeGenerationUtils
-
Turns a package and a file into a relative path.
- fillBuff() - Method in class com.github.javaparser.AbstractCharStream
-
- FINAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- FINALLY - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- finallyBlockPropertyMetaModel - Variable in class com.github.javaparser.metamodel.TryStmtMetaModel
-
- finalModifier() - Static method in class com.github.javaparser.ast.Modifier
-
- findAll(Class<T>) - Method in class com.github.javaparser.ast.Node
-
Walks the AST with pre-order traversal, returning all nodes of type "nodeType".
- findAll(Class<T>, Node.TreeTraversal) - Method in class com.github.javaparser.ast.Node
-
Walks the AST with specified traversal order, returning all nodes of type "nodeType".
- findAll(Class<T>, Predicate<T>) - Method in class com.github.javaparser.ast.Node
-
Walks the AST with pre-order traversal, returning all nodes of type "nodeType" that match the predicate.
- findAncestor(Class<N>...) - Method in interface com.github.javaparser.HasParentNode
-
Walks the parents of this node and returns the first node of type type
, or empty()
if none is
found.
- findAncestor(Class<N>, Predicate<N>) - Method in interface com.github.javaparser.HasParentNode
-
- findAncestor(Predicate<N>, Class<N>...) - Method in interface com.github.javaparser.HasParentNode
-
Walks the parents of this node and returns the first node that matches one of types types
, or
empty()
if none is found.
- findByRange(Range) - Method in class com.github.javaparser.ast.Node
-
- findCompilationUnit() - Method in class com.github.javaparser.ast.Node
-
- findData(DataKey<M>) - Method in class com.github.javaparser.ast.Node
-
Gets data for this node using the given key or returns an Optional.empty()
.
- findFirst(Node.TreeTraversal, Function<Node, Optional<T>>) - Method in class com.github.javaparser.ast.Node
-
Walks the AST, applying the function for every node, with traversal algorithm "traversal".
- findFirst(Class<N>) - Method in class com.github.javaparser.ast.Node
-
Walks the AST with pre-order traversal, returning the first node of type "nodeType" or empty() if none is found.
- findFirst(Class<N>, Predicate<N>) - Method in class com.github.javaparser.ast.Node
-
Walks the AST with pre-order traversal, returning the first node of type "nodeType" that matches "predicate" or empty() if none is
found.
- findFirstToken() - Method in class com.github.javaparser.JavaToken
-
- findLastToken() - Method in class com.github.javaparser.JavaToken
-
- findMethodCall(Node, String) - Static method in class com.github.javaparser.resolution.Navigator
-
- findMostApplicable(List<ResolvedConstructorDeclaration>, List<ResolvedType>, TypeSolver) - Static method in class com.github.javaparser.resolution.logic.ConstructorResolutionLogic
-
- findMostApplicable(List<ResolvedConstructorDeclaration>, List<ResolvedType>, TypeSolver, boolean) - Static method in class com.github.javaparser.resolution.logic.ConstructorResolutionLogic
-
- findMostApplicable(List<ResolvedMethodDeclaration>, String, List<ResolvedType>, TypeSolver) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
-
- findMostApplicable(List<ResolvedMethodDeclaration>, String, List<ResolvedType>, TypeSolver, boolean) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
-
- findMostApplicableUsage(List<MethodUsage>, String, List<ResolvedType>, TypeSolver) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
-
- findNameExpression(Node, String) - Static method in class com.github.javaparser.resolution.Navigator
-
- findNodeOfGivenClass(Node, Class<N>) - Static method in class com.github.javaparser.resolution.Navigator
-
- findReturnStmt(MethodDeclaration) - Static method in class com.github.javaparser.resolution.Navigator
-
- findRootNode() - Method in class com.github.javaparser.ast.comments.Comment
-
- findRootNode() - Method in class com.github.javaparser.ast.Node
-
Finds the root node of this AST by finding the topmost parent.
- findSimpleName(Node, String) - Static method in class com.github.javaparser.resolution.Navigator
-
- findSwitch(Node) - Static method in class com.github.javaparser.resolution.Navigator
-
- findType(CompilationUnit, String) - Static method in class com.github.javaparser.resolution.Navigator
-
Looks among the type declared in the Compilation Unit for one having the specified name.
- findType(TypeDeclaration<?>, String) - Static method in class com.github.javaparser.resolution.Navigator
-
Looks among the type declared in the TypeDeclaration for one having the specified name.
- findTypeParameter(String) - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
-
- findTypeParameter(String) - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
-
- findTypeParameter(String) - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParametrizable
-
Find the closest TypeParameterDeclaration with the given name.
- FIRST_COLUMN - Static variable in class com.github.javaparser.Position
-
The first column -- note that it is 1-indexed (i.e. the first column is column 1, as opposed to 0)
- FIRST_LINE - Static variable in class com.github.javaparser.Position
-
The first line -- note that it is 1-indexed (i.e. the first line is line 1, as opposed to 0)
- FLOAT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- FLOATING_POINT_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- floatType() - Static method in class com.github.javaparser.ast.type.PrimitiveType
-
- FOR - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- forClass(Class<? extends Node>) - Static method in class com.github.javaparser.printer.ConcreteSyntaxModel
-
- forEach(Consumer<? super N>) - Method in class com.github.javaparser.ast.NodeList
-
- forEachRemaining(Consumer<? super N>) - Method in class com.github.javaparser.ast.NodeList.NodeListIterator
-
- ForEachStmt - Class in com.github.javaparser.ast.stmt
-
A for-each statement.
- ForEachStmt() - Constructor for class com.github.javaparser.ast.stmt.ForEachStmt
-
- ForEachStmt(VariableDeclarationExpr, Expression, Statement) - Constructor for class com.github.javaparser.ast.stmt.ForEachStmt
-
- ForEachStmt(TokenRange, VariableDeclarationExpr, Expression, Statement) - Constructor for class com.github.javaparser.ast.stmt.ForEachStmt
-
This constructor is used by the parser and is considered private.
- ForEachStmt(VariableDeclarationExpr, String, BlockStmt) - Constructor for class com.github.javaparser.ast.stmt.ForEachStmt
-
- ForEachStmtMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- forEachStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- formalParameterTypes() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
-
- ForStmt - Class in com.github.javaparser.ast.stmt
-
The classic for statement
Examples:
for(int a=3, b=5; a<99; a++, b++) hello();
for(a=3, b=5; a<99; a++) { hello(); }
for(a(),b();;) hello();
initialization is a list of expressions.
- ForStmt() - Constructor for class com.github.javaparser.ast.stmt.ForStmt
-
- ForStmt(NodeList<Expression>, Expression, NodeList<Expression>, Statement) - Constructor for class com.github.javaparser.ast.stmt.ForStmt
-
- ForStmt(TokenRange, NodeList<Expression>, Expression, NodeList<Expression>, Statement) - Constructor for class com.github.javaparser.ast.stmt.ForStmt
-
This constructor is used by the parser and is considered private.
- ForStmtMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- forStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- from(ResolvedValueDeclaration) - Static method in class com.github.javaparser.resolution.model.Value
-
Create a Value from a ValueDeclaration.
- fromCamelCaseName(String) - Static method in enum com.github.javaparser.ast.observer.ObservableProperty
-
- fromText(String) - Static method in class com.github.javaparser.javadoc.description.JavadocInlineTag
-
- FunctionalInterfaceLogic - Class in com.github.javaparser.resolution.logic
-
- GE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- Generated - Annotation Type in com.github.javaparser.ast
-
Copied from javax.annotation.Generated and reduced a bit.
- GeneratedJavaParserConstants - Interface in com.github.javaparser
-
Token literal values and constants.
- GeneratedJavaParserTokenManager - Class in com.github.javaparser
-
Token Manager.
- GeneratedJavaParserTokenManager(SimpleCharStream) - Constructor for class com.github.javaparser.GeneratedJavaParserTokenManager
-
Constructor.
- GeneratedJavaParserTokenManager(SimpleCharStream, int) - Constructor for class com.github.javaparser.GeneratedJavaParserTokenManager
-
Constructor.
- GenericListVisitorAdapter<R,A> - Class in com.github.javaparser.ast.visitor
-
A visitor that has a return value of
List<R>
, and has a default implementation for all its visit
methods that visits their children in an unspecified order, and all visit methods
that returns a value be added to a flattened
List<R>
.
- GenericListVisitorAdapter() - Constructor for class com.github.javaparser.ast.visitor.GenericListVisitorAdapter
-
- genericPrettyPrint(Node, SourcePrinter) - Static method in class com.github.javaparser.printer.ConcreteSyntaxModel
-
- genericPrettyPrint(Node) - Static method in class com.github.javaparser.printer.ConcreteSyntaxModel
-
- GenericVisitor<R,A> - Interface in com.github.javaparser.ast.visitor
-
A visitor that has a return value.
- GenericVisitorAdapter<R,A> - Class in com.github.javaparser.ast.visitor
-
A visitor that has a return value (R), and has a default implementation for all its visit
methods that visits their children in an unspecified order, and the first visit method
that returns a value will stop the visitation and be the end result.
- GenericVisitorAdapter() - Constructor for class com.github.javaparser.ast.visitor.GenericVisitorAdapter
-
- GenericVisitorWithDefaults<R,A> - Class in com.github.javaparser.ast.visitor
-
A visitor that has a return value (R), and has default methods that are used when a specific visit method is not
overridden.
- GenericVisitorWithDefaults() - Constructor for class com.github.javaparser.ast.visitor.GenericVisitorWithDefaults
-
- get(int) - Method in class com.github.javaparser.ast.NodeList
-
- get(ConfigurationOption) - Method in class com.github.javaparser.printer.configuration.DefaultPrinterConfiguration
-
- get() - Method in class com.github.javaparser.printer.configuration.DefaultPrinterConfiguration
-
returns all options configured
- get(ConfigurationOption) - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
-
Deprecated.
- get() - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
-
Deprecated.
- get(ConfigurationOption) - Method in interface com.github.javaparser.printer.configuration.PrinterConfiguration
-
- get() - Method in interface com.github.javaparser.printer.configuration.PrinterConfiguration
-
- get(K) - Method in interface com.github.javaparser.resolution.cache.Cache
-
Returns the value associated with key
in this cache,
or empty if there is no cached value for key
.
- get(int) - Method in class com.github.javaparser.utils.VisitorList
-
- get(Object) - Method in class com.github.javaparser.utils.VisitorMap
-
- getAccessSpecifier() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithModifiers
-
- getAllAncestors() - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
-
The list of all the ancestors of the current declaration, direct and indirect.
- getAllAncestors(Function<ResolvedReferenceTypeDeclaration, List<ResolvedReferenceType>>) - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
-
The list of all the ancestors of the current declaration, direct and indirect.
- getAllAncestors() - Method in class com.github.javaparser.resolution.model.typesystem.ReferenceTypeImpl
-
- getAllAncestors(Function<ResolvedReferenceTypeDeclaration, List<ResolvedReferenceType>>) - Method in class com.github.javaparser.resolution.model.typesystem.ReferenceTypeImpl
-
- getAllAncestors() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
-
Return all ancestors, that means all superclasses and interfaces.
- getAllAncestors(Function<ResolvedReferenceTypeDeclaration, List<ResolvedReferenceType>>) - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
-
Return all ancestors, that means all superclasses and interfaces.
- getAllClassesAncestors() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
-
- getAllComments() - Method in class com.github.javaparser.ast.CompilationUnit
-
Return a list containing all comments declared in this compilation unit.
- getAllContainedComments() - Method in class com.github.javaparser.ast.Node
-
This is the list of Comment which are contained in the Node either because
they are properly associated to one of its children or because they are floating
around inside the Node
- getAllFields() - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
-
Return a list of all fields, either declared in this declaration or inherited.
- getAllFieldsVisibleToInheritors() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
-
Fields which are visible to inheritors.
- getAllInterfaces() - Method in interface com.github.javaparser.resolution.declarations.ResolvedClassDeclaration
-
Return all the interfaces implemented by this class, either directly or indirectly, including the interfaces
extended by interfaces it implements.
- getAllInterfacesAncestors() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
-
- getAllInterfacesExtended() - Method in interface com.github.javaparser.resolution.declarations.ResolvedInterfaceDeclaration
-
Return the list of interfaces extended directly or indirectly by this one.
- getAllMethods() - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
-
Return a list of all the methods declared of this type declaration, either declared or inherited.
- getAllMethods() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
-
Get a list of all the methods available on this type.
- getAllMethodsVisibleToInheritors() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
-
- getAllNonStaticFields() - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
-
Return a list of all the non static fields, either declared or inherited.
- getAllPropertyMetaModels() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
-
- getAllStaticFields() - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
-
Return a list of all the static fields, either declared or inherited.
- getAllSuperClasses() - Method in interface com.github.javaparser.resolution.declarations.ResolvedClassDeclaration
-
Get all superclasses, with all the type typeParametersValues expressed as functions of the type
typeParametersValues of this declaration.
- getAncestors() - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
-
Resolves the types of all direct ancestors (i.e., the directly extended class and the directly implemented
interfaces) and returns the list of ancestors as a list of resolved reference types.
- getAncestors(boolean) - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
-
Resolves the types of all direct ancestors (i.e., the directly extended class and the directly implemented
interfaces) and returns the list of ancestors as a list of resolved reference types.
- getAnnotation(int) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
-
- getAnnotation(int) - Method in class com.github.javaparser.ast.type.Type
-
- getAnnotationByClass(Class<? extends Annotation>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
-
Try to find an annotation by its class
- getAnnotationByName(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
-
Try to find an annotation by its name
- getAnnotationDeclarationByName(String) - Method in class com.github.javaparser.ast.CompilationUnit
-
Try to get a top level annotation type declaration by its name
- getAnnotationMembers() - Method in interface com.github.javaparser.resolution.declarations.ResolvedAnnotationDeclaration
-
- getAnnotations() - Method in class com.github.javaparser.ast.ArrayCreationLevel
-
- getAnnotations() - Method in class com.github.javaparser.ast.body.BodyDeclaration
-
- getAnnotations() - Method in class com.github.javaparser.ast.body.Parameter
-
- getAnnotations() - Method in class com.github.javaparser.ast.body.ReceiverParameter
-
- getAnnotations() - Method in class com.github.javaparser.ast.expr.VariableDeclarationExpr
-
- getAnnotations() - Method in class com.github.javaparser.ast.modules.ModuleDeclaration
-
- getAnnotations() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
-
- getAnnotations() - Method in class com.github.javaparser.ast.PackageDeclaration
-
Retrieves the list of annotations declared before the package
declaration.
- getAnnotations() - Method in class com.github.javaparser.ast.type.ArrayType.ArrayBracketPair
-
- getAnnotations() - Method in class com.github.javaparser.ast.type.Type
-
- getAnonymousClassBody() - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
-
- getArgument(int) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithArguments
-
- getArgumentPosition(Expression) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithArguments
-
- getArgumentPosition(Expression, Function<Expression, Expression>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithArguments
-
- getArguments() - Method in class com.github.javaparser.ast.body.EnumConstantDeclaration
-
- getArguments() - Method in class com.github.javaparser.ast.expr.MethodCallExpr
-
- getArguments() - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
-
- getArguments() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithArguments
-
- getArguments() - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
-
- getArrayLevel() - Method in class com.github.javaparser.ast.type.ArrayType
-
returns the array level that is 0 for non array type.
- getArrayLevel() - Method in class com.github.javaparser.ast.type.Type
-
- getBegin() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithRange
-
The begin position of this node in the source file.
- getBegin() - Method in class com.github.javaparser.TokenRange
-
- getBeginColumn() - Method in class com.github.javaparser.AbstractCharStream
-
- getBeginColumn() - Method in interface com.github.javaparser.CharStream
-
- getBeginLine() - Method in class com.github.javaparser.AbstractCharStream
-
- getBeginLine() - Method in interface com.github.javaparser.CharStream
-
- getBlockComments() - Method in class com.github.javaparser.ast.comments.CommentsCollection
-
- getBlockTags() - Method in class com.github.javaparser.javadoc.Javadoc
-
- getBody() - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
-
- getBody() - Method in class com.github.javaparser.ast.body.ConstructorDeclaration
-
- getBody() - Method in class com.github.javaparser.ast.body.InitializerDeclaration
-
- getBody() - Method in class com.github.javaparser.ast.body.MethodDeclaration
-
- getBody() - Method in class com.github.javaparser.ast.expr.LambdaExpr
-
- getBody() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithBlockStmt
-
- getBody() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithBody
-
- getBody() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithOptionalBlockStmt
-
- getBody() - Method in class com.github.javaparser.ast.stmt.CatchClause
-
- getBody() - Method in class com.github.javaparser.ast.stmt.DoStmt
-
- getBody() - Method in class com.github.javaparser.ast.stmt.ForEachStmt
-
- getBody() - Method in class com.github.javaparser.ast.stmt.ForStmt
-
- getBody() - Method in class com.github.javaparser.ast.stmt.SynchronizedStmt
-
- getBody() - Method in class com.github.javaparser.ast.stmt.WhileStmt
-
- getBound() - Method in class com.github.javaparser.resolution.types.ResolvedLambdaConstraintType
-
- getBoundedType() - Method in class com.github.javaparser.resolution.types.ResolvedWildcard
-
- getBounds() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
-
The bounds specified for the type parameter.
- getBoxTypeClass() - Method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
-
- getBoxTypeQName() - Method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
-
- getBufSizeAfterExpansion() - Method in class com.github.javaparser.AbstractCharStream
-
- getCache() - Method in class com.github.javaparser.utils.SourceRoot
-
The Java files that have been parsed by this source root object, or have been added manually.
- getCallablesWithSignature(CallableDeclaration.Signature) - Method in class com.github.javaparser.ast.body.TypeDeclaration
-
- getCar() - Method in enum com.github.javaparser.printer.configuration.Indentation.IndentType
-
- getCatchClauses() - Method in class com.github.javaparser.ast.stmt.TryStmt
-
- getCategory() - Method in class com.github.javaparser.JavaToken
-
- getCategory(int) - Static method in class com.github.javaparser.TokenTypes
-
Category of a token, a little more detailed than
The JLS.
- getCause() - Method in class com.github.javaparser.Problem
-
- getCharacterEncoding() - Method in class com.github.javaparser.ParserConfiguration
-
- getCheck() - Method in class com.github.javaparser.ast.stmt.AssertStmt
-
- getChild() - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
-
- getChild() - Method in class com.github.javaparser.printer.lexicalpreservation.Removed
-
- getChildNodes() - Method in class com.github.javaparser.ast.Node
-
Contains all nodes that have this node set as their parent.
- getChildNodesByType(Class<N>) - Method in class com.github.javaparser.ast.Node
-
- 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
-
- getCommentsCollection() - Method in class com.github.javaparser.ParseResult
-
- getCommonAncestor() - Method in class com.github.javaparser.resolution.types.ResolvedUnionType
-
- getCommonType() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithVariables
-
Returns the type that is shared between all variables.
- getCompactConstructors() - Method in class com.github.javaparser.ast.body.RecordDeclaration
-
- getCompare() - Method in class com.github.javaparser.ast.stmt.ForStmt
-
- getCompilationUnit() - Method in class com.github.javaparser.ast.CompilationUnit.Storage
-
- getCompilationUnits() - Method in class com.github.javaparser.utils.SourceRoot
-
The CompilationUnits of the Java files that have been parsed succesfully by this source root object, or have been
added manually.
- getComponentType() - Method in class com.github.javaparser.ast.type.ArrayType
-
- getComponentType() - Method in class com.github.javaparser.resolution.types.ResolvedArrayType
-
- getCondition() - Method in class com.github.javaparser.ast.expr.ConditionalExpr
-
- getCondition() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithCondition
-
- getCondition() - Method in class com.github.javaparser.ast.stmt.DoStmt
-
- getCondition() - Method in class com.github.javaparser.ast.stmt.IfStmt
-
- getCondition() - Method in class com.github.javaparser.ast.stmt.WhileStmt
-
- getCondition() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmConditional
-
- getConfiguration() - Method in class com.github.javaparser.printer.DefaultPrettyPrinter
-
- getConfiguration() - Method in class com.github.javaparser.printer.PrettyPrinter
-
Deprecated.
- getConfiguration() - Method in interface com.github.javaparser.printer.Printer
-
- getConfiguration() - Static method in class com.github.javaparser.StaticJavaParser
-
- getConstructorByParameterTypes(String...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
- getConstructorByParameterTypes(Class<?>...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
- getConstructorParameters() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
-
- getConstructors() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
Find all constructors in the members of this node.
- getConstructors() - Method in interface com.github.javaparser.resolution.declarations.ResolvedClassDeclaration
-
List of constructors available for the class.
- getConstructors() - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
-
- getContainer() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
-
The TypeParametrizable of the container.
- getContainerId() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
-
The ID of the container.
- getContainerQualifiedName() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
-
The qualified name of the container.
- getContainingNodeMetaModel() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
-
- getContent() - Method in class com.github.javaparser.ast.comments.Comment
-
Return the text of the comment.
- getContent() - Method in class com.github.javaparser.javadoc.description.JavadocInlineTag
-
- getContent() - Method in class com.github.javaparser.javadoc.JavadocBlockTag
-
- getContent() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmToken
-
- getCorrespondingDeclaration() - Method in class com.github.javaparser.resolution.model.SymbolReference
-
The corresponding declaration.
- getCursor() - Method in class com.github.javaparser.printer.SourcePrinter
-
Return the current cursor position (line, column) in the source printer buffer.
- getData(DataKey<M>) - Method in class com.github.javaparser.ast.Node
-
Gets data for this node using the given key.
- getDataKeys() - Method in class com.github.javaparser.ast.Node
-
This method was added to support the clone method.
- getDeclaration() - Method in class com.github.javaparser.resolution.MethodUsage
-
- getDeclaration() - Method in class com.github.javaparser.resolution.model.SymbolReference
-
Get the declaration associated with the Symbol.
- getDeclarationAsString(boolean, boolean, boolean) - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
-
The declaration returned has this schema:
[accessSpecifier] className [throws exceptionsList]
- getDeclarationAsString(boolean, boolean, boolean) - Method in class com.github.javaparser.ast.body.ConstructorDeclaration
-
The declaration returned has this schema:
[accessSpecifier] className ([paramType [paramName]])
[throws exceptionsList]
- getDeclarationAsString(boolean, boolean, boolean) - Method in class com.github.javaparser.ast.body.MethodDeclaration
-
The declaration returned has this schema:
[accessSpecifier] [static] [abstract] [final] [native]
[synchronized] returnType methodName ([paramType [paramName]])
[throws exceptionsList]
- getDeclarationAsString() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithDeclaration
-
- getDeclarationAsString(boolean, boolean) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithDeclaration
-
- getDeclarationAsString(boolean, boolean, boolean) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithDeclaration
-
A simple representation of the element declaration.
- getDeclaredAnnotation(String) - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
-
Returns the resolved annotation corresponding to the specified name and declared in this type declaration.
- getDeclaredAnnotations() - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
-
Return a collection of all annotations declared in this type declaration.
- getDeclaredFields() - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
-
Return a list of all the fields declared in this type.
- getDeclaredFields() - Method in class com.github.javaparser.resolution.model.typesystem.ReferenceTypeImpl
-
- getDeclaredFields() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
-
Fields declared on this type.
- getDeclaredMethods() - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
-
Return a list of all the methods declared in this type declaration.
- getDeclaredMethods() - Method in class com.github.javaparser.resolution.model.typesystem.ReferenceTypeImpl
-
- getDeclaredMethods() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
-
Methods declared on this type.
- getDeclaredPropertyMetaModels() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
-
- getDefaultConstructor() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
- getDefaultPrinterConfiguration() - Method in class com.github.javaparser.ast.Node
-
- getDefaultValue() - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
-
- getDefaultValue() - Method in interface com.github.javaparser.resolution.declarations.ResolvedAnnotationMemberDeclaration
-
- getDerivedPropertyMetaModels() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
-
- getDescription() - Method in class com.github.javaparser.javadoc.Javadoc
-
- getDetectedLineEnding() - Method in class com.github.javaparser.LineEndingProcessingProvider
-
- getDimension() - Method in class com.github.javaparser.ast.ArrayCreationLevel
-
- getDirectAncestors() - Method in class com.github.javaparser.resolution.model.typesystem.ReferenceTypeImpl
-
- getDirectAncestors() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
-
Return direct ancestors, that means the superclasses and interfaces implemented directly.
- getDirectives() - Method in class com.github.javaparser.ast.modules.ModuleDeclaration
-
- getDirectory() - Method in class com.github.javaparser.ast.CompilationUnit.Storage
-
- getElement() - Method in class com.github.javaparser.printer.lexicalpreservation.Added
-
- getElement() - Method in interface com.github.javaparser.printer.lexicalpreservation.DifferenceElement
-
Return the CsmElement considered in this DifferenceElement.
- getElement() - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
-
- getElement() - Method in class com.github.javaparser.printer.lexicalpreservation.Removed
-
- getElement() - Method in class com.github.javaparser.printer.lexicalpreservation.Reshuffled
-
- getElements() - Method in class com.github.javaparser.ast.type.IntersectionType
-
- getElements() - Method in class com.github.javaparser.ast.type.UnionType
-
- getElements() - Method in class com.github.javaparser.javadoc.description.JavadocDescription
-
- getElements() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmMix
-
- getElements() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmSequence
-
- getElements() - Method in class com.github.javaparser.resolution.types.ResolvedIntersectionType
-
- getElements() - Method in class com.github.javaparser.resolution.types.ResolvedUnionType
-
- getElementType() - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
-
- getElementType() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithVariables
-
Returns the element type.
- getElementType() - Method in class com.github.javaparser.ast.type.ArrayType
-
Finds the element type, meaning: the type without ArrayTypes around it.
- getElementType() - Method in class com.github.javaparser.ast.type.Type
-
Finds the element type, meaning: the type without ArrayTypes around it.
- getElseElement() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmConditional
-
- getElseExpr() - Method in class com.github.javaparser.ast.expr.ConditionalExpr
-
- getElseStmt() - Method in class com.github.javaparser.ast.stmt.IfStmt
-
- getEncoding() - Method in class com.github.javaparser.ast.CompilationUnit.Storage
-
- getEnd() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithRange
-
The end position of this node in the source file.
- getEnd() - Method in class com.github.javaparser.TokenRange
-
- getEndColumn() - Method in class com.github.javaparser.AbstractCharStream
-
- getEndColumn() - Method in interface com.github.javaparser.CharStream
-
- getEndLine() - Method in class com.github.javaparser.AbstractCharStream
-
- getEndLine() - Method in interface com.github.javaparser.CharStream
-
- getEndOfLineCharacter() - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
-
Deprecated.
- getEntries() - Method in class com.github.javaparser.ast.body.EnumDeclaration
-
- getEntries() - Method in class com.github.javaparser.ast.expr.SwitchExpr
-
- getEntries() - Method in interface com.github.javaparser.ast.nodeTypes.SwitchNode
-
- getEntries() - Method in class com.github.javaparser.ast.stmt.SwitchStmt
-
- getEntry(int) - Method in class com.github.javaparser.ast.body.EnumDeclaration
-
- getEntry(int) - Method in class com.github.javaparser.ast.expr.SwitchExpr
-
- getEntry(int) - Method in interface com.github.javaparser.ast.nodeTypes.SwitchNode
-
- getEntry(int) - Method in class com.github.javaparser.ast.stmt.SwitchStmt
-
- getEnumByName(String) - Method in class com.github.javaparser.ast.CompilationUnit
-
Try to get a top level enum declaration by its name
- getEnumConstant(String) - Method in interface com.github.javaparser.resolution.declarations.ResolvedEnumDeclaration
-
- getEnumConstants() - Method in interface com.github.javaparser.resolution.declarations.ResolvedEnumDeclaration
-
- getErasedSignature() - Method in class com.github.javaparser.resolution.MethodUsage
-
The erased signature of the method.
- getExpression() - Method in class com.github.javaparser.ast.expr.CastExpr
-
- getExpression() - Method in class com.github.javaparser.ast.expr.InstanceOfExpr
-
- getExpression() - Method in class com.github.javaparser.ast.expr.UnaryExpr
-
- getExpression() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithExpression
-
- getExpression() - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
-
- getExpression() - Method in class com.github.javaparser.ast.stmt.ExpressionStmt
-
- getExpression() - Method in class com.github.javaparser.ast.stmt.ReturnStmt
-
- getExpression() - Method in class com.github.javaparser.ast.stmt.SynchronizedStmt
-
- getExpression() - Method in class com.github.javaparser.ast.stmt.ThrowStmt
-
- getExpression() - Method in class com.github.javaparser.ast.stmt.YieldStmt
-
- getExpressionBody() - Method in class com.github.javaparser.ast.expr.LambdaExpr
-
- getExtendedType() - Method in class com.github.javaparser.ast.type.WildcardType
-
- getExtendedTypes() - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
-
- getExtendedTypes() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithExtends
-
- getExtendedTypes(int) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithExtends
-
- getField(String) - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
-
Note that the type of the field should be expressed using the type variables of this particular type.
- getFieldByName(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
- getFields() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
Find all fields in the members of this node.
- getFieldType(String) - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
-
The type of the field could be different from the one in the corresponding FieldDeclaration because
type variables would be solved.
- getFileName() - Method in class com.github.javaparser.ast.CompilationUnit.Storage
-
- getFinallyBlock() - Method in class com.github.javaparser.ast.stmt.TryStmt
-
- getFirst() - Method in class com.github.javaparser.ast.NodeList
-
- getFollowing() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmList
-
- getFooter() - Method in class com.github.javaparser.ast.comments.BlockComment
-
- getFooter() - Method in class com.github.javaparser.ast.comments.Comment
-
- getFooter() - Method in class com.github.javaparser.ast.comments.JavadocComment
-
- getFooter() - Method in class com.github.javaparser.ast.comments.LineComment
-
- getFullyQualifiedName() - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
-
- getFullyQualifiedName() - Method in class com.github.javaparser.ast.body.RecordDeclaration
-
- getFullyQualifiedName() - Method in class com.github.javaparser.ast.body.TypeDeclaration
-
Returns the fully qualified name of this type, derived only from information available in this compilation unit.
- getFunctionalMethod(ResolvedType) - Static method in class com.github.javaparser.resolution.logic.FunctionalInterfaceLogic
-
Get the functional method defined by the type, if any.
- getFunctionalMethod(ResolvedReferenceTypeDeclaration) - Static method in class com.github.javaparser.resolution.logic.FunctionalInterfaceLogic
-
Get the functional method defined by the type, if any.
- getGenericParameterByName(String) - Method in interface com.github.javaparser.resolution.types.parametrization.ResolvedTypeParameterValueProvider
-
- getGenericParameterByName(String) - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
-
Get the type associated with the type parameter with the given name.
- getGetterMethodName() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
-
- getGuard() - Method in class com.github.javaparser.ast.stmt.SwitchEntry
-
- getHeader() - Method in class com.github.javaparser.ast.comments.BlockComment
-
- getHeader() - Method in class com.github.javaparser.ast.comments.Comment
-
- getHeader() - Method in class com.github.javaparser.ast.comments.JavadocComment
-
- getHeader() - Method in class com.github.javaparser.ast.comments.LineComment
-
- 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
-
- getIndentation() - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
-
Deprecated.
- getIndentSize() - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
-
- getIndentType() - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
-
- getIndex() - Method in class com.github.javaparser.ast.expr.ArrayAccessExpr
-
- getInitialization() - Method in class com.github.javaparser.ast.stmt.ForStmt
-
- getInitializer() - Method in class com.github.javaparser.ast.body.VariableDeclarator
-
- getInitializer() - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
-
- getInner() - Method in class com.github.javaparser.ast.expr.EnclosedExpr
-
- getInputCounter() - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider
-
- getInterfaceByName(String) - Method in class com.github.javaparser.ast.CompilationUnit
-
Try to get a top level interface declaration by its name
- getInterfaces() - Method in interface com.github.javaparser.resolution.declarations.ResolvedClassDeclaration
-
Return all the interfaces implemented directly by this class.
- getInterfacesExtended() - Method in interface com.github.javaparser.resolution.declarations.ResolvedInterfaceDeclaration
-
Return the list of interfaces extended directly by this one.
- getInternalType(String) - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
-
Returns a type declaration for the internal type based on name.
- getIterable() - Method in class com.github.javaparser.ast.stmt.ForEachStmt
-
- getJavadoc() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithJavadoc
-
Gets the Javadoc for this node.
- getJavadocComment() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithJavadoc
-
Gets the JavadocComment for this node.
- getJavadocComments() - Method in class com.github.javaparser.ast.comments.CommentsCollection
-
- getKeyword() - Method in class com.github.javaparser.ast.Modifier
-
- getKind() - Method in class com.github.javaparser.JavaToken
-
- getKind() - Method in enum com.github.javaparser.JavaToken.Kind
-
- getLabel() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithOptionalLabel
-
- getLabel() - Method in class com.github.javaparser.ast.stmt.BreakStmt
-
- getLabel() - Method in class com.github.javaparser.ast.stmt.ContinueStmt
-
- getLabel() - Method in class com.github.javaparser.ast.stmt.LabeledStmt
-
- getLabelAsString() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithOptionalLabel
-
- getLabels() - Method in class com.github.javaparser.ast.stmt.SwitchEntry
-
- getLanguageLevel() - Method in class com.github.javaparser.ParserConfiguration
-
- getLast() - Method in class com.github.javaparser.ast.NodeList
-
- getLastAnnotation(Node) - Static method in class com.github.javaparser.utils.PositionUtils
-
- getLastParam() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
-
Utility method to get the last ParameterDeclaration.
- getLeft() - Method in class com.github.javaparser.ast.expr.BinaryExpr
-
- getLevels() - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
-
- getLine() - Method in class com.github.javaparser.AbstractCharStream
-
- getLine() - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider.LineCounter
-
The line of the currently processed input character.
- getLineComments() - Method in class com.github.javaparser.ast.comments.CommentsCollection
-
- getLineCount() - Method in class com.github.javaparser.Range
-
- getLineEnding(int, int, int) - Static method in enum com.github.javaparser.utils.LineSeparator
-
- getLineEndingStyle() - Method in class com.github.javaparser.ast.Node
-
- getLineEndingStyleOrDefault(LineSeparator) - Method in class com.github.javaparser.ast.Node
-
- getLocalDeclarationFromClassname(String) - Method in class com.github.javaparser.ast.CompilationUnit
-
Try to get all local class declarations ending by its name (top level or inner class)
- getLocation() - Method in class com.github.javaparser.Problem
-
- getLowerBound() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
-
Get the type used as lower bound.
- getMaxEnumConstantsToAlignHorizontally() - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
-
Deprecated.
- getMaximumCommonType() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithVariables
-
Returns the type that maximum shared type between all variables.
- getMember(int) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
- getMembers() - Method in class com.github.javaparser.ast.body.TypeDeclaration
-
- getMembers() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
- getMemberValue() - Method in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr
-
- getMessage() - Method in class com.github.javaparser.ast.stmt.AssertStmt
-
- getMessage() - Method in class com.github.javaparser.Problem
-
- getMessage() - Method in exception com.github.javaparser.TokenMgrException
-
You can also modify the body of this method to customize your error messages.
- getMetaModel() - Method in class com.github.javaparser.ast.ArrayCreationLevel
-
- getMetaModel() - Method in class com.github.javaparser.ast.body.AnnotationDeclaration
-
- getMetaModel() - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
-
- getMetaModel() - Method in class com.github.javaparser.ast.body.BodyDeclaration
-
- getMetaModel() - Method in class com.github.javaparser.ast.body.CallableDeclaration
-
- getMetaModel() - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
-
- getMetaModel() - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
-
- getMetaModel() - Method in class com.github.javaparser.ast.body.ConstructorDeclaration
-
- getMetaModel() - Method in class com.github.javaparser.ast.body.EnumConstantDeclaration
-
- getMetaModel() - Method in class com.github.javaparser.ast.body.EnumDeclaration
-
- getMetaModel() - Method in class com.github.javaparser.ast.body.FieldDeclaration
-
- getMetaModel() - Method in class com.github.javaparser.ast.body.InitializerDeclaration
-
- getMetaModel() - Method in class com.github.javaparser.ast.body.MethodDeclaration
-
- getMetaModel() - Method in class com.github.javaparser.ast.body.Parameter
-
- getMetaModel() - Method in class com.github.javaparser.ast.body.ReceiverParameter
-
- getMetaModel() - Method in class com.github.javaparser.ast.body.RecordDeclaration
-
- getMetaModel() - Method in class com.github.javaparser.ast.body.TypeDeclaration
-
- getMetaModel() - Method in class com.github.javaparser.ast.body.VariableDeclarator
-
- getMetaModel() - Method in class com.github.javaparser.ast.comments.BlockComment
-
- getMetaModel() - Method in class com.github.javaparser.ast.comments.Comment
-
- getMetaModel() - Method in class com.github.javaparser.ast.comments.JavadocComment
-
- getMetaModel() - Method in class com.github.javaparser.ast.comments.LineComment
-
- getMetaModel() - Method in class com.github.javaparser.ast.CompilationUnit
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.AnnotationExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.ArrayAccessExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.ArrayInitializerExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.AssignExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.BinaryExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.BooleanLiteralExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.CastExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.CharLiteralExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.ClassExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.ConditionalExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.DoubleLiteralExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.EnclosedExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.Expression
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.FieldAccessExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.InstanceOfExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.IntegerLiteralExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.LambdaExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.LiteralExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.LiteralStringValueExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.LongLiteralExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.MarkerAnnotationExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.MemberValuePair
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.MethodCallExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.MethodReferenceExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.Name
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.NameExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.NormalAnnotationExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.NullLiteralExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.PatternExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.RecordPatternExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.SimpleName
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.StringLiteralExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.SuperExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.SwitchExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.TextBlockLiteralExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.ThisExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.TypeExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.TypePatternExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.UnaryExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.expr.VariableDeclarationExpr
-
- getMetaModel() - Method in class com.github.javaparser.ast.ImportDeclaration
-
- getMetaModel() - Method in class com.github.javaparser.ast.Modifier
-
- getMetaModel() - Method in class com.github.javaparser.ast.modules.ModuleDeclaration
-
- getMetaModel() - Method in class com.github.javaparser.ast.modules.ModuleDirective
-
- getMetaModel() - Method in class com.github.javaparser.ast.modules.ModuleExportsDirective
-
- getMetaModel() - Method in class com.github.javaparser.ast.modules.ModuleOpensDirective
-
- getMetaModel() - Method in class com.github.javaparser.ast.modules.ModuleProvidesDirective
-
- getMetaModel() - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
-
- getMetaModel() - Method in class com.github.javaparser.ast.modules.ModuleUsesDirective
-
- getMetaModel() - Method in class com.github.javaparser.ast.Node
-
- getMetaModel() - Method in class com.github.javaparser.ast.PackageDeclaration
-
- getMetaModel() - Method in class com.github.javaparser.ast.stmt.AssertStmt
-
- getMetaModel() - Method in class com.github.javaparser.ast.stmt.BlockStmt
-
- getMetaModel() - Method in class com.github.javaparser.ast.stmt.BreakStmt
-
- getMetaModel() - Method in class com.github.javaparser.ast.stmt.CatchClause
-
- getMetaModel() - Method in class com.github.javaparser.ast.stmt.ContinueStmt
-
- getMetaModel() - Method in class com.github.javaparser.ast.stmt.DoStmt
-
- getMetaModel() - Method in class com.github.javaparser.ast.stmt.EmptyStmt
-
- getMetaModel() - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
-
- getMetaModel() - Method in class com.github.javaparser.ast.stmt.ExpressionStmt
-
- getMetaModel() - Method in class com.github.javaparser.ast.stmt.ForEachStmt
-
- getMetaModel() - Method in class com.github.javaparser.ast.stmt.ForStmt
-
- getMetaModel() - Method in class com.github.javaparser.ast.stmt.IfStmt
-
- getMetaModel() - Method in class com.github.javaparser.ast.stmt.LabeledStmt
-
- getMetaModel() - Method in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt
-
- getMetaModel() - Method in class com.github.javaparser.ast.stmt.LocalRecordDeclarationStmt
-
- getMetaModel() - Method in class com.github.javaparser.ast.stmt.ReturnStmt
-
- getMetaModel() - Method in class com.github.javaparser.ast.stmt.Statement
-
- getMetaModel() - Method in class com.github.javaparser.ast.stmt.SwitchEntry
-
- getMetaModel() - Method in class com.github.javaparser.ast.stmt.SwitchStmt
-
- getMetaModel() - Method in class com.github.javaparser.ast.stmt.SynchronizedStmt
-
- getMetaModel() - Method in class com.github.javaparser.ast.stmt.ThrowStmt
-
- getMetaModel() - Method in class com.github.javaparser.ast.stmt.TryStmt
-
- getMetaModel() - Method in class com.github.javaparser.ast.stmt.UnparsableStmt
-
- getMetaModel() - Method in class com.github.javaparser.ast.stmt.WhileStmt
-
- getMetaModel() - Method in class com.github.javaparser.ast.stmt.YieldStmt
-
- getMetaModel() - Method in class com.github.javaparser.ast.type.ArrayType
-
- getMetaModel() - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
-
- getMetaModel() - Method in class com.github.javaparser.ast.type.IntersectionType
-
- getMetaModel() - Method in class com.github.javaparser.ast.type.PrimitiveType
-
- getMetaModel() - Method in class com.github.javaparser.ast.type.ReferenceType
-
- getMetaModel() - Method in class com.github.javaparser.ast.type.Type
-
- getMetaModel() - Method in class com.github.javaparser.ast.type.TypeParameter
-
- getMetaModel() - Method in class com.github.javaparser.ast.type.UnionType
-
- getMetaModel() - Method in class com.github.javaparser.ast.type.UnknownType
-
- getMetaModel() - Method in class com.github.javaparser.ast.type.VarType
-
- getMetaModel() - Method in class com.github.javaparser.ast.type.VoidType
-
- getMetaModel() - Method in class com.github.javaparser.ast.type.WildcardType
-
- getMetaModelFieldName() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
-
The name of the field in JavaParserMetaModel for this node meta model.
- getMetaModelFieldName() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
-
The name of the field in the containing BaseNodeMetaModel for this property meta model.
- getMethodDescriptor(Method) - Static method in class com.github.javaparser.utils.TypeUtils
-
- getMethods() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
Find all methods in the members of this node.
- getMethodsByName(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
- getMethodsByParameterTypes(String...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
- getMethodsByParameterTypes(Class<?>...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
- getMethodsBySignature(String, String...) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
- getModifiers() - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
-
Return the modifiers of this member declaration.
- getModifiers() - Method in class com.github.javaparser.ast.body.CallableDeclaration
-
Return the modifiers of this member declaration.
- getModifiers() - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
-
- getModifiers() - Method in class com.github.javaparser.ast.body.FieldDeclaration
-
Return the modifiers of this member declaration.
- getModifiers() - Method in class com.github.javaparser.ast.body.Parameter
-
Return the modifiers of this parameter declaration.
- getModifiers() - Method in class com.github.javaparser.ast.body.TypeDeclaration
-
Return the modifiers of this type declaration.
- getModifiers() - Method in class com.github.javaparser.ast.expr.RecordPatternExpr
-
- getModifiers() - Method in class com.github.javaparser.ast.expr.TypePatternExpr
-
- getModifiers() - Method in class com.github.javaparser.ast.expr.VariableDeclarationExpr
-
Return the modifiers of this variable declaration.
- getModifiers() - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
-
- getModifiers() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithModifiers
-
Return the modifiers of this variable declaration.
- getModule() - Method in class com.github.javaparser.ast.CompilationUnit
-
- getModuleNames() - Method in class com.github.javaparser.ast.modules.ModuleExportsDirective
-
- getModuleNames() - Method in class com.github.javaparser.ast.modules.ModuleOpensDirective
-
- getName() - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
-
- getName() - Method in class com.github.javaparser.ast.body.CallableDeclaration
-
- getName() - Method in class com.github.javaparser.ast.body.CallableDeclaration.Signature
-
- getName() - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
-
- getName() - Method in class com.github.javaparser.ast.body.EnumConstantDeclaration
-
- getName() - Method in class com.github.javaparser.ast.body.Parameter
-
- getName() - Method in class com.github.javaparser.ast.body.ReceiverParameter
-
- getName() - Method in class com.github.javaparser.ast.body.TypeDeclaration
-
- getName() - Method in class com.github.javaparser.ast.body.VariableDeclarator
-
- getName() - Method in class com.github.javaparser.ast.expr.AnnotationExpr
-
- getName() - Method in class com.github.javaparser.ast.expr.ArrayAccessExpr
-
- getName() - Method in class com.github.javaparser.ast.expr.FieldAccessExpr
-
- getName() - Method in class com.github.javaparser.ast.expr.InstanceOfExpr
-
Helper method which, if this is an expression with a type pattern, returns the identifier/name.
- getName() - Method in class com.github.javaparser.ast.expr.MemberValuePair
-
- getName() - Method in class com.github.javaparser.ast.expr.MethodCallExpr
-
- getName() - Method in class com.github.javaparser.ast.expr.NameExpr
-
- getName() - Method in class com.github.javaparser.ast.expr.TypePatternExpr
-
- getName() - Method in class com.github.javaparser.ast.ImportDeclaration
-
Retrieves the name of the import (.* is not included.)
- getName() - Method in class com.github.javaparser.ast.modules.ModuleDeclaration
-
- getName() - Method in class com.github.javaparser.ast.modules.ModuleExportsDirective
-
- getName() - Method in class com.github.javaparser.ast.modules.ModuleOpensDirective
-
- getName() - Method in class com.github.javaparser.ast.modules.ModuleProvidesDirective
-
- getName() - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
-
- getName() - Method in class com.github.javaparser.ast.modules.ModuleUsesDirective
-
- getName() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithName
-
- getName() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithSimpleName
-
- getName() - Method in class com.github.javaparser.ast.PackageDeclaration
-
Return the name expression of the package.
- getName() - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
-
- getName() - Method in class com.github.javaparser.ast.type.TypeParameter
-
Return the name of the paramenter.
- getName() - Method in class com.github.javaparser.javadoc.description.JavadocInlineTag
-
- getName() - Method in class com.github.javaparser.javadoc.JavadocBlockTag
-
- getName() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
-
- getName() - Method in interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
-
Should return the name or return null if the name is not available.
- getName() - Method in interface com.github.javaparser.resolution.declarations.ResolvedEnumConstantDeclaration
-
- getName() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
-
Name of the type parameter.
- getName() - Method in class com.github.javaparser.resolution.MethodUsage
-
- getName() - Method in class com.github.javaparser.resolution.model.Value
-
- getName() - Method in exception 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
-
- getNoParams() - Method in class com.github.javaparser.resolution.MethodUsage
-
Return the number of formal arguments accepted by this method.
- getNumberOfParams() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
-
Number of params.
- getNumberOfSpecifiedExceptions() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
-
Number of exceptions listed in the throws clause.
- getNumericPrimitiveTypes() - Static method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
-
- getOldValue() - Method in class com.github.javaparser.printer.lexicalpreservation.changes.PropertyChange
-
- getOperator() - Method in class com.github.javaparser.ast.expr.AssignExpr
-
- getOperator() - Method in class com.github.javaparser.ast.expr.BinaryExpr
-
- getOperator() - Method in class com.github.javaparser.ast.expr.UnaryExpr
-
- getOrigin() - Method in class com.github.javaparser.ast.type.ArrayType.ArrayBracketPair
-
- getOrigin() - Method in class com.github.javaparser.ast.type.ArrayType
-
- getOrphanComments() - Method in class com.github.javaparser.ast.Node
-
This is a list of Comment which are inside the node and are not associated
with any meaningful AST Node.
- getOutputCounter() - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider
-
- getPackageDeclaration() - Method in class com.github.javaparser.ast.CompilationUnit
-
Retrieves the package declaration of this compilation unit.
- getPackageName() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
-
- getPackageName() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
-
The package name of the declaring type.
- getPackageName() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
-
The package name of the type.
- getPackageName() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
-
The package name of the type bound(s).
- getPairs() - Method in class com.github.javaparser.ast.expr.NormalAnnotationExpr
-
- getParam(int) - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
-
Get the ParameterDeclaration at the corresponding position or throw IllegalArgumentException.
- getParameter(int) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
-
- getParameter() - Method in class com.github.javaparser.ast.stmt.CatchClause
-
Note that the type of the Parameter can be a UnionType.
- getParameterByName(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
-
- getParameterByType(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
-
- getParameterByType(Class<?>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
-
- getParameters() - Method in class com.github.javaparser.ast.body.CallableDeclaration
-
- getParameters() - Method in class com.github.javaparser.ast.body.RecordDeclaration
-
Type declarations do not normally have parameters - e.g.
- getParameters() - Method in class com.github.javaparser.ast.expr.LambdaExpr
-
- getParameters() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithParameters
-
- getParameterTypes() - Method in class com.github.javaparser.ast.body.CallableDeclaration.Signature
-
- getParamType(int) - Method in class com.github.javaparser.resolution.MethodUsage
-
Return the type of the formal argument at the given position.
- getParamTypes() - Method in class com.github.javaparser.resolution.MethodUsage
-
- getParent() - Method in interface com.github.javaparser.resolution.Context
-
- getParent() - Method in interface com.github.javaparser.resolution.TypeSolver
-
Parent of the this TypeSolver.
- getParentNode() - Method in class com.github.javaparser.ast.Node
-
- getParentNode() - Method in class com.github.javaparser.ast.NodeList
-
- getParentNode() - Method in interface com.github.javaparser.HasParentNode
-
Returns the parent node, or Optional.empty
if no parent is set.
- getParentNodeForChildren() - Method in class com.github.javaparser.ast.Node
-
- getParentNodeForChildren() - Method in class com.github.javaparser.ast.NodeList
-
- getParentNodeForChildren() - Method in interface com.github.javaparser.HasParentNode
-
Returns the parent node from the perspective of the children of this node.
- getParsed() - Method in class com.github.javaparser.ast.Node
-
- getParsed() - Method in class com.github.javaparser.ast.stmt.UnparsableStmt
-
- getParser() - Method in class com.github.javaparser.JavaParserAdapter
-
- getParserConfiguration() - Method in class com.github.javaparser.JavaParser
-
- getParserConfiguration() - Method in class com.github.javaparser.JavaParserAdapter
-
- getParserConfiguration() - Static method in class com.github.javaparser.StaticJavaParser
-
Get the configuration for the parse... methods.
- getParserConfiguration() - Method in interface com.github.javaparser.utils.CollectionStrategy
-
- getParserConfiguration() - Method in class com.github.javaparser.utils.ParserCollectionStrategy
-
- getParserConfiguration() - Method in class com.github.javaparser.utils.SourceRoot
-
- getParserConfiguration() - Method in class com.github.javaparser.utils.SourceZip
-
- getPath() - Method in class com.github.javaparser.ast.CompilationUnit.Storage
-
- getPathMatcher(String) - Method in interface com.github.javaparser.utils.CollectionStrategy
-
- getPattern() - Method in class com.github.javaparser.ast.expr.InstanceOfExpr
-
- getPatternList() - Method in class com.github.javaparser.ast.expr.RecordPatternExpr
-
- getPermittedTypes() - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
-
- getPosition() - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider.LineCounter
-
The current position.
- getPositionMapping() - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider
-
- getPostProcessors() - Method in class com.github.javaparser.ast.validator.postprocessors.PostProcessors
-
- getPreceeding() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmList
-
- getPreviousOrder() - Method in class com.github.javaparser.printer.lexicalpreservation.Reshuffled
-
- getPreviousToken() - Method in class com.github.javaparser.JavaToken
-
- getPrimaryType() - Method in class com.github.javaparser.ast.CompilationUnit
-
- getPrimaryTypeName() - Method in class com.github.javaparser.ast.CompilationUnit
-
- getPrimitiveTypeDescriptor(Class<?>) - Static method in class com.github.javaparser.utils.TypeUtils
-
- getPrinter() - Method in class com.github.javaparser.ast.CompilationUnit
-
- getPrinter(PrinterConfiguration) - Method in class com.github.javaparser.ast.CompilationUnit
-
- getPrinter() - Method in class com.github.javaparser.ast.Node
-
- getPrinter(PrinterConfiguration) - Method in class com.github.javaparser.ast.Node
-
- getPrinter() - Method in class com.github.javaparser.utils.SourceRoot
-
Get the printing function.
- getProblem(int) - Method in class com.github.javaparser.ParseResult
-
- getProblems() - Method in exception com.github.javaparser.ParseProblemException
-
- getProblems() - Method in class com.github.javaparser.ParseResult
-
- getProcessors() - Method in class com.github.javaparser.ParserConfiguration
-
- getProperties() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmConditional
-
- getProperty() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmAttribute
-
- getProperty() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmChar
-
- getProperty() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmConditional
-
- getProperty() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmList
-
- getProperty() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmSingleReference
-
- getProperty() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmString
-
- getProperty() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmTextBlock
-
- getProperty() - Method in interface com.github.javaparser.printer.lexicalpreservation.changes.Change
-
- getProperty() - Method in class com.github.javaparser.printer.lexicalpreservation.changes.ListAdditionChange
-
- getProperty() - Method in class com.github.javaparser.printer.lexicalpreservation.changes.ListRemovalChange
-
- getProperty() - Method in class com.github.javaparser.printer.lexicalpreservation.changes.ListReplacementChange
-
- getProperty() - Method in class com.github.javaparser.printer.lexicalpreservation.changes.NoChange
-
- getProperty() - Method in class com.github.javaparser.printer.lexicalpreservation.changes.PropertyChange
-
- getQualifiedClassName() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
-
- getQualifiedName() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
-
The qualified name of the method composed by the qualfied name of the declaring type
followed by a dot and the name of the method.
- getQualifiedName() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
-
The fully qualified name of the type declared.
- getQualifiedName() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
-
The qualified name of the Type Parameter.
- getQualifiedName() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
-
Qualified name of the declaration.
- getQualifiedSignature() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
-
The qualified signature of the method.
- getQualifiedSignature() - Method in class com.github.javaparser.resolution.MethodUsage
-
The qualified signature of the method.
- getQualifier() - Method in class com.github.javaparser.ast.expr.Name
-
- getRange() - Method in class com.github.javaparser.ast.Node
-
- getRange() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithRange
-
- getRange() - Method in class com.github.javaparser.JavaToken
-
- getRawValue(Node) - Method in enum com.github.javaparser.ast.observer.ObservableProperty
-
- getReceiverParameter() - Method in class com.github.javaparser.ast.body.CallableDeclaration
-
- getReceiverParameter() - Method in class com.github.javaparser.ast.body.RecordDeclaration
-
- getRecordByName(String) - Method in class com.github.javaparser.ast.CompilationUnit
-
Try to get a top level record declaration by its name
- getRecordDeclaration() - Method in class com.github.javaparser.ast.stmt.LocalRecordDeclarationStmt
-
- getResources() - Method in class com.github.javaparser.ast.stmt.TryStmt
-
- getResult() - Method in class com.github.javaparser.ParseResult
-
- getReturnType() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodDeclaration
-
The type of the value returned by the current method.
- getRight() - Method in class com.github.javaparser.ast.expr.BinaryExpr
-
- getRoot() - Method in interface com.github.javaparser.resolution.TypeSolver
-
Get the root of the hierarchy of type solver.
- getRoot(Path) - Method in interface com.github.javaparser.utils.CollectionStrategy
-
- getRoot() - Method in class com.github.javaparser.utils.ProjectRoot
-
- getRoot() - Method in class com.github.javaparser.utils.SourceRoot
-
The path that was passed in the constructor.
- getScope() - Method in class com.github.javaparser.ast.expr.FieldAccessExpr
-
- getScope() - Method in class com.github.javaparser.ast.expr.MethodCallExpr
-
- getScope() - Method in class com.github.javaparser.ast.expr.MethodReferenceExpr
-
- getScope() - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
-
- getScope() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithOptionalScope
-
- getScope() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithScope
-
- getScope() - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
-
- getSelectedNode() - Method in class com.github.javaparser.ast.visitor.NodeFinderVisitor
-
Returns the covering node.
- getSelector() - Method in class com.github.javaparser.ast.expr.SwitchExpr
-
- getSelector() - Method in interface com.github.javaparser.ast.nodeTypes.SwitchNode
-
- getSelector() - Method in class com.github.javaparser.ast.stmt.SwitchStmt
-
- getSeparatorPost() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmList
-
- getSeparatorPre() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmList
-
- getSetterMethodName() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
-
- getSignature() - Method in class com.github.javaparser.ast.body.CallableDeclaration
-
- getSignature() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
-
The signature of the method.
- getSignature() - Method in class com.github.javaparser.resolution.MethodUsage
-
The signature of the method.
- getSize() - Method in class com.github.javaparser.printer.configuration.Indentation
-
- getSolvedJavaLangObject() - Method in interface com.github.javaparser.resolution.TypeSolver
-
- getSource() - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
- getSource() - Method in class com.github.javaparser.printer.SourcePrinter
-
- getSourceRoot() - Method in class com.github.javaparser.ast.CompilationUnit.Storage
-
- getSourceRoot(Path) - Method in class com.github.javaparser.utils.ProjectRoot
-
- getSourceRoots() - Method in class com.github.javaparser.utils.ProjectRoot
-
- getSpecifiedException(int) - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
-
Type of the corresponding entry in the throws clause.
- getSpecifiedExceptions() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
-
- getStatement(int) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
-
- getStatement() - Method in class com.github.javaparser.ast.stmt.LabeledStmt
-
- getStatements() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
-
- getStatements() - Method in class com.github.javaparser.ast.stmt.BlockStmt
-
- getStatements() - Method in class com.github.javaparser.ast.stmt.SwitchEntry
-
- getStorage() - Method in class com.github.javaparser.ast.CompilationUnit
-
- getSuffix(int) - Method in class com.github.javaparser.AbstractCharStream
-
- getSuffix(int) - Method in interface com.github.javaparser.CharStream
-
- getSuperClass() - Method in interface com.github.javaparser.resolution.declarations.ResolvedClassDeclaration
-
This is a ReferenceTypeUsage because it could contain type typeParametersValues.
- getSuperNodeMetaModel() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
-
- getSuperType() - Method in class com.github.javaparser.ast.type.WildcardType
-
- getSymbolDeclarations() - Method in interface com.github.javaparser.resolution.SymbolDeclarator
-
- getSymbolResolver() - Method in class com.github.javaparser.ast.Node
-
- getSymbolResolver() - Method in class com.github.javaparser.ParserConfiguration
-
Retrieve the SymbolResolver to be used while parsing, if any.
- getTabSize() - Method in class com.github.javaparser.AbstractCharStream
-
- getTabSize() - Method in interface com.github.javaparser.CharStream
-
- getTabSize() - Method in class com.github.javaparser.ParserConfiguration
-
- getTabWidth() - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
-
- getTagName() - Method in class com.github.javaparser.javadoc.JavadocBlockTag
-
- getTarget() - Method in class com.github.javaparser.ast.expr.AssignExpr
-
- getterName(Class<?>, String) - Static method in class com.github.javaparser.utils.CodeGenerationUtils
-
- getterToPropertyName(String) - Static method in class com.github.javaparser.utils.CodeGenerationUtils
-
- getText() - Method in class com.github.javaparser.JavaToken
-
- getText() - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
-
- getThenElement() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmConditional
-
- getThenExpr() - Method in class com.github.javaparser.ast.expr.ConditionalExpr
-
- getThenStmt() - Method in class com.github.javaparser.ast.stmt.IfStmt
-
- getThrownException(int) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithThrownExceptions
-
- getThrownExceptions() - Method in class com.github.javaparser.ast.body.CallableDeclaration
-
- getThrownExceptions() - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
-
- getThrownExceptions() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithThrownExceptions
-
- getToken() - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
-
- getTokenKind() - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
-
- getTokenRange() - Method in class com.github.javaparser.ast.Node
-
- getTokenRange() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithTokenRange
-
- getTokenRange() - Method in class com.github.javaparser.ast.type.ArrayType.ArrayBracketPair
-
- getTokenType(Node, String, String) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmAttribute
-
Obtain the token type corresponding to the specific value of the attribute.
- getTokenType() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmToken
-
- getTokenType() - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
-
- getTokenType() - Method in class com.github.javaparser.printer.lexicalpreservation.Removed
-
- getTryBlock() - Method in class com.github.javaparser.ast.stmt.TryStmt
-
- getType() - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
-
- getType() - Method in class com.github.javaparser.ast.body.MethodDeclaration
-
- getType() - Method in class com.github.javaparser.ast.body.Parameter
-
- getType() - Method in class com.github.javaparser.ast.body.ReceiverParameter
-
- getType() - Method in class com.github.javaparser.ast.body.VariableDeclarator
-
- getType(int) - Method in class com.github.javaparser.ast.CompilationUnit
-
Convenience method that wraps getTypes()
.
- getType() - Method in class com.github.javaparser.ast.expr.CastExpr
-
- getType() - Method in class com.github.javaparser.ast.expr.ClassExpr
-
- getType() - Method in class com.github.javaparser.ast.expr.InstanceOfExpr
-
- getType() - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
-
- getType() - Method in class com.github.javaparser.ast.expr.PatternExpr
-
- getType() - Method in class com.github.javaparser.ast.expr.TypeExpr
-
- getType() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithType
-
Gets the type
- getType() - Method in class com.github.javaparser.ast.stmt.SwitchEntry
-
- getType() - Method in class com.github.javaparser.ast.type.PrimitiveType
-
- getType() - Method in class com.github.javaparser.javadoc.description.JavadocInlineTag
-
- getType() - Method in class com.github.javaparser.javadoc.JavadocBlockTag
-
- getType() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
-
- getType() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
-
- getType() - Method in class com.github.javaparser.printer.configuration.Indentation
-
- getType() - Method in class com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration.Bound
-
Get the type used in the Bound.
- getType() - Method in interface com.github.javaparser.resolution.declarations.ResolvedValueDeclaration
-
Type of the declaration.
- getType() - Method in class com.github.javaparser.resolution.model.typesystem.LazyType
-
- getType() - Method in class com.github.javaparser.resolution.model.Value
-
- getTypeArguments() - Method in class com.github.javaparser.ast.expr.FieldAccessExpr
-
- getTypeArguments() - Method in class com.github.javaparser.ast.expr.MethodCallExpr
-
- getTypeArguments() - Method in class com.github.javaparser.ast.expr.MethodReferenceExpr
-
- getTypeArguments() - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
-
- getTypeArguments() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithTypeArguments
-
- getTypeArguments() - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
-
- getTypeArguments() - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
-
- getTypeAsString() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithType
-
- getTypeBound() - Method in class com.github.javaparser.ast.type.TypeParameter
-
- getTypeDeclaration() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
-
Corresponding TypeDeclaration
- getTypeName() - Method in class com.github.javaparser.ast.expr.SuperExpr
-
- getTypeName() - Method in class com.github.javaparser.ast.expr.ThisExpr
-
- getTypeName() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
-
- getTypeName() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
-
- getTypeNameForGetter() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
-
- getTypeNameForSetter() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
-
- getTypeNameGenerified() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
-
- getTypeNameGenerified() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
-
- getTypeParameter(int) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithTypeParameters
-
- getTypeParameters() - Method in class com.github.javaparser.ast.body.CallableDeclaration
-
- getTypeParameters() - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
-
- getTypeParameters() - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
-
- getTypeParameters() - Method in class com.github.javaparser.ast.body.RecordDeclaration
-
- getTypeParameters() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithTypeParameters
-
- getTypeParameters() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParametrizable
-
The list of type parameters defined on this element.
- getTypeParametersMap() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
-
Get the values for all type parameters declared on this type.
- getTypes() - Method in class com.github.javaparser.ast.CompilationUnit
-
Return the list of top level types declared in this compilation unit.
- getTypes() - Method in class com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametersMap
-
- getUpdate() - Method in class com.github.javaparser.ast.stmt.ForStmt
-
- getUpperBound() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
-
Get the type used as upper bound.
- getValidators() - Method in class com.github.javaparser.ast.validator.Validators
-
- getValue() - Method in class com.github.javaparser.ast.expr.AssignExpr
-
- getValue() - Method in class com.github.javaparser.ast.expr.BooleanLiteralExpr
-
- getValue() - Method in class com.github.javaparser.ast.expr.LiteralStringValueExpr
-
- getValue() - Method in class com.github.javaparser.ast.expr.MemberValuePair
-
- getValue(Node) - Method in class com.github.javaparser.metamodel.PropertyMetaModel
-
Introspects the node to get the value from this field.
- getValue(ObservableProperty, Node) - Method in interface com.github.javaparser.printer.lexicalpreservation.changes.Change
-
- getValue(ObservableProperty, Node) - Method in class com.github.javaparser.printer.lexicalpreservation.changes.ListAdditionChange
-
- getValue(ObservableProperty, Node) - Method in class com.github.javaparser.printer.lexicalpreservation.changes.ListRemovalChange
-
- getValue(ObservableProperty, Node) - Method in class com.github.javaparser.printer.lexicalpreservation.changes.ListReplacementChange
-
- getValue(ObservableProperty, Node) - Method in class com.github.javaparser.printer.lexicalpreservation.changes.NoChange
-
- getValue(ObservableProperty, Node) - Method in class com.github.javaparser.printer.lexicalpreservation.changes.PropertyChange
-
- getValue(ResolvedTypeParameterDeclaration) - Method in class com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametersMap
-
- getValue() - Method in class com.github.javaparser.Token
-
An optional attribute value of the Token.
- getValueAsBooleanAttribute(Node) - Method in enum com.github.javaparser.ast.observer.ObservableProperty
-
- getValueAsCollection(Node) - Method in enum com.github.javaparser.ast.observer.ObservableProperty
-
- getValueAsMultipleReference(Node) - Method in enum com.github.javaparser.ast.observer.ObservableProperty
-
- getValueAsSingleReference(Node) - Method in enum com.github.javaparser.ast.observer.ObservableProperty
-
- getValueAsStringAttribute(Node) - Method in enum com.github.javaparser.ast.observer.ObservableProperty
-
- getValueBySignature(String) - Method in class com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametersMap
-
- getValues() - Method in class com.github.javaparser.ast.expr.ArrayInitializerExpr
-
- getVarArgsAnnotations() - Method in class com.github.javaparser.ast.body.Parameter
-
- getVariable(int) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithVariables
-
- getVariable() - Method in class com.github.javaparser.ast.stmt.ForEachStmt
-
- getVariableDeclarator() - Method in class com.github.javaparser.ast.stmt.ForEachStmt
-
Convenience method that directly returns this foreach statement's single variable declarator.
- getVariables() - Method in class com.github.javaparser.ast.body.FieldDeclaration
-
- getVariables() - Method in class com.github.javaparser.ast.expr.VariableDeclarationExpr
-
- getVariables() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithVariables
-
- getVerboseMessage() - Method in class com.github.javaparser.Problem
-
- getVisibleField(String) - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
-
Consider only field or inherited field which is not private.
- getVisibleFields() - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
-
Return a list of all fields declared and the inherited ones which are not private.
- getWidth() - Method in enum com.github.javaparser.printer.configuration.Indentation.IndentType
-
- getWith() - Method in class com.github.javaparser.ast.modules.ModuleProvidesDirective
-
- getWrappedNode() - Method in interface com.github.javaparser.resolution.Context
-
Returns the node wrapped in the context
- getZipPath() - Method in class com.github.javaparser.utils.SourceZip
-
Get the path of the ZIP file to be parsed.
- GOTO - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- GT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- guardPropertyMetaModel - Variable in class com.github.javaparser.metamodel.SwitchEntryMetaModel
-
- IDENTIFIER - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- identifierPropertyMetaModel - Variable in class com.github.javaparser.metamodel.MethodReferenceExprMetaModel
-
- identifierPropertyMetaModel - Variable in class com.github.javaparser.metamodel.NameMetaModel
-
- identifierPropertyMetaModel - Variable in class com.github.javaparser.metamodel.SimpleNameMetaModel
-
- IF - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- ifAnnotationDeclaration(Consumer<AnnotationDeclaration>) - Method in class com.github.javaparser.ast.body.AnnotationDeclaration
-
- ifAnnotationDeclaration(Consumer<AnnotationDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
-
- ifAnnotationExpr(Consumer<AnnotationExpr>) - Method in class com.github.javaparser.ast.expr.AnnotationExpr
-
- ifAnnotationExpr(Consumer<AnnotationExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifAnnotationMemberDeclaration(Consumer<AnnotationMemberDeclaration>) - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
-
- ifAnnotationMemberDeclaration(Consumer<AnnotationMemberDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
-
- ifArrayAccessExpr(Consumer<ArrayAccessExpr>) - Method in class com.github.javaparser.ast.expr.ArrayAccessExpr
-
- ifArrayAccessExpr(Consumer<ArrayAccessExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifArrayCreationExpr(Consumer<ArrayCreationExpr>) - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
-
- ifArrayCreationExpr(Consumer<ArrayCreationExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifArrayInitializerExpr(Consumer<ArrayInitializerExpr>) - Method in class com.github.javaparser.ast.expr.ArrayInitializerExpr
-
- ifArrayInitializerExpr(Consumer<ArrayInitializerExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifArrayType(Consumer<ArrayType>) - Method in class com.github.javaparser.ast.type.ArrayType
-
- ifArrayType(Consumer<ArrayType>) - Method in class com.github.javaparser.ast.type.Type
-
- ifAssertStmt(Consumer<AssertStmt>) - Method in class com.github.javaparser.ast.stmt.AssertStmt
-
- ifAssertStmt(Consumer<AssertStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
-
- ifAssignExpr(Consumer<AssignExpr>) - Method in class com.github.javaparser.ast.expr.AssignExpr
-
- ifAssignExpr(Consumer<AssignExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifBinaryExpr(Consumer<BinaryExpr>) - Method in class com.github.javaparser.ast.expr.BinaryExpr
-
- ifBinaryExpr(Consumer<BinaryExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifBlockComment(Consumer<BlockComment>) - Method in class com.github.javaparser.ast.comments.BlockComment
-
- ifBlockComment(Consumer<BlockComment>) - Method in class com.github.javaparser.ast.comments.Comment
-
- ifBlockStmt(Consumer<BlockStmt>) - Method in class com.github.javaparser.ast.stmt.BlockStmt
-
- ifBlockStmt(Consumer<BlockStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
-
- ifBooleanLiteralExpr(Consumer<BooleanLiteralExpr>) - Method in class com.github.javaparser.ast.expr.BooleanLiteralExpr
-
- ifBooleanLiteralExpr(Consumer<BooleanLiteralExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifBreakStmt(Consumer<BreakStmt>) - Method in class com.github.javaparser.ast.stmt.BreakStmt
-
- ifBreakStmt(Consumer<BreakStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
-
- ifCallableDeclaration(Consumer<CallableDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
-
- ifCallableDeclaration(Consumer<CallableDeclaration>) - Method in class com.github.javaparser.ast.body.CallableDeclaration
-
- ifCastExpr(Consumer<CastExpr>) - Method in class com.github.javaparser.ast.expr.CastExpr
-
- ifCastExpr(Consumer<CastExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifCharLiteralExpr(Consumer<CharLiteralExpr>) - Method in class com.github.javaparser.ast.expr.CharLiteralExpr
-
- ifCharLiteralExpr(Consumer<CharLiteralExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifClassExpr(Consumer<ClassExpr>) - Method in class com.github.javaparser.ast.expr.ClassExpr
-
- ifClassExpr(Consumer<ClassExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifClassOrInterfaceDeclaration(Consumer<ClassOrInterfaceDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
-
- ifClassOrInterfaceDeclaration(Consumer<ClassOrInterfaceDeclaration>) - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
-
- ifClassOrInterfaceType(Consumer<ClassOrInterfaceType>) - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
-
- ifClassOrInterfaceType(Consumer<ClassOrInterfaceType>) - Method in class com.github.javaparser.ast.type.Type
-
- ifCompactConstructorDeclaration(Consumer<CompactConstructorDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
-
- ifCompactConstructorDeclaration(Consumer<CompactConstructorDeclaration>) - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
-
- ifConditionalExpr(Consumer<ConditionalExpr>) - Method in class com.github.javaparser.ast.expr.ConditionalExpr
-
- ifConditionalExpr(Consumer<ConditionalExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifConstructorDeclaration(Consumer<ConstructorDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
-
- ifConstructorDeclaration(Consumer<ConstructorDeclaration>) - Method in class com.github.javaparser.ast.body.ConstructorDeclaration
-
- ifContinueStmt(Consumer<ContinueStmt>) - Method in class com.github.javaparser.ast.stmt.ContinueStmt
-
- ifContinueStmt(Consumer<ContinueStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
-
- ifDoStmt(Consumer<DoStmt>) - Method in class com.github.javaparser.ast.stmt.DoStmt
-
- ifDoStmt(Consumer<DoStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
-
- ifDoubleLiteralExpr(Consumer<DoubleLiteralExpr>) - Method in class com.github.javaparser.ast.expr.DoubleLiteralExpr
-
- ifDoubleLiteralExpr(Consumer<DoubleLiteralExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifEmptyStmt(Consumer<EmptyStmt>) - Method in class com.github.javaparser.ast.stmt.EmptyStmt
-
- ifEmptyStmt(Consumer<EmptyStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
-
- ifEnclosedExpr(Consumer<EnclosedExpr>) - Method in class com.github.javaparser.ast.expr.EnclosedExpr
-
- ifEnclosedExpr(Consumer<EnclosedExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifEnumConstantDeclaration(Consumer<EnumConstantDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
-
- ifEnumConstantDeclaration(Consumer<EnumConstantDeclaration>) - Method in class com.github.javaparser.ast.body.EnumConstantDeclaration
-
- ifEnumDeclaration(Consumer<EnumDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
-
- ifEnumDeclaration(Consumer<EnumDeclaration>) - Method in class com.github.javaparser.ast.body.EnumDeclaration
-
- ifExplicitConstructorInvocationStmt(Consumer<ExplicitConstructorInvocationStmt>) - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
-
- ifExplicitConstructorInvocationStmt(Consumer<ExplicitConstructorInvocationStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
-
- ifExpressionStmt(Consumer<ExpressionStmt>) - Method in class com.github.javaparser.ast.stmt.ExpressionStmt
-
- ifExpressionStmt(Consumer<ExpressionStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
-
- ifFieldAccessExpr(Consumer<FieldAccessExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifFieldAccessExpr(Consumer<FieldAccessExpr>) - Method in class com.github.javaparser.ast.expr.FieldAccessExpr
-
- ifFieldDeclaration(Consumer<FieldDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
-
- ifFieldDeclaration(Consumer<FieldDeclaration>) - Method in class com.github.javaparser.ast.body.FieldDeclaration
-
- ifForEachStmt(Consumer<ForEachStmt>) - Method in class com.github.javaparser.ast.stmt.ForEachStmt
-
- ifForEachStmt(Consumer<ForEachStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
-
- ifForStmt(Consumer<ForStmt>) - Method in class com.github.javaparser.ast.stmt.ForStmt
-
- ifForStmt(Consumer<ForStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
-
- ifIfStmt(Consumer<IfStmt>) - Method in class com.github.javaparser.ast.stmt.IfStmt
-
- ifIfStmt(Consumer<IfStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
-
- ifInitializerDeclaration(Consumer<InitializerDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
-
- ifInitializerDeclaration(Consumer<InitializerDeclaration>) - Method in class com.github.javaparser.ast.body.InitializerDeclaration
-
- ifInstanceOfExpr(Consumer<InstanceOfExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifInstanceOfExpr(Consumer<InstanceOfExpr>) - Method in class com.github.javaparser.ast.expr.InstanceOfExpr
-
- ifIntegerLiteralExpr(Consumer<IntegerLiteralExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifIntegerLiteralExpr(Consumer<IntegerLiteralExpr>) - Method in class com.github.javaparser.ast.expr.IntegerLiteralExpr
-
- ifIntersectionType(Consumer<IntersectionType>) - Method in class com.github.javaparser.ast.type.IntersectionType
-
- ifIntersectionType(Consumer<IntersectionType>) - Method in class com.github.javaparser.ast.type.Type
-
- ifJavadocComment(Consumer<JavadocComment>) - Method in class com.github.javaparser.ast.comments.Comment
-
- ifJavadocComment(Consumer<JavadocComment>) - Method in class com.github.javaparser.ast.comments.JavadocComment
-
- ifLabeledStmt(Consumer<LabeledStmt>) - Method in class com.github.javaparser.ast.stmt.LabeledStmt
-
- ifLabeledStmt(Consumer<LabeledStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
-
- ifLambdaExpr(Consumer<LambdaExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifLambdaExpr(Consumer<LambdaExpr>) - Method in class com.github.javaparser.ast.expr.LambdaExpr
-
- ifLineComment(Consumer<LineComment>) - Method in class com.github.javaparser.ast.comments.Comment
-
- ifLineComment(Consumer<LineComment>) - Method in class com.github.javaparser.ast.comments.LineComment
-
- ifLiteralExpr(Consumer<LiteralExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifLiteralExpr(Consumer<LiteralExpr>) - Method in class com.github.javaparser.ast.expr.LiteralExpr
-
- ifLiteralStringValueExpr(Consumer<LiteralStringValueExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifLiteralStringValueExpr(Consumer<LiteralStringValueExpr>) - Method in class com.github.javaparser.ast.expr.LiteralStringValueExpr
-
- ifLocalClassDeclarationStmt(Consumer<LocalClassDeclarationStmt>) - Method in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt
-
- ifLocalClassDeclarationStmt(Consumer<LocalClassDeclarationStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
-
- ifLocalRecordDeclarationStmt(Consumer<LocalRecordDeclarationStmt>) - Method in class com.github.javaparser.ast.stmt.LocalRecordDeclarationStmt
-
- ifLocalRecordDeclarationStmt(Consumer<LocalRecordDeclarationStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
-
- ifLongLiteralExpr(Consumer<LongLiteralExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifLongLiteralExpr(Consumer<LongLiteralExpr>) - Method in class com.github.javaparser.ast.expr.LongLiteralExpr
-
- ifMarkerAnnotationExpr(Consumer<MarkerAnnotationExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifMarkerAnnotationExpr(Consumer<MarkerAnnotationExpr>) - Method in class com.github.javaparser.ast.expr.MarkerAnnotationExpr
-
- ifMethodCallExpr(Consumer<MethodCallExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifMethodCallExpr(Consumer<MethodCallExpr>) - Method in class com.github.javaparser.ast.expr.MethodCallExpr
-
- ifMethodDeclaration(Consumer<MethodDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
-
- ifMethodDeclaration(Consumer<MethodDeclaration>) - Method in class com.github.javaparser.ast.body.MethodDeclaration
-
- ifMethodReferenceExpr(Consumer<MethodReferenceExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifMethodReferenceExpr(Consumer<MethodReferenceExpr>) - Method in class com.github.javaparser.ast.expr.MethodReferenceExpr
-
- ifModuleExportsDirective(Consumer<ModuleExportsDirective>) - Method in class com.github.javaparser.ast.modules.ModuleDirective
-
- ifModuleExportsDirective(Consumer<ModuleExportsDirective>) - Method in class com.github.javaparser.ast.modules.ModuleExportsDirective
-
- ifModuleExportsStmt(Consumer<ModuleExportsDirective>) - Method in class com.github.javaparser.ast.modules.ModuleDirective
-
- ifModuleExportsStmt(Consumer<ModuleExportsDirective>) - Method in class com.github.javaparser.ast.modules.ModuleExportsDirective
-
- ifModuleOpensDirective(Consumer<ModuleOpensDirective>) - Method in class com.github.javaparser.ast.modules.ModuleDirective
-
- ifModuleOpensDirective(Consumer<ModuleOpensDirective>) - Method in class com.github.javaparser.ast.modules.ModuleOpensDirective
-
- ifModuleOpensStmt(Consumer<ModuleOpensDirective>) - Method in class com.github.javaparser.ast.modules.ModuleDirective
-
- ifModuleOpensStmt(Consumer<ModuleOpensDirective>) - Method in class com.github.javaparser.ast.modules.ModuleOpensDirective
-
- ifModuleProvidesDirective(Consumer<ModuleProvidesDirective>) - Method in class com.github.javaparser.ast.modules.ModuleDirective
-
- ifModuleProvidesDirective(Consumer<ModuleProvidesDirective>) - Method in class com.github.javaparser.ast.modules.ModuleProvidesDirective
-
- ifModuleProvidesStmt(Consumer<ModuleProvidesDirective>) - Method in class com.github.javaparser.ast.modules.ModuleDirective
-
- ifModuleProvidesStmt(Consumer<ModuleProvidesDirective>) - Method in class com.github.javaparser.ast.modules.ModuleProvidesDirective
-
- ifModuleRequiresDirective(Consumer<ModuleRequiresDirective>) - Method in class com.github.javaparser.ast.modules.ModuleDirective
-
- ifModuleRequiresDirective(Consumer<ModuleRequiresDirective>) - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
-
- ifModuleRequiresStmt(Consumer<ModuleRequiresDirective>) - Method in class com.github.javaparser.ast.modules.ModuleDirective
-
- ifModuleRequiresStmt(Consumer<ModuleRequiresDirective>) - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
-
- ifModuleUsesDirective(Consumer<ModuleUsesDirective>) - Method in class com.github.javaparser.ast.modules.ModuleDirective
-
- ifModuleUsesDirective(Consumer<ModuleUsesDirective>) - Method in class com.github.javaparser.ast.modules.ModuleUsesDirective
-
- ifModuleUsesStmt(Consumer<ModuleUsesDirective>) - Method in class com.github.javaparser.ast.modules.ModuleDirective
-
- ifModuleUsesStmt(Consumer<ModuleUsesDirective>) - Method in class com.github.javaparser.ast.modules.ModuleUsesDirective
-
- ifNameExpr(Consumer<NameExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifNameExpr(Consumer<NameExpr>) - Method in class com.github.javaparser.ast.expr.NameExpr
-
- ifNonEmpty(Consumer<? super NodeList<N>>) - Method in class com.github.javaparser.ast.NodeList
-
- ifNormalAnnotationExpr(Consumer<NormalAnnotationExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifNormalAnnotationExpr(Consumer<NormalAnnotationExpr>) - Method in class com.github.javaparser.ast.expr.NormalAnnotationExpr
-
- ifNullLiteralExpr(Consumer<NullLiteralExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifNullLiteralExpr(Consumer<NullLiteralExpr>) - Method in class com.github.javaparser.ast.expr.NullLiteralExpr
-
- ifObjectCreationExpr(Consumer<ObjectCreationExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifObjectCreationExpr(Consumer<ObjectCreationExpr>) - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
-
- ifPatternExpr(Consumer<PatternExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifPatternExpr(Consumer<PatternExpr>) - Method in class com.github.javaparser.ast.expr.PatternExpr
-
- ifPrimitiveType(Consumer<PrimitiveType>) - Method in class com.github.javaparser.ast.type.PrimitiveType
-
- ifPrimitiveType(Consumer<PrimitiveType>) - Method in class com.github.javaparser.ast.type.Type
-
- ifRecordDeclaration(Consumer<RecordDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
-
- ifRecordDeclaration(Consumer<RecordDeclaration>) - Method in class com.github.javaparser.ast.body.RecordDeclaration
-
- ifRecordPatternExpr(Consumer<RecordPatternExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifRecordPatternExpr(Consumer<RecordPatternExpr>) - Method in class com.github.javaparser.ast.expr.RecordPatternExpr
-
- ifReferenceType(Consumer<ReferenceType>) - Method in class com.github.javaparser.ast.type.ReferenceType
-
- ifReferenceType(Consumer<ReferenceType>) - Method in class com.github.javaparser.ast.type.Type
-
- ifReturnStmt(Consumer<ReturnStmt>) - Method in class com.github.javaparser.ast.stmt.ReturnStmt
-
- ifReturnStmt(Consumer<ReturnStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
-
- ifSingleMemberAnnotationExpr(Consumer<SingleMemberAnnotationExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifSingleMemberAnnotationExpr(Consumer<SingleMemberAnnotationExpr>) - Method in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr
-
- IfStmt - Class in com.github.javaparser.ast.stmt
-
An if-then-else statement.
- IfStmt() - Constructor for class com.github.javaparser.ast.stmt.IfStmt
-
- IfStmt(Expression, Statement, Statement) - Constructor for class com.github.javaparser.ast.stmt.IfStmt
-
- IfStmt(TokenRange, Expression, Statement, Statement) - Constructor for class com.github.javaparser.ast.stmt.IfStmt
-
This constructor is used by the parser and is considered private.
- IfStmtMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- ifStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- ifStringLiteralExpr(Consumer<StringLiteralExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifStringLiteralExpr(Consumer<StringLiteralExpr>) - Method in class com.github.javaparser.ast.expr.StringLiteralExpr
-
- ifSuccessful(Consumer<T>) - Method in class com.github.javaparser.ParseResult
-
Calls the consumer with the result if parsing was succesful.
- ifSuperExpr(Consumer<SuperExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifSuperExpr(Consumer<SuperExpr>) - Method in class com.github.javaparser.ast.expr.SuperExpr
-
- ifSwitchExpr(Consumer<SwitchExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifSwitchExpr(Consumer<SwitchExpr>) - Method in class com.github.javaparser.ast.expr.SwitchExpr
-
- ifSwitchStmt(Consumer<SwitchStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
-
- ifSwitchStmt(Consumer<SwitchStmt>) - Method in class com.github.javaparser.ast.stmt.SwitchStmt
-
- ifSynchronizedStmt(Consumer<SynchronizedStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
-
- ifSynchronizedStmt(Consumer<SynchronizedStmt>) - Method in class com.github.javaparser.ast.stmt.SynchronizedStmt
-
- ifTextBlockLiteralExpr(Consumer<TextBlockLiteralExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifTextBlockLiteralExpr(Consumer<TextBlockLiteralExpr>) - Method in class com.github.javaparser.ast.expr.TextBlockLiteralExpr
-
- ifThisExpr(Consumer<ThisExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifThisExpr(Consumer<ThisExpr>) - Method in class com.github.javaparser.ast.expr.ThisExpr
-
- ifThrowStmt(Consumer<ThrowStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
-
- ifThrowStmt(Consumer<ThrowStmt>) - Method in class com.github.javaparser.ast.stmt.ThrowStmt
-
- ifTryStmt(Consumer<TryStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
-
- ifTryStmt(Consumer<TryStmt>) - Method in class com.github.javaparser.ast.stmt.TryStmt
-
- ifTypeDeclaration(Consumer<TypeDeclaration>) - Method in class com.github.javaparser.ast.body.BodyDeclaration
-
- ifTypeDeclaration(Consumer<TypeDeclaration>) - Method in class com.github.javaparser.ast.body.TypeDeclaration
-
- ifTypeExpr(Consumer<TypeExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifTypeExpr(Consumer<TypeExpr>) - Method in class com.github.javaparser.ast.expr.TypeExpr
-
- ifTypeParameter(Consumer<TypeParameter>) - Method in class com.github.javaparser.ast.type.Type
-
- ifTypeParameter(Consumer<TypeParameter>) - Method in class com.github.javaparser.ast.type.TypeParameter
-
- ifTypePatternExpr(Consumer<TypePatternExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifTypePatternExpr(Consumer<TypePatternExpr>) - Method in class com.github.javaparser.ast.expr.TypePatternExpr
-
- ifUnaryExpr(Consumer<UnaryExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifUnaryExpr(Consumer<UnaryExpr>) - Method in class com.github.javaparser.ast.expr.UnaryExpr
-
- ifUnionType(Consumer<UnionType>) - Method in class com.github.javaparser.ast.type.Type
-
- ifUnionType(Consumer<UnionType>) - Method in class com.github.javaparser.ast.type.UnionType
-
- ifUnknownType(Consumer<UnknownType>) - Method in class com.github.javaparser.ast.type.Type
-
- ifUnknownType(Consumer<UnknownType>) - Method in class com.github.javaparser.ast.type.UnknownType
-
- ifUnparsableStmt(Consumer<UnparsableStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
-
- ifUnparsableStmt(Consumer<UnparsableStmt>) - Method in class com.github.javaparser.ast.stmt.UnparsableStmt
-
- ifVariableDeclarationExpr(Consumer<VariableDeclarationExpr>) - Method in class com.github.javaparser.ast.expr.Expression
-
- ifVariableDeclarationExpr(Consumer<VariableDeclarationExpr>) - Method in class com.github.javaparser.ast.expr.VariableDeclarationExpr
-
- ifVarType(Consumer<VarType>) - Method in class com.github.javaparser.ast.type.Type
-
- ifVarType(Consumer<VarType>) - Method in class com.github.javaparser.ast.type.VarType
-
- ifVoidType(Consumer<VoidType>) - Method in class com.github.javaparser.ast.type.Type
-
- ifVoidType(Consumer<VoidType>) - Method in class com.github.javaparser.ast.type.VoidType
-
- ifWhileStmt(Consumer<WhileStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
-
- ifWhileStmt(Consumer<WhileStmt>) - Method in class com.github.javaparser.ast.stmt.WhileStmt
-
- ifWildcardType(Consumer<WildcardType>) - Method in class com.github.javaparser.ast.type.Type
-
- ifWildcardType(Consumer<WildcardType>) - Method in class com.github.javaparser.ast.type.WildcardType
-
- ifYieldStmt(Consumer<YieldStmt>) - Method in class com.github.javaparser.ast.stmt.Statement
-
- ifYieldStmt(Consumer<YieldStmt>) - Method in class com.github.javaparser.ast.stmt.YieldStmt
-
- image - Variable in class com.github.javaparser.Token
-
The string image of the token.
- implementedTypesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ClassOrInterfaceDeclarationMetaModel
-
- implementedTypesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.EnumDeclarationMetaModel
-
- implementedTypesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.RecordDeclarationMetaModel
-
- IMPLEMENTS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- IMPORT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- IMPORT_DECLARATION - Static variable in interface com.github.javaparser.ParseStart
-
- ImportDeclaration - Class in com.github.javaparser.ast
-
An import declaration.
- ImportDeclaration(String, boolean, boolean) - Constructor for class com.github.javaparser.ast.ImportDeclaration
-
- ImportDeclaration(Name, boolean, boolean) - Constructor for class com.github.javaparser.ast.ImportDeclaration
-
- ImportDeclaration(TokenRange, Name, boolean, boolean) - Constructor for class com.github.javaparser.ast.ImportDeclaration
-
This constructor is used by the parser and is considered private.
- ImportDeclarationMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- importDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- ImportOrderingStrategy - Interface in com.github.javaparser.printer.configuration
-
- importsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CompilationUnitMetaModel
-
- in(ResolvedPrimitiveType...) - Method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
-
- IN_JAVADOC_COMMENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
Lexical state.
- IN_MULTI_LINE_COMMENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
Lexical state.
- IN_TEXT_BLOCK - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
Lexical state.
- inBuf - Variable in class com.github.javaparser.AbstractCharStream
-
Characters in the backup/pushBack buffer
- INCR - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- indent() - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
-
- indent() - Method in class com.github.javaparser.printer.SourcePrinter
-
Add the default indentation to the current indentation and push it on the indentation stack.
- indent(StringBuilder, int) - Static method in class com.github.javaparser.utils.Utils
-
Make an indent by appending indentLevel tab characters to the builder.
- Indentation - Class in com.github.javaparser.printer.configuration
-
This class defines the characteristics of an indentation: the type (space, tabs..) and the size (How many characters must be used to indent the code).
- Indentation(Indentation.IndentType, int) - Constructor for class com.github.javaparser.printer.configuration.Indentation
-
- Indentation(Indentation.IndentType) - Constructor for class com.github.javaparser.printer.configuration.Indentation
-
- Indentation.IndentType - Enum in com.github.javaparser.printer.configuration
-
- indentWithAlignTo(int) - Method in class com.github.javaparser.printer.SourcePrinter
-
Add to the current indentation until it is reaches "column" and push it on the indentation stack.
- index() - Method in class com.github.javaparser.printer.lexicalpreservation.Difference.ArrayIterator
-
- indexOf(Object) - Method in class com.github.javaparser.ast.NodeList
-
- indexOf(Object) - Method in class com.github.javaparser.utils.VisitorList
-
- indexOfElementByObjectIdentity(List<E>, E) - Static method in class com.github.javaparser.utils.Utils
-
- indexPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ArrayAccessExprMetaModel
-
- InferenceContext - Class in com.github.javaparser.resolution.logic
-
- InferenceContext(TypeSolver) - Constructor for class com.github.javaparser.resolution.logic.InferenceContext
-
- InferenceVariableType - Class in com.github.javaparser.resolution.logic
-
An element using during type inference.
- InferenceVariableType(int, TypeSolver) - Constructor for class com.github.javaparser.resolution.logic.InferenceVariableType
-
- inferTypes(ResolvedType, ResolvedType, Map<ResolvedTypeParameterDeclaration, ResolvedType>) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
-
- info(Supplier<String>) - Method in interface com.github.javaparser.utils.Log.Adapter
-
- info(String, Supplier<Object>...) - Static method in class com.github.javaparser.utils.Log
-
For logging things that are nice to see scrolling by.
- info(Supplier<String>) - Method in class com.github.javaparser.utils.Log.SilentAdapter
-
- info(Supplier<String>) - Method in class com.github.javaparser.utils.Log.StandardOutStandardErrorAdapter
-
- initializationPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ForStmtMetaModel
-
- InitializerDeclaration - Class in com.github.javaparser.ast.body
-
A (possibly static) initializer body.
- InitializerDeclaration() - Constructor for class com.github.javaparser.ast.body.InitializerDeclaration
-
- InitializerDeclaration(boolean, BlockStmt) - Constructor for class com.github.javaparser.ast.body.InitializerDeclaration
-
- InitializerDeclaration(TokenRange, boolean, BlockStmt) - Constructor for class com.github.javaparser.ast.body.InitializerDeclaration
-
This constructor is used by the parser and is considered private.
- InitializerDeclarationMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- initializerDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- initializerPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ArrayCreationExprMetaModel
-
- initializerPropertyMetaModel - Variable in class com.github.javaparser.metamodel.VariableDeclaratorMetaModel
-
- innerList - Variable in class com.github.javaparser.utils.VisitorList
-
- innerPropertyMetaModel - Variable in class com.github.javaparser.metamodel.EnclosedExprMetaModel
-
- input_stream - Variable in class com.github.javaparser.GeneratedJavaParserTokenManager
-
- insert(JavaToken) - Method in class com.github.javaparser.JavaToken
-
Inserts newToken into the token list just before this token.
- insertAfter(JavaToken) - Method in class com.github.javaparser.JavaToken
-
Inserts newToken into the token list just after this token.
- INSTANCE - Static variable in class com.github.javaparser.resolution.model.typesystem.NullType
-
- INSTANCE - Static variable in class com.github.javaparser.resolution.types.ResolvedVoidType
-
- INSTANCEOF - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- InstanceOfExpr - Class in com.github.javaparser.ast.expr
-
The instanceof statement
Java ??
- InstanceOfExpr() - Constructor for class com.github.javaparser.ast.expr.InstanceOfExpr
-
- InstanceOfExpr(Expression, ReferenceType) - Constructor for class com.github.javaparser.ast.expr.InstanceOfExpr
-
- InstanceOfExpr(Expression, ReferenceType, PatternExpr) - Constructor for class com.github.javaparser.ast.expr.InstanceOfExpr
-
- InstanceOfExpr(TokenRange, Expression, ReferenceType, PatternExpr) - Constructor for class com.github.javaparser.ast.expr.InstanceOfExpr
-
This constructor is used by the parser and is considered private.
- InstanceOfExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- instanceOfExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- INT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- INTEGER_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- IntegerLiteralExpr - Class in com.github.javaparser.ast.expr
-
All ways to specify an int literal.
- IntegerLiteralExpr() - Constructor for class com.github.javaparser.ast.expr.IntegerLiteralExpr
-
- IntegerLiteralExpr(String) - Constructor for class com.github.javaparser.ast.expr.IntegerLiteralExpr
-
- IntegerLiteralExpr(TokenRange, String) - Constructor for class com.github.javaparser.ast.expr.IntegerLiteralExpr
-
This constructor is used by the parser and is considered private.
- IntegerLiteralExpr(int) - Constructor for class com.github.javaparser.ast.expr.IntegerLiteralExpr
-
- IntegerLiteralExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- integerLiteralExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- IntelliJImportOrderingStrategy - Class in com.github.javaparser.printer.configuration.imports
-
- IntelliJImportOrderingStrategy() - Constructor for class com.github.javaparser.printer.configuration.imports.IntelliJImportOrderingStrategy
-
- INTERFACE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- internalAdjustBuffSize() - Method in class com.github.javaparser.AbstractCharStream
-
- InternalProperty - Annotation Type in com.github.javaparser.metamodel
-
Indicate an internal property of a Node,
meaning it is not part of the meta model.
- internalSetBufLineColumn(int, int) - Method in class com.github.javaparser.AbstractCharStream
-
- internalTypes() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
-
Get the list of types defined inside the current type.
- internalUpdateLineColumn(char) - Method in class com.github.javaparser.AbstractCharStream
-
- IntersectionType - Class in com.github.javaparser.ast.type
-
Represents a set of types.
- IntersectionType(NodeList<ReferenceType>) - Constructor for class com.github.javaparser.ast.type.IntersectionType
-
- IntersectionType(TokenRange, NodeList<ReferenceType>) - Constructor for class com.github.javaparser.ast.type.IntersectionType
-
This constructor is used by the parser and is considered private.
- IntersectionTypeMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- intersectionTypeMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- intType() - Static method in class com.github.javaparser.ast.type.PrimitiveType
-
- INVALID - Static variable in class com.github.javaparser.JavaToken
-
- invalid() - Method in class com.github.javaparser.JavaToken
-
Used by the parser while constructing nodes.
- invalid() - Method in class com.github.javaparser.Position
-
- INVALID - Static variable in class com.github.javaparser.TokenRange
-
- INVALID_LEXICAL_STATE - Static variable in exception com.github.javaparser.TokenMgrException
-
Tried to change to an invalid lexical state.
- is(Class<? extends Node>) - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
-
- is(Class<? extends Node>, String) - Method in class com.github.javaparser.metamodel.PropertyMetaModel
-
- is(String) - Method in class com.github.javaparser.metamodel.PropertyMetaModel
-
- IS_NOT_ENCLOSED_EXPR - Static variable in class com.github.javaparser.ast.expr.Expression
-
Returns
true
when the Node to be tested is not an
EnclosedExpr
,
false
otherwise.
- isAboutNodes() - Method in enum com.github.javaparser.ast.observer.ObservableProperty
-
- isAboutValues() - Method in enum com.github.javaparser.ast.observer.ObservableProperty
-
- isAbstract() - Method in class com.github.javaparser.ast.body.MethodDeclaration
-
- isAbstract() - Method in interface com.github.javaparser.ast.nodeTypes.modifiers.NodeWithAbstractModifier
-
- isAbstract() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
-
- isAbstract() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodDeclaration
-
Is the method abstract?
- isActivated(ConfigurationOption) - Method in class com.github.javaparser.printer.configuration.DefaultPrinterConfiguration
-
- isActivated(ConfigurationOption) - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
-
Deprecated.
- isActivated(ConfigurationOption) - Method in interface com.github.javaparser.printer.configuration.PrinterConfiguration
-
- isAdded() - Method in class com.github.javaparser.printer.lexicalpreservation.Added
-
- isAdded() - Method in interface com.github.javaparser.printer.lexicalpreservation.DifferenceElement
-
- isAdded() - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
-
- isAdded() - Method in class com.github.javaparser.printer.lexicalpreservation.Removed
-
- isAdded() - Method in class com.github.javaparser.printer.lexicalpreservation.Reshuffled
-
- isAfter(Position) - Method in class com.github.javaparser.Position
-
- isAfter(Position) - Method in class com.github.javaparser.Range
-
- isAfter(Range) - Method in class com.github.javaparser.Range
-
- isAfterOrEqual(Position) - Method in class com.github.javaparser.Position
-
- isAncestorOf(Node) - Method in class com.github.javaparser.ast.Node
-
Determines whether this node is an ancestor of the given node.
- isAnnotation() - Method in interface com.github.javaparser.resolution.declarations.ResolvedAnnotationDeclaration
-
- isAnnotation() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
-
Is this the declaration of an annotation?
- isAnnotationDeclaration() - Method in class com.github.javaparser.ast.body.AnnotationDeclaration
-
- isAnnotationDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
-
- isAnnotationExpr() - Method in class com.github.javaparser.ast.expr.AnnotationExpr
-
- isAnnotationExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isAnnotationMemberDeclaration() - Method in class com.github.javaparser.ast.body.AnnotationMemberDeclaration
-
- isAnnotationMemberDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
-
- isAnnotationPresent(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
-
Check whether an annotation with this name is present on this element
- isAnnotationPresent(Class<? extends Annotation>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithAnnotations
-
Check whether an annotation with this class is present on this element
- isAnonymousClass() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
-
Is this type declaration corresponding to an anonymous class?
- isApplicable(ResolvedConstructorDeclaration, List<ResolvedType>, TypeSolver) - Static method in class com.github.javaparser.resolution.logic.ConstructorResolutionLogic
-
- isApplicable(ResolvedMethodDeclaration, String, List<ResolvedType>, TypeSolver) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
-
- isApplicable(MethodUsage, String, List<ResolvedType>, TypeSolver) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
-
Note the specific naming here -- parameters are part of the method declaration,
while arguments are the values passed when calling a method.
- isArray() - Method in class com.github.javaparser.resolution.model.LambdaArgumentTypePlaceholder
-
- isArray() - Method in class com.github.javaparser.resolution.model.typesystem.LazyType
-
- isArray() - Method in class com.github.javaparser.resolution.model.typesystem.NullType
-
- isArray() - Method in class com.github.javaparser.resolution.types.ResolvedArrayType
-
- isArray() - Method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
-
- isArray() - Method in interface com.github.javaparser.resolution.types.ResolvedType
-
- isArray() - Method in class com.github.javaparser.resolution.types.ResolvedTypeVariable
-
- isArrayAccessExpr() - Method in class com.github.javaparser.ast.expr.ArrayAccessExpr
-
- isArrayAccessExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isArrayCreationExpr() - Method in class com.github.javaparser.ast.expr.ArrayCreationExpr
-
- isArrayCreationExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isArrayInitializerExpr() - Method in class com.github.javaparser.ast.expr.ArrayInitializerExpr
-
- isArrayInitializerExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isArrayType() - Method in class com.github.javaparser.ast.type.ArrayType
-
- isArrayType() - Method in class com.github.javaparser.ast.type.Type
-
- isAssertStmt() - Method in class com.github.javaparser.ast.stmt.AssertStmt
-
- isAssertStmt() - Method in class com.github.javaparser.ast.stmt.Statement
-
- isAssignableBy(ResolvedType) - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
-
Can we assign instances of the given type to variables having the type defined
by this declaration?
- isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
-
Can we assign instances of the given type to variables having the type defined
by this declaration?
- isAssignableBy(ResolvedType) - Method in class com.github.javaparser.resolution.logic.InferenceVariableType
-
- isAssignableBy(ResolvedType) - Method in class com.github.javaparser.resolution.model.LambdaArgumentTypePlaceholder
-
- isAssignableBy(ResolvedType) - Method in class com.github.javaparser.resolution.model.typesystem.LazyType
-
- isAssignableBy(ResolvedType) - Method in class com.github.javaparser.resolution.model.typesystem.NullType
-
- isAssignableBy(ResolvedType) - Method in class com.github.javaparser.resolution.model.typesystem.ReferenceTypeImpl
-
This method checks if ThisType t = new OtherType() would compile.
- isAssignableBy(ResolvedType) - Method in class com.github.javaparser.resolution.types.ResolvedArrayType
-
- isAssignableBy(ResolvedType) - Method in class com.github.javaparser.resolution.types.ResolvedIntersectionType
-
- isAssignableBy(ResolvedType) - Method in class com.github.javaparser.resolution.types.ResolvedLambdaConstraintType
-
- isAssignableBy(ResolvedType) - Method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
-
- isAssignableBy(ResolvedType) - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
-
This method checks if ThisType t = new OtherType() would compile.
- isAssignableBy(ResolvedType) - Method in interface com.github.javaparser.resolution.types.ResolvedType
-
This method checks if ThisType t = new OtherType() would compile.
- isAssignableBy(ResolvedType) - Method in class com.github.javaparser.resolution.types.ResolvedTypeVariable
-
- isAssignableBy(ResolvedType) - Method in class com.github.javaparser.resolution.types.ResolvedUnionType
-
- isAssignableBy(ResolvedType) - Method in class com.github.javaparser.resolution.types.ResolvedVoidType
-
- isAssignableBy(ResolvedType) - Method in class com.github.javaparser.resolution.types.ResolvedWildcard
-
- isAssignableMatchTypeParameters(ResolvedType, ResolvedType, Map<String, ResolvedType>) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
-
- isAssignableMatchTypeParameters(ResolvedReferenceType, ResolvedReferenceType, Map<String, ResolvedType>) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
-
- isAssignExpr() - Method in class com.github.javaparser.ast.expr.AssignExpr
-
- isAssignExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isAssignmentContext() - Method in class com.github.javaparser.ast.expr.AssignExpr
-
- isAssignmentContext() - Method in class com.github.javaparser.ast.expr.Expression
-
- isAsterisk() - Method in class com.github.javaparser.ast.ImportDeclaration
-
Return if the import ends with "*".
- isAsteriskPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ImportDeclarationMetaModel
-
- isAttribute() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
-
- isAttributeComments() - Method in class com.github.javaparser.ParserConfiguration
-
- isAvailableOn(Node) - Static method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter
-
- isBefore(Position) - Method in class com.github.javaparser.Position
-
- isBefore(Position) - Method in class com.github.javaparser.Range
-
- isBefore(Range) - Method in class com.github.javaparser.Range
-
- isBeforeOrEqual(Position) - Method in class com.github.javaparser.Position
-
- isBinaryExpr() - Method in class com.github.javaparser.ast.expr.BinaryExpr
-
- isBinaryExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isBlockComment() - Method in class com.github.javaparser.ast.comments.BlockComment
-
- isBlockComment() - Method in class com.github.javaparser.ast.comments.Comment
-
- isBlockStmt() - Method in class com.github.javaparser.ast.stmt.BlockStmt
-
- isBlockStmt() - Method in class com.github.javaparser.ast.stmt.Statement
-
- isBoolean() - Method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
-
Is this a boolean type?
- isBooleanLiteralExpr() - Method in class com.github.javaparser.ast.expr.BooleanLiteralExpr
-
- isBooleanLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isBounded() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
-
Return true if the Type variable is bounded
- isBounded() - Method in class com.github.javaparser.resolution.types.ResolvedWildcard
-
- isBoxedType() - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
-
- isBoxType(ResolvedType) - Static method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
-
- isBreakStmt() - Method in class com.github.javaparser.ast.stmt.BreakStmt
-
- isBreakStmt() - Method in class com.github.javaparser.ast.stmt.Statement
-
- isCallableDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
-
- isCallableDeclaration() - Method in class com.github.javaparser.ast.body.CallableDeclaration
-
- isCastExpr() - Method in class com.github.javaparser.ast.expr.CastExpr
-
- isCastExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isCharLiteralExpr() - Method in class com.github.javaparser.ast.expr.CharLiteralExpr
-
- isCharLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isChild() - Method in interface com.github.javaparser.printer.lexicalpreservation.DifferenceElement
-
- isChild() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
-
- isChildOfClass(Class<? extends Node>) - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
-
- isChildOfClass(Class<? extends Node>) - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
-
Is this TextElement representing a child of the given class?
- isChildOfClass(Class<? extends Node>) - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
-
- isClass() - Method in interface com.github.javaparser.resolution.declarations.ResolvedClassDeclaration
-
This method should always return true.
- isClass() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
-
Is this the declaration of a class?
- isClassExpr() - Method in class com.github.javaparser.ast.expr.ClassExpr
-
- isClassExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isClassOrInterfaceDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
-
- isClassOrInterfaceDeclaration() - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
-
- isClassOrInterfaceType() - Method in class com.github.javaparser.ast.type.ClassOrInterfaceType
-
- isClassOrInterfaceType() - Method in class com.github.javaparser.ast.type.Type
-
- isColumnAlignFirstMethodChain() - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
-
Deprecated.
- isColumnAlignParameters() - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
-
Deprecated.
- isComment() - Method in enum com.github.javaparser.JavaToken.Category
-
- isComment() - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
-
- isComment() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
-
- isComment() - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
-
- isComment(int) - Static method in class com.github.javaparser.TokenTypes
-
- isCompactConstructorDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
-
- isCompactConstructorDeclaration() - Method in class com.github.javaparser.ast.body.CompactConstructorDeclaration
-
- isConditionalExpr() - Method in class com.github.javaparser.ast.expr.ConditionalExpr
-
- isConditionalExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isConstraint() - Method in class com.github.javaparser.resolution.types.ResolvedLambdaConstraintType
-
- isConstraint() - Method in interface com.github.javaparser.resolution.types.ResolvedType
-
Is this a lambda constraint type?
- isConstructorDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
-
- isConstructorDeclaration() - Method in class com.github.javaparser.ast.body.ConstructorDeclaration
-
- isContinueStmt() - Method in class com.github.javaparser.ast.stmt.ContinueStmt
-
- isContinueStmt() - Method in class com.github.javaparser.ast.stmt.Statement
-
- isCorrespondingBoxingType(String) - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
-
- isCorrespondingElement(TextElement) - Method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
-
- isCorrespondingElement(TextElement) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmIndent
-
- isCorrespondingElement(TextElement) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmToken
-
- isDefault() - Method in class com.github.javaparser.ast.body.MethodDeclaration
-
- isDefault() - Method in class com.github.javaparser.ast.stmt.SwitchEntry
-
- isDefaultMethod() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodDeclaration
-
Is this a default method?
- isDefaultPropertyMetaModel - Variable in class com.github.javaparser.metamodel.SwitchEntryMetaModel
-
- isDerived() - Method in enum com.github.javaparser.ast.observer.ObservableProperty
-
- isDescendantOf(Node) - Method in interface com.github.javaparser.HasParentNode
-
Determines whether this HasParentNode
node is a descendant of the given node.
- isDetectOriginalLineSeparator() - Method in class com.github.javaparser.ParserConfiguration
-
- isDoNotAssignCommentsPrecedingEmptyLines() - Method in class com.github.javaparser.ParserConfiguration
-
- isDoStmt() - Method in class com.github.javaparser.ast.stmt.DoStmt
-
- isDoStmt() - Method in class com.github.javaparser.ast.stmt.Statement
-
- isDoubleLiteralExpr() - Method in class com.github.javaparser.ast.expr.DoubleLiteralExpr
-
- isDoubleLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isEmpty() - Method in class com.github.javaparser.ast.NodeList
-
- isEmpty() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithMembers
-
- isEmpty() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithStatements
-
- isEmpty() - Method in interface com.github.javaparser.ast.nodeTypes.SwitchNode
-
- isEmpty() - Method in class com.github.javaparser.javadoc.description.JavadocDescription
-
- isEmpty() - Method in interface com.github.javaparser.resolution.cache.Cache
-
Returns True
if the cache is empty, or False
if there's at least a entry stored in cache.
- isEmpty() - Method in class com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametersMap
-
- isEmpty() - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMapping
-
Whether this is the identity transformation.
- isEmpty() - Method in class com.github.javaparser.utils.VisitorList
-
- isEmpty() - Method in class com.github.javaparser.utils.VisitorMap
-
- isEmpty() - Method in class com.github.javaparser.utils.VisitorSet
-
- isEmptyStmt() - Method in class com.github.javaparser.ast.stmt.EmptyStmt
-
- isEmptyStmt() - Method in class com.github.javaparser.ast.stmt.Statement
-
- isEnclosedExpr() - Method in class com.github.javaparser.ast.expr.EnclosedExpr
-
- isEnclosedExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isEnclosingParameters() - Method in class com.github.javaparser.ast.expr.LambdaExpr
-
- isEnclosingParametersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.LambdaExprMetaModel
-
- isEndOfLine() - Method in enum com.github.javaparser.JavaToken.Category
-
- isEndOfLineToken(int) - Static method in class com.github.javaparser.TokenTypes
-
- isEnum() - Method in interface com.github.javaparser.resolution.declarations.ResolvedEnumDeclaration
-
- isEnum() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
-
Is this the declaration of an enum?
- isEnumConstant() - Method in interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
-
Does this declaration represents an enum constant?
- isEnumConstant() - Method in interface com.github.javaparser.resolution.declarations.ResolvedEnumConstantDeclaration
-
- isEnumConstantDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
-
- isEnumConstantDeclaration() - Method in class com.github.javaparser.ast.body.EnumConstantDeclaration
-
- isEnumDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
-
- isEnumDeclaration() - Method in class com.github.javaparser.ast.body.EnumDeclaration
-
- isEvaluatedOnDerivedProperty(ObservableProperty) - Method in interface com.github.javaparser.printer.lexicalpreservation.changes.Change
-
- isExactMatch(ResolvedMethodLikeDeclaration, List<ResolvedType>) - Static method in class com.github.javaparser.resolution.logic.MethodResolutionLogic
-
- isExplicitConstructorInvocationStmt() - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
-
- isExplicitConstructorInvocationStmt() - Method in class com.github.javaparser.ast.stmt.Statement
-
- isExplicitlyTyped() - Method in class com.github.javaparser.ast.expr.LambdaExpr
-
- isExpressionStmt() - Method in class com.github.javaparser.ast.stmt.ExpressionStmt
-
- isExpressionStmt() - Method in class com.github.javaparser.ast.stmt.Statement
-
- isExtends() - Method in class com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration.Bound
-
Is this an extends bound?
- isExtends() - Method in class com.github.javaparser.resolution.types.ResolvedWildcard
-
- isField() - Method in interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
-
Does this declaration represents a class field?
- isField() - Method in interface com.github.javaparser.resolution.declarations.ResolvedFieldDeclaration
-
- isFieldAccessExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isFieldAccessExpr() - Method in class com.github.javaparser.ast.expr.FieldAccessExpr
-
- isFieldDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
-
- isFieldDeclaration() - Method in class com.github.javaparser.ast.body.FieldDeclaration
-
- isFinal() - Method in class com.github.javaparser.ast.body.FieldDeclaration
-
- isFinal() - Method in class com.github.javaparser.ast.body.Parameter
-
Record components (parameters here) are implicitly final, even without the explicitly-added modifier.
- isFinal() - Method in class com.github.javaparser.ast.body.RecordDeclaration
-
Records are implicitly final, even without the explicit modifier.
- isFinal() - Method in interface com.github.javaparser.ast.nodeTypes.modifiers.NodeWithFinalModifier
-
- isFixedArityMethod() - Method in class com.github.javaparser.ast.body.CallableDeclaration
-
- isForEachStmt() - Method in class com.github.javaparser.ast.stmt.ForEachStmt
-
- isForEachStmt() - Method in class com.github.javaparser.ast.stmt.Statement
-
- isForStmt() - Method in class com.github.javaparser.ast.stmt.ForStmt
-
- isForStmt() - Method in class com.github.javaparser.ast.stmt.Statement
-
- isFunctionalInterface() - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
-
This means that the type has a functional method.
- isFunctionalInterfaceType(ResolvedType) - Static method in class com.github.javaparser.resolution.logic.FunctionalInterfaceLogic
-
- isGeneric() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithTypeParameters
-
- isGeneric() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParametrizable
-
- isIdentifier() - Method in enum com.github.javaparser.JavaToken.Category
-
- isIdentifier() - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
-
- isIdentifier() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
-
- isIdentifier() - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
-
- isIfStmt() - Method in class com.github.javaparser.ast.stmt.IfStmt
-
- isIfStmt() - Method in class com.github.javaparser.ast.stmt.Statement
-
- isIgnoreAnnotationsWhenAttributingComments() - Method in class com.github.javaparser.ParserConfiguration
-
- isIgnoreComments() - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
-
Deprecated.
- isIndent() - Method in class com.github.javaparser.printer.lexicalpreservation.Added
-
- isIndent() - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
-
- isIndentCaseInSwitch() - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
-
Deprecated.
- isInferenceVariable() - Method in interface com.github.javaparser.resolution.types.ResolvedType
-
- isInheritable() - Method in interface com.github.javaparser.resolution.declarations.ResolvedAnnotationDeclaration
-
- isInheritedAnnotation(String) - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
-
Returns true if the specified annotation is inheritable.
- isInitializerDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
-
- isInitializerDeclaration() - Method in class com.github.javaparser.ast.body.InitializerDeclaration
-
- isInnerClass() - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
-
- isInstanceOfExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isInstanceOfExpr() - Method in class com.github.javaparser.ast.expr.InstanceOfExpr
-
- isInstanceOfMetaModel(BaseNodeMetaModel) - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
-
- isIntegerLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isIntegerLiteralExpr() - Method in class com.github.javaparser.ast.expr.IntegerLiteralExpr
-
- isInterface() - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
-
- isInterface() - Method in interface com.github.javaparser.resolution.declarations.ResolvedInterfaceDeclaration
-
- isInterface() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
-
Is this the declaration of an interface?
- isInterfacePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ClassOrInterfaceDeclarationMetaModel
-
- isInternal() - Method in class com.github.javaparser.ast.expr.FieldAccessExpr
-
Indicate if this FieldAccessExpr is an element directly contained in a larger FieldAccessExpr.
- isInternal() - Method in class com.github.javaparser.ast.expr.Name
-
An internal name is a name that constitutes a part of a larger Name instance.
- isIntersectionType() - Method in class com.github.javaparser.ast.type.IntersectionType
-
- isIntersectionType() - Method in class com.github.javaparser.ast.type.Type
-
- isInvocationContext() - Method in class com.github.javaparser.ast.expr.Expression
-
- isInvocationContext() - Method in class com.github.javaparser.ast.expr.MethodCallExpr
-
- isJavadocComment() - Method in class com.github.javaparser.ast.comments.Comment
-
- isJavadocComment() - Method in class com.github.javaparser.ast.comments.JavadocComment
-
- isJavaLangEnum() - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
-
- isJavaLangEnum() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
-
- isJavaLangObject() - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
-
We don't make this _ex_plicit in the data representation because that would affect codegen
and make everything generate like <T extends Object>
instead of <T>
- isJavaLangObject() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
-
We don't make this _ex_plicit in the data representation because that would affect codegen
and make everything generate like <T extends Object>
instead of <T>
- isKept() - Method in class com.github.javaparser.printer.lexicalpreservation.Added
-
- isKept() - Method in interface com.github.javaparser.printer.lexicalpreservation.DifferenceElement
-
- isKept() - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
-
- isKept() - Method in class com.github.javaparser.printer.lexicalpreservation.Removed
-
- isKept() - Method in class com.github.javaparser.printer.lexicalpreservation.Reshuffled
-
- isKeyword() - Method in enum com.github.javaparser.JavaToken.Category
-
- isKeyword() - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
-
- isKeyword() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
-
- isKeyword() - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
-
- isLabeledStmt() - Method in class com.github.javaparser.ast.stmt.LabeledStmt
-
- isLabeledStmt() - Method in class com.github.javaparser.ast.stmt.Statement
-
- isLambdaExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isLambdaExpr() - Method in class com.github.javaparser.ast.expr.LambdaExpr
-
- isLexicalPreservationEnabled() - Method in class com.github.javaparser.ParserConfiguration
-
- isLineComment() - Method in class com.github.javaparser.ast.comments.Comment
-
- isLineComment() - Method in class com.github.javaparser.ast.comments.LineComment
-
- isLiteral() - Method in enum com.github.javaparser.JavaToken.Category
-
- isLiteral() - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
-
- isLiteral() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
-
- isLiteral() - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
-
- isLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isLiteralExpr() - Method in class com.github.javaparser.ast.expr.LiteralExpr
-
- isLiteralStringValueExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isLiteralStringValueExpr() - Method in class com.github.javaparser.ast.expr.LiteralStringValueExpr
-
- isLocalClassDeclaration() - Method in class com.github.javaparser.ast.body.ClassOrInterfaceDeclaration
-
- isLocalClassDeclarationStmt() - Method in class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt
-
- isLocalClassDeclarationStmt() - Method in class com.github.javaparser.ast.stmt.Statement
-
- isLocalRecordDeclaration() - Method in class com.github.javaparser.ast.body.RecordDeclaration
-
- isLocalRecordDeclarationStmt() - Method in class com.github.javaparser.ast.stmt.LocalRecordDeclarationStmt
-
- isLocalRecordDeclarationStmt() - Method in class com.github.javaparser.ast.stmt.Statement
-
- isLongLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isLongLiteralExpr() - Method in class com.github.javaparser.ast.expr.LongLiteralExpr
-
- isLowerBounded() - Method in class com.github.javaparser.resolution.types.ResolvedWildcard
-
- isMarkerAnnotationExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isMarkerAnnotationExpr() - Method in class com.github.javaparser.ast.expr.MarkerAnnotationExpr
-
- isMethod() - Method in interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
-
Does this declaration represents a method?
- isMethodCallExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isMethodCallExpr() - Method in class com.github.javaparser.ast.expr.MethodCallExpr
-
- isMethodDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
-
- isMethodDeclaration() - Method in class com.github.javaparser.ast.body.MethodDeclaration
-
- isMethodReferenceExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isMethodReferenceExpr() - Method in class com.github.javaparser.ast.expr.MethodReferenceExpr
-
- isModuleExportsDirective() - Method in class com.github.javaparser.ast.modules.ModuleDirective
-
- isModuleExportsDirective() - Method in class com.github.javaparser.ast.modules.ModuleExportsDirective
-
- isModuleExportsStmt() - Method in class com.github.javaparser.ast.modules.ModuleDirective
-
- isModuleExportsStmt() - Method in class com.github.javaparser.ast.modules.ModuleExportsDirective
-
- isModuleOpensDirective() - Method in class com.github.javaparser.ast.modules.ModuleDirective
-
- isModuleOpensDirective() - Method in class com.github.javaparser.ast.modules.ModuleOpensDirective
-
- isModuleOpensStmt() - Method in class com.github.javaparser.ast.modules.ModuleDirective
-
- isModuleOpensStmt() - Method in class com.github.javaparser.ast.modules.ModuleOpensDirective
-
- isModuleProvidesDirective() - Method in class com.github.javaparser.ast.modules.ModuleDirective
-
- isModuleProvidesDirective() - Method in class com.github.javaparser.ast.modules.ModuleProvidesDirective
-
- isModuleProvidesStmt() - Method in class com.github.javaparser.ast.modules.ModuleDirective
-
- isModuleProvidesStmt() - Method in class com.github.javaparser.ast.modules.ModuleProvidesDirective
-
- isModuleRequiresDirective() - Method in class com.github.javaparser.ast.modules.ModuleDirective
-
- isModuleRequiresDirective() - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
-
- isModuleRequiresStmt() - Method in class com.github.javaparser.ast.modules.ModuleDirective
-
- isModuleRequiresStmt() - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
-
- isModuleUsesDirective() - Method in class com.github.javaparser.ast.modules.ModuleDirective
-
- isModuleUsesDirective() - Method in class com.github.javaparser.ast.modules.ModuleUsesDirective
-
- isModuleUsesStmt() - Method in class com.github.javaparser.ast.modules.ModuleDirective
-
- isModuleUsesStmt() - Method in class com.github.javaparser.ast.modules.ModuleUsesDirective
-
- isMultiple() - Method in enum com.github.javaparser.ast.observer.ObservableProperty
-
- isNameExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isNameExpr() - Method in class com.github.javaparser.ast.expr.NameExpr
-
- isNative() - Method in class com.github.javaparser.ast.body.MethodDeclaration
-
- isNestedType() - Method in class com.github.javaparser.ast.body.TypeDeclaration
-
- isNewLine() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmToken
-
- isNewLine() - Method in class com.github.javaparser.printer.lexicalpreservation.Added
-
- isNewline() - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
-
- isNewLine() - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
-
- isNewLine() - Method in class com.github.javaparser.printer.lexicalpreservation.Removed
-
- isNewline() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
-
- isNewline() - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
-
- isNode() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
-
- isNode(Node) - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
-
- isNodeList() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
-
- isNonEmpty() - Method in class com.github.javaparser.ast.NodeList
-
- isNonEmpty() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
-
- isNormalAnnotationExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isNormalAnnotationExpr() - Method in class com.github.javaparser.ast.expr.NormalAnnotationExpr
-
- isNull(Node) - Method in enum com.github.javaparser.ast.observer.ObservableProperty
-
- isNull() - Method in class com.github.javaparser.resolution.model.typesystem.LazyType
-
- isNull() - Method in class com.github.javaparser.resolution.model.typesystem.NullType
-
- isNull() - Method in interface com.github.javaparser.resolution.types.ResolvedType
-
Is this the null type?
- isNullLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isNullLiteralExpr() - Method in class com.github.javaparser.ast.expr.NullLiteralExpr
-
- isNullOrEmpty(Node) - Method in enum com.github.javaparser.ast.observer.ObservableProperty
-
- isNullOrEmpty(Collection<E>) - Static method in class com.github.javaparser.utils.Utils
-
- isNullOrNotPresent(Node) - Method in enum com.github.javaparser.ast.observer.ObservableProperty
-
- isNumeric() - Method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
-
- isNumericType() - Method in interface com.github.javaparser.resolution.types.ResolvedType
-
- isObjectCreationExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isObjectCreationExpr() - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
-
- isOpen() - Method in class com.github.javaparser.ast.modules.ModuleDeclaration
-
- isOpenPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ModuleDeclarationMetaModel
-
- isOperator() - Method in enum com.github.javaparser.JavaToken.Category
-
- isOptional() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
-
- isOrderImports() - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
-
Deprecated.
- isOrphan() - Method in class com.github.javaparser.ast.comments.Comment
-
- isParameter() - Method in interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
-
Does this declaration represents a method parameter?
- isParameter() - Method in interface com.github.javaparser.resolution.declarations.ResolvedParameterDeclaration
-
- isPatternExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isPatternExpr() - Method in class com.github.javaparser.ast.expr.PatternExpr
-
- isPhantom() - Method in class com.github.javaparser.ast.Node
-
- isPhantom() - Method in class com.github.javaparser.ast.type.UnknownType
-
- isPolyExpression() - Method in class com.github.javaparser.ast.expr.ConditionalExpr
-
- isPolyExpression() - Method in class com.github.javaparser.ast.expr.EnclosedExpr
-
- isPolyExpression() - Method in class com.github.javaparser.ast.expr.Expression
-
See https://docs.oracle.com/javase/specs/jls/se8/html/jls-15.html#jls-15.2
- isPolyExpression() - Method in class com.github.javaparser.ast.expr.LambdaExpr
-
- isPolyExpression() - Method in class com.github.javaparser.ast.expr.MethodCallExpr
-
- isPolyExpression() - Method in class com.github.javaparser.ast.expr.MethodReferenceExpr
-
- isPolyExpression() - Method in class com.github.javaparser.ast.expr.ObjectCreationExpr
-
- isPostfix() - Method in class com.github.javaparser.ast.expr.UnaryExpr
-
- isPostfix() - Method in enum com.github.javaparser.ast.expr.UnaryExpr.Operator
-
- isPrefix() - Method in class com.github.javaparser.ast.expr.UnaryExpr
-
- isPrefix() - Method in enum com.github.javaparser.ast.expr.UnaryExpr.Operator
-
- isPreprocessUnicodeEscapes() - Method in class com.github.javaparser.ParserConfiguration
-
- isPrimitive() - Method in enum com.github.javaparser.JavaToken.Kind
-
- isPrimitive() - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
-
- isPrimitive() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
-
- isPrimitive() - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
-
- isPrimitive() - Method in class com.github.javaparser.resolution.model.typesystem.LazyType
-
- isPrimitive() - Method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
-
- isPrimitive() - Method in interface com.github.javaparser.resolution.types.ResolvedType
-
Is this a primitive type?
- isPrimitiveOrWrapper(Class<?>) - Static method in class com.github.javaparser.utils.ClassUtils
-
- 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 class com.github.javaparser.ast.body.FieldDeclaration
-
- isPublic() - Method in class com.github.javaparser.ast.body.MethodDeclaration
-
- isPublic() - Method in interface com.github.javaparser.ast.nodeTypes.modifiers.NodeWithPublicModifier
-
- isQualified() - Method in class com.github.javaparser.ast.expr.Expression
-
- isRawType() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
-
- isRecordDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
-
- isRecordDeclaration() - Method in class com.github.javaparser.ast.body.RecordDeclaration
-
- isRecordPatternExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isRecordPatternExpr() - Method in class com.github.javaparser.ast.expr.RecordPatternExpr
-
- isReference() - Method in class com.github.javaparser.resolution.model.typesystem.LazyType
-
- isReference() - Method in interface com.github.javaparser.resolution.types.ResolvedType
-
Is this a non primitive value?
- isReferenceType() - Method in class com.github.javaparser.ast.type.ReferenceType
-
- isReferenceType() - Method in class com.github.javaparser.ast.type.Type
-
- isReferenceType() - Method in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
-
- isReferenceType() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
-
Is this the declaration of a reference type?
- isReferenceType() - Method in class com.github.javaparser.resolution.model.LambdaArgumentTypePlaceholder
-
- isReferenceType() - Method in class com.github.javaparser.resolution.model.typesystem.LazyType
-
- isReferenceType() - Method in class com.github.javaparser.resolution.model.typesystem.NullType
-
- isReferenceType() - Method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
-
- isReferenceType() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
-
- isReferenceType() - Method in interface com.github.javaparser.resolution.types.ResolvedType
-
Can this be seen as a ReferenceTypeUsage?
- isReferenceType() - Method in class com.github.javaparser.resolution.types.ResolvedTypeVariable
-
- isRegistered(AstObserver) - Method in class com.github.javaparser.ast.Node
-
- isRegistered(AstObserver) - Method in class com.github.javaparser.ast.NodeList
-
- isRegistered(AstObserver) - Method in interface com.github.javaparser.ast.observer.Observable
-
Was this observer registered?
- isRemoved() - Method in class com.github.javaparser.printer.lexicalpreservation.Added
-
- isRemoved() - Method in interface com.github.javaparser.printer.lexicalpreservation.DifferenceElement
-
- isRemoved() - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
-
- isRemoved() - Method in class com.github.javaparser.printer.lexicalpreservation.Removed
-
- isRemoved() - Method in class com.github.javaparser.printer.lexicalpreservation.Reshuffled
-
- isRequired() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
-
- isReturnStmt() - Method in class com.github.javaparser.ast.stmt.ReturnStmt
-
- isReturnStmt() - Method in class com.github.javaparser.ast.stmt.Statement
-
- isReturnTypeSubstituable(ResolvedType) - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodDeclaration
-
- isReturnTypeSubstituable(MethodUsage) - Method in class com.github.javaparser.resolution.MethodUsage
-
- isRootNode() - Method in class com.github.javaparser.metamodel.BaseNodeMetaModel
-
- isSameSignature(MethodUsage) - Method in class com.github.javaparser.resolution.MethodUsage
-
- isSeparator() - Method in enum com.github.javaparser.JavaToken.Category
-
- isSeparator() - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
-
- isSeparator() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
-
- isSeparator() - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
-
- isSingle() - Method in enum com.github.javaparser.ast.observer.ObservableProperty
-
- isSingleMemberAnnotationExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isSingleMemberAnnotationExpr() - Method in class com.github.javaparser.ast.expr.SingleMemberAnnotationExpr
-
- isSingular() - Method in class com.github.javaparser.metamodel.PropertyMetaModel
-
- isSolved() - Method in class com.github.javaparser.resolution.model.SymbolReference
-
Is the reference solved?
- isSortImportsAlphabetically() - Method in interface com.github.javaparser.printer.configuration.ImportOrderingStrategy
-
- isSortImportsAlphabetically() - Method in class com.github.javaparser.printer.configuration.imports.DefaultImportOrderingStrategy
-
- isSortImportsAlphabetically() - Method in class com.github.javaparser.printer.configuration.imports.EclipseImportOrderingStrategy
-
- isSortImportsAlphabetically() - Method in class com.github.javaparser.printer.configuration.imports.IntelliJImportOrderingStrategy
-
- isSpaceAroundOperators() - Method in class com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
-
Deprecated.
- isSpaceOrTab() - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
-
- isSpaceOrTab() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
-
- isSpaceOrTab() - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
-
- isSpaceOrTab(int) - Static method in class com.github.javaparser.TokenTypes
-
- isStandaloneExpression() - Method in class com.github.javaparser.ast.expr.Expression
-
See https://docs.oracle.com/javase/specs/jls/se8/html/jls-15.html#jls-15.2
- isStandardEol() - Method in enum com.github.javaparser.utils.LineSeparator
-
- isStatic() - Method in class com.github.javaparser.ast.body.FieldDeclaration
-
- isStatic() - Method in class com.github.javaparser.ast.body.InitializerDeclaration
-
- isStatic() - Method in class com.github.javaparser.ast.body.RecordDeclaration
-
Record components are implicitly static when nested (i.e. when the parent isn't a compilation unit).
- isStatic() - Method in class com.github.javaparser.ast.ImportDeclaration
-
- isStatic() - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
-
- isStatic() - Method in interface com.github.javaparser.ast.nodeTypes.modifiers.NodeWithStaticModifier
-
- isStatic() - Method in interface com.github.javaparser.resolution.declarations.ResolvedFieldDeclaration
-
Is the field static?
- isStatic() - Method in interface com.github.javaparser.resolution.declarations.ResolvedMethodDeclaration
-
- isStaticPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ImportDeclarationMetaModel
-
- isStaticPropertyMetaModel - Variable in class com.github.javaparser.metamodel.InitializerDeclarationMetaModel
-
- isStoreTokens() - Method in class com.github.javaparser.ParserConfiguration
-
- isStrictfp() - Method in interface com.github.javaparser.ast.nodeTypes.modifiers.NodeWithStrictfpModifier
-
- isStringLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isStringLiteralExpr() - Method in class com.github.javaparser.ast.expr.StringLiteralExpr
-
- isSubSignature(MethodUsage) - Method in class com.github.javaparser.resolution.MethodUsage
-
- isSuccessful() - Method in class com.github.javaparser.ParseResult
-
- isSuper() - Method in class com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration.Bound
-
Is this a super bound?
- isSuper() - Method in class com.github.javaparser.resolution.types.ResolvedWildcard
-
- isSuperExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isSuperExpr() - Method in class com.github.javaparser.ast.expr.SuperExpr
-
- isSwitchExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isSwitchExpr() - Method in class com.github.javaparser.ast.expr.SwitchExpr
-
- isSwitchStatementEntry() - Method in class com.github.javaparser.ast.stmt.SwitchEntry
-
This is required for the ConcreteSyntaxModel, specifically to determine whether this
entry uses the classic switch statement syntax (e.g.
- isSwitchStmt() - Method in class com.github.javaparser.ast.stmt.Statement
-
- isSwitchStmt() - Method in class com.github.javaparser.ast.stmt.SwitchStmt
-
- isSynchronized() - Method in class com.github.javaparser.ast.body.MethodDeclaration
-
- isSynchronizedStmt() - Method in class com.github.javaparser.ast.stmt.Statement
-
- isSynchronizedStmt() - Method in class com.github.javaparser.ast.stmt.SynchronizedStmt
-
- isTextBlockLiteralExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isTextBlockLiteralExpr() - Method in class com.github.javaparser.ast.expr.TextBlockLiteralExpr
-
- isThis() - Method in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt
-
- isThisExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isThisExpr() - Method in class com.github.javaparser.ast.expr.ThisExpr
-
- isThisPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ExplicitConstructorInvocationStmtMetaModel
-
- isThrown(Class<? extends Throwable>) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithThrownExceptions
-
Check whether this elements throws this exception class.
- isThrown(String) - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithThrownExceptions
-
Check whether this elements throws this exception class
Note that this is simply a text compare,
no actual type resolution takes place.
- isThrowStmt() - Method in class com.github.javaparser.ast.stmt.Statement
-
- isThrowStmt() - Method in class com.github.javaparser.ast.stmt.ThrowStmt
-
- isToken(int) - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
-
- isToken() - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
-
- isToken() - Method in class com.github.javaparser.printer.lexicalpreservation.Removed
-
- isTopLevel() - Method in class com.github.javaparser.ast.expr.FieldAccessExpr
-
Indicate if this FieldAccessExpr is top level, i.e., it is not directly contained in a larger FieldAccessExpr.
- isTopLevel() - Method in class com.github.javaparser.ast.expr.Name
-
A top level name is a name that is not contained in a larger Name instance.
- isTopLevelType() - Method in class com.github.javaparser.ast.body.TypeDeclaration
-
- isTrackLineColumn() - Method in class com.github.javaparser.AbstractCharStream
-
- isTrackLineColumn() - Method in interface com.github.javaparser.CharStream
-
- isTransient() - Method in class com.github.javaparser.ast.body.FieldDeclaration
-
- isTransitive() - Method in class com.github.javaparser.ast.modules.ModuleRequiresDirective
-
- isTryStmt() - Method in class com.github.javaparser.ast.stmt.Statement
-
- isTryStmt() - Method in class com.github.javaparser.ast.stmt.TryStmt
-
- isType() - Method in interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
-
Does this declaration represents a type?
- isType() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
-
- isTypeDeclaration() - Method in class com.github.javaparser.ast.body.BodyDeclaration
-
- isTypeDeclaration() - Method in class com.github.javaparser.ast.body.TypeDeclaration
-
- isTypeExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isTypeExpr() - Method in class com.github.javaparser.ast.expr.TypeExpr
-
- isTypeParameter() - Method in class com.github.javaparser.ast.type.Type
-
- isTypeParameter() - Method in class com.github.javaparser.ast.type.TypeParameter
-
- isTypeParameter() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
-
Is this the declaration of a type parameter?
- isTypeParameter() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
-
- isTypePattern() - Method in interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
-
Does this declaration represents a pattern declaration?
- isTypePattern() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypePatternDeclaration
-
- isTypePatternExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isTypePatternExpr() - Method in class com.github.javaparser.ast.expr.TypePatternExpr
-
- isTypeVariable() - Method in class com.github.javaparser.resolution.model.LambdaArgumentTypePlaceholder
-
- isTypeVariable() - Method in class com.github.javaparser.resolution.model.typesystem.LazyType
-
- isTypeVariable() - Method in class com.github.javaparser.resolution.model.typesystem.NullType
-
- isTypeVariable() - Method in enum com.github.javaparser.resolution.types.ResolvedPrimitiveType
-
- isTypeVariable() - Method in interface com.github.javaparser.resolution.types.ResolvedType
-
- isTypeVariable() - Method in class com.github.javaparser.resolution.types.ResolvedTypeVariable
-
- isUnaryExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isUnaryExpr() - Method in class com.github.javaparser.ast.expr.UnaryExpr
-
- isUnbounded() - Method in interface com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
-
Return true if the Type variable is unbounded
- isUnboxable() - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
-
- isUnboxableTo(ResolvedPrimitiveType) - Method in class com.github.javaparser.resolution.types.ResolvedReferenceType
-
- isUnindent() - Method in class com.github.javaparser.printer.lexicalpreservation.Added
-
- isUnindent() - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
-
- isUnionType() - Method in class com.github.javaparser.ast.type.Type
-
- isUnionType() - Method in class com.github.javaparser.ast.type.UnionType
-
- isUnionType() - Method in interface com.github.javaparser.resolution.types.ResolvedType
-
Is this a union type (as the ones used in multi catch clauses)?
- isUnionType() - Method in class com.github.javaparser.resolution.types.ResolvedUnionType
-
- isUnknownType() - Method in class com.github.javaparser.ast.type.Type
-
- isUnknownType() - Method in class com.github.javaparser.ast.type.UnknownType
-
- isUnparsableStmt() - Method in class com.github.javaparser.ast.stmt.Statement
-
- isUnparsableStmt() - Method in class com.github.javaparser.ast.stmt.UnparsableStmt
-
- isUpperBounded() - Method in class com.github.javaparser.resolution.types.ResolvedWildcard
-
- isUsingDiamondOperator() - Method in interface com.github.javaparser.ast.nodeTypes.NodeWithTypeArguments
-
- isValue() - Method in class com.github.javaparser.ast.expr.BooleanLiteralExpr
-
The code generator likes to generate an "is" getter for boolean, so this here is the generated version,
but "getValue" does the same and makes more sense.
- isVarArgs() - Method in class com.github.javaparser.ast.body.Parameter
-
- isVarArgsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ParameterMetaModel
-
- isVariable() - Method in interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
-
Does this declaration represents a variable?
- isVariableArityMethod() - Method in class com.github.javaparser.ast.body.CallableDeclaration
-
- isVariableDeclarationExpr() - Method in class com.github.javaparser.ast.expr.Expression
-
- isVariableDeclarationExpr() - Method in class com.github.javaparser.ast.expr.VariableDeclarationExpr
-
- isVariadic() - Method in interface com.github.javaparser.resolution.declarations.ResolvedParameterDeclaration
-
Is this parameter declared as variadic?
- isVarType() - Method in class com.github.javaparser.ast.type.Type
-
- isVarType() - Method in class com.github.javaparser.ast.type.VarType
-
- isVoid() - Method in class com.github.javaparser.resolution.model.typesystem.LazyType
-
- isVoid() - Method in interface com.github.javaparser.resolution.types.ResolvedType
-
- isVoid() - Method in class com.github.javaparser.resolution.types.ResolvedVoidType
-
- isVoidType() - Method in class com.github.javaparser.ast.type.Type
-
- isVoidType() - Method in class com.github.javaparser.ast.type.VoidType
-
- isVolatile() - Method in class com.github.javaparser.ast.body.FieldDeclaration
-
- isVolatile() - Method in interface com.github.javaparser.resolution.declarations.ResolvedFieldDeclaration
-
Is the field volatile?
- isWhileStmt() - Method in class com.github.javaparser.ast.stmt.Statement
-
- isWhileStmt() - Method in class com.github.javaparser.ast.stmt.WhileStmt
-
- isWhitespace() - Method in enum com.github.javaparser.JavaToken.Category
-
- isWhiteSpace() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmToken
-
- isWhiteSpace() - Method in class com.github.javaparser.printer.lexicalpreservation.ChildTextElement
-
- isWhiteSpace() - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
-
- isWhiteSpace() - Method in class com.github.javaparser.printer.lexicalpreservation.Removed
-
- isWhiteSpace() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
-
- isWhiteSpace() - Method in class com.github.javaparser.printer.lexicalpreservation.TokenTextElement
-
- isWhitespace(int) - Static method in class com.github.javaparser.TokenTypes
-
- isWhitespaceButNotEndOfLine() - Method in enum com.github.javaparser.JavaToken.Category
-
- isWhitespaceButNotEndOfLine(int) - Static method in class com.github.javaparser.TokenTypes
-
- isWhiteSpaceNotEol() - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmToken
-
- isWhiteSpaceNotEol() - Method in class com.github.javaparser.printer.lexicalpreservation.Removed
-
- isWhitespaceOrComment() - Method in enum com.github.javaparser.JavaToken.Category
-
- isWhiteSpaceOrComment() - Method in class com.github.javaparser.printer.lexicalpreservation.Kept
-
- isWhiteSpaceOrComment() - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
-
- isWhitespaceOrComment(int) - Static method in class com.github.javaparser.TokenTypes
-
- isWildcard() - Method in class com.github.javaparser.resolution.model.typesystem.LazyType
-
- isWildcard() - Method in interface com.github.javaparser.resolution.types.ResolvedType
-
- isWildcard() - Method in class com.github.javaparser.resolution.types.ResolvedWildcard
-
- isWildcardType() - Method in class com.github.javaparser.ast.type.Type
-
- isWildcardType() - Method in class com.github.javaparser.ast.type.WildcardType
-
- isYieldStmt() - Method in class com.github.javaparser.ast.stmt.Statement
-
- isYieldStmt() - Method in class com.github.javaparser.ast.stmt.YieldStmt
-
- isYieldSupported() - Method in enum com.github.javaparser.ParserConfiguration.LanguageLevel
-
- iterablePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ForEachStmtMetaModel
-
- iterator() - Method in class com.github.javaparser.ast.NodeList
-
- iterator() - Method in class com.github.javaparser.TokenRange
-
- iterator() - Method in class com.github.javaparser.utils.VisitorList
-
- iterator() - Method in class com.github.javaparser.utils.VisitorSet
-
- Java10PostProcessor - Class in com.github.javaparser.ast.validator.postprocessors
-
Processes the generic AST into a Java 10 AST and validates it.
- Java10PostProcessor() - Constructor for class com.github.javaparser.ast.validator.postprocessors.Java10PostProcessor
-
- Java10PreviewValidator - Class in com.github.javaparser.ast.validator.language_level_validations
-
This validator validates according to Java 10 syntax rules -- including incubator/preview/second preview features.
- Java10PreviewValidator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java10PreviewValidator
-
- Java10Validator - Class in com.github.javaparser.ast.validator.language_level_validations
-
This validator validates according to Java 10 syntax rules.
- Java10Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java10Validator
-
- Java11PostProcessor - Class in com.github.javaparser.ast.validator.postprocessors
-
Processes the generic AST into a Java 11 AST and validates it.
- Java11PostProcessor() - Constructor for class com.github.javaparser.ast.validator.postprocessors.Java11PostProcessor
-
- Java11PreviewValidator - Class in com.github.javaparser.ast.validator.language_level_validations
-
This validator validates according to Java 11 syntax rules -- including incubator/preview/second preview features.
- Java11PreviewValidator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java11PreviewValidator
-
- Java11Validator - Class in com.github.javaparser.ast.validator.language_level_validations
-
This validator validates according to Java 11 syntax rules.
- Java11Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java11Validator
-
- Java12PostProcessor - Class in com.github.javaparser.ast.validator.postprocessors
-
Processes the generic AST into a Java 12 AST and validates it.
- Java12PostProcessor() - Constructor for class com.github.javaparser.ast.validator.postprocessors.Java12PostProcessor
-
- Java12PreviewValidator - Class in com.github.javaparser.ast.validator.language_level_validations
-
This validator validates according to Java 12 syntax rules -- including incubator/preview/second preview features.
- Java12PreviewValidator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java12PreviewValidator
-
- Java12Validator - Class in com.github.javaparser.ast.validator.language_level_validations
-
This validator validates according to Java 12 syntax rules.
- Java12Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java12Validator
-
- Java13PostProcessor - Class in com.github.javaparser.ast.validator.postprocessors
-
Processes the generic AST into a Java 13 AST and validates it.
- Java13PostProcessor() - Constructor for class com.github.javaparser.ast.validator.postprocessors.Java13PostProcessor
-
- Java13PreviewValidator - Class in com.github.javaparser.ast.validator.language_level_validations
-
This validator validates according to Java 13 syntax rules -- including incubator/preview/second preview features.
- Java13PreviewValidator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java13PreviewValidator
-
- Java13Validator - Class in com.github.javaparser.ast.validator.language_level_validations
-
This validator validates according to Java 13 syntax rules.
- Java13Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java13Validator
-
- Java14PostProcessor - Class in com.github.javaparser.ast.validator.postprocessors
-
Processes the generic AST into a Java 14 AST and validates it.
- Java14PostProcessor() - Constructor for class com.github.javaparser.ast.validator.postprocessors.Java14PostProcessor
-
- Java14PreviewValidator - Class in com.github.javaparser.ast.validator.language_level_validations
-
This validator validates according to Java 14 syntax rules -- including incubator/preview/second preview features.
- Java14PreviewValidator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java14PreviewValidator
-
- Java14Validator - Class in com.github.javaparser.ast.validator.language_level_validations
-
This validator validates according to Java 14 syntax rules.
- Java14Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java14Validator
-
- Java15PostProcessor - Class in com.github.javaparser.ast.validator.postprocessors
-
Processes the generic AST into a Java 15 AST and validates it.
- Java15PostProcessor() - Constructor for class com.github.javaparser.ast.validator.postprocessors.Java15PostProcessor
-
- Java15PreviewValidator - Class in com.github.javaparser.ast.validator.language_level_validations
-
This validator validates according to Java 15 syntax rules -- including incubator/preview/second preview features.
- Java15PreviewValidator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java15PreviewValidator
-
- Java15Validator - Class in com.github.javaparser.ast.validator.language_level_validations
-
This validator validates according to Java 15 syntax rules.
- Java15Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java15Validator
-
- Java16PostProcessor - Class in com.github.javaparser.ast.validator.postprocessors
-
Processes the generic AST into a Java 16 AST and validates it.
- Java16PostProcessor() - Constructor for class com.github.javaparser.ast.validator.postprocessors.Java16PostProcessor
-
- Java16PreviewValidator - Class in com.github.javaparser.ast.validator.language_level_validations
-
This validator validates according to Java 16 syntax rules -- including incubator/preview/second preview features.
- Java16PreviewValidator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java16PreviewValidator
-
- Java16Validator - Class in com.github.javaparser.ast.validator.language_level_validations
-
This validator validates according to Java 16 syntax rules.
- Java16Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java16Validator
-
- Java17PostProcessor - Class in com.github.javaparser.ast.validator.postprocessors
-
Processes the generic AST into a Java 17 AST and validates it.
- Java17PostProcessor() - Constructor for class com.github.javaparser.ast.validator.postprocessors.Java17PostProcessor
-
- Java17PreviewValidator - Class in com.github.javaparser.ast.validator.language_level_validations
-
This validator validates according to Java 17 syntax rules -- including incubator/preview/second preview features.
- Java17PreviewValidator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java17PreviewValidator
-
- Java17Validator - Class in com.github.javaparser.ast.validator.language_level_validations
-
This validator validates according to Java 17 syntax rules.
- Java17Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java17Validator
-
- Java18PostProcessor - Class in com.github.javaparser.ast.validator.postprocessors
-
Processes the generic AST into a Java 18 AST and validates it.
- Java18PostProcessor() - Constructor for class com.github.javaparser.ast.validator.postprocessors.Java18PostProcessor
-
- Java18Validator - Class in com.github.javaparser.ast.validator.language_level_validations
-
This validator validates according to Java 18 syntax rules.
- Java18Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java18Validator
-
- Java19PostProcessor - Class in com.github.javaparser.ast.validator.postprocessors
-
Processes the generic AST into a Java 19 AST and validates it.
- Java19PostProcessor() - Constructor for class com.github.javaparser.ast.validator.postprocessors.Java19PostProcessor
-
- Java19Validator - Class in com.github.javaparser.ast.validator.language_level_validations
-
This validator validates according to Java 19 syntax rules.
- Java19Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java19Validator
-
- 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
-
- Java20PostProcessor - Class in com.github.javaparser.ast.validator.postprocessors
-
Processes the generic AST into a Java 20 AST and validates it.
- Java20PostProcessor() - Constructor for class com.github.javaparser.ast.validator.postprocessors.Java20PostProcessor
-
- Java20Validator - Class in com.github.javaparser.ast.validator.language_level_validations
-
This validator validates according to Java 20 syntax rules.
- Java20Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java20Validator
-
- Java21PostProcessor - Class in com.github.javaparser.ast.validator.postprocessors
-
Processes the generic AST into a Java 21 AST and validates it.
- Java21PostProcessor() - Constructor for class com.github.javaparser.ast.validator.postprocessors.Java21PostProcessor
-
- Java21Validator - Class in com.github.javaparser.ast.validator.language_level_validations
-
This validator validates according to Java 21 syntax rules.
- Java21Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java21Validator
-
- Java5Validator - Class in com.github.javaparser.ast.validator.language_level_validations
-
This validator validates according to Java 5 syntax rules.
- Java5Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java5Validator
-
- Java6Validator - Class in com.github.javaparser.ast.validator.language_level_validations
-
This validator validates according to Java 6 syntax rules.
- Java6Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java6Validator
-
- Java7Validator - Class in com.github.javaparser.ast.validator.language_level_validations
-
This validator validates according to Java 7 syntax rules.
- Java7Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java7Validator
-
- Java8Validator - Class in com.github.javaparser.ast.validator.language_level_validations
-
This validator validates according to Java 8 syntax rules.
- Java8Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java8Validator
-
- Java9Validator - Class in com.github.javaparser.ast.validator.language_level_validations
-
This validator validates according to Java 9 syntax rules.
- Java9Validator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.Java9Validator
-
- JAVA_IO_SERIALIZABLE - Static variable in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
-
- JAVA_LANG_COMPARABLE - Static variable in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
-
- JAVA_LANG_ENUM - Static variable in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
-
- JAVA_LANG_ENUM - Static variable in class com.github.javaparser.resolution.types.ResolvedReferenceType
-
- JAVA_LANG_OBJECT - Static variable in interface com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
-
- JAVA_LANG_OBJECT - Static variable in class com.github.javaparser.resolution.types.ResolvedReferenceType
-
- JAVA_LANG_OBJECT - Static variable in interface com.github.javaparser.resolution.TypeSolver
-
- JAVA_VENDOR - Static variable in class com.github.javaparser.JavaParserBuild
-
- JAVA_VENDOR_URL - Static variable in class com.github.javaparser.JavaParserBuild
-
- JAVA_VERSION - Static variable in class com.github.javaparser.JavaParserBuild
-
- Javadoc - Class in com.github.javaparser.javadoc
-
The structured content of a single Javadoc comment.
- Javadoc(JavadocDescription) - Constructor for class com.github.javaparser.javadoc.Javadoc
-
- JAVADOC_COMMENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- JavadocBlockTag - Class in com.github.javaparser.javadoc
-
A block tag.
- JavadocBlockTag(JavadocBlockTag.Type, String) - Constructor for class com.github.javaparser.javadoc.JavadocBlockTag
-
- JavadocBlockTag(String, String) - Constructor for class com.github.javaparser.javadoc.JavadocBlockTag
-
- JavadocBlockTag.Type - Enum in com.github.javaparser.javadoc
-
The type of tag: it could either correspond to a known tag (param, return, etc.) or represent
an unknown tag.
- JavadocComment - Class in com.github.javaparser.ast.comments
-
A Javadoc comment.
- JavadocComment() - Constructor for class com.github.javaparser.ast.comments.JavadocComment
-
- JavadocComment(String) - Constructor for class com.github.javaparser.ast.comments.JavadocComment
-
- JavadocComment(TokenRange, String) - Constructor for class com.github.javaparser.ast.comments.JavadocComment
-
This constructor is used by the parser and is considered private.
- JavadocCommentMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- javadocCommentMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- JavadocDescription - Class in com.github.javaparser.javadoc.description
-
A javadoc text, potentially containing inline tags.
- JavadocDescription() - Constructor for class com.github.javaparser.javadoc.description.JavadocDescription
-
- JavadocDescription(List<JavadocDescriptionElement>) - Constructor for class com.github.javaparser.javadoc.description.JavadocDescription
-
- JavadocDescriptionElement - Interface in com.github.javaparser.javadoc.description
-
An element of a description: either an inline tag or a piece of text.
- JavadocInlineTag - Class in com.github.javaparser.javadoc.description
-
An inline tag contained in a Javadoc description.
- JavadocInlineTag(String, JavadocInlineTag.Type, String) - Constructor for class com.github.javaparser.javadoc.description.JavadocInlineTag
-
- JavadocInlineTag.Type - Enum in com.github.javaparser.javadoc.description
-
The type of tag: it could either correspond to a known tag (code, docRoot, etc.) or represent
an unknown tag.
- JavadocSnippet - Class in com.github.javaparser.javadoc.description
-
A piece of text inside a Javadoc description.
- JavadocSnippet(String) - Constructor for class com.github.javaparser.javadoc.description.JavadocSnippet
-
- JavaParser - Class in com.github.javaparser
-
Parse Java source code and creates Abstract Syntax Trees.
- JavaParser() - Constructor for class com.github.javaparser.JavaParser
-
Instantiate the parser with default configuration.
- JavaParser(ParserConfiguration) - Constructor for class com.github.javaparser.JavaParser
-
Instantiate the parser.
- JavaParserAdapter - Class in com.github.javaparser
-
- JavaParserAdapter(JavaParser) - Constructor for class com.github.javaparser.JavaParserAdapter
-
- JavaParserBuild - Class in com.github.javaparser
-
Some information that was available when this library was built by Maven.
- JavaParserBuild() - Constructor for class com.github.javaparser.JavaParserBuild
-
- JavaParserMetaModel - Class in com.github.javaparser.metamodel
-
Warning: The content of this class is partially or completely generated - manual edits risk being overwritten.
- JavaToken - Class in com.github.javaparser
-
A token from a parsed source file.
- JavaToken(int, String) - Constructor for class com.github.javaparser.JavaToken
-
- JavaToken(int) - Constructor for class com.github.javaparser.JavaToken
-
Create a token of a certain kind.
- JavaToken(Range, int, String, JavaToken, JavaToken) - Constructor for class com.github.javaparser.JavaToken
-
- JavaToken.Category - Enum in com.github.javaparser
-
- JavaToken.Kind - Enum in com.github.javaparser
-
- jjFillToken() - Method in class com.github.javaparser.GeneratedJavaParserTokenManager
-
- jjnewLexState - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
-
Lex State array.
- jjstrLiteralImages - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
-
Token literal values.
- LabeledStmt - Class in com.github.javaparser.ast.stmt
-
A statement that is labeled, like label123: println("continuing");
- LabeledStmt() - Constructor for class com.github.javaparser.ast.stmt.LabeledStmt
-
- LabeledStmt(String, Statement) - Constructor for class com.github.javaparser.ast.stmt.LabeledStmt
-
- LabeledStmt(SimpleName, Statement) - Constructor for class com.github.javaparser.ast.stmt.LabeledStmt
-
- LabeledStmt(TokenRange, SimpleName, Statement) - Constructor for class com.github.javaparser.ast.stmt.LabeledStmt
-
This constructor is used by the parser and is considered private.
- labeledStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- LabeledStmtMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- labelPropertyMetaModel - Variable in class com.github.javaparser.metamodel.BreakStmtMetaModel
-
- labelPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ContinueStmtMetaModel
-
- labelPropertyMetaModel - Variable in class com.github.javaparser.metamodel.LabeledStmtMetaModel
-
- labelsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.SwitchEntryMetaModel
-
- LambdaArgumentTypePlaceholder - Class in com.github.javaparser.resolution.model
-
Placeholder used to represent a lambda argument type while it is being
calculated.
- LambdaArgumentTypePlaceholder(int) - Constructor for class com.github.javaparser.resolution.model.LambdaArgumentTypePlaceholder
-
- LambdaExpr - Class in com.github.javaparser.ast.expr
-
A lambda expression
Java 1-7
Does not exist.
- LambdaExpr() - Constructor for class com.github.javaparser.ast.expr.LambdaExpr
-
- LambdaExpr(Parameter, BlockStmt) - Constructor for class com.github.javaparser.ast.expr.LambdaExpr
-
Creates a single parameter lambda expression.
- LambdaExpr(NodeList<Parameter>, BlockStmt) - Constructor for class com.github.javaparser.ast.expr.LambdaExpr
-
Creates a zero or multi-parameter lambda expression with its parameters wrapped in ( ).
- LambdaExpr(Parameter, Expression) - Constructor for class com.github.javaparser.ast.expr.LambdaExpr
-
Creates a single parameter lambda expression.
- LambdaExpr(NodeList<Parameter>, Expression) - Constructor for class com.github.javaparser.ast.expr.LambdaExpr
-
Creates a zero or multi-parameter lambda expression with its parameters wrapped in ( ).
- LambdaExpr(NodeList<Parameter>, Statement, boolean) - Constructor for class com.github.javaparser.ast.expr.LambdaExpr
-
- LambdaExpr(TokenRange, NodeList<Parameter>, Statement, boolean) - Constructor for class com.github.javaparser.ast.expr.LambdaExpr
-
This constructor is used by the parser and is considered private.
- lambdaExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- LambdaExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- lastIndexOf(Object) - Method in class com.github.javaparser.ast.NodeList
-
- lastIndexOf(Object) - Method in class com.github.javaparser.utils.VisitorList
-
- LazyType - Class in com.github.javaparser.resolution.model.typesystem
-
- LazyType(Function<Void, ResolvedType>) - Constructor for class com.github.javaparser.resolution.model.typesystem.LazyType
-
- LBRACE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- LBRACKET - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- LE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- leftPropertyMetaModel - Variable in class com.github.javaparser.metamodel.BinaryExprMetaModel
-
- LETTER - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- levelsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ArrayCreationExprMetaModel
-
- LEXICAL_ERROR - Static variable in exception com.github.javaparser.TokenMgrException
-
Lexical error occurred.
- LexicalErr(boolean, int, int, int, String, int) - Static method in exception com.github.javaparser.TokenMgrException
-
Returns a detailed message for the Error when it is thrown by the
token manager to indicate a lexical error.
- LexicalPreservingPrinter - Class in com.github.javaparser.printer.lexicalpreservation
-
A Lexical Preserving Printer is used to capture all the lexical information while parsing, update them when
operating on the AST and then used them to reproduce the source code
in its original formatting including the AST changes.
- LexicalPreservingPrinter() - Constructor for class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter
-
- LexicalPreservingVisitor - Class in com.github.javaparser.printer.lexicalpreservation
-
- LexicalPreservingVisitor() - Constructor for class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingVisitor
-
- LexicalPreservingVisitor(StringWriter) - Constructor for class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingVisitor
-
- lexStateNames - Static variable in class com.github.javaparser.GeneratedJavaParserTokenManager
-
Lexer state names.
- line - Variable in class com.github.javaparser.Position
-
- LINE_SEPARATOR_KEY - Static variable in class com.github.javaparser.ast.Node
-
- LineComment - Class in com.github.javaparser.ast.comments
-
AST node that represent line comments.
- LineComment() - Constructor for class com.github.javaparser.ast.comments.LineComment
-
- LineComment(String) - Constructor for class com.github.javaparser.ast.comments.LineComment
-
- LineComment(TokenRange, String) - Constructor for class com.github.javaparser.ast.comments.LineComment
-
This constructor is used by the parser and is considered private.
- lineCommentMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- LineCommentMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- LineCounter() - Constructor for class com.github.javaparser.UnicodeEscapeProcessingProvider.LineCounter
-
- LineEndingProcessingProvider - Class in com.github.javaparser
-
Provider
un-escaping unicode escape sequences in the input sequence.
- LineEndingProcessingProvider(Provider) - Constructor for class com.github.javaparser.LineEndingProcessingProvider
-
- LineEndingProcessingProvider(int, Provider) - Constructor for class com.github.javaparser.LineEndingProcessingProvider
-
- LineSeparator - Enum in com.github.javaparser.utils
-
A representation of line endings, that can be used throughout the codebase.
- list(ObservableProperty) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
-
- list(ObservableProperty, CsmElement) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
-
- list(ObservableProperty, CsmElement, CsmElement, CsmElement) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
-
- list(ObservableProperty, CsmElement, CsmElement, CsmElement, CsmElement) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
-
- ListAdditionChange - Class in com.github.javaparser.printer.lexicalpreservation.changes
-
The Addition of an element to a list.
- ListAdditionChange(ObservableProperty, int, Node) - Constructor for class com.github.javaparser.printer.lexicalpreservation.changes.ListAdditionChange
-
- listChange(NodeList<?>, AstObserver.ListChangeType, int, Node) - Method in interface com.github.javaparser.ast.observer.AstObserver
-
A list is changed
- listChange(NodeList<?>, AstObserver.ListChangeType, int, Node) - Method in class com.github.javaparser.ast.observer.AstObserverAdapter
-
- listChange(NodeList<?>, AstObserver.ListChangeType, int, Node) - Method in class com.github.javaparser.ast.observer.PropagatingAstObserver
-
- listIterator() - Method in class com.github.javaparser.ast.NodeList
-
- listIterator(int) - Method in class com.github.javaparser.ast.NodeList
-
- listIterator() - Method in class com.github.javaparser.utils.VisitorList
-
- listIterator(int) - Method in class com.github.javaparser.utils.VisitorList
-
- ListRemovalChange - Class in com.github.javaparser.printer.lexicalpreservation.changes
-
The removal of an element from a list.
- ListRemovalChange(ObservableProperty, int) - Constructor for class com.github.javaparser.printer.lexicalpreservation.changes.ListRemovalChange
-
- listReplacement(NodeList<?>, int, Node, Node) - Method in interface com.github.javaparser.ast.observer.AstObserver
-
- listReplacement(NodeList<?>, int, Node, Node) - Method in class com.github.javaparser.ast.observer.AstObserverAdapter
-
- listReplacement(NodeList<?>, int, Node, Node) - Method in class com.github.javaparser.ast.observer.PropagatingAstObserver
-
- ListReplacementChange - Class in com.github.javaparser.printer.lexicalpreservation.changes
-
The replacement of an element in a list.
- ListReplacementChange(ObservableProperty, int, Node) - Constructor for class com.github.javaparser.printer.lexicalpreservation.changes.ListReplacementChange
-
- LiteralExpr - Class in com.github.javaparser.ast.expr
-
A base class for all literal expressions.
- LiteralExpr() - Constructor for class com.github.javaparser.ast.expr.LiteralExpr
-
- LiteralExpr(TokenRange) - Constructor for class com.github.javaparser.ast.expr.LiteralExpr
-
This constructor is used by the parser and is considered private.
- literalExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- LiteralExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- LiteralExprMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.LiteralExprMetaModel
-
- LiteralStringValueExpr - Class in com.github.javaparser.ast.expr
-
Any literal value that is stored internally as a String.
- LiteralStringValueExpr(String) - Constructor for class com.github.javaparser.ast.expr.LiteralStringValueExpr
-
- LiteralStringValueExpr(TokenRange, String) - Constructor for class com.github.javaparser.ast.expr.LiteralStringValueExpr
-
This constructor is used by the parser and is considered private.
- literalStringValueExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- LiteralStringValueExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- LiteralStringValueExprMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.LiteralStringValueExprMetaModel
-
- loadCount() - Method in interface com.github.javaparser.resolution.cache.CacheStats
-
Returns the total number of times that lookup methods attempted to load new
values.
- loadExceptionCount() - Method in interface com.github.javaparser.resolution.cache.CacheStats
-
Returns the number of times lookup methods threw an exception while loading a new
value.
- loadExceptionRate() - Method in interface com.github.javaparser.resolution.cache.CacheStats
-
Returns the ratio of cache loading attempts which threw exceptions.
- loadSuccessCount() - Method in interface com.github.javaparser.resolution.cache.CacheStats
-
Returns the number of times lookup methods have successfully loaded a new value.
- LocalClassDeclarationStmt - Class in com.github.javaparser.ast.stmt
-
A class declaration inside a method.
- LocalClassDeclarationStmt() - Constructor for class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt
-
- LocalClassDeclarationStmt(ClassOrInterfaceDeclaration) - Constructor for class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt
-
- LocalClassDeclarationStmt(TokenRange, ClassOrInterfaceDeclaration) - Constructor for class com.github.javaparser.ast.stmt.LocalClassDeclarationStmt
-
This constructor is used by the parser and is considered private.
- localClassDeclarationStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- LocalClassDeclarationStmtMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- LocalRecordDeclarationStmt - Class in com.github.javaparser.ast.stmt
-
A record declaration inside a method.
- LocalRecordDeclarationStmt() - Constructor for class com.github.javaparser.ast.stmt.LocalRecordDeclarationStmt
-
- LocalRecordDeclarationStmt(RecordDeclaration) - Constructor for class com.github.javaparser.ast.stmt.LocalRecordDeclarationStmt
-
- LocalRecordDeclarationStmt(TokenRange, RecordDeclaration) - Constructor for class com.github.javaparser.ast.stmt.LocalRecordDeclarationStmt
-
This constructor is used by the parser and is considered private.
- localRecordDeclarationStmtMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- LocalRecordDeclarationStmtMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- localVariableDeclarationInScope(String) - Method in interface com.github.javaparser.resolution.Context
-
Aim to resolve the given name by looking for a variable matching it.
- localVariablesExposedToChild(Node) - Method in interface com.github.javaparser.resolution.Context
-
The local variables that are declared in this immediate context and made visible to a given child.
- Log - Class in com.github.javaparser.utils
-
To avoid dependencies on logging frameworks, we have invented yet another logging framework :-)
See
a blog about this
- Log() - Constructor for class com.github.javaparser.utils.Log
-
- Log.Adapter - Interface in com.github.javaparser.utils
-
- Log.SilentAdapter - Class in com.github.javaparser.utils
-
This adapter logs nothing.
- Log.StandardOutStandardErrorAdapter - Class in com.github.javaparser.utils
-
This adapter logs to standard out and standard error.
- LONG - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- LONG_LITERAL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- LongLiteralExpr - Class in com.github.javaparser.ast.expr
-
All ways to specify a long literal.
- LongLiteralExpr() - Constructor for class com.github.javaparser.ast.expr.LongLiteralExpr
-
- LongLiteralExpr(String) - Constructor for class com.github.javaparser.ast.expr.LongLiteralExpr
-
- LongLiteralExpr(TokenRange, String) - Constructor for class com.github.javaparser.ast.expr.LongLiteralExpr
-
This constructor is used by the parser and is considered private.
- LongLiteralExpr(long) - Constructor for class com.github.javaparser.ast.expr.LongLiteralExpr
-
- longLiteralExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- LongLiteralExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- longType() - Static method in class com.github.javaparser.ast.type.PrimitiveType
-
- LookaheadIterator<E> - Interface in com.github.javaparser.printer.lexicalpreservation
-
- lookup(Position) - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMapping
-
- lookup(String) - Static method in enum com.github.javaparser.utils.LineSeparator
-
- lookupEscaped(String) - Static method in enum com.github.javaparser.utils.LineSeparator
-
- LOOP_DETECTED - Static variable in exception com.github.javaparser.TokenMgrException
-
Detected (and bailed out of) an infinite loop in the token manager.
- LPAREN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- LSHIFT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- LSHIFTASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- LT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- MarkerAnnotationExpr - Class in com.github.javaparser.ast.expr
-
An annotation that uses only the annotation type name.
- MarkerAnnotationExpr() - Constructor for class com.github.javaparser.ast.expr.MarkerAnnotationExpr
-
- MarkerAnnotationExpr(String) - Constructor for class com.github.javaparser.ast.expr.MarkerAnnotationExpr
-
- MarkerAnnotationExpr(Name) - Constructor for class com.github.javaparser.ast.expr.MarkerAnnotationExpr
-
- MarkerAnnotationExpr(TokenRange, Name) - Constructor for class com.github.javaparser.ast.expr.MarkerAnnotationExpr
-
This constructor is used by the parser and is considered private.
- markerAnnotationExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- MarkerAnnotationExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- match(TextElement) - Method in class com.github.javaparser.printer.lexicalpreservation.TextElement
-
- match(TextElement) - Method in interface com.github.javaparser.printer.lexicalpreservation.TextElementMatcher
-
- MAVEN_BUILD_TIMESTAMP - Static variable in class com.github.javaparser.JavaParserBuild
-
- MAVEN_BUILD_VERSION - Static variable in class com.github.javaparser.JavaParserBuild
-
- MAVEN_VERSION - Static variable in class com.github.javaparser.JavaParserBuild
-
- mavenModuleRoot(Class<?>) - Static method in class com.github.javaparser.utils.CodeGenerationUtils
-
Useful for locating source code in your Maven project.
- MAX_31_BIT_UNSIGNED_VALUE_AS_LONG - Static variable in class com.github.javaparser.ast.expr.IntegerLiteralExpr
-
- MAX_31_BIT_UNSIGNED_VALUE_AS_STRING - Static variable in class com.github.javaparser.ast.expr.IntegerLiteralExpr
-
- MAX_63_BIT_UNSIGNED_VALUE_AS_BIG_INTEGER - Static variable in class com.github.javaparser.ast.expr.LongLiteralExpr
-
- MAX_63_BIT_UNSIGNED_VALUE_AS_STRING - Static variable in class com.github.javaparser.ast.expr.LongLiteralExpr
-
- maximumCommonTypePropertyMetaModel - Variable in class com.github.javaparser.metamodel.FieldDeclarationMetaModel
-
- maximumCommonTypePropertyMetaModel - Variable in class com.github.javaparser.metamodel.VariableDeclarationExprMetaModel
-
- maxNextCharInd - Variable in class com.github.javaparser.AbstractCharStream
-
- membersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.TypeDeclarationMetaModel
-
- MemberValuePair - Class in com.github.javaparser.ast.expr
-
A value for a member of an annotation.
- MemberValuePair() - Constructor for class com.github.javaparser.ast.expr.MemberValuePair
-
- MemberValuePair(String, Expression) - Constructor for class com.github.javaparser.ast.expr.MemberValuePair
-
- MemberValuePair(SimpleName, Expression) - Constructor for class com.github.javaparser.ast.expr.MemberValuePair
-
- MemberValuePair(TokenRange, SimpleName, Expression) - Constructor for class com.github.javaparser.ast.expr.MemberValuePair
-
This constructor is used by the parser and is considered private.
- memberValuePairMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- MemberValuePairMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- memberValuePropertyMetaModel - Variable in class com.github.javaparser.metamodel.SingleMemberAnnotationExprMetaModel
-
- mention(List<ResolvedTypeParameterDeclaration>) - Method in class com.github.javaparser.resolution.model.typesystem.ReferenceTypeImpl
-
- mention(List<ResolvedTypeParameterDeclaration>) - Method in interface com.github.javaparser.resolution.types.ResolvedType
-
Does this type mention at all, directly or indirectly, the given type parameters?
- mention(List<ResolvedTypeParameterDeclaration>) - Method in class com.github.javaparser.resolution.types.ResolvedTypeVariable
-
- mention(List<ResolvedTypeParameterDeclaration>) - Method in class com.github.javaparser.resolution.types.ResolvedWildcard
-
- messagePropertyMetaModel - Variable in class com.github.javaparser.metamodel.AssertStmtMetaModel
-
- METHOD_DECLARATION - Static variable in interface com.github.javaparser.ParseStart
-
- MethodAmbiguityException - Exception in com.github.javaparser.resolution
-
It is not possible to decide how to resolve a method invocation.
- MethodAmbiguityException(String) - Constructor for exception com.github.javaparser.resolution.MethodAmbiguityException
-
Create an instance from a description of the reason why there is ambiguity in this particular case.
- MethodCallExpr - Class in com.github.javaparser.ast.expr
-
A method call on an object or a class.
- MethodCallExpr() - Constructor for class com.github.javaparser.ast.expr.MethodCallExpr
-
- MethodCallExpr(String, Expression...) - Constructor for class com.github.javaparser.ast.expr.MethodCallExpr
-
- MethodCallExpr(Expression, String) - Constructor for class com.github.javaparser.ast.expr.MethodCallExpr
-
- MethodCallExpr(Expression, SimpleName) - Constructor for class com.github.javaparser.ast.expr.MethodCallExpr
-
- MethodCallExpr(Expression, String, NodeList<Expression>) - Constructor for class com.github.javaparser.ast.expr.MethodCallExpr
-
- MethodCallExpr(Expression, NodeList<Type>, String, NodeList<Expression>) - Constructor for class com.github.javaparser.ast.expr.MethodCallExpr
-
- MethodCallExpr(Expression, SimpleName, NodeList<Expression>) - Constructor for class com.github.javaparser.ast.expr.MethodCallExpr
-
- MethodCallExpr(Expression, NodeList<Type>, SimpleName, NodeList<Expression>) - Constructor for class com.github.javaparser.ast.expr.MethodCallExpr
-
- MethodCallExpr(TokenRange, Expression, NodeList<Type>, SimpleName, NodeList<Expression>) - Constructor for class com.github.javaparser.ast.expr.MethodCallExpr
-
This constructor is used by the parser and is considered private.
- methodCallExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- MethodCallExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- MethodDeclaration - Class in com.github.javaparser.ast.body
-
A method declaration.
- MethodDeclaration() - Constructor for class com.github.javaparser.ast.body.MethodDeclaration
-
- MethodDeclaration(NodeList<Modifier>, Type, String) - Constructor for class com.github.javaparser.ast.body.MethodDeclaration
-
- MethodDeclaration(NodeList<Modifier>, String, Type, NodeList<Parameter>) - Constructor for class com.github.javaparser.ast.body.MethodDeclaration
-
- MethodDeclaration(NodeList<Modifier>, NodeList<AnnotationExpr>, NodeList<TypeParameter>, Type, SimpleName, NodeList<Parameter>, NodeList<ReferenceType>, BlockStmt) - Constructor for class com.github.javaparser.ast.body.MethodDeclaration
-
- MethodDeclaration(NodeList<Modifier>, NodeList<AnnotationExpr>, NodeList<TypeParameter>, Type, SimpleName, NodeList<Parameter>, NodeList<ReferenceType>, BlockStmt, ReceiverParameter) - Constructor for class com.github.javaparser.ast.body.MethodDeclaration
-
- MethodDeclaration(TokenRange, NodeList<Modifier>, NodeList<AnnotationExpr>, NodeList<TypeParameter>, Type, SimpleName, NodeList<Parameter>, NodeList<ReferenceType>, BlockStmt, ReceiverParameter) - Constructor for class com.github.javaparser.ast.body.MethodDeclaration
-
This constructor is used by the parser and is considered private.
- methodDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- MethodDeclarationMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- MethodReferenceExpr - Class in com.github.javaparser.ast.expr
-
Method reference expressions introduced in Java 8 specifically designed to simplify lambda Expressions.
- MethodReferenceExpr() - Constructor for class com.github.javaparser.ast.expr.MethodReferenceExpr
-
- MethodReferenceExpr(Expression, NodeList<Type>, String) - Constructor for class com.github.javaparser.ast.expr.MethodReferenceExpr
-
- MethodReferenceExpr(TokenRange, Expression, NodeList<Type>, String) - Constructor for class com.github.javaparser.ast.expr.MethodReferenceExpr
-
This constructor is used by the parser and is considered private.
- methodReferenceExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- MethodReferenceExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- MethodResolutionCapability - Interface in com.github.javaparser.resolution.logic
-
- MethodResolutionLogic - Class in com.github.javaparser.resolution.logic
-
- MethodResolutionLogic() - Constructor for class com.github.javaparser.resolution.logic.MethodResolutionLogic
-
- MethodUsage - Class in com.github.javaparser.resolution
-
This is basically a MethodDeclaration with some TypeParameters defined.
- MethodUsage(ResolvedMethodDeclaration) - Constructor for class com.github.javaparser.resolution.MethodUsage
-
- MethodUsage(ResolvedMethodDeclaration, List<ResolvedType>, ResolvedType) - Constructor for class com.github.javaparser.resolution.MethodUsage
-
- MethodUsage(ResolvedMethodDeclaration, List<ResolvedType>, ResolvedType, List<ResolvedType>) - Constructor for class com.github.javaparser.resolution.MethodUsage
-
- minus(CommentsCollection) - Method in class com.github.javaparser.ast.comments.CommentsCollection
-
- MINUS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- minus(CacheStats) - Method in interface com.github.javaparser.resolution.cache.CacheStats
-
Returns a new ICacheStats
representing the difference between this ICacheStats
and other
.
- MINUSASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- missCount() - Method in interface com.github.javaparser.resolution.cache.CacheStats
-
Returns the number of times lookup methods have returned an uncached (newly
loaded) value, or null.
- missRate() - Method in interface com.github.javaparser.resolution.cache.CacheStats
-
Returns the ratio of cache requests which were misses.
- Modifier - Class in com.github.javaparser.ast
-
A modifier, like private, public, or volatile.
- Modifier() - Constructor for class com.github.javaparser.ast.Modifier
-
- Modifier(Modifier.Keyword) - Constructor for class com.github.javaparser.ast.Modifier
-
- Modifier(TokenRange, Modifier.Keyword) - Constructor for class com.github.javaparser.ast.Modifier
-
This constructor is used by the parser and is considered private.
- Modifier.Keyword - Enum in com.github.javaparser.ast
-
The Java modifier keywords.
- modifierMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- ModifierMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- modifiersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.AnnotationMemberDeclarationMetaModel
-
- modifiersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CallableDeclarationMetaModel
-
- modifiersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CompactConstructorDeclarationMetaModel
-
- modifiersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.FieldDeclarationMetaModel
-
- modifiersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ModuleRequiresDirectiveMetaModel
-
- modifiersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ParameterMetaModel
-
- modifiersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.RecordPatternExprMetaModel
-
- modifiersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.TypeDeclarationMetaModel
-
- modifiersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.TypePatternExprMetaModel
-
- modifiersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.VariableDeclarationExprMetaModel
-
- ModifierValidator - Class in com.github.javaparser.ast.validator.language_level_validations.chunks
-
Verifies that only allowed modifiers are used where modifiers are expected.
- ModifierValidator(boolean, boolean, boolean) - Constructor for class com.github.javaparser.ast.validator.language_level_validations.chunks.ModifierValidator
-
- ModifierVisitor<A> - Class in com.github.javaparser.ast.visitor
-
This visitor can be used to save time when some specific nodes needs
to be changed.
- ModifierVisitor() - Constructor for class com.github.javaparser.ast.visitor.ModifierVisitor
-
- MODULE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- MODULE_DECLARATION - Static variable in interface com.github.javaparser.ParseStart
-
- MODULE_DIRECTIVE - Static variable in interface com.github.javaparser.ParseStart
-
- ModuleDeclaration - Class in com.github.javaparser.ast.modules
-
A Java 9 Jigsaw module declaration.
- ModuleDeclaration() - Constructor for class com.github.javaparser.ast.modules.ModuleDeclaration
-
- ModuleDeclaration(Name, boolean) - Constructor for class com.github.javaparser.ast.modules.ModuleDeclaration
-
- ModuleDeclaration(NodeList<AnnotationExpr>, Name, boolean, NodeList<ModuleDirective>) - Constructor for class com.github.javaparser.ast.modules.ModuleDeclaration
-
- ModuleDeclaration(TokenRange, NodeList<AnnotationExpr>, Name, boolean, NodeList<ModuleDirective>) - Constructor for class com.github.javaparser.ast.modules.ModuleDeclaration
-
This constructor is used by the parser and is considered private.
- moduleDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- ModuleDeclarationMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- ModuleDirective - Class in com.github.javaparser.ast.modules
-
A module directive.
- ModuleDirective() - Constructor for class com.github.javaparser.ast.modules.ModuleDirective
-
- ModuleDirective(TokenRange) - Constructor for class com.github.javaparser.ast.modules.ModuleDirective
-
This constructor is used by the parser and is considered private.
- moduleDirectiveMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- ModuleDirectiveMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- ModuleDirectiveMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.ModuleDirectiveMetaModel
-
- ModuleExportsDirective - Class in com.github.javaparser.ast.modules
-
An exports directive in module-info.java.
- ModuleExportsDirective() - Constructor for class com.github.javaparser.ast.modules.ModuleExportsDirective
-
- ModuleExportsDirective(Name, NodeList<Name>) - Constructor for class com.github.javaparser.ast.modules.ModuleExportsDirective
-
- ModuleExportsDirective(TokenRange, Name, NodeList<Name>) - Constructor for class com.github.javaparser.ast.modules.ModuleExportsDirective
-
This constructor is used by the parser and is considered private.
- moduleExportsDirectiveMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- ModuleExportsDirectiveMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- moduleNamesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ModuleExportsDirectiveMetaModel
-
- moduleNamesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ModuleOpensDirectiveMetaModel
-
- ModuleOpensDirective - Class in com.github.javaparser.ast.modules
-
An opens directive in module-info.java.
- ModuleOpensDirective() - Constructor for class com.github.javaparser.ast.modules.ModuleOpensDirective
-
- ModuleOpensDirective(Name, NodeList<Name>) - Constructor for class com.github.javaparser.ast.modules.ModuleOpensDirective
-
- ModuleOpensDirective(TokenRange, Name, NodeList<Name>) - Constructor for class com.github.javaparser.ast.modules.ModuleOpensDirective
-
This constructor is used by the parser and is considered private.
- moduleOpensDirectiveMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- ModuleOpensDirectiveMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- modulePropertyMetaModel - Variable in class com.github.javaparser.metamodel.CompilationUnitMetaModel
-
- ModuleProvidesDirective - Class in com.github.javaparser.ast.modules
-
A provides directive in module-info.java.
- ModuleProvidesDirective() - Constructor for class com.github.javaparser.ast.modules.ModuleProvidesDirective
-
- ModuleProvidesDirective(Name, NodeList<Name>) - Constructor for class com.github.javaparser.ast.modules.ModuleProvidesDirective
-
- ModuleProvidesDirective(TokenRange, Name, NodeList<Name>) - Constructor for class com.github.javaparser.ast.modules.ModuleProvidesDirective
-
This constructor is used by the parser and is considered private.
- moduleProvidesDirectiveMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- ModuleProvidesDirectiveMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- ModuleRequiresDirective - Class in com.github.javaparser.ast.modules
-
A require directive in module-info.java.
- ModuleRequiresDirective() - Constructor for class com.github.javaparser.ast.modules.ModuleRequiresDirective
-
- ModuleRequiresDirective(NodeList<Modifier>, Name) - Constructor for class com.github.javaparser.ast.modules.ModuleRequiresDirective
-
- ModuleRequiresDirective(TokenRange, NodeList<Modifier>, Name) - Constructor for class com.github.javaparser.ast.modules.ModuleRequiresDirective
-
This constructor is used by the parser and is considered private.
- moduleRequiresDirectiveMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- ModuleRequiresDirectiveMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- ModuleUsesDirective - Class in com.github.javaparser.ast.modules
-
A uses directive in module-info.java.
- ModuleUsesDirective() - Constructor for class com.github.javaparser.ast.modules.ModuleUsesDirective
-
- ModuleUsesDirective(Name) - Constructor for class com.github.javaparser.ast.modules.ModuleUsesDirective
-
- ModuleUsesDirective(TokenRange, Name) - Constructor for class com.github.javaparser.ast.modules.ModuleUsesDirective
-
This constructor is used by the parser and is considered private.
- moduleUsesDirectiveMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- ModuleUsesDirectiveMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- MULTI_LINE_COMMENT - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- name - Variable in class com.github.javaparser.ast.expr.AnnotationExpr
-
- Name - Class in com.github.javaparser.ast.expr
-
A name that may consist of multiple identifiers.
- Name() - Constructor for class com.github.javaparser.ast.expr.Name
-
- Name(String) - Constructor for class com.github.javaparser.ast.expr.Name
-
- Name(Name, String) - Constructor for class com.github.javaparser.ast.expr.Name
-
- Name(TokenRange, Name, String) - Constructor for class com.github.javaparser.ast.expr.Name
-
This constructor is used by the parser and is considered private.
- NAME - Static variable in interface com.github.javaparser.ParseStart
-
- NameExpr - Class in com.github.javaparser.ast.expr
-
Whenever a SimpleName is used in an expression, it is wrapped in NameExpr.
- NameExpr() - Constructor for class com.github.javaparser.ast.expr.NameExpr
-
- NameExpr(String) - Constructor for class com.github.javaparser.ast.expr.NameExpr
-
- NameExpr(SimpleName) - Constructor for class com.github.javaparser.ast.expr.NameExpr
-
- NameExpr(TokenRange, SimpleName) - Constructor for class com.github.javaparser.ast.expr.NameExpr
-
This constructor is used by the parser and is considered private.
- nameExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- NameExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- nameMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- NameMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.AnnotationExprMetaModel
-
- namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.AnnotationMemberDeclarationMetaModel
-
- namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ArrayAccessExprMetaModel
-
- namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.CallableDeclarationMetaModel
-
- namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ClassOrInterfaceTypeMetaModel
-
- namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.CompactConstructorDeclarationMetaModel
-
- namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.EnumConstantDeclarationMetaModel
-
- namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.FieldAccessExprMetaModel
-
- namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ImportDeclarationMetaModel
-
- namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.MemberValuePairMetaModel
-
- namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.MethodCallExprMetaModel
-
- namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ModuleDeclarationMetaModel
-
- namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ModuleExportsDirectiveMetaModel
-
- namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ModuleOpensDirectiveMetaModel
-
- namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ModuleProvidesDirectiveMetaModel
-
- namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ModuleRequiresDirectiveMetaModel
-
- namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ModuleUsesDirectiveMetaModel
-
- namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.NameExprMetaModel
-
- namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.PackageDeclarationMetaModel
-
- namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ParameterMetaModel
-
- namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.ReceiverParameterMetaModel
-
- namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.TypeDeclarationMetaModel
-
- namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.TypeParameterMetaModel
-
- namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.TypePatternExprMetaModel
-
- namePropertyMetaModel - Variable in class com.github.javaparser.metamodel.VariableDeclaratorMetaModel
-
- NATIVE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- nativeModifier() - Static method in class com.github.javaparser.ast.Modifier
-
- Navigator - Class in com.github.javaparser.resolution
-
This class can be used to easily retrieve nodes from a JavaParser AST.
- NE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- negatedTypePatternExprsExposedFromChildren() - Method in interface com.github.javaparser.resolution.Context
-
- NEW - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- newline() - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
-
- newline(LineSeparator) - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
-
- newToken(int, String) - Static method in class com.github.javaparser.Token
-
Returns a new Token object, by default.
- newToken(int) - Static method in class com.github.javaparser.Token
-
- next() - Method in class com.github.javaparser.ast.Node.BreadthFirstIterator
-
- next() - Method in class com.github.javaparser.ast.Node.DirectChildrenIterator
-
- next() - Method in class com.github.javaparser.ast.Node.ParentsVisitor
-
- next() - Method in class com.github.javaparser.ast.Node.PostOrderIterator
-
- next() - Method in class com.github.javaparser.ast.Node.PreOrderIterator
-
- next() - Method in class com.github.javaparser.ast.NodeList.NodeListIterator
-
- next() - Method in class com.github.javaparser.printer.lexicalpreservation.Difference.ArrayIterator
-
- next() - Method in class com.github.javaparser.printer.lexicalpreservation.PeekingIterator
-
- next - Variable in class com.github.javaparser.Token
-
A reference to the next regular (non-special) token from the input
stream.
- nextIndex() - Method in class com.github.javaparser.ast.NodeList.NodeListIterator
-
- nextIndex() - Method in class com.github.javaparser.printer.lexicalpreservation.Difference.ArrayIterator
-
- nextIndex() - Method in class com.github.javaparser.printer.lexicalpreservation.PeekingIterator
-
- nextLine() - Method in class com.github.javaparser.Position
-
- nextWord(String) - Static method in class com.github.javaparser.utils.Utils
-
Return the next word of the string, in other words it stops when a space is encountered.
- NoBinaryIntegerLiteralsValidator - Class in com.github.javaparser.ast.validator.language_level_validations.chunks
-
- NoBinaryIntegerLiteralsValidator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.chunks.NoBinaryIntegerLiteralsValidator
-
- NoChange - Class in com.github.javaparser.printer.lexicalpreservation.changes
-
No change.
- NoChange() - Constructor for class com.github.javaparser.printer.lexicalpreservation.changes.NoChange
-
- NoCommentEqualsVisitor - Class in com.github.javaparser.ast.visitor
-
- NoCommentEqualsVisitor() - Constructor for class com.github.javaparser.ast.visitor.NoCommentEqualsVisitor
-
- NoCommentHashCodeVisitor - Class in com.github.javaparser.ast.visitor
-
- NoCommentHashCodeVisitor() - Constructor for class com.github.javaparser.ast.visitor.NoCommentHashCodeVisitor
-
- Node - Class in com.github.javaparser.ast
-
Base class for all nodes of the abstract syntax tree.
- Node(TokenRange) - Constructor for class com.github.javaparser.ast.Node
-
- Node.BreadthFirstIterator - Class in com.github.javaparser.ast
-
Performs a breadth-first node traversal starting with a given node.
- Node.DirectChildrenIterator - Class in com.github.javaparser.ast
-
Performs a simple traversal over all nodes that have the passed node as their parent.
- Node.ObserverRegistrationMode - Enum in com.github.javaparser.ast
-
Different registration mode for observers on nodes.
- Node.ParentsVisitor - Class in com.github.javaparser.ast
-
Iterates over the parent of the node, then the parent's parent, then the parent's parent's parent, until running
out of parents.
- Node.Parsedness - Enum in com.github.javaparser.ast
-
- Node.PostOrderIterator - Class in com.github.javaparser.ast
-
Performs a post-order (or leaves-first) node traversal starting with a given node.
- Node.PreOrderIterator - Class in com.github.javaparser.ast
-
Performs a pre-order (or depth-first) node traversal starting with a given node.
- Node.TreeTraversal - Enum in com.github.javaparser.ast
-
- NODE_BY_BEGIN_POSITION - Static variable in class com.github.javaparser.ast.Node
-
This can be used to sort nodes on position.
- NODE_TEXT_DATA - Static variable in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter
-
The nodetext for a node is stored in the node's data field.
- nodeContains(Node, Node, boolean) - Static method in class com.github.javaparser.utils.PositionUtils
-
Compare the position of two nodes.
- NodeFinderVisitor - Class in com.github.javaparser.ast.visitor
-
- NodeFinderVisitor(BiFunction<Node, Range, Boolean>) - Constructor for class com.github.javaparser.ast.visitor.NodeFinderVisitor
-
- NodeList<N extends Node> - Class in com.github.javaparser.ast
-
A list of nodes.
- NodeList() - Constructor for class com.github.javaparser.ast.NodeList
-
- NodeList(Collection<N>) - Constructor for class com.github.javaparser.ast.NodeList
-
- NodeList(N...) - Constructor for class com.github.javaparser.ast.NodeList
-
- nodeList(X...) - Static method in class com.github.javaparser.ast.NodeList
-
- nodeList(Collection<X>) - Static method in class com.github.javaparser.ast.NodeList
-
- nodeList(NodeList<X>) - Static method in class com.github.javaparser.ast.NodeList
-
- NodeList.NodeListIterator - Class in com.github.javaparser.ast
-
- NodeListIterator(List<N>) - Constructor for class com.github.javaparser.ast.NodeList.NodeListIterator
-
- NodeListIterator(List<N>, int) - Constructor for class com.github.javaparser.ast.NodeList.NodeListIterator
-
- nodeMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- NodeMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- NodeMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.NodeMetaModel
-
- NodeWithAbstractModifier<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes.modifiers
-
A node that can be abstract.
- NodeWithAccessModifiers<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes.modifiers
-
A node that can be public, protected, and/or private.
- NodeWithAnnotations<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
-
A node that can be annotated.
- NodeWithArguments<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
-
A node with arguments.
- NodeWithBlockStmt<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
-
A node with a body that is a BlockStmt.
- NodeWithBody<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
-
- NodeWithCondition<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
-
- NodeWithDeclaration - Interface in com.github.javaparser.ast.nodeTypes
-
Node with a declaration representable as a String.
- NodeWithExpression<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
-
A node that has an expression in it.
- NodeWithExtends<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
-
A node that explicitly extends other types, using the extends
keyword.
- NodeWithFinalModifier<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes.modifiers
-
A node that can be final.
- NodeWithIdentifier<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
-
- NodeWithImplements<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
-
A node that implements other types.
- NodeWithJavadoc<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
-
A node that can be documented with a Javadoc comment.
- NodeWithMembers<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
-
A node having members.
- NodeWithModifiers<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
-
A Node with Modifiers.
- NodeWithName<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
-
A node with a (qualified) name.
- NodeWithOptionalBlockStmt<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
-
A node with a body that is a BlockStmt, which is optional.
- NodeWithOptionalLabel<T extends Node> - Interface in com.github.javaparser.ast.nodeTypes
-
A node that has an optional label.
- NodeWithOptionalScope<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
-
Represents a node which has an optional scope expression eg. method calls (object.method()).
- NodeWithParameters<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
-
- NodeWithPrivateModifier<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes.modifiers
-
A node that can be private.
- NodeWithProtectedModifier<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes.modifiers
-
A node that can be protected.
- NodeWithPublicModifier<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes.modifiers
-
A node that can be public.
- NodeWithRange<N> - Interface in com.github.javaparser.ast.nodeTypes
-
A node that has a Range, which is every Node.
- NodeWithScope<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
-
Represents a node which has a required scope expression eg. field access (object.method).
- NodeWithSimpleName<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
-
A node with a name.
- NodeWithStatements<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
-
A node that contains a list of statements.
- NodeWithStaticModifier<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes.modifiers
-
A node that can be static.
- NodeWithStrictfpModifier<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes.modifiers
-
A node that can be strictfp.
- NodeWithThrownExceptions<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
-
A node that declares the types of exception it throws.
- NodeWithTokenRange<N> - Interface in com.github.javaparser.ast.nodeTypes
-
A node that has a Range, which is every Node.
- NodeWithTraversableScope - Interface in com.github.javaparser.ast.nodeTypes
-
Represents a node which has a scope expression that can be traversed/walked.
- NodeWithType<N extends Node,T extends Type> - Interface in com.github.javaparser.ast.nodeTypes
-
A node with a type.
- NodeWithTypeArguments<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
-
A node that can have type arguments.
- NodeWithTypeParameters<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
-
A node that can have type parameters.
- NodeWithVariables<N extends Node> - Interface in com.github.javaparser.ast.nodeTypes
-
A node which has a list of variables.
- NON_SEALED - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- none() - Static method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
-
- NONE - Static variable in interface com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMapping.PositionUpdate
-
The identity position mapping.
- NonEmptyProperty - Annotation Type in com.github.javaparser.metamodel
-
Indicate that leaving this property empty does not lead to a correct AST.
- nonSealedModifier() - Static method in class com.github.javaparser.ast.Modifier
-
- noPrimitiveGenericArguments - Variable in class com.github.javaparser.ast.validator.language_level_validations.Java5Validator
-
- NormalAnnotationExpr - Class in com.github.javaparser.ast.expr
-
An annotation that has zero or more key-value pairs.
- NormalAnnotationExpr() - Constructor for class com.github.javaparser.ast.expr.NormalAnnotationExpr
-
- NormalAnnotationExpr(Name, NodeList<MemberValuePair>) - Constructor for class com.github.javaparser.ast.expr.NormalAnnotationExpr
-
- NormalAnnotationExpr(TokenRange, Name, NodeList<MemberValuePair>) - Constructor for class com.github.javaparser.ast.expr.NormalAnnotationExpr
-
This constructor is used by the parser and is considered private.
- normalAnnotationExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- NormalAnnotationExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- normalizeEolInTextBlock(String) - Method in class com.github.javaparser.printer.SourcePrinter
-
Changes all EOL characters in "content" to the EOL character this SourcePrinter is using.
- normalizeEolInTextBlock(String, String) - Static method in class com.github.javaparser.utils.Utils
-
- normalizeEolInTextBlock(String, LineSeparator) - Static method in class com.github.javaparser.utils.Utils
-
- notifyPropertyChange(ObservableProperty, P, P) - Method in class com.github.javaparser.ast.Node
-
- NotNull - Annotation Type in com.github.javaparser.quality
-
- NoUnderscoresInIntegerLiteralsValidator - Class in com.github.javaparser.ast.validator.language_level_validations.chunks
-
- NoUnderscoresInIntegerLiteralsValidator() - Constructor for class com.github.javaparser.ast.validator.language_level_validations.chunks.NoUnderscoresInIntegerLiteralsValidator
-
- NULL - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- Nullable - Annotation Type in com.github.javaparser.quality
-
- NullLiteralExpr - Class in com.github.javaparser.ast.expr
-
A literal "null".
- NullLiteralExpr() - Constructor for class com.github.javaparser.ast.expr.NullLiteralExpr
-
- NullLiteralExpr(TokenRange) - Constructor for class com.github.javaparser.ast.expr.NullLiteralExpr
-
This constructor is used by the parser and is considered private.
- nullLiteralExprMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- NullLiteralExprMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- NullType - Class in com.github.javaparser.resolution.model.typesystem
-
This is a virtual type used to represent null values.
- PACKAGE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- PACKAGE_DECLARATION - Static variable in interface com.github.javaparser.ParseStart
-
- packageAbsolutePath(String, String) - Static method in class com.github.javaparser.utils.CodeGenerationUtils
-
Calculates the path of a package.
- packageAbsolutePath(Path, String) - Static method in class com.github.javaparser.utils.CodeGenerationUtils
-
- PackageDeclaration - Class in com.github.javaparser.ast
-
A package declaration.
- PackageDeclaration() - Constructor for class com.github.javaparser.ast.PackageDeclaration
-
- PackageDeclaration(Name) - Constructor for class com.github.javaparser.ast.PackageDeclaration
-
- PackageDeclaration(NodeList<AnnotationExpr>, Name) - Constructor for class com.github.javaparser.ast.PackageDeclaration
-
- PackageDeclaration(TokenRange, NodeList<AnnotationExpr>, Name) - Constructor for class com.github.javaparser.ast.PackageDeclaration
-
This constructor is used by the parser and is considered private.
- packageDeclarationMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- PackageDeclarationMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- packageDeclarationPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CompilationUnitMetaModel
-
- packageToPath(String) - Static method in class com.github.javaparser.utils.CodeGenerationUtils
-
Converts a package name like "com.laamella.parser" to a path like "com/laamella/parser"
- Pair<A,B> - Class in com.github.javaparser.utils
-
Simply a pair of objects.
- Pair(A, B) - Constructor for class com.github.javaparser.utils.Pair
-
- pairsPropertyMetaModel - Variable in class com.github.javaparser.metamodel.NormalAnnotationExprMetaModel
-
- parallelStream() - Method in class com.github.javaparser.ast.NodeList
-
- Parameter - Class in com.github.javaparser.ast.body
-
The parameters to a method or lambda.
- Parameter() - Constructor for class com.github.javaparser.ast.body.Parameter
-
- Parameter(Type, SimpleName) - Constructor for class com.github.javaparser.ast.body.Parameter
-
- Parameter(Type, String) - Constructor for class com.github.javaparser.ast.body.Parameter
-
- Parameter(NodeList<Modifier>, Type, SimpleName) - Constructor for class com.github.javaparser.ast.body.Parameter
-
- Parameter(NodeList<Modifier>, NodeList<AnnotationExpr>, Type, boolean, NodeList<AnnotationExpr>, SimpleName) - Constructor for class com.github.javaparser.ast.body.Parameter
-
- Parameter(TokenRange, NodeList<Modifier>, NodeList<AnnotationExpr>, Type, boolean, NodeList<AnnotationExpr>, SimpleName) - Constructor for class com.github.javaparser.ast.body.Parameter
-
This constructor is used by the parser and is considered private.
- PARAMETER - Static variable in interface com.github.javaparser.ParseStart
-
- parameterDeclarationInScope(String) - Method in interface com.github.javaparser.resolution.Context
-
- parameterMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- ParameterMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- parameterPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CatchClauseMetaModel
-
- parametersExposedToChild(Node) - Method in interface com.github.javaparser.resolution.Context
-
The parameters that are declared in this immediate context and made visible to a given child.
- parametersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.CallableDeclarationMetaModel
-
- parametersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.LambdaExprMetaModel
-
- parametersPropertyMetaModel - Variable in class com.github.javaparser.metamodel.RecordDeclarationMetaModel
-
- parentChange(Node, Node, Node) - Method in interface com.github.javaparser.ast.observer.AstObserver
-
The parent of a node is changed
- parentChange(Node, Node, Node) - Method in class com.github.javaparser.ast.observer.AstObserverAdapter
-
- parentChange(Node, Node, Node) - Method in class com.github.javaparser.ast.observer.PropagatingAstObserver
-
- ParentsVisitor(Node) - Constructor for class com.github.javaparser.ast.Node.ParentsVisitor
-
- parse() - Method in class com.github.javaparser.ast.comments.JavadocComment
-
- parse(ParseStart<N>, Provider) - Method in class com.github.javaparser.JavaParser
-
Parses source code.
- parse(InputStream, Charset) - Method in class com.github.javaparser.JavaParser
-
- parse(InputStream) - Method in class com.github.javaparser.JavaParser
-
- parse(File, Charset) - Method in class com.github.javaparser.JavaParser
-
- parse(File) - Method in class com.github.javaparser.JavaParser
-
- parse(Path, Charset) - Method in class com.github.javaparser.JavaParser
-
- parse(Path) - Method in class com.github.javaparser.JavaParser
-
Parses the Java code contained in a file and returns a
CompilationUnit
that represents it.
- parse(Reader) - Method in class com.github.javaparser.JavaParser
-
Parses Java code from a Reader and returns a
CompilationUnit
that represents it.
- parse(String) - Method in class com.github.javaparser.JavaParser
-
Parses the Java code contained in code and returns a
CompilationUnit
that represents it.
- parse(InputStream) - Method in class com.github.javaparser.JavaParserAdapter
-
- parse(File) - Method in class com.github.javaparser.JavaParserAdapter
-
- parse(Path) - Method in class com.github.javaparser.JavaParserAdapter
-
- parse(Reader) - Method in class com.github.javaparser.JavaParserAdapter
-
- parse(String) - Method in class com.github.javaparser.JavaParserAdapter
-
- parse(GeneratedJavaParser) - Method in interface com.github.javaparser.ParseStart
-
- parse(InputStream, Charset) - Static method in class com.github.javaparser.StaticJavaParser
-
- parse(InputStream) - Static method in class com.github.javaparser.StaticJavaParser
-
- parse(File, Charset) - Static method in class com.github.javaparser.StaticJavaParser
-
- parse(File) - Static method in class com.github.javaparser.StaticJavaParser
-
- parse(Path, Charset) - Static method in class com.github.javaparser.StaticJavaParser
-
- parse(Path) - Static method in class com.github.javaparser.StaticJavaParser
-
Parses the Java code contained in a file and returns a
CompilationUnit
that represents it.
- parse(Reader) - Static method in class com.github.javaparser.StaticJavaParser
-
Parses Java code from a Reader and returns a
CompilationUnit
that represents it.
- parse(String) - Static method in class com.github.javaparser.StaticJavaParser
-
Parses the Java code contained in code and returns a
CompilationUnit
that represents it.
- parse(String, String) - Method in class com.github.javaparser.utils.SourceRoot
-
Parses a .java files under the source root and returns its CompilationUnit.
- parse(String, String, ParserConfiguration, SourceRoot.Callback) - Method in class com.github.javaparser.utils.SourceRoot
-
Locates the .java file with the provided package and file name, parses it and passes it to the
callback.
- parse(String, String, SourceRoot.Callback) - Method in class com.github.javaparser.utils.SourceRoot
-
Parses the provided .java file and passes it to the callback.
- parse(String, ParserConfiguration, SourceRoot.Callback) - Method in class com.github.javaparser.utils.SourceRoot
-
Tries to parse all .java files in a package recursively and passes them one by one to the callback.
- parse(String, SourceRoot.Callback) - Method in class com.github.javaparser.utils.SourceRoot
-
- parse() - Method in class com.github.javaparser.utils.SourceZip
-
Tries to parse all '.java' files in the ZIP located at this SourceZip's path and returns the parse
results in a list.
- parse(SourceZip.Callback) - Method in class com.github.javaparser.utils.SourceZip
-
Tries to parse all '.java' files in the ZIP located at this SourceZip's path and returns the parse
results in a list.
- parseAnnotation(String) - Method in class com.github.javaparser.JavaParser
-
- parseAnnotation(String) - Method in class com.github.javaparser.JavaParserAdapter
-
- parseAnnotation(String) - Static method in class com.github.javaparser.StaticJavaParser
-
- parseAnnotationBodyDeclaration(String) - Method in class com.github.javaparser.JavaParser
-
Parses the Java annotation body declaration(e.g fields or methods) contained in a
String
and returns a
BodyDeclaration
that represents it.
- parseAnnotationBodyDeclaration(String) - Method in class com.github.javaparser.JavaParserAdapter
-
- parseAnnotationBodyDeclaration(String) - Static method in class com.github.javaparser.StaticJavaParser
-
Parses the Java annotation body declaration(e.g fields or methods) contained in a
String
and returns a
BodyDeclaration
that represents it.
- parseArrayInitializerExpr(String) - Method in class com.github.javaparser.JavaParser
-
Parses an array initializer expression and returns it as ArrayInitializerExpr.
- parseArrayInitializerExpr(String) - Method in class com.github.javaparser.JavaParserAdapter
-
- parseArrayInitializerExpr(String) - Static method in class com.github.javaparser.StaticJavaParser
-
Parses an array initializer expression and returns it as ArrayInitializerExpr.
- parseBlock(String) - Method in class com.github.javaparser.JavaParser
-
Parses the Java block contained in a
String
and returns a
BlockStmt
that represents it.
- parseBlock(String) - Method in class com.github.javaparser.JavaParserAdapter
-
- parseBlock(String) - Static method in class com.github.javaparser.StaticJavaParser
-
Parses the Java block contained in a
String
and returns a
BlockStmt
that represents it.
- parseBodyDeclaration(String) - Method in class com.github.javaparser.JavaParser
-
Parses a Java class or interface body declaration(e.g fields or methods) and returns a
BodyDeclaration
that represents it.
- parseBodyDeclaration(String) - Method in class com.github.javaparser.JavaParserAdapter
-
- parseBodyDeclaration(String) - Static method in class com.github.javaparser.StaticJavaParser
-
Parses a Java class or interface body declaration(e.g fields or methods) and returns a
BodyDeclaration
that represents it.
- parseClassOrInterfaceType(String) - Method in class com.github.javaparser.JavaParser
-
- parseClassOrInterfaceType(String) - Method in class com.github.javaparser.JavaParserAdapter
-
- parseClassOrInterfaceType(String) - Static method in class com.github.javaparser.StaticJavaParser
-
- ParseException - Exception in com.github.javaparser
-
This exception is thrown when parse errors are encountered.
- ParseException(Token, int[][], String[]) - Constructor for exception com.github.javaparser.ParseException
-
- ParseException(Token, int[][], String[], String) - Constructor for exception com.github.javaparser.ParseException
-
This constructor is used by the method "generateParseException"
in the generated parser.
- ParseException() - Constructor for exception com.github.javaparser.ParseException
-
The following constructors are for use by you for whatever
purpose you can think of.
- ParseException(String) - Constructor for exception com.github.javaparser.ParseException
-
Constructor with message.
- parseExplicitConstructorInvocationStmt(String) - Method in class com.github.javaparser.JavaParser
-
Parses the this(...) and super(...) statements that may occur at the start of a constructor.
- parseExplicitConstructorInvocationStmt(String) - Method in class com.github.javaparser.JavaParserAdapter
-
- parseExplicitConstructorInvocationStmt(String) - Static method in class com.github.javaparser.StaticJavaParser
-
Parses the this(...) and super(...) statements that may occur at the start of a constructor.
- parseExpression(String) - Method in class com.github.javaparser.JavaParser
-
Parses the Java expression contained in a
String
and returns a
Expression
that represents it.
- parseExpression(String) - Method in class com.github.javaparser.JavaParserAdapter
-
- parseExpression(String) - Static method in class com.github.javaparser.StaticJavaParser
-
Parses the Java expression contained in a
String
and returns a
Expression
that represents it.
- parseImport(String) - Method in class com.github.javaparser.JavaParser
-
- parseImport(String) - Method in class com.github.javaparser.JavaParserAdapter
-
- parseImport(String) - Static method in class com.github.javaparser.StaticJavaParser
-
- parseJavadoc(String) - Method in class com.github.javaparser.JavaParserAdapter
-
- parseJavadoc(String) - Static method in class com.github.javaparser.StaticJavaParser
-
Parses the content of a JavadocComment and returns a
Javadoc
that
represents it.
- parseMethodDeclaration(String) - Method in class com.github.javaparser.JavaParser
-
Parses a method declaration and returns it as a MethodDeclaration.
- parseMethodDeclaration(String) - Method in class com.github.javaparser.JavaParserAdapter
-
- parseMethodDeclaration(String) - Static method in class com.github.javaparser.StaticJavaParser
-
Parses a method declaration and returns it as a MethodDeclaration.
- parseModuleDeclaration(String) - Method in class com.github.javaparser.JavaParser
-
Parses a module declaration and returns it as a ModuleDeclaration.
- parseModuleDeclaration(String) - Method in class com.github.javaparser.JavaParserAdapter
-
- parseModuleDeclaration(String) - Static method in class com.github.javaparser.StaticJavaParser
-
Parses a module declaration and returns it as a ModuleDeclaration.
- parseModuleDirective(String) - Method in class com.github.javaparser.JavaParser
-
Parses a module directive and returns it as a ModuleDirective.
- parseModuleDirective(String) - Method in class com.github.javaparser.JavaParserAdapter
-
- parseModuleDirective(String) - Static method in class com.github.javaparser.StaticJavaParser
-
Parses a module directive and returns it as a ModuleDirective.
- parseName(String) - Method in class com.github.javaparser.JavaParser
-
Parses a qualified name (one that can have "."
- parseName(String) - Method in class com.github.javaparser.JavaParserAdapter
-
- parseName(String) - Static method in class com.github.javaparser.StaticJavaParser
-
Parses a qualified name (one that can have "."
- parsePackageDeclaration(String) - Method in class com.github.javaparser.JavaParser
-
Parses a package declaration and returns it as a PackageDeclaration.
- parsePackageDeclaration(String) - Method in class com.github.javaparser.JavaParserAdapter
-
- parsePackageDeclaration(String) - Static method in class com.github.javaparser.StaticJavaParser
-
Parses a package declaration and returns it as a PackageDeclaration.
- parseParallelized(String, ParserConfiguration, SourceRoot.Callback) - Method in class com.github.javaparser.utils.SourceRoot
-
Tries to parse all .java files in a package recursively using multiple threads, and passes them one by one to the
callback.
- parseParallelized(String, SourceRoot.Callback) - Method in class com.github.javaparser.utils.SourceRoot
-
Tries to parse all .java files in a package recursively using multiple threads, and passes them one by one to the
callback.
- parseParallelized(SourceRoot.Callback) - Method in class com.github.javaparser.utils.SourceRoot
-
Tries to parse all .java files recursively using multiple threads, and passes them one by one to the callback.
- parseParameter(String) - Method in class com.github.javaparser.JavaParser
-
Parses a single parameter (a type and a name) and returns it as a Parameter.
- parseParameter(String) - Method in class com.github.javaparser.JavaParserAdapter
-
- parseParameter(String) - Static method in class com.github.javaparser.StaticJavaParser
-
Parses a single parameter (a type and a name) and returns it as a Parameter.
- ParseProblemException - Exception in com.github.javaparser
-
Thrown when parsing problems occur during parsing with the static methods on JavaParser.
- ParseProblemException(List<Problem>) - Constructor for exception com.github.javaparser.ParseProblemException
-
- ParseProblemException(Throwable) - Constructor for exception com.github.javaparser.ParseProblemException
-
- ParserCollectionStrategy - Class in com.github.javaparser.utils
-
- ParserCollectionStrategy() - Constructor for class com.github.javaparser.utils.ParserCollectionStrategy
-
- ParserCollectionStrategy(ParserConfiguration) - Constructor for class com.github.javaparser.utils.ParserCollectionStrategy
-
- ParserConfiguration - Class in com.github.javaparser
-
The configuration that is used by the parser.
- ParserConfiguration() - Constructor for class com.github.javaparser.ParserConfiguration
-
- ParserConfiguration.LanguageLevel - Enum in com.github.javaparser
-
- parseResource(String) - Method in class com.github.javaparser.JavaParser
-
Parses the Java code contained in a resource and returns a
CompilationUnit
that represents it.
- parseResource(String, Charset) - Method in class com.github.javaparser.JavaParser
-
- parseResource(ClassLoader, String, Charset) - Method in class com.github.javaparser.JavaParser
-
- parseResource(String) - Method in class com.github.javaparser.JavaParserAdapter
-
- parseResource(String) - Static method in class com.github.javaparser.StaticJavaParser
-
Parses the Java code contained in a resource and returns a
CompilationUnit
that represents it.
- parseResource(String, Charset) - Static method in class com.github.javaparser.StaticJavaParser
-
- parseResource(ClassLoader, String, Charset) - Static method in class com.github.javaparser.StaticJavaParser
-
- ParseResult<T> - Class in com.github.javaparser
-
The results given when parsing with an instance of JavaParser.
- ParseResult(T, List<Problem>, CommentsCollection) - Constructor for class com.github.javaparser.ParseResult
-
General constructor.
- parseSimpleName(String) - Method in class com.github.javaparser.JavaParser
-
Parses a simple name (one that can NOT have "."
- parseSimpleName(String) - Method in class com.github.javaparser.JavaParserAdapter
-
- parseSimpleName(String) - Static method in class com.github.javaparser.StaticJavaParser
-
Parses a simple name (one that can NOT have "."
- ParseStart<R> - Interface in com.github.javaparser
-
The start production for JavaParser.
- parseStatement(String) - Method in class com.github.javaparser.JavaParser
-
Parses the Java statement contained in a
String
and returns a
Statement
that represents it.
- parseStatement(String) - Method in class com.github.javaparser.JavaParserAdapter
-
- parseStatement(String) - Static method in class com.github.javaparser.StaticJavaParser
-
Parses the Java statement contained in a
String
and returns a
Statement
that represents it.
- parseText(String) - Static method in class com.github.javaparser.javadoc.description.JavadocDescription
-
- parseType(String) - Method in class com.github.javaparser.JavaParser
-
Parses a Java type name and returns a
Type
that represents it.
- parseType(String) - Method in class com.github.javaparser.JavaParserAdapter
-
- parseType(String) - Static method in class com.github.javaparser.StaticJavaParser
-
Parses a Java type name and returns a
Type
that represents it.
- parseTypeDeclaration(String) - Method in class com.github.javaparser.JavaParser
-
Parses a type declaration and returns it as a TypeDeclaration.
- parseTypeDeclaration(String) - Method in class com.github.javaparser.JavaParserAdapter
-
- parseTypeDeclaration(String) - Static method in class com.github.javaparser.StaticJavaParser
-
Parses a type declaration and returns it as a TypeDeclaration.
- parseTypeParameter(String) - Method in class com.github.javaparser.JavaParser
-
Parses a type parameter and returns it as a TypeParameter
- parseTypeParameter(String) - Method in class com.github.javaparser.JavaParserAdapter
-
- parseTypeParameter(String) - Static method in class com.github.javaparser.StaticJavaParser
-
Parses a type parameter and returns it as a TypeParameter
- parseVariableDeclarationExpr(String) - Method in class com.github.javaparser.JavaParser
-
- parseVariableDeclarationExpr(String) - Method in class com.github.javaparser.JavaParserAdapter
-
- parseVariableDeclarationExpr(String) - Static method in class com.github.javaparser.StaticJavaParser
-
- PART_LETTER - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- PatternExpr - Class in com.github.javaparser.ast.expr
-
Pattern Matching in Java
Java 1.0 to 13
Not available.
- PatternExpr(ReferenceType) - Constructor for class com.github.javaparser.ast.expr.PatternExpr
-
- PatternExpr(TokenRange) - Constructor for class com.github.javaparser.ast.expr.PatternExpr
-
This constructor is used by the parser and is considered private.
- PatternExpr(TokenRange, ReferenceType) - 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`.
- PatternExprMetaModel(Optional<BaseNodeMetaModel>, Class<? extends Node>, String, String, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.PatternExprMetaModel
-
- patternListPropertyMetaModel - Variable in class com.github.javaparser.metamodel.RecordPatternExprMetaModel
-
- patternPropertyMetaModel - Variable in class com.github.javaparser.metamodel.InstanceOfExprMetaModel
-
- peek() - Method in interface com.github.javaparser.printer.lexicalpreservation.LookaheadIterator
-
Returns the next element in iteration without advancing the underlying iterator.
- peek() - Method in class com.github.javaparser.printer.lexicalpreservation.PeekingIterator
-
Returns the next element in iteration without advancing the underlying iterator.
- PeekingIterator<E> - Class in com.github.javaparser.printer.lexicalpreservation
-
Decorates an iterator to support one-element lookahead while iterating.
- PeekingIterator(ListIterator<E>) - Constructor for class com.github.javaparser.printer.lexicalpreservation.PeekingIterator
-
Constructor.
- PeekingIterator(List<E>) - Constructor for class com.github.javaparser.printer.lexicalpreservation.PeekingIterator
-
Constructor.
- peekingIterator(ListIterator<E>) - Method in class com.github.javaparser.printer.lexicalpreservation.PeekingIterator
-
Decorates the specified iterator to support one-element lookahead.
- PERMITS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- permittedTypesPropertyMetaModel - Variable in class com.github.javaparser.metamodel.ClassOrInterfaceDeclarationMetaModel
-
- PHANTOM_KEY - Static variable in class com.github.javaparser.ast.Node
-
- PhantomNodeLogic - Class in com.github.javaparser.printer.lexicalpreservation
-
- PhantomNodeLogic() - Constructor for class com.github.javaparser.printer.lexicalpreservation.PhantomNodeLogic
-
Deprecated.
- PLUS - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- plus(CacheStats) - Method in interface com.github.javaparser.resolution.cache.CacheStats
-
Returns a new ICacheStats
representing the sum of this ICacheStats
and other
.
- PLUSASSIGN - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- POPULAR - Static variable in enum com.github.javaparser.ParserConfiguration.LanguageLevel
-
The most used Java version.
- pos(int, int) - Static method in class com.github.javaparser.Position
-
- Position - Class in com.github.javaparser
-
A position in a source file.
- Position(int, int) - Constructor for class com.github.javaparser.Position
-
TODO: Do we refer to the characters as columns,
...or the spaces between (thus also before/after) characters as columns?
- PositionMapping() - Constructor for class com.github.javaparser.UnicodeEscapeProcessingProvider.PositionMapping
-
- PositionUtils - Class in com.github.javaparser.utils
-
- postfixPropertyMetaModel - Variable in class com.github.javaparser.metamodel.UnaryExprMetaModel
-
- PostOrderIterator(Node) - Constructor for class com.github.javaparser.ast.Node.PostOrderIterator
-
- postProcess(ParseResult<? extends Node>, ParserConfiguration) - Method in class com.github.javaparser.ast.validator.postprocessors.PostProcessors
-
- postProcess(ParseResult<? extends Node>, ParserConfiguration) - Method in class com.github.javaparser.Processor
-
Makes the parser do a post-parsing step before the result is returned to the user.
- PostProcessors - Class in com.github.javaparser.ast.validator.postprocessors
-
A post processor that will call a collection of post processors.
- PostProcessors(Processor...) - Constructor for class com.github.javaparser.ast.validator.postprocessors.PostProcessors
-
- Preconditions - Class in com.github.javaparser.quality
-
- prefixPropertyMetaModel - Variable in class com.github.javaparser.metamodel.UnaryExprMetaModel
-
- PreOrderIterator(Node) - Constructor for class com.github.javaparser.ast.Node.PreOrderIterator
-
- preProcess(Provider) - Method in class com.github.javaparser.Processor
-
Adds a pre-parsing step, which has access to the sourcecode through the innerProvider.
- prettyPrint(Node, SourcePrinter) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmAttribute
-
- prettyPrint(Node, SourcePrinter) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmChar
-
- prettyPrint(Node, SourcePrinter) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmComment
-
- prettyPrint(Node, SourcePrinter) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmConditional
-
- prettyPrint(Node, SourcePrinter) - Method in interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
-
- prettyPrint(Node, SourcePrinter) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmIndent
-
- prettyPrint(Node, SourcePrinter) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmList
-
- prettyPrint(Node, SourcePrinter) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmMix
-
- prettyPrint(Node, SourcePrinter) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmNone
-
- prettyPrint(Node, SourcePrinter) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmOrphanCommentsEnding
-
- prettyPrint(Node, SourcePrinter) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmSequence
-
- prettyPrint(Node, SourcePrinter) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmSingleReference
-
- prettyPrint(Node, SourcePrinter) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmString
-
- prettyPrint(Node, SourcePrinter) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmTextBlock
-
- prettyPrint(Node, SourcePrinter) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmToken
-
- prettyPrint(Node, SourcePrinter) - Method in class com.github.javaparser.printer.concretesyntaxmodel.CsmUnindent
-
- PrettyPrinter - Class in com.github.javaparser.printer
-
- 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
-
- 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
-
- PrettyPrintVisitor(PrettyPrinterConfiguration) - Constructor for class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- previous() - Method in class com.github.javaparser.ast.NodeList.NodeListIterator
-
- previous() - Method in class com.github.javaparser.printer.lexicalpreservation.Difference.ArrayIterator
-
- previous() - Method in class com.github.javaparser.printer.lexicalpreservation.PeekingIterator
-
- previousIndex() - Method in class com.github.javaparser.ast.NodeList.NodeListIterator
-
- previousIndex() - Method in class com.github.javaparser.printer.lexicalpreservation.Difference.ArrayIterator
-
- previousIndex() - Method in class com.github.javaparser.printer.lexicalpreservation.PeekingIterator
-
- PrimitiveType - Class in com.github.javaparser.ast.type
-
A primitive type.
- PrimitiveType() - Constructor for class com.github.javaparser.ast.type.PrimitiveType
-
- PrimitiveType(PrimitiveType.Primitive) - Constructor for class com.github.javaparser.ast.type.PrimitiveType
-
- PrimitiveType(PrimitiveType.Primitive, NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.type.PrimitiveType
-
- PrimitiveType(TokenRange, PrimitiveType.Primitive, NodeList<AnnotationExpr>) - Constructor for class com.github.javaparser.ast.type.PrimitiveType
-
This constructor is used by the parser and is considered private.
- PrimitiveType.Primitive - Enum in com.github.javaparser.ast.type
-
- primitiveTypeMetaModel - Static variable in class com.github.javaparser.metamodel.JavaParserMetaModel
-
- PrimitiveTypeMetaModel - Class in com.github.javaparser.metamodel
-
This file, class, and its contents are completely generated based on:
The contents and annotations within the package `com.github.javaparser.ast`, and
`ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
- print(Node) - Method in class com.github.javaparser.printer.DefaultPrettyPrinter
-
- print(Node) - Static method in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter
-
Print a Node into a String, preserving the lexical information.
- print(Node) - Method in class com.github.javaparser.printer.PrettyPrinter
-
Deprecated.
- print(Node) - Method in interface com.github.javaparser.printer.Printer
-
- print(String) - Method in class com.github.javaparser.printer.SourcePrinter
-
Append the source string passed as argument to the buffer.
- print(Node) - Static method in class com.github.javaparser.printer.XmlPrinter
-
- print(Node) - Static method in class com.github.javaparser.printer.YamlPrinter
-
- PrintableTextElement - Interface in com.github.javaparser.printer.lexicalpreservation
-
- printAnnotations(NodeList<AnnotationExpr>, boolean, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
-
- printAnnotations(NodeList<AnnotationExpr>, boolean, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- printArguments(NodeList<T>, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
-
- printArguments(NodeList<T>, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- printComment(Optional<Comment>, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
-
- printComment(Optional<Comment>, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- printer(Printer) - Method in class com.github.javaparser.ast.CompilationUnit
-
Declare a specific printer
- printer - Variable in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
-
- printer - Variable in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- Printer - Interface in com.github.javaparser.printer
-
Printer interface defines the API for a printer.
- PRINTER_KEY - Static variable in class com.github.javaparser.ast.Node
-
- PrinterConfiguration - Interface in com.github.javaparser.printer.configuration
-
This interface defines the API for printer configuration.
- println(String) - Method in class com.github.javaparser.printer.SourcePrinter
-
Append the source string passed as argument to the buffer, then append a newline.
- println() - Method in class com.github.javaparser.printer.SourcePrinter
-
Append a newline to the buffer.
- printMemberAnnotations(NodeList<AnnotationExpr>, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
-
- printMemberAnnotations(NodeList<AnnotationExpr>, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- printMembers(NodeList<BodyDeclaration<?>>, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
-
- printMembers(NodeList<BodyDeclaration<?>>, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- printModifiers(NodeList<Modifier>) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
-
- printModifiers(NodeList<Modifier>) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- printPrePostFixOptionalList(NodeList<? extends Visitable>, Void, String, String, String) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
-
- printPrePostFixOptionalList(NodeList<? extends Visitable>, Void, String, String, String) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- printPrePostFixRequiredList(NodeList<? extends Visitable>, Void, String, String, String) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
-
- printPrePostFixRequiredList(NodeList<? extends Visitable>, Void, String, String, String) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- printTypeArgs(NodeWithTypeArguments<?>, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
-
- printTypeArgs(NodeWithTypeArguments<?>, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- printTypeParameters(NodeList<TypeParameter>, Void) - Method in class com.github.javaparser.printer.DefaultPrettyPrinterVisitor
-
- printTypeParameters(NodeList<TypeParameter>, Void) - Method in class com.github.javaparser.printer.PrettyPrintVisitor
-
Deprecated.
- PRIVATE - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- privateModifier() - Static method in class com.github.javaparser.ast.Modifier
-
- Problem - Class in com.github.javaparser
-
A problem that was encountered during parsing.
- Problem(String, TokenRange, Throwable) - Constructor for class com.github.javaparser.Problem
-
- PROBLEM_BY_BEGIN_POSITION - Static variable in class com.github.javaparser.Problem
-
Sorts problems on position.
- ProblemReporter - Class in com.github.javaparser.ast.validator
-
A simple interface where validators can report found problems.
- ProblemReporter(Consumer<Problem>) - Constructor for class com.github.javaparser.ast.validator.ProblemReporter
-
- process(Node) - Method in class com.github.javaparser.ast.visitor.TreeVisitor
-
Process the given node.
- process(int) - Method in class com.github.javaparser.UnicodeEscapeProcessingProvider.LineCounter
-
Analyzes the given character for line feed.
- process(Path, Path, ParseResult<CompilationUnit>) - Method in interface com.github.javaparser.utils.SourceRoot.Callback
-
- process(Path, ParseResult<CompilationUnit>) - Method in interface com.github.javaparser.utils.SourceZip.Callback
-
Process the given parse result.
- processor() - Method in interface com.github.javaparser.ast.validator.TypedValidator
-
- Processor - Class in com.github.javaparser
-
- Processor() - Constructor for class com.github.javaparser.Processor
-
- PROJECT_BUILD_FINAL_NAME - Static variable in class com.github.javaparser.JavaParserBuild
-
- PROJECT_NAME - Static variable in class com.github.javaparser.JavaParserBuild
-
- PROJECT_VERSION - Static variable in class com.github.javaparser.JavaParserBuild
-
- ProjectRoot - Class in com.github.javaparser.utils
-
The structure of a Java project directory.
- ProjectRoot(Path) - Constructor for class com.github.javaparser.utils.ProjectRoot
-
- ProjectRoot(Path, ParserConfiguration) - Constructor for class com.github.javaparser.utils.ProjectRoot
-
- PropagatingAstObserver - Class in com.github.javaparser.ast.observer
-
This AstObserver attach itself to all new nodes added to the nodes already observed.
- PropagatingAstObserver() - Constructor for class com.github.javaparser.ast.observer.PropagatingAstObserver
-
- propertyChange(Node, ObservableProperty, Object, Object) - Method in interface com.github.javaparser.ast.observer.AstObserver
-
The value of a property is changed
- propertyChange(Node, ObservableProperty, Object, Object) - Method in class com.github.javaparser.ast.observer.AstObserverAdapter
-
- propertyChange(Node, ObservableProperty, Object, Object) - Method in class com.github.javaparser.ast.observer.PropagatingAstObserver
-
- PropertyChange - Class in com.github.javaparser.printer.lexicalpreservation.changes
-
The change in value of a property.
- PropertyChange(ObservableProperty, Object, Object) - Constructor for class com.github.javaparser.printer.lexicalpreservation.changes.PropertyChange
-
- PropertyMetaModel - Class in com.github.javaparser.metamodel
-
Meta-data about a property of a node in the AST.
- PropertyMetaModel(BaseNodeMetaModel, String, Class<?>, Optional<BaseNodeMetaModel>, boolean, boolean, boolean, boolean) - Constructor for class com.github.javaparser.metamodel.PropertyMetaModel
-
- PROTECTED - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- protectedModifier() - Static method in class com.github.javaparser.ast.Modifier
-
- Provider - Interface in com.github.javaparser
-
Abstract interface for reading from a stream.
- provider(Reader) - Static method in class com.github.javaparser.Providers
-
- provider(InputStream, Charset) - Static method in class com.github.javaparser.Providers
-
- provider(InputStream) - Static method in class com.github.javaparser.Providers
-
- provider(File, Charset) - Static method in class com.github.javaparser.Providers
-
- provider(File) - Static method in class com.github.javaparser.Providers
-
- provider(Path, Charset) - Static method in class com.github.javaparser.Providers
-
- provider(Path) - Static method in class com.github.javaparser.Providers
-
- provider(String) - Static method in class com.github.javaparser.Providers
-
- Providers - Class in com.github.javaparser
-
Factory for providers of source code for JavaParser.
- PROVIDES - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- PUBLIC - Static variable in interface com.github.javaparser.GeneratedJavaParserConstants
-
RegularExpression Id.
- publicModifier() - Static method in class com.github.javaparser.ast.Modifier
-
- put(K, V) - Method in interface com.github.javaparser.resolution.cache.Cache
-
Associates value with key in this cache.
- put(N, V) - Method in class com.github.javaparser.utils.VisitorMap
-
- putAll(Map<? extends N, ? extends V>) - Method in class com.github.javaparser.utils.VisitorMap
-