Uses of Annotation Type
com.github.javaparser.ast.Generated
Packages that use Generated
Package
Description
-
Uses of Generated in com.github.javaparser
Classes in com.github.javaparser with annotations of type Generated -
Uses of Generated in com.github.javaparser.ast
Methods in com.github.javaparser.ast with annotations of type GeneratedModifier and TypeMethodDescription<R, A> R
ArrayCreationLevel.accept(GenericVisitor<R,A> v, A arg)
<A> void
ArrayCreationLevel.accept(VoidVisitor<A> v, A arg)
<R, A> R
CompilationUnit.accept(GenericVisitor<R,A> v, A arg)
<A> void
CompilationUnit.accept(VoidVisitor<A> v, A arg)
<R, A> R
ImportDeclaration.accept(GenericVisitor<R,A> v, A arg)
<A> void
ImportDeclaration.accept(VoidVisitor<A> v, A arg)
<R, A> R
Modifier.accept(GenericVisitor<R,A> v, A arg)
<A> void
Modifier.accept(VoidVisitor<A> v, A arg)
<R, A> R
PackageDeclaration.accept(GenericVisitor<R,A> v, A arg)
<A> void
PackageDeclaration.accept(VoidVisitor<A> v, A arg)
ArrayCreationLevel.clone()
CompilationUnit.clone()
ImportDeclaration.clone()
Modifier.clone()
Node.clone()
PackageDeclaration.clone()
ArrayCreationLevel.getAnnotations()
PackageDeclaration.getAnnotations()
Retrieves the list of annotations declared before the package declaration.Node.getComment()
This is a comment associated with this node.ArrayCreationLevel.getDimension()
CompilationUnit.getImports()
Retrieves the list of imports declared in this compilation unit ornull
if there is no import.Modifier.getKeyword()
ArrayCreationLevel.getMetaModel()
CompilationUnit.getMetaModel()
ImportDeclaration.getMetaModel()
Modifier.getMetaModel()
Node.getMetaModel()
PackageDeclaration.getMetaModel()
CompilationUnit.getModule()
ImportDeclaration.getName()
Retrieves the name of the import (.* is not included.)PackageDeclaration.getName()
Return the name expression of the package.CompilationUnit.getPackageDeclaration()
Retrieves the package declaration of this compilation unit.
If this compilation unit has no package declaration (default package),Optional.none()
is returned.CompilationUnit.getTypes()
Return the list of top level types declared in this compilation unit.
If there are no types declared,none
is returned.boolean
ImportDeclaration.isAsterisk()
Return if the import ends with "*".boolean
ImportDeclaration.isStatic()
boolean
boolean
boolean
boolean
Node.removeComment()
ArrayCreationLevel.removeDimension()
CompilationUnit.removeModule()
CompilationUnit.removePackageDeclaration()
boolean
boolean
boolean
boolean
boolean
ArrayCreationLevel.setAnnotations(NodeList<AnnotationExpr> annotations)
PackageDeclaration.setAnnotations(NodeList<AnnotationExpr> annotations)
ImportDeclaration.setAsterisk(boolean isAsterisk)
ArrayCreationLevel.setDimension(Expression dimension)
Sets the dimensionCompilationUnit.setImports(NodeList<ImportDeclaration> imports)
Sets the list of imports of this compilation unit.Modifier.setKeyword(Modifier.Keyword keyword)
CompilationUnit.setModule(ModuleDeclaration module)
Sets the name of this package declaration.CompilationUnit.setPackageDeclaration(PackageDeclaration packageDeclaration)
Sets or clear the package declarations of this compilation unit.ImportDeclaration.setStatic(boolean isStatic)
CompilationUnit.setTypes(NodeList<TypeDeclaration<?>> types)
Sets the list of types declared in this compilation unit.Constructors in com.github.javaparser.ast with annotations of type GeneratedModifierConstructorDescriptionArrayCreationLevel(TokenRange tokenRange, Expression dimension, NodeList<AnnotationExpr> annotations)
This constructor is used by the parser and is considered private.CompilationUnit(TokenRange tokenRange, PackageDeclaration packageDeclaration, NodeList<ImportDeclaration> imports, NodeList<TypeDeclaration<?>> types, ModuleDeclaration module)
This constructor is used by the parser and is considered private.ImportDeclaration(TokenRange tokenRange, Name name, boolean isStatic, boolean isAsterisk)
This constructor is used by the parser and is considered private.Modifier(TokenRange tokenRange, Modifier.Keyword keyword)
This constructor is used by the parser and is considered private.PackageDeclaration(TokenRange tokenRange, NodeList<AnnotationExpr> annotations, Name name)
This constructor is used by the parser and is considered private. -
Uses of Generated in com.github.javaparser.ast.body
Methods in com.github.javaparser.ast.body with annotations of type GeneratedModifier and TypeMethodDescription<R, A> R
AnnotationDeclaration.accept(GenericVisitor<R,A> v, A arg)
<A> void
AnnotationDeclaration.accept(VoidVisitor<A> v, A arg)
<R, A> R
AnnotationMemberDeclaration.accept(GenericVisitor<R,A> v, A arg)
<A> void
AnnotationMemberDeclaration.accept(VoidVisitor<A> v, A arg)
<R, A> R
ClassOrInterfaceDeclaration.accept(GenericVisitor<R,A> v, A arg)
<A> void
ClassOrInterfaceDeclaration.accept(VoidVisitor<A> v, A arg)
<R, A> R
CompactConstructorDeclaration.accept(GenericVisitor<R,A> v, A arg)
<A> void
CompactConstructorDeclaration.accept(VoidVisitor<A> v, A arg)
<R, A> R
ConstructorDeclaration.accept(GenericVisitor<R,A> v, A arg)
<A> void
ConstructorDeclaration.accept(VoidVisitor<A> v, A arg)
<R, A> R
EnumConstantDeclaration.accept(GenericVisitor<R,A> v, A arg)
<A> void
EnumConstantDeclaration.accept(VoidVisitor<A> v, A arg)
<R, A> R
EnumDeclaration.accept(GenericVisitor<R,A> v, A arg)
<A> void
EnumDeclaration.accept(VoidVisitor<A> v, A arg)
<R, A> R
FieldDeclaration.accept(GenericVisitor<R,A> v, A arg)
<A> void
FieldDeclaration.accept(VoidVisitor<A> v, A arg)
<R, A> R
InitializerDeclaration.accept(GenericVisitor<R,A> v, A arg)
<A> void
InitializerDeclaration.accept(VoidVisitor<A> v, A arg)
<R, A> R
MethodDeclaration.accept(GenericVisitor<R,A> v, A arg)
<A> void
MethodDeclaration.accept(VoidVisitor<A> v, A arg)
<R, A> R
Parameter.accept(GenericVisitor<R,A> v, A arg)
<A> void
Parameter.accept(VoidVisitor<A> v, A arg)
<R, A> R
ReceiverParameter.accept(GenericVisitor<R,A> v, A arg)
<A> void
ReceiverParameter.accept(VoidVisitor<A> v, A arg)
<R, A> R
RecordDeclaration.accept(GenericVisitor<R,A> v, A arg)
<A> void
RecordDeclaration.accept(VoidVisitor<A> v, A arg)
<R, A> R
VariableDeclarator.accept(GenericVisitor<R,A> v, A arg)
<A> void
VariableDeclarator.accept(VoidVisitor<A> v, A arg)
AnnotationDeclaration.asAnnotationDeclaration()
BodyDeclaration.asAnnotationDeclaration()
AnnotationMemberDeclaration.asAnnotationMemberDeclaration()
BodyDeclaration.asAnnotationMemberDeclaration()
BodyDeclaration.asCallableDeclaration()
CallableDeclaration.asCallableDeclaration()
BodyDeclaration.asClassOrInterfaceDeclaration()
ClassOrInterfaceDeclaration.asClassOrInterfaceDeclaration()
BodyDeclaration.asCompactConstructorDeclaration()
CompactConstructorDeclaration.asCompactConstructorDeclaration()
BodyDeclaration.asConstructorDeclaration()
ConstructorDeclaration.asConstructorDeclaration()
BodyDeclaration.asEnumConstantDeclaration()
EnumConstantDeclaration.asEnumConstantDeclaration()
BodyDeclaration.asEnumDeclaration()
EnumDeclaration.asEnumDeclaration()
BodyDeclaration.asFieldDeclaration()
FieldDeclaration.asFieldDeclaration()
BodyDeclaration.asInitializerDeclaration()
InitializerDeclaration.asInitializerDeclaration()
BodyDeclaration.asMethodDeclaration()
MethodDeclaration.asMethodDeclaration()
BodyDeclaration.asRecordDeclaration()
RecordDeclaration.asRecordDeclaration()
BodyDeclaration.asTypeDeclaration()
TypeDeclaration.asTypeDeclaration()
AnnotationDeclaration.clone()
AnnotationMemberDeclaration.clone()
BodyDeclaration.clone()
CallableDeclaration.clone()
ClassOrInterfaceDeclaration.clone()
CompactConstructorDeclaration.clone()
ConstructorDeclaration.clone()
EnumConstantDeclaration.clone()
EnumDeclaration.clone()
FieldDeclaration.clone()
InitializerDeclaration.clone()
MethodDeclaration.clone()
Parameter.clone()
ReceiverParameter.clone()
RecordDeclaration.clone()
TypeDeclaration.clone()
VariableDeclarator.clone()
BodyDeclaration.getAnnotations()
Parameter.getAnnotations()
ReceiverParameter.getAnnotations()
EnumConstantDeclaration.getArguments()
CompactConstructorDeclaration.getBody()
ConstructorDeclaration.getBody()
InitializerDeclaration.getBody()
MethodDeclaration.getBody()
EnumConstantDeclaration.getClassBody()
AnnotationMemberDeclaration.getDefaultValue()
EnumDeclaration.getEntries()
ClassOrInterfaceDeclaration.getExtendedTypes()
ClassOrInterfaceDeclaration.getImplementedTypes()
EnumDeclaration.getImplementedTypes()
RecordDeclaration.getImplementedTypes()
VariableDeclarator.getInitializer()
TypeDeclaration.getMembers()
AnnotationDeclaration.getMetaModel()
AnnotationMemberDeclaration.getMetaModel()
BodyDeclaration.getMetaModel()
CallableDeclaration.getMetaModel()
ClassOrInterfaceDeclaration.getMetaModel()
CompactConstructorDeclaration.getMetaModel()
ConstructorDeclaration.getMetaModel()
EnumConstantDeclaration.getMetaModel()
EnumDeclaration.getMetaModel()
FieldDeclaration.getMetaModel()
InitializerDeclaration.getMetaModel()
MethodDeclaration.getMetaModel()
Parameter.getMetaModel()
ReceiverParameter.getMetaModel()
RecordDeclaration.getMetaModel()
TypeDeclaration.getMetaModel()
VariableDeclarator.getMetaModel()
AnnotationMemberDeclaration.getModifiers()
Return the modifiers of this member declaration.CallableDeclaration.getModifiers()
Return the modifiers of this member declaration.CompactConstructorDeclaration.getModifiers()
FieldDeclaration.getModifiers()
Return the modifiers of this member declaration.Parameter.getModifiers()
Return the modifiers of this parameter declaration.TypeDeclaration.getModifiers()
Return the modifiers of this type declaration.AnnotationMemberDeclaration.getName()
CallableDeclaration.getName()
CompactConstructorDeclaration.getName()
EnumConstantDeclaration.getName()
Parameter.getName()
ReceiverParameter.getName()
TypeDeclaration.getName()
VariableDeclarator.getName()
CallableDeclaration.getParameters()
RecordDeclaration.getParameters()
Type declarations do not normally have parameters - e.g.CallableDeclaration.getReceiverParameter()
RecordDeclaration.getReceiverParameter()
CallableDeclaration.getThrownExceptions()
CompactConstructorDeclaration.getThrownExceptions()
AnnotationMemberDeclaration.getType()
MethodDeclaration.getType()
Parameter.getType()
ReceiverParameter.getType()
VariableDeclarator.getType()
CallableDeclaration.getTypeParameters()
ClassOrInterfaceDeclaration.getTypeParameters()
CompactConstructorDeclaration.getTypeParameters()
RecordDeclaration.getTypeParameters()
Parameter.getVarArgsAnnotations()
FieldDeclaration.getVariables()
void
AnnotationDeclaration.ifAnnotationDeclaration(Consumer<AnnotationDeclaration> action)
void
BodyDeclaration.ifAnnotationDeclaration(Consumer<AnnotationDeclaration> action)
void
AnnotationMemberDeclaration.ifAnnotationMemberDeclaration(Consumer<AnnotationMemberDeclaration> action)
void
BodyDeclaration.ifAnnotationMemberDeclaration(Consumer<AnnotationMemberDeclaration> action)
void
BodyDeclaration.ifCallableDeclaration(Consumer<CallableDeclaration> action)
void
CallableDeclaration.ifCallableDeclaration(Consumer<CallableDeclaration> action)
void
BodyDeclaration.ifClassOrInterfaceDeclaration(Consumer<ClassOrInterfaceDeclaration> action)
void
ClassOrInterfaceDeclaration.ifClassOrInterfaceDeclaration(Consumer<ClassOrInterfaceDeclaration> action)
void
BodyDeclaration.ifCompactConstructorDeclaration(Consumer<CompactConstructorDeclaration> action)
void
CompactConstructorDeclaration.ifCompactConstructorDeclaration(Consumer<CompactConstructorDeclaration> action)
void
BodyDeclaration.ifConstructorDeclaration(Consumer<ConstructorDeclaration> action)
void
ConstructorDeclaration.ifConstructorDeclaration(Consumer<ConstructorDeclaration> action)
void
BodyDeclaration.ifEnumConstantDeclaration(Consumer<EnumConstantDeclaration> action)
void
EnumConstantDeclaration.ifEnumConstantDeclaration(Consumer<EnumConstantDeclaration> action)
void
BodyDeclaration.ifEnumDeclaration(Consumer<EnumDeclaration> action)
void
EnumDeclaration.ifEnumDeclaration(Consumer<EnumDeclaration> action)
void
BodyDeclaration.ifFieldDeclaration(Consumer<FieldDeclaration> action)
void
FieldDeclaration.ifFieldDeclaration(Consumer<FieldDeclaration> action)
void
BodyDeclaration.ifInitializerDeclaration(Consumer<InitializerDeclaration> action)
void
InitializerDeclaration.ifInitializerDeclaration(Consumer<InitializerDeclaration> action)
void
BodyDeclaration.ifMethodDeclaration(Consumer<MethodDeclaration> action)
void
MethodDeclaration.ifMethodDeclaration(Consumer<MethodDeclaration> action)
void
BodyDeclaration.ifRecordDeclaration(Consumer<RecordDeclaration> action)
void
RecordDeclaration.ifRecordDeclaration(Consumer<RecordDeclaration> action)
void
BodyDeclaration.ifTypeDeclaration(Consumer<TypeDeclaration> action)
void
TypeDeclaration.ifTypeDeclaration(Consumer<TypeDeclaration> action)
boolean
AnnotationDeclaration.isAnnotationDeclaration()
boolean
BodyDeclaration.isAnnotationDeclaration()
boolean
AnnotationMemberDeclaration.isAnnotationMemberDeclaration()
boolean
BodyDeclaration.isAnnotationMemberDeclaration()
boolean
BodyDeclaration.isCallableDeclaration()
boolean
CallableDeclaration.isCallableDeclaration()
boolean
BodyDeclaration.isClassOrInterfaceDeclaration()
boolean
ClassOrInterfaceDeclaration.isClassOrInterfaceDeclaration()
boolean
BodyDeclaration.isCompactConstructorDeclaration()
boolean
CompactConstructorDeclaration.isCompactConstructorDeclaration()
boolean
BodyDeclaration.isConstructorDeclaration()
boolean
ConstructorDeclaration.isConstructorDeclaration()
boolean
BodyDeclaration.isEnumConstantDeclaration()
boolean
EnumConstantDeclaration.isEnumConstantDeclaration()
boolean
BodyDeclaration.isEnumDeclaration()
boolean
EnumDeclaration.isEnumDeclaration()
boolean
BodyDeclaration.isFieldDeclaration()
boolean
FieldDeclaration.isFieldDeclaration()
boolean
BodyDeclaration.isInitializerDeclaration()
boolean
InitializerDeclaration.isInitializerDeclaration()
boolean
ClassOrInterfaceDeclaration.isInterface()
boolean
BodyDeclaration.isMethodDeclaration()
boolean
MethodDeclaration.isMethodDeclaration()
boolean
BodyDeclaration.isRecordDeclaration()
boolean
RecordDeclaration.isRecordDeclaration()
boolean
InitializerDeclaration.isStatic()
boolean
BodyDeclaration.isTypeDeclaration()
boolean
TypeDeclaration.isTypeDeclaration()
boolean
Parameter.isVarArgs()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
MethodDeclaration.removeBody()
AnnotationMemberDeclaration.removeDefaultValue()
VariableDeclarator.removeInitializer()
CallableDeclaration.removeReceiverParameter()
RecordDeclaration.removeReceiverParameter()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
BodyDeclaration.setAnnotations(NodeList<AnnotationExpr> annotations)
Parameter.setAnnotations(NodeList<AnnotationExpr> annotations)
ReceiverParameter.setAnnotations(NodeList<AnnotationExpr> annotations)
EnumConstantDeclaration.setArguments(NodeList<Expression> arguments)
Sets the bodySets the bodySets the bodyEnumConstantDeclaration.setClassBody(NodeList<BodyDeclaration<?>> classBody)
AnnotationMemberDeclaration.setDefaultValue(Expression defaultValue)
Sets the default valueEnumDeclaration.setEntries(NodeList<EnumConstantDeclaration> entries)
ClassOrInterfaceDeclaration.setExtendedTypes(NodeList<ClassOrInterfaceType> extendedTypes)
ClassOrInterfaceDeclaration.setImplementedTypes(NodeList<ClassOrInterfaceType> implementedTypes)
EnumDeclaration.setImplementedTypes(NodeList<ClassOrInterfaceType> implementedTypes)
RecordDeclaration.setImplementedTypes(NodeList<ClassOrInterfaceType> implementedTypes)
VariableDeclarator.setInitializer(Expression initializer)
Sets the initializer expressionClassOrInterfaceDeclaration.setInterface(boolean isInterface)
TypeDeclaration.setMembers(NodeList<BodyDeclaration<?>> members)
AnnotationMemberDeclaration.setModifiers(NodeList<Modifier> modifiers)
CallableDeclaration.setModifiers(NodeList<Modifier> modifiers)
CompactConstructorDeclaration.setModifiers(NodeList<Modifier> modifiers)
FieldDeclaration.setModifiers(NodeList<Modifier> modifiers)
Parameter.setModifiers(NodeList<Modifier> modifiers)
TypeDeclaration.setModifiers(NodeList<Modifier> modifiers)
AnnotationMemberDeclaration.setName(SimpleName name)
CallableDeclaration.setName(SimpleName name)
CompactConstructorDeclaration.setName(SimpleName name)
EnumConstantDeclaration.setName(SimpleName name)
Parameter.setName(SimpleName name)
TypeDeclaration.setName(SimpleName name)
VariableDeclarator.setName(SimpleName name)
CallableDeclaration.setParameters(NodeList<Parameter> parameters)
RecordDeclaration.setParameters(NodeList<Parameter> parameters)
CallableDeclaration.setReceiverParameter(ReceiverParameter receiverParameter)
RecordDeclaration.setReceiverParameter(ReceiverParameter receiverParameter)
InitializerDeclaration.setStatic(boolean isStatic)
CallableDeclaration.setThrownExceptions(NodeList<ReferenceType> thrownExceptions)
CompactConstructorDeclaration.setThrownExceptions(NodeList<ReferenceType> thrownExceptions)
CallableDeclaration.setTypeParameters(NodeList<TypeParameter> typeParameters)
ClassOrInterfaceDeclaration.setTypeParameters(NodeList<TypeParameter> typeParameters)
CompactConstructorDeclaration.setTypeParameters(NodeList<TypeParameter> typeParameters)
RecordDeclaration.setTypeParameters(NodeList<TypeParameter> typeParameters)
Parameter.setVarArgs(boolean isVarArgs)
Parameter.setVarArgsAnnotations(NodeList<AnnotationExpr> varArgsAnnotations)
FieldDeclaration.setVariables(NodeList<VariableDeclarator> variables)
AnnotationDeclaration.toAnnotationDeclaration()
BodyDeclaration.toAnnotationDeclaration()
AnnotationMemberDeclaration.toAnnotationMemberDeclaration()
BodyDeclaration.toAnnotationMemberDeclaration()
BodyDeclaration.toCallableDeclaration()
CallableDeclaration.toCallableDeclaration()
BodyDeclaration.toClassOrInterfaceDeclaration()
ClassOrInterfaceDeclaration.toClassOrInterfaceDeclaration()
BodyDeclaration.toCompactConstructorDeclaration()
CompactConstructorDeclaration.toCompactConstructorDeclaration()
BodyDeclaration.toConstructorDeclaration()
ConstructorDeclaration.toConstructorDeclaration()
BodyDeclaration.toEnumConstantDeclaration()
EnumConstantDeclaration.toEnumConstantDeclaration()
BodyDeclaration.toEnumDeclaration()
EnumDeclaration.toEnumDeclaration()
BodyDeclaration.toFieldDeclaration()
FieldDeclaration.toFieldDeclaration()
BodyDeclaration.toInitializerDeclaration()
InitializerDeclaration.toInitializerDeclaration()
BodyDeclaration.toMethodDeclaration()
MethodDeclaration.toMethodDeclaration()
BodyDeclaration.toRecordDeclaration()
RecordDeclaration.toRecordDeclaration()
BodyDeclaration.toTypeDeclaration()
TypeDeclaration.toTypeDeclaration()
Constructors in com.github.javaparser.ast.body with annotations of type GeneratedModifierConstructorDescriptionAnnotationDeclaration(TokenRange tokenRange, NodeList<Modifier> modifiers, NodeList<AnnotationExpr> annotations, SimpleName name, NodeList<BodyDeclaration<?>> members)
This constructor is used by the parser and is considered private.AnnotationMemberDeclaration(TokenRange tokenRange, NodeList<Modifier> modifiers, NodeList<AnnotationExpr> annotations, Type type, SimpleName name, Expression defaultValue)
This constructor is used by the parser and is considered private.BodyDeclaration(TokenRange tokenRange, NodeList<AnnotationExpr> annotations)
This constructor is used by the parser and is considered private.CallableDeclaration(TokenRange tokenRange, NodeList<Modifier> modifiers, NodeList<AnnotationExpr> annotations, NodeList<TypeParameter> typeParameters, SimpleName name, NodeList<Parameter> parameters, NodeList<ReferenceType> thrownExceptions, ReceiverParameter receiverParameter)
This constructor is used by the parser and is considered private.ClassOrInterfaceDeclaration(TokenRange tokenRange, NodeList<Modifier> modifiers, NodeList<AnnotationExpr> annotations, boolean isInterface, SimpleName name, NodeList<TypeParameter> typeParameters, NodeList<ClassOrInterfaceType> extendedTypes, NodeList<ClassOrInterfaceType> implementedTypes, NodeList<BodyDeclaration<?>> members)
This constructor is used by the parser and is considered private.CompactConstructorDeclaration(TokenRange tokenRange, NodeList<Modifier> modifiers, NodeList<AnnotationExpr> annotations, NodeList<TypeParameter> typeParameters, SimpleName name, NodeList<ReferenceType> thrownExceptions, BlockStmt body)
This constructor is used by the parser and is considered private.ConstructorDeclaration(TokenRange tokenRange, NodeList<Modifier> modifiers, NodeList<AnnotationExpr> annotations, NodeList<TypeParameter> typeParameters, SimpleName name, NodeList<Parameter> parameters, NodeList<ReferenceType> thrownExceptions, BlockStmt body, ReceiverParameter receiverParameter)
This constructor is used by the parser and is considered private.EnumConstantDeclaration(TokenRange tokenRange, NodeList<AnnotationExpr> annotations, SimpleName name, NodeList<Expression> arguments, NodeList<BodyDeclaration<?>> classBody)
This constructor is used by the parser and is considered private.EnumDeclaration(TokenRange tokenRange, NodeList<Modifier> modifiers, NodeList<AnnotationExpr> annotations, SimpleName name, NodeList<ClassOrInterfaceType> implementedTypes, NodeList<EnumConstantDeclaration> entries, NodeList<BodyDeclaration<?>> members)
This constructor is used by the parser and is considered private.FieldDeclaration(TokenRange tokenRange, NodeList<Modifier> modifiers, NodeList<AnnotationExpr> annotations, NodeList<VariableDeclarator> variables)
This constructor is used by the parser and is considered private.InitializerDeclaration(TokenRange tokenRange, boolean isStatic, BlockStmt body)
This constructor is used by the parser and is considered private.MethodDeclaration(TokenRange tokenRange, NodeList<Modifier> modifiers, NodeList<AnnotationExpr> annotations, NodeList<TypeParameter> typeParameters, Type type, SimpleName name, NodeList<Parameter> parameters, NodeList<ReferenceType> thrownExceptions, BlockStmt body, ReceiverParameter receiverParameter)
This constructor is used by the parser and is considered private.Parameter(TokenRange tokenRange, NodeList<Modifier> modifiers, NodeList<AnnotationExpr> annotations, Type type, boolean isVarArgs, NodeList<AnnotationExpr> varArgsAnnotations, SimpleName name)
This constructor is used by the parser and is considered private.ReceiverParameter(TokenRange tokenRange, NodeList<AnnotationExpr> annotations, Type type, Name name)
This constructor is used by the parser and is considered private.RecordDeclaration(TokenRange tokenRange, NodeList<Modifier> modifiers, NodeList<AnnotationExpr> annotations, SimpleName name, NodeList<Parameter> parameters, NodeList<TypeParameter> typeParameters, NodeList<ClassOrInterfaceType> implementedTypes, NodeList<BodyDeclaration<?>> members, ReceiverParameter receiverParameter)
This constructor is used by the parser and is considered private.TypeDeclaration(TokenRange tokenRange, NodeList<Modifier> modifiers, NodeList<AnnotationExpr> annotations, SimpleName name, NodeList<BodyDeclaration<?>> members)
This constructor is used by the parser and is considered private.VariableDeclarator(TokenRange tokenRange, Type type, SimpleName name, Expression initializer)
This constructor is used by the parser and is considered private. -
Uses of Generated in com.github.javaparser.ast.comments
Methods in com.github.javaparser.ast.comments with annotations of type GeneratedModifier and TypeMethodDescription<R, A> R
BlockComment.accept(GenericVisitor<R,A> v, A arg)
<A> void
BlockComment.accept(VoidVisitor<A> v, A arg)
<R, A> R
JavadocComment.accept(GenericVisitor<R,A> v, A arg)
<A> void
JavadocComment.accept(VoidVisitor<A> v, A arg)
<R, A> R
LineComment.accept(GenericVisitor<R,A> v, A arg)
<A> void
LineComment.accept(VoidVisitor<A> v, A arg)
BlockComment.asBlockComment()
Comment.asBlockComment()
Comment.asJavadocComment()
JavadocComment.asJavadocComment()
Comment.asLineComment()
LineComment.asLineComment()
BlockComment.clone()
Comment.clone()
JavadocComment.clone()
LineComment.clone()
Comment.getContent()
Return the text of the comment.BlockComment.getMetaModel()
Comment.getMetaModel()
JavadocComment.getMetaModel()
LineComment.getMetaModel()
void
BlockComment.ifBlockComment(Consumer<BlockComment> action)
void
Comment.ifBlockComment(Consumer<BlockComment> action)
void
Comment.ifJavadocComment(Consumer<JavadocComment> action)
void
JavadocComment.ifJavadocComment(Consumer<JavadocComment> action)
void
Comment.ifLineComment(Consumer<LineComment> action)
void
LineComment.ifLineComment(Consumer<LineComment> action)
boolean
BlockComment.isBlockComment()
boolean
Comment.isBlockComment()
boolean
Comment.isJavadocComment()
boolean
JavadocComment.isJavadocComment()
boolean
Comment.isLineComment()
boolean
LineComment.isLineComment()
Comment.setContent(String content)
Sets the text of the comment.BlockComment.toBlockComment()
Comment.toBlockComment()
Comment.toJavadocComment()
JavadocComment.toJavadocComment()
Comment.toLineComment()
LineComment.toLineComment()
Constructors in com.github.javaparser.ast.comments with annotations of type GeneratedModifierConstructorDescriptionBlockComment(TokenRange tokenRange, String content)
This constructor is used by the parser and is considered private.Comment(TokenRange tokenRange, String content)
This constructor is used by the parser and is considered private.JavadocComment(TokenRange tokenRange, String content)
This constructor is used by the parser and is considered private.LineComment(TokenRange tokenRange, String content)
This constructor is used by the parser and is considered private. -
Uses of Generated in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr with annotations of type GeneratedModifier and TypeMethodDescription<R, A> R
ArrayAccessExpr.accept(GenericVisitor<R,A> v, A arg)
<A> void
ArrayAccessExpr.accept(VoidVisitor<A> v, A arg)
<R, A> R
ArrayCreationExpr.accept(GenericVisitor<R,A> v, A arg)
<A> void
ArrayCreationExpr.accept(VoidVisitor<A> v, A arg)
<R, A> R
ArrayInitializerExpr.accept(GenericVisitor<R,A> v, A arg)
<A> void
ArrayInitializerExpr.accept(VoidVisitor<A> v, A arg)
<R, A> R
AssignExpr.accept(GenericVisitor<R,A> v, A arg)
<A> void
AssignExpr.accept(VoidVisitor<A> v, A arg)
<R, A> R
BinaryExpr.accept(GenericVisitor<R,A> v, A arg)
<A> void
BinaryExpr.accept(VoidVisitor<A> v, A arg)
<R, A> R
BooleanLiteralExpr.accept(GenericVisitor<R,A> v, A arg)
<A> void
BooleanLiteralExpr.accept(VoidVisitor<A> v, A arg)
<R, A> R
CastExpr.accept(GenericVisitor<R,A> v, A arg)
<A> void
CastExpr.accept(VoidVisitor<A> v, A arg)
<R, A> R
CharLiteralExpr.accept(GenericVisitor<R,A> v, A arg)
<A> void
CharLiteralExpr.accept(VoidVisitor<A> v, A arg)
<R, A> R
ClassExpr.accept(GenericVisitor<R,A> v, A arg)
<A> void
ClassExpr.accept(VoidVisitor<A> v, A arg)
<R, A> R
ConditionalExpr.accept(GenericVisitor<R,A> v, A arg)
<A> void
ConditionalExpr.accept(VoidVisitor<A> v, A arg)
<R, A> R
DoubleLiteralExpr.accept(GenericVisitor<R,A> v, A arg)
<A> void
DoubleLiteralExpr.accept(VoidVisitor<A> v, A arg)
<R, A> R
EnclosedExpr.accept(GenericVisitor<R,A> v, A arg)
<A> void
EnclosedExpr.accept(VoidVisitor<A> v, A arg)
<R, A> R
FieldAccessExpr.accept(GenericVisitor<R,A> v, A arg)
<A> void
FieldAccessExpr.accept(VoidVisitor<A> v, A arg)
<R, A> R
InstanceOfExpr.accept(GenericVisitor<R,A> v, A arg)
<A> void
InstanceOfExpr.accept(VoidVisitor<A> v, A arg)
<R, A> R
IntegerLiteralExpr.accept(GenericVisitor<R,A> v, A arg)
<A> void
IntegerLiteralExpr.accept(VoidVisitor<A> v, A arg)
<R, A> R
LambdaExpr.accept(GenericVisitor<R,A> v, A arg)
<A> void
LambdaExpr.accept(VoidVisitor<A> v, A arg)
<R, A> R
LongLiteralExpr.accept(GenericVisitor<R,A> v, A arg)
<A> void
LongLiteralExpr.accept(VoidVisitor<A> v, A arg)
<R, A> R
MarkerAnnotationExpr.accept(GenericVisitor<R,A> v, A arg)
<A> void
MarkerAnnotationExpr.accept(VoidVisitor<A> v, A arg)
<R, A> R
MemberValuePair.accept(GenericVisitor<R,A> v, A arg)
<A> void
MemberValuePair.accept(VoidVisitor<A> v, A arg)
<R, A> R
MethodCallExpr.accept(GenericVisitor<R,A> v, A arg)
<A> void
MethodCallExpr.accept(VoidVisitor<A> v, A arg)
<R, A> R
MethodReferenceExpr.accept(GenericVisitor<R,A> v, A arg)
<A> void
MethodReferenceExpr.accept(VoidVisitor<A> v, A arg)
<R, A> R
Name.accept(GenericVisitor<R,A> v, A arg)
<A> void
Name.accept(VoidVisitor<A> v, A arg)
<R, A> R
NameExpr.accept(GenericVisitor<R,A> v, A arg)
<A> void
NameExpr.accept(VoidVisitor<A> v, A arg)
<R, A> R
NormalAnnotationExpr.accept(GenericVisitor<R,A> v, A arg)
<A> void
NormalAnnotationExpr.accept(VoidVisitor<A> v, A arg)
<R, A> R
NullLiteralExpr.accept(GenericVisitor<R,A> v, A arg)
<A> void
NullLiteralExpr.accept(VoidVisitor<A> v, A arg)
<R, A> R
ObjectCreationExpr.accept(GenericVisitor<R,A> v, A arg)
<A> void
ObjectCreationExpr.accept(VoidVisitor<A> v, A arg)
<R, A> R
PatternExpr.accept(GenericVisitor<R,A> v, A arg)
<A> void
PatternExpr.accept(VoidVisitor<A> v, A arg)
<R, A> R
SimpleName.accept(GenericVisitor<R,A> v, A arg)
<A> void
SimpleName.accept(VoidVisitor<A> v, A arg)
<R, A> R
SingleMemberAnnotationExpr.accept(GenericVisitor<R,A> v, A arg)
<A> void
SingleMemberAnnotationExpr.accept(VoidVisitor<A> v, A arg)
<R, A> R
StringLiteralExpr.accept(GenericVisitor<R,A> v, A arg)
<A> void
StringLiteralExpr.accept(VoidVisitor<A> v, A arg)
<R, A> R
SuperExpr.accept(GenericVisitor<R,A> v, A arg)
<A> void
SuperExpr.accept(VoidVisitor<A> v, A arg)
<R, A> R
SwitchExpr.accept(GenericVisitor<R,A> v, A arg)
<A> void
SwitchExpr.accept(VoidVisitor<A> v, A arg)
<R, A> R
TextBlockLiteralExpr.accept(GenericVisitor<R,A> v, A arg)
<A> void
TextBlockLiteralExpr.accept(VoidVisitor<A> v, A arg)
<R, A> R
ThisExpr.accept(GenericVisitor<R,A> v, A arg)
<A> void
ThisExpr.accept(VoidVisitor<A> v, A arg)
<R, A> R
TypeExpr.accept(GenericVisitor<R,A> v, A arg)
<A> void
TypeExpr.accept(VoidVisitor<A> v, A arg)
<R, A> R
UnaryExpr.accept(GenericVisitor<R,A> v, A arg)
<A> void
UnaryExpr.accept(VoidVisitor<A> v, A arg)
<R, A> R
VariableDeclarationExpr.accept(GenericVisitor<R,A> v, A arg)
<A> void
VariableDeclarationExpr.accept(VoidVisitor<A> v, A arg)
AnnotationExpr.asAnnotationExpr()
Expression.asAnnotationExpr()
ArrayAccessExpr.asArrayAccessExpr()
Expression.asArrayAccessExpr()
ArrayCreationExpr.asArrayCreationExpr()
Expression.asArrayCreationExpr()
ArrayInitializerExpr.asArrayInitializerExpr()
Expression.asArrayInitializerExpr()
AssignExpr.asAssignExpr()
Expression.asAssignExpr()
BinaryExpr.asBinaryExpr()
Expression.asBinaryExpr()
BooleanLiteralExpr.asBooleanLiteralExpr()
Expression.asBooleanLiteralExpr()
CastExpr.asCastExpr()
Expression.asCastExpr()
CharLiteralExpr.asCharLiteralExpr()
Expression.asCharLiteralExpr()
ClassExpr.asClassExpr()
Expression.asClassExpr()
ConditionalExpr.asConditionalExpr()
Expression.asConditionalExpr()
DoubleLiteralExpr.asDoubleLiteralExpr()
Expression.asDoubleLiteralExpr()
EnclosedExpr.asEnclosedExpr()
Expression.asEnclosedExpr()
Expression.asFieldAccessExpr()
FieldAccessExpr.asFieldAccessExpr()
Expression.asInstanceOfExpr()
InstanceOfExpr.asInstanceOfExpr()
Expression.asIntegerLiteralExpr()
IntegerLiteralExpr.asIntegerLiteralExpr()
Expression.asLambdaExpr()
LambdaExpr.asLambdaExpr()
Expression.asLiteralExpr()
LiteralExpr.asLiteralExpr()
Expression.asLiteralStringValueExpr()
LiteralStringValueExpr.asLiteralStringValueExpr()
Expression.asLongLiteralExpr()
LongLiteralExpr.asLongLiteralExpr()
Expression.asMarkerAnnotationExpr()
MarkerAnnotationExpr.asMarkerAnnotationExpr()
Expression.asMethodCallExpr()
MethodCallExpr.asMethodCallExpr()
Expression.asMethodReferenceExpr()
MethodReferenceExpr.asMethodReferenceExpr()
Expression.asNameExpr()
NameExpr.asNameExpr()
Expression.asNormalAnnotationExpr()
NormalAnnotationExpr.asNormalAnnotationExpr()
Expression.asNullLiteralExpr()
NullLiteralExpr.asNullLiteralExpr()
Expression.asObjectCreationExpr()
ObjectCreationExpr.asObjectCreationExpr()
Expression.asPatternExpr()
PatternExpr.asPatternExpr()
Expression.asSingleMemberAnnotationExpr()
SingleMemberAnnotationExpr.asSingleMemberAnnotationExpr()
Expression.asStringLiteralExpr()
StringLiteralExpr.asStringLiteralExpr()
Expression.asSuperExpr()
SuperExpr.asSuperExpr()
Expression.asSwitchExpr()
SwitchExpr.asSwitchExpr()
Expression.asTextBlockLiteralExpr()
TextBlockLiteralExpr.asTextBlockLiteralExpr()
Expression.asThisExpr()
ThisExpr.asThisExpr()
Expression.asTypeExpr()
TypeExpr.asTypeExpr()
Expression.asUnaryExpr()
UnaryExpr.asUnaryExpr()
Expression.asVariableDeclarationExpr()
VariableDeclarationExpr.asVariableDeclarationExpr()
AnnotationExpr.clone()
ArrayAccessExpr.clone()
ArrayCreationExpr.clone()
ArrayInitializerExpr.clone()
AssignExpr.clone()
BinaryExpr.clone()
BooleanLiteralExpr.clone()
CastExpr.clone()
CharLiteralExpr.clone()
ClassExpr.clone()
ConditionalExpr.clone()
DoubleLiteralExpr.clone()
EnclosedExpr.clone()
Expression.clone()
FieldAccessExpr.clone()
InstanceOfExpr.clone()
IntegerLiteralExpr.clone()
LambdaExpr.clone()
LiteralExpr.clone()
LiteralStringValueExpr.clone()
LongLiteralExpr.clone()
MarkerAnnotationExpr.clone()
MemberValuePair.clone()
MethodCallExpr.clone()
MethodReferenceExpr.clone()
Name.clone()
NameExpr.clone()
NormalAnnotationExpr.clone()
NullLiteralExpr.clone()
ObjectCreationExpr.clone()
PatternExpr.clone()
SimpleName.clone()
SingleMemberAnnotationExpr.clone()
StringLiteralExpr.clone()
SuperExpr.clone()
SwitchExpr.clone()
TextBlockLiteralExpr.clone()
ThisExpr.clone()
TypeExpr.clone()
UnaryExpr.clone()
VariableDeclarationExpr.clone()
VariableDeclarationExpr.getAnnotations()
ObjectCreationExpr.getAnonymousClassBody()
MethodCallExpr.getArguments()
ObjectCreationExpr.getArguments()
LambdaExpr.getBody()
ConditionalExpr.getCondition()
ArrayCreationExpr.getElementType()
ConditionalExpr.getElseExpr()
SwitchExpr.getEntries()
CastExpr.getExpression()
InstanceOfExpr.getExpression()
UnaryExpr.getExpression()
MethodReferenceExpr.getIdentifier()
Name.getIdentifier()
SimpleName.getIdentifier()
ArrayAccessExpr.getIndex()
ArrayCreationExpr.getInitializer()
EnclosedExpr.getInner()
BinaryExpr.getLeft()
ArrayCreationExpr.getLevels()
SingleMemberAnnotationExpr.getMemberValue()
AnnotationExpr.getMetaModel()
ArrayAccessExpr.getMetaModel()
ArrayCreationExpr.getMetaModel()
ArrayInitializerExpr.getMetaModel()
AssignExpr.getMetaModel()
BinaryExpr.getMetaModel()
BooleanLiteralExpr.getMetaModel()
CastExpr.getMetaModel()
CharLiteralExpr.getMetaModel()
ClassExpr.getMetaModel()
ConditionalExpr.getMetaModel()
DoubleLiteralExpr.getMetaModel()
EnclosedExpr.getMetaModel()
Expression.getMetaModel()
FieldAccessExpr.getMetaModel()
InstanceOfExpr.getMetaModel()
IntegerLiteralExpr.getMetaModel()
LambdaExpr.getMetaModel()
LiteralExpr.getMetaModel()
LiteralStringValueExpr.getMetaModel()
LongLiteralExpr.getMetaModel()
MarkerAnnotationExpr.getMetaModel()
MemberValuePair.getMetaModel()
MethodCallExpr.getMetaModel()
MethodReferenceExpr.getMetaModel()
Name.getMetaModel()
NameExpr.getMetaModel()
NormalAnnotationExpr.getMetaModel()
NullLiteralExpr.getMetaModel()
ObjectCreationExpr.getMetaModel()
PatternExpr.getMetaModel()
SimpleName.getMetaModel()
SingleMemberAnnotationExpr.getMetaModel()
StringLiteralExpr.getMetaModel()
SuperExpr.getMetaModel()
SwitchExpr.getMetaModel()
TextBlockLiteralExpr.getMetaModel()
ThisExpr.getMetaModel()
TypeExpr.getMetaModel()
UnaryExpr.getMetaModel()
VariableDeclarationExpr.getMetaModel()
VariableDeclarationExpr.getModifiers()
Return the modifiers of this variable declaration.AnnotationExpr.getName()
ArrayAccessExpr.getName()
FieldAccessExpr.getName()
MemberValuePair.getName()
MethodCallExpr.getName()
NameExpr.getName()
PatternExpr.getName()
AssignExpr.getOperator()
BinaryExpr.getOperator()
UnaryExpr.getOperator()
NormalAnnotationExpr.getPairs()
LambdaExpr.getParameters()
InstanceOfExpr.getPattern()
Name.getQualifier()
BinaryExpr.getRight()
FieldAccessExpr.getScope()
MethodCallExpr.getScope()
MethodReferenceExpr.getScope()
ObjectCreationExpr.getScope()
SwitchExpr.getSelector()
AssignExpr.getTarget()
ConditionalExpr.getThenExpr()
CastExpr.getType()
ClassExpr.getType()
InstanceOfExpr.getType()
ObjectCreationExpr.getType()
PatternExpr.getType()
TypeExpr.getType()
FieldAccessExpr.getTypeArguments()
MethodCallExpr.getTypeArguments()
MethodReferenceExpr.getTypeArguments()
ObjectCreationExpr.getTypeArguments()
SuperExpr.getTypeName()
ThisExpr.getTypeName()
AssignExpr.getValue()
LiteralStringValueExpr.getValue()
MemberValuePair.getValue()
ArrayInitializerExpr.getValues()
VariableDeclarationExpr.getVariables()
void
AnnotationExpr.ifAnnotationExpr(Consumer<AnnotationExpr> action)
void
Expression.ifAnnotationExpr(Consumer<AnnotationExpr> action)
void
ArrayAccessExpr.ifArrayAccessExpr(Consumer<ArrayAccessExpr> action)
void
Expression.ifArrayAccessExpr(Consumer<ArrayAccessExpr> action)
void
ArrayCreationExpr.ifArrayCreationExpr(Consumer<ArrayCreationExpr> action)
void
Expression.ifArrayCreationExpr(Consumer<ArrayCreationExpr> action)
void
ArrayInitializerExpr.ifArrayInitializerExpr(Consumer<ArrayInitializerExpr> action)
void
Expression.ifArrayInitializerExpr(Consumer<ArrayInitializerExpr> action)
void
AssignExpr.ifAssignExpr(Consumer<AssignExpr> action)
void
Expression.ifAssignExpr(Consumer<AssignExpr> action)
void
BinaryExpr.ifBinaryExpr(Consumer<BinaryExpr> action)
void
Expression.ifBinaryExpr(Consumer<BinaryExpr> action)
void
BooleanLiteralExpr.ifBooleanLiteralExpr(Consumer<BooleanLiteralExpr> action)
void
Expression.ifBooleanLiteralExpr(Consumer<BooleanLiteralExpr> action)
void
CastExpr.ifCastExpr(Consumer<CastExpr> action)
void
Expression.ifCastExpr(Consumer<CastExpr> action)
void
CharLiteralExpr.ifCharLiteralExpr(Consumer<CharLiteralExpr> action)
void
Expression.ifCharLiteralExpr(Consumer<CharLiteralExpr> action)
void
ClassExpr.ifClassExpr(Consumer<ClassExpr> action)
void
Expression.ifClassExpr(Consumer<ClassExpr> action)
void
ConditionalExpr.ifConditionalExpr(Consumer<ConditionalExpr> action)
void
Expression.ifConditionalExpr(Consumer<ConditionalExpr> action)
void
DoubleLiteralExpr.ifDoubleLiteralExpr(Consumer<DoubleLiteralExpr> action)
void
Expression.ifDoubleLiteralExpr(Consumer<DoubleLiteralExpr> action)
void
EnclosedExpr.ifEnclosedExpr(Consumer<EnclosedExpr> action)
void
Expression.ifEnclosedExpr(Consumer<EnclosedExpr> action)
void
Expression.ifFieldAccessExpr(Consumer<FieldAccessExpr> action)
void
FieldAccessExpr.ifFieldAccessExpr(Consumer<FieldAccessExpr> action)
void
Expression.ifInstanceOfExpr(Consumer<InstanceOfExpr> action)
void
InstanceOfExpr.ifInstanceOfExpr(Consumer<InstanceOfExpr> action)
void
Expression.ifIntegerLiteralExpr(Consumer<IntegerLiteralExpr> action)
void
IntegerLiteralExpr.ifIntegerLiteralExpr(Consumer<IntegerLiteralExpr> action)
void
Expression.ifLambdaExpr(Consumer<LambdaExpr> action)
void
LambdaExpr.ifLambdaExpr(Consumer<LambdaExpr> action)
void
Expression.ifLiteralExpr(Consumer<LiteralExpr> action)
void
LiteralExpr.ifLiteralExpr(Consumer<LiteralExpr> action)
void
Expression.ifLiteralStringValueExpr(Consumer<LiteralStringValueExpr> action)
void
LiteralStringValueExpr.ifLiteralStringValueExpr(Consumer<LiteralStringValueExpr> action)
void
Expression.ifLongLiteralExpr(Consumer<LongLiteralExpr> action)
void
LongLiteralExpr.ifLongLiteralExpr(Consumer<LongLiteralExpr> action)
void
Expression.ifMarkerAnnotationExpr(Consumer<MarkerAnnotationExpr> action)
void
MarkerAnnotationExpr.ifMarkerAnnotationExpr(Consumer<MarkerAnnotationExpr> action)
void
Expression.ifMethodCallExpr(Consumer<MethodCallExpr> action)
void
MethodCallExpr.ifMethodCallExpr(Consumer<MethodCallExpr> action)
void
Expression.ifMethodReferenceExpr(Consumer<MethodReferenceExpr> action)
void
MethodReferenceExpr.ifMethodReferenceExpr(Consumer<MethodReferenceExpr> action)
void
Expression.ifNameExpr(Consumer<NameExpr> action)
void
NameExpr.ifNameExpr(Consumer<NameExpr> action)
void
Expression.ifNormalAnnotationExpr(Consumer<NormalAnnotationExpr> action)
void
NormalAnnotationExpr.ifNormalAnnotationExpr(Consumer<NormalAnnotationExpr> action)
void
Expression.ifNullLiteralExpr(Consumer<NullLiteralExpr> action)
void
NullLiteralExpr.ifNullLiteralExpr(Consumer<NullLiteralExpr> action)
void
Expression.ifObjectCreationExpr(Consumer<ObjectCreationExpr> action)
void
ObjectCreationExpr.ifObjectCreationExpr(Consumer<ObjectCreationExpr> action)
void
Expression.ifPatternExpr(Consumer<PatternExpr> action)
void
PatternExpr.ifPatternExpr(Consumer<PatternExpr> action)
void
Expression.ifSingleMemberAnnotationExpr(Consumer<SingleMemberAnnotationExpr> action)
void
SingleMemberAnnotationExpr.ifSingleMemberAnnotationExpr(Consumer<SingleMemberAnnotationExpr> action)
void
Expression.ifStringLiteralExpr(Consumer<StringLiteralExpr> action)
void
StringLiteralExpr.ifStringLiteralExpr(Consumer<StringLiteralExpr> action)
void
Expression.ifSuperExpr(Consumer<SuperExpr> action)
void
SuperExpr.ifSuperExpr(Consumer<SuperExpr> action)
void
Expression.ifSwitchExpr(Consumer<SwitchExpr> action)
void
SwitchExpr.ifSwitchExpr(Consumer<SwitchExpr> action)
void
Expression.ifTextBlockLiteralExpr(Consumer<TextBlockLiteralExpr> action)
void
TextBlockLiteralExpr.ifTextBlockLiteralExpr(Consumer<TextBlockLiteralExpr> action)
void
Expression.ifThisExpr(Consumer<ThisExpr> action)
void
ThisExpr.ifThisExpr(Consumer<ThisExpr> action)
void
Expression.ifTypeExpr(Consumer<TypeExpr> action)
void
TypeExpr.ifTypeExpr(Consumer<TypeExpr> action)
void
Expression.ifUnaryExpr(Consumer<UnaryExpr> action)
void
UnaryExpr.ifUnaryExpr(Consumer<UnaryExpr> action)
void
Expression.ifVariableDeclarationExpr(Consumer<VariableDeclarationExpr> action)
void
VariableDeclarationExpr.ifVariableDeclarationExpr(Consumer<VariableDeclarationExpr> action)
boolean
AnnotationExpr.isAnnotationExpr()
boolean
Expression.isAnnotationExpr()
boolean
ArrayAccessExpr.isArrayAccessExpr()
boolean
Expression.isArrayAccessExpr()
boolean
ArrayCreationExpr.isArrayCreationExpr()
boolean
Expression.isArrayCreationExpr()
boolean
ArrayInitializerExpr.isArrayInitializerExpr()
boolean
Expression.isArrayInitializerExpr()
boolean
AssignExpr.isAssignExpr()
boolean
Expression.isAssignExpr()
boolean
BinaryExpr.isBinaryExpr()
boolean
Expression.isBinaryExpr()
boolean
BooleanLiteralExpr.isBooleanLiteralExpr()
boolean
Expression.isBooleanLiteralExpr()
boolean
CastExpr.isCastExpr()
boolean
Expression.isCastExpr()
boolean
CharLiteralExpr.isCharLiteralExpr()
boolean
Expression.isCharLiteralExpr()
boolean
ClassExpr.isClassExpr()
boolean
Expression.isClassExpr()
boolean
ConditionalExpr.isConditionalExpr()
boolean
Expression.isConditionalExpr()
boolean
DoubleLiteralExpr.isDoubleLiteralExpr()
boolean
Expression.isDoubleLiteralExpr()
boolean
EnclosedExpr.isEnclosedExpr()
boolean
Expression.isEnclosedExpr()
boolean
LambdaExpr.isEnclosingParameters()
boolean
Expression.isFieldAccessExpr()
boolean
FieldAccessExpr.isFieldAccessExpr()
boolean
Expression.isInstanceOfExpr()
boolean
InstanceOfExpr.isInstanceOfExpr()
boolean
Expression.isIntegerLiteralExpr()
boolean
IntegerLiteralExpr.isIntegerLiteralExpr()
boolean
Expression.isLambdaExpr()
boolean
LambdaExpr.isLambdaExpr()
boolean
Expression.isLiteralExpr()
boolean
LiteralExpr.isLiteralExpr()
boolean
Expression.isLiteralStringValueExpr()
boolean
LiteralStringValueExpr.isLiteralStringValueExpr()
boolean
Expression.isLongLiteralExpr()
boolean
LongLiteralExpr.isLongLiteralExpr()
boolean
Expression.isMarkerAnnotationExpr()
boolean
MarkerAnnotationExpr.isMarkerAnnotationExpr()
boolean
Expression.isMethodCallExpr()
boolean
MethodCallExpr.isMethodCallExpr()
boolean
Expression.isMethodReferenceExpr()
boolean
MethodReferenceExpr.isMethodReferenceExpr()
boolean
Expression.isNameExpr()
boolean
NameExpr.isNameExpr()
boolean
Expression.isNormalAnnotationExpr()
boolean
NormalAnnotationExpr.isNormalAnnotationExpr()
boolean
Expression.isNullLiteralExpr()
boolean
NullLiteralExpr.isNullLiteralExpr()
boolean
Expression.isObjectCreationExpr()
boolean
ObjectCreationExpr.isObjectCreationExpr()
boolean
Expression.isPatternExpr()
boolean
PatternExpr.isPatternExpr()
boolean
Expression.isSingleMemberAnnotationExpr()
boolean
SingleMemberAnnotationExpr.isSingleMemberAnnotationExpr()
boolean
Expression.isStringLiteralExpr()
boolean
StringLiteralExpr.isStringLiteralExpr()
boolean
Expression.isSuperExpr()
boolean
SuperExpr.isSuperExpr()
boolean
Expression.isSwitchExpr()
boolean
SwitchExpr.isSwitchExpr()
boolean
Expression.isTextBlockLiteralExpr()
boolean
TextBlockLiteralExpr.isTextBlockLiteralExpr()
boolean
Expression.isThisExpr()
boolean
ThisExpr.isThisExpr()
boolean
Expression.isTypeExpr()
boolean
TypeExpr.isTypeExpr()
boolean
Expression.isUnaryExpr()
boolean
UnaryExpr.isUnaryExpr()
boolean
BooleanLiteralExpr.isValue()
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.boolean
Expression.isVariableDeclarationExpr()
boolean
VariableDeclarationExpr.isVariableDeclarationExpr()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
SuperExpr.removeClassName()
ThisExpr.removeClassName()
ArrayCreationExpr.removeInitializer()
InstanceOfExpr.removePattern()
Name.removeQualifier()
MethodCallExpr.removeScope()
ObjectCreationExpr.removeScope()
SuperExpr.removeTypeName()
ThisExpr.removeTypeName()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
VariableDeclarationExpr.setAnnotations(NodeList<AnnotationExpr> annotations)
ObjectCreationExpr.setAnonymousClassBody(NodeList<BodyDeclaration<?>> anonymousClassBody)
Sets the anonymousClassBody
Null means no class body
Empty NodeList means new ClassName(){ }MethodCallExpr.setArguments(NodeList<Expression> arguments)
ObjectCreationExpr.setArguments(NodeList<Expression> arguments)
ConditionalExpr.setCondition(Expression condition)
ArrayCreationExpr.setElementType(Type elementType)
ConditionalExpr.setElseExpr(Expression elseExpr)
LambdaExpr.setEnclosingParameters(boolean isEnclosingParameters)
SwitchExpr.setEntries(NodeList<SwitchEntry> entries)
CastExpr.setExpression(Expression expression)
InstanceOfExpr.setExpression(Expression expression)
UnaryExpr.setExpression(Expression expression)
MethodReferenceExpr.setIdentifier(String identifier)
Name.setIdentifier(String identifier)
SimpleName.setIdentifier(String identifier)
ArrayAccessExpr.setIndex(Expression index)
ArrayCreationExpr.setInitializer(ArrayInitializerExpr initializer)
Sets the initializerEnclosedExpr.setInner(Expression inner)
Sets the inner expressionBinaryExpr.setLeft(Expression left)
ArrayCreationExpr.setLevels(NodeList<ArrayCreationLevel> levels)
SingleMemberAnnotationExpr.setMemberValue(Expression memberValue)
VariableDeclarationExpr.setModifiers(NodeList<Modifier> modifiers)
ArrayAccessExpr.setName(Expression name)
FieldAccessExpr.setName(SimpleName name)
MemberValuePair.setName(SimpleName name)
MethodCallExpr.setName(SimpleName name)
NameExpr.setName(SimpleName name)
PatternExpr.setName(SimpleName name)
AssignExpr.setOperator(AssignExpr.Operator operator)
BinaryExpr.setOperator(BinaryExpr.Operator operator)
UnaryExpr.setOperator(UnaryExpr.Operator operator)
NormalAnnotationExpr.setPairs(NodeList<MemberValuePair> pairs)
LambdaExpr.setParameters(NodeList<Parameter> parameters)
InstanceOfExpr.setPattern(PatternExpr pattern)
Name.setQualifier(Name qualifier)
BinaryExpr.setRight(Expression right)
FieldAccessExpr.setScope(Expression scope)
Sets the scopeMethodCallExpr.setScope(Expression scope)
MethodReferenceExpr.setScope(Expression scope)
ObjectCreationExpr.setScope(Expression scope)
Sets the scopeSwitchExpr.setSelector(Expression selector)
AssignExpr.setTarget(Expression target)
ConditionalExpr.setThenExpr(Expression thenExpr)
InstanceOfExpr.setType(ReferenceType type)
ObjectCreationExpr.setType(ClassOrInterfaceType type)
PatternExpr.setType(ReferenceType type)
FieldAccessExpr.setTypeArguments(NodeList<Type> typeArguments)
Sets the type argumentsMethodCallExpr.setTypeArguments(NodeList<Type> typeArguments)
Sets the typeArgumentsMethodReferenceExpr.setTypeArguments(NodeList<Type> typeArguments)
Sets the typeArgumentsObjectCreationExpr.setTypeArguments(NodeList<Type> typeArguments)
Sets the typeArgumentsSuperExpr.setTypeName(Name typeName)
ThisExpr.setTypeName(Name typeName)
AssignExpr.setValue(Expression value)
BooleanLiteralExpr.setValue(boolean value)
MemberValuePair.setValue(Expression value)
ArrayInitializerExpr.setValues(NodeList<Expression> values)
VariableDeclarationExpr.setVariables(NodeList<VariableDeclarator> variables)
AnnotationExpr.toAnnotationExpr()
Expression.toAnnotationExpr()
ArrayAccessExpr.toArrayAccessExpr()
Expression.toArrayAccessExpr()
ArrayCreationExpr.toArrayCreationExpr()
Expression.toArrayCreationExpr()
ArrayInitializerExpr.toArrayInitializerExpr()
Expression.toArrayInitializerExpr()
AssignExpr.toAssignExpr()
Expression.toAssignExpr()
BinaryExpr.toBinaryExpr()
Expression.toBinaryExpr()
BooleanLiteralExpr.toBooleanLiteralExpr()
Expression.toBooleanLiteralExpr()
CastExpr.toCastExpr()
Expression.toCastExpr()
CharLiteralExpr.toCharLiteralExpr()
Expression.toCharLiteralExpr()
ClassExpr.toClassExpr()
Expression.toClassExpr()
ConditionalExpr.toConditionalExpr()
Expression.toConditionalExpr()
DoubleLiteralExpr.toDoubleLiteralExpr()
Expression.toDoubleLiteralExpr()
EnclosedExpr.toEnclosedExpr()
Expression.toEnclosedExpr()
Expression.toFieldAccessExpr()
FieldAccessExpr.toFieldAccessExpr()
Expression.toInstanceOfExpr()
InstanceOfExpr.toInstanceOfExpr()
Expression.toIntegerLiteralExpr()
IntegerLiteralExpr.toIntegerLiteralExpr()
Expression.toLambdaExpr()
LambdaExpr.toLambdaExpr()
Expression.toLiteralExpr()
LiteralExpr.toLiteralExpr()
Expression.toLiteralStringValueExpr()
LiteralStringValueExpr.toLiteralStringValueExpr()
Expression.toLongLiteralExpr()
LongLiteralExpr.toLongLiteralExpr()
Expression.toMarkerAnnotationExpr()
MarkerAnnotationExpr.toMarkerAnnotationExpr()
Expression.toMethodCallExpr()
MethodCallExpr.toMethodCallExpr()
Expression.toMethodReferenceExpr()
MethodReferenceExpr.toMethodReferenceExpr()
Expression.toNameExpr()
NameExpr.toNameExpr()
Expression.toNormalAnnotationExpr()
NormalAnnotationExpr.toNormalAnnotationExpr()
Expression.toNullLiteralExpr()
NullLiteralExpr.toNullLiteralExpr()
Expression.toObjectCreationExpr()
ObjectCreationExpr.toObjectCreationExpr()
Expression.toPatternExpr()
PatternExpr.toPatternExpr()
Expression.toSingleMemberAnnotationExpr()
SingleMemberAnnotationExpr.toSingleMemberAnnotationExpr()
Expression.toStringLiteralExpr()
StringLiteralExpr.toStringLiteralExpr()
Expression.toSuperExpr()
SuperExpr.toSuperExpr()
Expression.toSwitchExpr()
SwitchExpr.toSwitchExpr()
Expression.toTextBlockLiteralExpr()
TextBlockLiteralExpr.toTextBlockLiteralExpr()
Expression.toThisExpr()
ThisExpr.toThisExpr()
Expression.toTypeExpr()
TypeExpr.toTypeExpr()
Expression.toUnaryExpr()
UnaryExpr.toUnaryExpr()
Expression.toVariableDeclarationExpr()
VariableDeclarationExpr.toVariableDeclarationExpr()
Constructors in com.github.javaparser.ast.expr with annotations of type GeneratedModifierConstructorDescriptionAnnotationExpr(TokenRange tokenRange, Name name)
This constructor is used by the parser and is considered private.ArrayAccessExpr(TokenRange tokenRange, Expression name, Expression index)
This constructor is used by the parser and is considered private.ArrayCreationExpr(TokenRange tokenRange, Type elementType, NodeList<ArrayCreationLevel> levels, ArrayInitializerExpr initializer)
This constructor is used by the parser and is considered private.ArrayInitializerExpr(TokenRange tokenRange, NodeList<Expression> values)
This constructor is used by the parser and is considered private.AssignExpr(TokenRange tokenRange, Expression target, Expression value, AssignExpr.Operator operator)
This constructor is used by the parser and is considered private.BinaryExpr(TokenRange tokenRange, Expression left, Expression right, BinaryExpr.Operator operator)
This constructor is used by the parser and is considered private.BooleanLiteralExpr(TokenRange tokenRange, boolean value)
This constructor is used by the parser and is considered private.CastExpr(TokenRange tokenRange, Type type, Expression expression)
This constructor is used by the parser and is considered private.CharLiteralExpr(TokenRange tokenRange, String value)
This constructor is used by the parser and is considered private.ClassExpr(TokenRange tokenRange, Type type)
This constructor is used by the parser and is considered private.ConditionalExpr(TokenRange tokenRange, Expression condition, Expression thenExpr, Expression elseExpr)
This constructor is used by the parser and is considered private.DoubleLiteralExpr(TokenRange tokenRange, String value)
This constructor is used by the parser and is considered private.EnclosedExpr(TokenRange tokenRange, Expression inner)
This constructor is used by the parser and is considered private.Expression(TokenRange tokenRange)
This constructor is used by the parser and is considered private.FieldAccessExpr(TokenRange tokenRange, Expression scope, NodeList<Type> typeArguments, SimpleName name)
This constructor is used by the parser and is considered private.InstanceOfExpr(TokenRange tokenRange, Expression expression, ReferenceType type, PatternExpr pattern)
This constructor is used by the parser and is considered private.IntegerLiteralExpr(TokenRange tokenRange, String value)
This constructor is used by the parser and is considered private.LambdaExpr(TokenRange tokenRange, NodeList<Parameter> parameters, Statement body, boolean isEnclosingParameters)
This constructor is used by the parser and is considered private.LiteralExpr(TokenRange tokenRange)
This constructor is used by the parser and is considered private.LiteralStringValueExpr(TokenRange tokenRange, String value)
This constructor is used by the parser and is considered private.LongLiteralExpr(TokenRange tokenRange, String value)
This constructor is used by the parser and is considered private.MarkerAnnotationExpr(TokenRange tokenRange, Name name)
This constructor is used by the parser and is considered private.MemberValuePair(TokenRange tokenRange, SimpleName name, Expression value)
This constructor is used by the parser and is considered private.MethodCallExpr(TokenRange tokenRange, Expression scope, NodeList<Type> typeArguments, SimpleName name, NodeList<Expression> arguments)
This constructor is used by the parser and is considered private.MethodReferenceExpr(TokenRange tokenRange, Expression scope, NodeList<Type> typeArguments, String identifier)
This constructor is used by the parser and is considered private.Name(TokenRange tokenRange, Name qualifier, String identifier)
This constructor is used by the parser and is considered private.NameExpr(TokenRange tokenRange, SimpleName name)
This constructor is used by the parser and is considered private.NormalAnnotationExpr(TokenRange tokenRange, Name name, NodeList<MemberValuePair> pairs)
This constructor is used by the parser and is considered private.NullLiteralExpr(TokenRange tokenRange)
This constructor is used by the parser and is considered private.ObjectCreationExpr(TokenRange tokenRange, Expression scope, ClassOrInterfaceType type, NodeList<Type> typeArguments, NodeList<Expression> arguments, NodeList<BodyDeclaration<?>> anonymousClassBody)
This constructor is used by the parser and is considered private.PatternExpr(TokenRange tokenRange, ReferenceType type, SimpleName name)
This constructor is used by the parser and is considered private.SimpleName(TokenRange tokenRange, String identifier)
This constructor is used by the parser and is considered private.SingleMemberAnnotationExpr(TokenRange tokenRange, Name name, Expression memberValue)
This constructor is used by the parser and is considered private.StringLiteralExpr(TokenRange tokenRange, String value)
This constructor is used by the parser and is considered private.SuperExpr(TokenRange tokenRange, Name typeName)
This constructor is used by the parser and is considered private.SwitchExpr(TokenRange tokenRange, Expression selector, NodeList<SwitchEntry> entries)
This constructor is used by the parser and is considered private.TextBlockLiteralExpr(TokenRange tokenRange, String value)
This constructor is used by the parser and is considered private.ThisExpr(TokenRange tokenRange, Name typeName)
This constructor is used by the parser and is considered private.TypeExpr(TokenRange tokenRange, Type type)
This constructor is used by the parser and is considered private.UnaryExpr(TokenRange tokenRange, Expression expression, UnaryExpr.Operator operator)
This constructor is used by the parser and is considered private.VariableDeclarationExpr(TokenRange tokenRange, NodeList<Modifier> modifiers, NodeList<AnnotationExpr> annotations, NodeList<VariableDeclarator> variables)
This constructor is used by the parser and is considered private. -
Uses of Generated in com.github.javaparser.ast.modules
Methods in com.github.javaparser.ast.modules with annotations of type GeneratedModifier and TypeMethodDescription<R, A> R
ModuleDeclaration.accept(GenericVisitor<R,A> v, A arg)
<A> void
ModuleDeclaration.accept(VoidVisitor<A> v, A arg)
<R, A> R
ModuleExportsDirective.accept(GenericVisitor<R,A> v, A arg)
<A> void
ModuleExportsDirective.accept(VoidVisitor<A> v, A arg)
<R, A> R
ModuleOpensDirective.accept(GenericVisitor<R,A> v, A arg)
<A> void
ModuleOpensDirective.accept(VoidVisitor<A> v, A arg)
<R, A> R
ModuleProvidesDirective.accept(GenericVisitor<R,A> v, A arg)
<A> void
ModuleProvidesDirective.accept(VoidVisitor<A> v, A arg)
<R, A> R
ModuleRequiresDirective.accept(GenericVisitor<R,A> v, A arg)
<A> void
ModuleRequiresDirective.accept(VoidVisitor<A> v, A arg)
<R, A> R
ModuleUsesDirective.accept(GenericVisitor<R,A> v, A arg)
<A> void
ModuleUsesDirective.accept(VoidVisitor<A> v, A arg)
ModuleDirective.asModuleExportsDirective()
ModuleExportsDirective.asModuleExportsDirective()
ModuleDirective.asModuleExportsStmt()
ModuleExportsDirective.asModuleExportsStmt()
ModuleDirective.asModuleOpensDirective()
ModuleOpensDirective.asModuleOpensDirective()
ModuleDirective.asModuleOpensStmt()
ModuleOpensDirective.asModuleOpensStmt()
ModuleDirective.asModuleProvidesDirective()
ModuleProvidesDirective.asModuleProvidesDirective()
ModuleDirective.asModuleProvidesStmt()
ModuleProvidesDirective.asModuleProvidesStmt()
ModuleDirective.asModuleRequiresDirective()
ModuleRequiresDirective.asModuleRequiresDirective()
ModuleDirective.asModuleRequiresStmt()
ModuleRequiresDirective.asModuleRequiresStmt()
ModuleDirective.asModuleUsesDirective()
ModuleUsesDirective.asModuleUsesDirective()
ModuleDirective.asModuleUsesStmt()
ModuleUsesDirective.asModuleUsesStmt()
ModuleDeclaration.clone()
ModuleDirective.clone()
ModuleExportsDirective.clone()
ModuleOpensDirective.clone()
ModuleProvidesDirective.clone()
ModuleRequiresDirective.clone()
ModuleUsesDirective.clone()
ModuleDeclaration.getAnnotations()
ModuleDeclaration.getDirectives()
ModuleDeclaration.getMetaModel()
ModuleDirective.getMetaModel()
ModuleExportsDirective.getMetaModel()
ModuleOpensDirective.getMetaModel()
ModuleProvidesDirective.getMetaModel()
ModuleRequiresDirective.getMetaModel()
ModuleUsesDirective.getMetaModel()
ModuleRequiresDirective.getModifiers()
ModuleExportsDirective.getModuleNames()
ModuleOpensDirective.getModuleNames()
ModuleDeclaration.getName()
ModuleExportsDirective.getName()
ModuleOpensDirective.getName()
ModuleProvidesDirective.getName()
ModuleRequiresDirective.getName()
ModuleUsesDirective.getName()
ModuleProvidesDirective.getWith()
void
ModuleDirective.ifModuleExportsDirective(Consumer<ModuleExportsDirective> action)
void
ModuleExportsDirective.ifModuleExportsDirective(Consumer<ModuleExportsDirective> action)
void
ModuleDirective.ifModuleExportsStmt(Consumer<ModuleExportsDirective> action)
void
ModuleExportsDirective.ifModuleExportsStmt(Consumer<ModuleExportsDirective> action)
void
ModuleDirective.ifModuleOpensDirective(Consumer<ModuleOpensDirective> action)
void
ModuleOpensDirective.ifModuleOpensDirective(Consumer<ModuleOpensDirective> action)
void
ModuleDirective.ifModuleOpensStmt(Consumer<ModuleOpensDirective> action)
void
ModuleOpensDirective.ifModuleOpensStmt(Consumer<ModuleOpensDirective> action)
void
ModuleDirective.ifModuleProvidesDirective(Consumer<ModuleProvidesDirective> action)
void
ModuleProvidesDirective.ifModuleProvidesDirective(Consumer<ModuleProvidesDirective> action)
void
ModuleDirective.ifModuleProvidesStmt(Consumer<ModuleProvidesDirective> action)
void
ModuleProvidesDirective.ifModuleProvidesStmt(Consumer<ModuleProvidesDirective> action)
void
ModuleDirective.ifModuleRequiresDirective(Consumer<ModuleRequiresDirective> action)
void
ModuleRequiresDirective.ifModuleRequiresDirective(Consumer<ModuleRequiresDirective> action)
void
ModuleDirective.ifModuleRequiresStmt(Consumer<ModuleRequiresDirective> action)
void
ModuleRequiresDirective.ifModuleRequiresStmt(Consumer<ModuleRequiresDirective> action)
void
ModuleDirective.ifModuleUsesDirective(Consumer<ModuleUsesDirective> action)
void
ModuleUsesDirective.ifModuleUsesDirective(Consumer<ModuleUsesDirective> action)
void
ModuleDirective.ifModuleUsesStmt(Consumer<ModuleUsesDirective> action)
void
ModuleUsesDirective.ifModuleUsesStmt(Consumer<ModuleUsesDirective> action)
boolean
ModuleDirective.isModuleExportsDirective()
boolean
ModuleExportsDirective.isModuleExportsDirective()
boolean
ModuleDirective.isModuleExportsStmt()
boolean
ModuleExportsDirective.isModuleExportsStmt()
boolean
ModuleDirective.isModuleOpensDirective()
boolean
ModuleOpensDirective.isModuleOpensDirective()
boolean
ModuleDirective.isModuleOpensStmt()
boolean
ModuleOpensDirective.isModuleOpensStmt()
boolean
ModuleDirective.isModuleProvidesDirective()
boolean
ModuleProvidesDirective.isModuleProvidesDirective()
boolean
ModuleDirective.isModuleProvidesStmt()
boolean
ModuleProvidesDirective.isModuleProvidesStmt()
boolean
ModuleDirective.isModuleRequiresDirective()
boolean
ModuleRequiresDirective.isModuleRequiresDirective()
boolean
ModuleDirective.isModuleRequiresStmt()
boolean
ModuleRequiresDirective.isModuleRequiresStmt()
boolean
ModuleDirective.isModuleUsesDirective()
boolean
ModuleUsesDirective.isModuleUsesDirective()
boolean
ModuleDirective.isModuleUsesStmt()
boolean
ModuleUsesDirective.isModuleUsesStmt()
boolean
ModuleDeclaration.isOpen()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
ModuleDeclaration.setAnnotations(NodeList<AnnotationExpr> annotations)
ModuleDeclaration.setDirectives(NodeList<ModuleDirective> directives)
ModuleRequiresDirective.setModifiers(NodeList<Modifier> modifiers)
ModuleExportsDirective.setModuleNames(NodeList<Name> moduleNames)
ModuleOpensDirective.setModuleNames(NodeList<Name> moduleNames)
ModuleDeclaration.setOpen(boolean isOpen)
ModuleDirective.toModuleExportsDirective()
ModuleExportsDirective.toModuleExportsDirective()
ModuleDirective.toModuleExportsStmt()
ModuleExportsDirective.toModuleExportsStmt()
ModuleDirective.toModuleOpensDirective()
ModuleOpensDirective.toModuleOpensDirective()
ModuleDirective.toModuleOpensStmt()
ModuleOpensDirective.toModuleOpensStmt()
ModuleDirective.toModuleProvidesDirective()
ModuleProvidesDirective.toModuleProvidesDirective()
ModuleDirective.toModuleProvidesStmt()
ModuleProvidesDirective.toModuleProvidesStmt()
ModuleDirective.toModuleRequiresDirective()
ModuleRequiresDirective.toModuleRequiresDirective()
ModuleDirective.toModuleRequiresStmt()
ModuleRequiresDirective.toModuleRequiresStmt()
ModuleDirective.toModuleUsesDirective()
ModuleUsesDirective.toModuleUsesDirective()
ModuleDirective.toModuleUsesStmt()
ModuleUsesDirective.toModuleUsesStmt()
Constructors in com.github.javaparser.ast.modules with annotations of type GeneratedModifierConstructorDescriptionModuleDeclaration(TokenRange tokenRange, NodeList<AnnotationExpr> annotations, Name name, boolean isOpen, NodeList<ModuleDirective> directives)
This constructor is used by the parser and is considered private.ModuleDirective(TokenRange tokenRange)
This constructor is used by the parser and is considered private.ModuleExportsDirective(TokenRange tokenRange, Name name, NodeList<Name> moduleNames)
This constructor is used by the parser and is considered private.ModuleOpensDirective(TokenRange tokenRange, Name name, NodeList<Name> moduleNames)
This constructor is used by the parser and is considered private.ModuleProvidesDirective(TokenRange tokenRange, Name name, NodeList<Name> with)
This constructor is used by the parser and is considered private.ModuleRequiresDirective(TokenRange tokenRange, NodeList<Modifier> modifiers, Name name)
This constructor is used by the parser and is considered private.ModuleUsesDirective(TokenRange tokenRange, Name name)
This constructor is used by the parser and is considered private. -
Uses of Generated in com.github.javaparser.ast.observer
Classes in com.github.javaparser.ast.observer with annotations of type GeneratedModifier and TypeClassDescriptionclass
Properties considered by the AstObserver -
Uses of Generated in com.github.javaparser.ast.stmt
Methods in com.github.javaparser.ast.stmt with annotations of type GeneratedModifier and TypeMethodDescription<R, A> R
AssertStmt.accept(GenericVisitor<R,A> v, A arg)
<A> void
AssertStmt.accept(VoidVisitor<A> v, A arg)
<R, A> R
BlockStmt.accept(GenericVisitor<R,A> v, A arg)
<A> void
BlockStmt.accept(VoidVisitor<A> v, A arg)
<R, A> R
BreakStmt.accept(GenericVisitor<R,A> v, A arg)
<A> void
BreakStmt.accept(VoidVisitor<A> v, A arg)
<R, A> R
CatchClause.accept(GenericVisitor<R,A> v, A arg)
<A> void
CatchClause.accept(VoidVisitor<A> v, A arg)
<R, A> R
ContinueStmt.accept(GenericVisitor<R,A> v, A arg)
<A> void
ContinueStmt.accept(VoidVisitor<A> v, A arg)
<R, A> R
DoStmt.accept(GenericVisitor<R,A> v, A arg)
<A> void
DoStmt.accept(VoidVisitor<A> v, A arg)
<R, A> R
EmptyStmt.accept(GenericVisitor<R,A> v, A arg)
<A> void
EmptyStmt.accept(VoidVisitor<A> v, A arg)
<R, A> R
ExplicitConstructorInvocationStmt.accept(GenericVisitor<R,A> v, A arg)
<A> void
ExplicitConstructorInvocationStmt.accept(VoidVisitor<A> v, A arg)
<R, A> R
ExpressionStmt.accept(GenericVisitor<R,A> v, A arg)
<A> void
ExpressionStmt.accept(VoidVisitor<A> v, A arg)
<R, A> R
ForEachStmt.accept(GenericVisitor<R,A> v, A arg)
<A> void
ForEachStmt.accept(VoidVisitor<A> v, A arg)
<R, A> R
ForStmt.accept(GenericVisitor<R,A> v, A arg)
<A> void
ForStmt.accept(VoidVisitor<A> v, A arg)
<R, A> R
IfStmt.accept(GenericVisitor<R,A> v, A arg)
<A> void
IfStmt.accept(VoidVisitor<A> v, A arg)
<R, A> R
LabeledStmt.accept(GenericVisitor<R,A> v, A arg)
<A> void
LabeledStmt.accept(VoidVisitor<A> v, A arg)
<R, A> R
LocalClassDeclarationStmt.accept(GenericVisitor<R,A> v, A arg)
<A> void
LocalClassDeclarationStmt.accept(VoidVisitor<A> v, A arg)
<R, A> R
LocalRecordDeclarationStmt.accept(GenericVisitor<R,A> v, A arg)
<A> void
LocalRecordDeclarationStmt.accept(VoidVisitor<A> v, A arg)
<R, A> R
ReturnStmt.accept(GenericVisitor<R,A> v, A arg)
<A> void
ReturnStmt.accept(VoidVisitor<A> v, A arg)
<R, A> R
SwitchEntry.accept(GenericVisitor<R,A> v, A arg)
<A> void
SwitchEntry.accept(VoidVisitor<A> v, A arg)
<R, A> R
SwitchStmt.accept(GenericVisitor<R,A> v, A arg)
<A> void
SwitchStmt.accept(VoidVisitor<A> v, A arg)
<R, A> R
SynchronizedStmt.accept(GenericVisitor<R,A> v, A arg)
<A> void
SynchronizedStmt.accept(VoidVisitor<A> v, A arg)
<R, A> R
ThrowStmt.accept(GenericVisitor<R,A> v, A arg)
<A> void
ThrowStmt.accept(VoidVisitor<A> v, A arg)
<R, A> R
TryStmt.accept(GenericVisitor<R,A> v, A arg)
<A> void
TryStmt.accept(VoidVisitor<A> v, A arg)
<R, A> R
UnparsableStmt.accept(GenericVisitor<R,A> v, A arg)
<A> void
UnparsableStmt.accept(VoidVisitor<A> v, A arg)
<R, A> R
WhileStmt.accept(GenericVisitor<R,A> v, A arg)
<A> void
WhileStmt.accept(VoidVisitor<A> v, A arg)
<R, A> R
YieldStmt.accept(GenericVisitor<R,A> v, A arg)
<A> void
YieldStmt.accept(VoidVisitor<A> v, A arg)
AssertStmt.asAssertStmt()
Statement.asAssertStmt()
BlockStmt.asBlockStmt()
Statement.asBlockStmt()
BreakStmt.asBreakStmt()
Statement.asBreakStmt()
ContinueStmt.asContinueStmt()
Statement.asContinueStmt()
DoStmt.asDoStmt()
Statement.asDoStmt()
EmptyStmt.asEmptyStmt()
Statement.asEmptyStmt()
ExplicitConstructorInvocationStmt.asExplicitConstructorInvocationStmt()
Statement.asExplicitConstructorInvocationStmt()
ExpressionStmt.asExpressionStmt()
Statement.asExpressionStmt()
ForEachStmt.asForEachStmt()
Statement.asForEachStmt()
ForStmt.asForStmt()
Statement.asForStmt()
IfStmt.asIfStmt()
Statement.asIfStmt()
LabeledStmt.asLabeledStmt()
Statement.asLabeledStmt()
LocalClassDeclarationStmt.asLocalClassDeclarationStmt()
Statement.asLocalClassDeclarationStmt()
LocalRecordDeclarationStmt.asLocalRecordDeclarationStmt()
Statement.asLocalRecordDeclarationStmt()
ReturnStmt.asReturnStmt()
Statement.asReturnStmt()
Statement.asSwitchStmt()
SwitchStmt.asSwitchStmt()
Statement.asSynchronizedStmt()
SynchronizedStmt.asSynchronizedStmt()
Statement.asThrowStmt()
ThrowStmt.asThrowStmt()
Statement.asTryStmt()
TryStmt.asTryStmt()
Statement.asUnparsableStmt()
UnparsableStmt.asUnparsableStmt()
Statement.asWhileStmt()
WhileStmt.asWhileStmt()
Statement.asYieldStmt()
YieldStmt.asYieldStmt()
AssertStmt.clone()
BlockStmt.clone()
BreakStmt.clone()
CatchClause.clone()
ContinueStmt.clone()
DoStmt.clone()
EmptyStmt.clone()
ExplicitConstructorInvocationStmt.clone()
ExpressionStmt.clone()
ForEachStmt.clone()
ForStmt.clone()
IfStmt.clone()
LabeledStmt.clone()
LocalClassDeclarationStmt.clone()
LocalRecordDeclarationStmt.clone()
ReturnStmt.clone()
Statement.clone()
SwitchEntry.clone()
SwitchStmt.clone()
SynchronizedStmt.clone()
ThrowStmt.clone()
TryStmt.clone()
UnparsableStmt.clone()
WhileStmt.clone()
YieldStmt.clone()
ExplicitConstructorInvocationStmt.getArguments()
CatchClause.getBody()
DoStmt.getBody()
ForEachStmt.getBody()
ForStmt.getBody()
SynchronizedStmt.getBody()
WhileStmt.getBody()
TryStmt.getCatchClauses()
AssertStmt.getCheck()
LocalClassDeclarationStmt.getClassDeclaration()
ForStmt.getCompare()
DoStmt.getCondition()
IfStmt.getCondition()
WhileStmt.getCondition()
IfStmt.getElseStmt()
SwitchStmt.getEntries()
ExplicitConstructorInvocationStmt.getExpression()
ExpressionStmt.getExpression()
ReturnStmt.getExpression()
SynchronizedStmt.getExpression()
ThrowStmt.getExpression()
YieldStmt.getExpression()
TryStmt.getFinallyBlock()
ForStmt.getInitialization()
ForEachStmt.getIterable()
BreakStmt.getLabel()
ContinueStmt.getLabel()
LabeledStmt.getLabel()
SwitchEntry.getLabels()
AssertStmt.getMessage()
AssertStmt.getMetaModel()
BlockStmt.getMetaModel()
BreakStmt.getMetaModel()
CatchClause.getMetaModel()
ContinueStmt.getMetaModel()
DoStmt.getMetaModel()
EmptyStmt.getMetaModel()
ExplicitConstructorInvocationStmt.getMetaModel()
ExpressionStmt.getMetaModel()
ForEachStmt.getMetaModel()
ForStmt.getMetaModel()
IfStmt.getMetaModel()
LabeledStmt.getMetaModel()
LocalClassDeclarationStmt.getMetaModel()
LocalRecordDeclarationStmt.getMetaModel()
ReturnStmt.getMetaModel()
Statement.getMetaModel()
SwitchEntry.getMetaModel()
SwitchStmt.getMetaModel()
SynchronizedStmt.getMetaModel()
ThrowStmt.getMetaModel()
TryStmt.getMetaModel()
UnparsableStmt.getMetaModel()
WhileStmt.getMetaModel()
YieldStmt.getMetaModel()
CatchClause.getParameter()
Note that the type of the Parameter can be a UnionType.LocalRecordDeclarationStmt.getRecordDeclaration()
TryStmt.getResources()
SwitchStmt.getSelector()
LabeledStmt.getStatement()
BlockStmt.getStatements()
SwitchEntry.getStatements()
IfStmt.getThenStmt()
TryStmt.getTryBlock()
SwitchEntry.getType()
ExplicitConstructorInvocationStmt.getTypeArguments()
ForStmt.getUpdate()
ForEachStmt.getVariable()
void
AssertStmt.ifAssertStmt(Consumer<AssertStmt> action)
void
Statement.ifAssertStmt(Consumer<AssertStmt> action)
void
BlockStmt.ifBlockStmt(Consumer<BlockStmt> action)
void
Statement.ifBlockStmt(Consumer<BlockStmt> action)
void
BreakStmt.ifBreakStmt(Consumer<BreakStmt> action)
void
Statement.ifBreakStmt(Consumer<BreakStmt> action)
void
ContinueStmt.ifContinueStmt(Consumer<ContinueStmt> action)
void
Statement.ifContinueStmt(Consumer<ContinueStmt> action)
void
void
void
EmptyStmt.ifEmptyStmt(Consumer<EmptyStmt> action)
void
Statement.ifEmptyStmt(Consumer<EmptyStmt> action)
void
ExplicitConstructorInvocationStmt.ifExplicitConstructorInvocationStmt(Consumer<ExplicitConstructorInvocationStmt> action)
void
Statement.ifExplicitConstructorInvocationStmt(Consumer<ExplicitConstructorInvocationStmt> action)
void
ExpressionStmt.ifExpressionStmt(Consumer<ExpressionStmt> action)
void
Statement.ifExpressionStmt(Consumer<ExpressionStmt> action)
void
ForEachStmt.ifForEachStmt(Consumer<ForEachStmt> action)
void
Statement.ifForEachStmt(Consumer<ForEachStmt> action)
void
void
void
void
void
LabeledStmt.ifLabeledStmt(Consumer<LabeledStmt> action)
void
Statement.ifLabeledStmt(Consumer<LabeledStmt> action)
void
LocalClassDeclarationStmt.ifLocalClassDeclarationStmt(Consumer<LocalClassDeclarationStmt> action)
void
Statement.ifLocalClassDeclarationStmt(Consumer<LocalClassDeclarationStmt> action)
void
LocalRecordDeclarationStmt.ifLocalRecordDeclarationStmt(Consumer<LocalRecordDeclarationStmt> action)
void
Statement.ifLocalRecordDeclarationStmt(Consumer<LocalRecordDeclarationStmt> action)
void
ReturnStmt.ifReturnStmt(Consumer<ReturnStmt> action)
void
Statement.ifReturnStmt(Consumer<ReturnStmt> action)
void
Statement.ifSwitchStmt(Consumer<SwitchStmt> action)
void
SwitchStmt.ifSwitchStmt(Consumer<SwitchStmt> action)
void
Statement.ifSynchronizedStmt(Consumer<SynchronizedStmt> action)
void
SynchronizedStmt.ifSynchronizedStmt(Consumer<SynchronizedStmt> action)
void
Statement.ifThrowStmt(Consumer<ThrowStmt> action)
void
ThrowStmt.ifThrowStmt(Consumer<ThrowStmt> action)
void
void
void
Statement.ifUnparsableStmt(Consumer<UnparsableStmt> action)
void
UnparsableStmt.ifUnparsableStmt(Consumer<UnparsableStmt> action)
void
Statement.ifWhileStmt(Consumer<WhileStmt> action)
void
WhileStmt.ifWhileStmt(Consumer<WhileStmt> action)
void
Statement.ifYieldStmt(Consumer<YieldStmt> action)
void
YieldStmt.ifYieldStmt(Consumer<YieldStmt> action)
boolean
AssertStmt.isAssertStmt()
boolean
Statement.isAssertStmt()
boolean
BlockStmt.isBlockStmt()
boolean
Statement.isBlockStmt()
boolean
BreakStmt.isBreakStmt()
boolean
Statement.isBreakStmt()
boolean
ContinueStmt.isContinueStmt()
boolean
Statement.isContinueStmt()
boolean
DoStmt.isDoStmt()
boolean
Statement.isDoStmt()
boolean
EmptyStmt.isEmptyStmt()
boolean
Statement.isEmptyStmt()
boolean
ExplicitConstructorInvocationStmt.isExplicitConstructorInvocationStmt()
boolean
Statement.isExplicitConstructorInvocationStmt()
boolean
ExpressionStmt.isExpressionStmt()
boolean
Statement.isExpressionStmt()
boolean
ForEachStmt.isForEachStmt()
boolean
Statement.isForEachStmt()
boolean
ForStmt.isForStmt()
boolean
Statement.isForStmt()
boolean
IfStmt.isIfStmt()
boolean
Statement.isIfStmt()
boolean
LabeledStmt.isLabeledStmt()
boolean
Statement.isLabeledStmt()
boolean
LocalClassDeclarationStmt.isLocalClassDeclarationStmt()
boolean
Statement.isLocalClassDeclarationStmt()
boolean
LocalRecordDeclarationStmt.isLocalRecordDeclarationStmt()
boolean
Statement.isLocalRecordDeclarationStmt()
boolean
ReturnStmt.isReturnStmt()
boolean
Statement.isReturnStmt()
boolean
Statement.isSwitchStmt()
boolean
SwitchStmt.isSwitchStmt()
boolean
Statement.isSynchronizedStmt()
boolean
SynchronizedStmt.isSynchronizedStmt()
boolean
ExplicitConstructorInvocationStmt.isThis()
boolean
Statement.isThrowStmt()
boolean
ThrowStmt.isThrowStmt()
boolean
Statement.isTryStmt()
boolean
TryStmt.isTryStmt()
boolean
Statement.isUnparsableStmt()
boolean
UnparsableStmt.isUnparsableStmt()
boolean
Statement.isWhileStmt()
boolean
WhileStmt.isWhileStmt()
boolean
Statement.isYieldStmt()
boolean
YieldStmt.isYieldStmt()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
ForStmt.removeCompare()
IfStmt.removeElseStmt()
ExplicitConstructorInvocationStmt.removeExpression()
ReturnStmt.removeExpression()
TryStmt.removeFinallyBlock()
BreakStmt.removeLabel()
ContinueStmt.removeLabel()
AssertStmt.removeMessage()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
ExplicitConstructorInvocationStmt.setArguments(NodeList<Expression> arguments)
TryStmt.setCatchClauses(NodeList<CatchClause> catchClauses)
AssertStmt.setCheck(Expression check)
LocalClassDeclarationStmt.setClassDeclaration(ClassOrInterfaceDeclaration classDeclaration)
ForStmt.setCompare(Expression compare)
Sets the compareDoStmt.setCondition(Expression condition)
IfStmt.setCondition(Expression condition)
WhileStmt.setCondition(Expression condition)
IfStmt.setElseStmt(Statement elseStmt)
Sets the elseStmtSwitchStmt.setEntries(NodeList<SwitchEntry> entries)
ExplicitConstructorInvocationStmt.setExpression(Expression expression)
Sets the expressionExpressionStmt.setExpression(Expression expression)
ReturnStmt.setExpression(Expression expression)
Sets the expressionSynchronizedStmt.setExpression(Expression expression)
ThrowStmt.setExpression(Expression expression)
YieldStmt.setExpression(Expression expression)
Sets the labelTryStmt.setFinallyBlock(BlockStmt finallyBlock)
ForStmt.setInitialization(NodeList<Expression> initialization)
ForEachStmt.setIterable(Expression iterable)
BreakStmt.setLabel(SimpleName label)
Sets the labelContinueStmt.setLabel(SimpleName label)
Sets the labelLabeledStmt.setLabel(SimpleName label)
SwitchEntry.setLabels(NodeList<Expression> labels)
Sets the labelAssertStmt.setMessage(Expression message)
Sets the messageCatchClause.setParameter(Parameter parameter)
LocalRecordDeclarationStmt.setRecordDeclaration(RecordDeclaration recordDeclaration)
TryStmt.setResources(NodeList<Expression> resources)
SwitchStmt.setSelector(Expression selector)
LabeledStmt.setStatement(Statement statement)
BlockStmt.setStatements(NodeList<Statement> statements)
SwitchEntry.setStatements(NodeList<Statement> statements)
IfStmt.setThenStmt(Statement thenStmt)
ExplicitConstructorInvocationStmt.setThis(boolean isThis)
TryStmt.setTryBlock(BlockStmt tryBlock)
SwitchEntry.setType(SwitchEntry.Type type)
ExplicitConstructorInvocationStmt.setTypeArguments(NodeList<Type> typeArguments)
Sets the typeArgumentsForStmt.setUpdate(NodeList<Expression> update)
ForEachStmt.setVariable(VariableDeclarationExpr variable)
AssertStmt.toAssertStmt()
Statement.toAssertStmt()
BlockStmt.toBlockStmt()
Statement.toBlockStmt()
BreakStmt.toBreakStmt()
Statement.toBreakStmt()
ContinueStmt.toContinueStmt()
Statement.toContinueStmt()
DoStmt.toDoStmt()
Statement.toDoStmt()
EmptyStmt.toEmptyStmt()
Statement.toEmptyStmt()
ExplicitConstructorInvocationStmt.toExplicitConstructorInvocationStmt()
Statement.toExplicitConstructorInvocationStmt()
ExpressionStmt.toExpressionStmt()
Statement.toExpressionStmt()
ForEachStmt.toForEachStmt()
Statement.toForEachStmt()
ForStmt.toForStmt()
Statement.toForStmt()
IfStmt.toIfStmt()
Statement.toIfStmt()
LabeledStmt.toLabeledStmt()
Statement.toLabeledStmt()
LocalClassDeclarationStmt.toLocalClassDeclarationStmt()
Statement.toLocalClassDeclarationStmt()
LocalRecordDeclarationStmt.toLocalRecordDeclarationStmt()
Statement.toLocalRecordDeclarationStmt()
ReturnStmt.toReturnStmt()
Statement.toReturnStmt()
Statement.toSwitchStmt()
SwitchStmt.toSwitchStmt()
Statement.toSynchronizedStmt()
SynchronizedStmt.toSynchronizedStmt()
Statement.toThrowStmt()
ThrowStmt.toThrowStmt()
Statement.toTryStmt()
TryStmt.toTryStmt()
Statement.toUnparsableStmt()
UnparsableStmt.toUnparsableStmt()
Statement.toWhileStmt()
WhileStmt.toWhileStmt()
Statement.toYieldStmt()
YieldStmt.toYieldStmt()
Constructors in com.github.javaparser.ast.stmt with annotations of type GeneratedModifierConstructorDescriptionAssertStmt(TokenRange tokenRange, Expression check, Expression message)
This constructor is used by the parser and is considered private.BlockStmt(TokenRange tokenRange, NodeList<Statement> statements)
This constructor is used by the parser and is considered private.BreakStmt(TokenRange tokenRange, SimpleName label)
This constructor is used by the parser and is considered private.CatchClause(TokenRange tokenRange, Parameter parameter, BlockStmt body)
This constructor is used by the parser and is considered private.ContinueStmt(TokenRange tokenRange, SimpleName label)
This constructor is used by the parser and is considered private.DoStmt(TokenRange tokenRange, Statement body, Expression condition)
This constructor is used by the parser and is considered private.EmptyStmt(TokenRange tokenRange)
This constructor is used by the parser and is considered private.ExplicitConstructorInvocationStmt(TokenRange tokenRange, NodeList<Type> typeArguments, boolean isThis, Expression expression, NodeList<Expression> arguments)
This constructor is used by the parser and is considered private.ExpressionStmt(TokenRange tokenRange, Expression expression)
This constructor is used by the parser and is considered private.ForEachStmt(TokenRange tokenRange, VariableDeclarationExpr variable, Expression iterable, Statement body)
This constructor is used by the parser and is considered private.ForStmt(TokenRange tokenRange, NodeList<Expression> initialization, Expression compare, NodeList<Expression> update, Statement body)
This constructor is used by the parser and is considered private.IfStmt(TokenRange tokenRange, Expression condition, Statement thenStmt, Statement elseStmt)
This constructor is used by the parser and is considered private.LabeledStmt(TokenRange tokenRange, SimpleName label, Statement statement)
This constructor is used by the parser and is considered private.LocalClassDeclarationStmt(TokenRange tokenRange, ClassOrInterfaceDeclaration classDeclaration)
This constructor is used by the parser and is considered private.LocalRecordDeclarationStmt(TokenRange tokenRange, RecordDeclaration recordDeclaration)
This constructor is used by the parser and is considered private.ReturnStmt(TokenRange tokenRange, Expression expression)
This constructor is used by the parser and is considered private.Statement(TokenRange tokenRange)
This constructor is used by the parser and is considered private.SwitchEntry(TokenRange tokenRange, NodeList<Expression> labels, SwitchEntry.Type type, NodeList<Statement> statements)
This constructor is used by the parser and is considered private.SwitchStmt(TokenRange tokenRange, Expression selector, NodeList<SwitchEntry> entries)
This constructor is used by the parser and is considered private.SynchronizedStmt(TokenRange tokenRange, Expression expression, BlockStmt body)
This constructor is used by the parser and is considered private.ThrowStmt(TokenRange tokenRange, Expression expression)
This constructor is used by the parser and is considered private.TryStmt(TokenRange tokenRange, NodeList<Expression> resources, BlockStmt tryBlock, NodeList<CatchClause> catchClauses, BlockStmt finallyBlock)
This constructor is used by the parser and is considered private.UnparsableStmt(TokenRange tokenRange)
This constructor is used by the parser and is considered private.WhileStmt(TokenRange tokenRange, Expression condition, Statement body)
This constructor is used by the parser and is considered private.YieldStmt(TokenRange tokenRange, Expression expression)
This constructor is used by the parser and is considered private. -
Uses of Generated in com.github.javaparser.ast.type
Methods in com.github.javaparser.ast.type with annotations of type GeneratedModifier and TypeMethodDescription<R, A> R
ArrayType.accept(GenericVisitor<R,A> v, A arg)
<A> void
ArrayType.accept(VoidVisitor<A> v, A arg)
<R, A> R
ClassOrInterfaceType.accept(GenericVisitor<R,A> v, A arg)
<A> void
ClassOrInterfaceType.accept(VoidVisitor<A> v, A arg)
<R, A> R
IntersectionType.accept(GenericVisitor<R,A> v, A arg)
<A> void
IntersectionType.accept(VoidVisitor<A> v, A arg)
<R, A> R
PrimitiveType.accept(GenericVisitor<R,A> v, A arg)
<A> void
PrimitiveType.accept(VoidVisitor<A> v, A arg)
<R, A> R
TypeParameter.accept(GenericVisitor<R,A> v, A arg)
<A> void
TypeParameter.accept(VoidVisitor<A> v, A arg)
<R, A> R
UnionType.accept(GenericVisitor<R,A> v, A arg)
<A> void
UnionType.accept(VoidVisitor<A> v, A arg)
<R, A> R
UnknownType.accept(GenericVisitor<R,A> v, A arg)
<A> void
UnknownType.accept(VoidVisitor<A> v, A arg)
<R, A> R
VarType.accept(GenericVisitor<R,A> v, A arg)
<A> void
VarType.accept(VoidVisitor<A> v, A arg)
<R, A> R
VoidType.accept(GenericVisitor<R,A> v, A arg)
<A> void
VoidType.accept(VoidVisitor<A> v, A arg)
<R, A> R
WildcardType.accept(GenericVisitor<R,A> v, A arg)
<A> void
WildcardType.accept(VoidVisitor<A> v, A arg)
ArrayType.asArrayType()
Type.asArrayType()
ClassOrInterfaceType.asClassOrInterfaceType()
Type.asClassOrInterfaceType()
IntersectionType.asIntersectionType()
Type.asIntersectionType()
PrimitiveType.asPrimitiveType()
Type.asPrimitiveType()
ReferenceType.asReferenceType()
Type.asReferenceType()
Type.asTypeParameter()
TypeParameter.asTypeParameter()
Type.asUnionType()
UnionType.asUnionType()
Type.asUnknownType()
UnknownType.asUnknownType()
Type.asVarType()
VarType.asVarType()
Type.asVoidType()
VoidType.asVoidType()
Type.asWildcardType()
WildcardType.asWildcardType()
ArrayType.clone()
ClassOrInterfaceType.clone()
IntersectionType.clone()
PrimitiveType.clone()
ReferenceType.clone()
Type.clone()
TypeParameter.clone()
UnionType.clone()
UnknownType.clone()
VarType.clone()
VoidType.clone()
WildcardType.clone()
Type.getAnnotations()
ArrayType.getComponentType()
IntersectionType.getElements()
UnionType.getElements()
WildcardType.getExtendedType()
ArrayType.getMetaModel()
ClassOrInterfaceType.getMetaModel()
IntersectionType.getMetaModel()
PrimitiveType.getMetaModel()
ReferenceType.getMetaModel()
Type.getMetaModel()
TypeParameter.getMetaModel()
UnionType.getMetaModel()
UnknownType.getMetaModel()
VarType.getMetaModel()
VoidType.getMetaModel()
WildcardType.getMetaModel()
ClassOrInterfaceType.getName()
TypeParameter.getName()
Return the name of the paramenter.ArrayType.getOrigin()
ClassOrInterfaceType.getScope()
WildcardType.getSuperType()
PrimitiveType.getType()
ClassOrInterfaceType.getTypeArguments()
TypeParameter.getTypeBound()
Return the list ofClassOrInterfaceType
that this parameter extends.void
ArrayType.ifArrayType(Consumer<ArrayType> action)
void
Type.ifArrayType(Consumer<ArrayType> action)
void
ClassOrInterfaceType.ifClassOrInterfaceType(Consumer<ClassOrInterfaceType> action)
void
Type.ifClassOrInterfaceType(Consumer<ClassOrInterfaceType> action)
void
IntersectionType.ifIntersectionType(Consumer<IntersectionType> action)
void
Type.ifIntersectionType(Consumer<IntersectionType> action)
void
PrimitiveType.ifPrimitiveType(Consumer<PrimitiveType> action)
void
Type.ifPrimitiveType(Consumer<PrimitiveType> action)
void
ReferenceType.ifReferenceType(Consumer<ReferenceType> action)
void
Type.ifReferenceType(Consumer<ReferenceType> action)
void
Type.ifTypeParameter(Consumer<TypeParameter> action)
void
TypeParameter.ifTypeParameter(Consumer<TypeParameter> action)
void
Type.ifUnionType(Consumer<UnionType> action)
void
UnionType.ifUnionType(Consumer<UnionType> action)
void
Type.ifUnknownType(Consumer<UnknownType> action)
void
UnknownType.ifUnknownType(Consumer<UnknownType> action)
void
void
void
Type.ifVoidType(Consumer<VoidType> action)
void
VoidType.ifVoidType(Consumer<VoidType> action)
void
Type.ifWildcardType(Consumer<WildcardType> action)
void
WildcardType.ifWildcardType(Consumer<WildcardType> action)
boolean
ArrayType.isArrayType()
boolean
Type.isArrayType()
boolean
ClassOrInterfaceType.isClassOrInterfaceType()
boolean
Type.isClassOrInterfaceType()
boolean
IntersectionType.isIntersectionType()
boolean
Type.isIntersectionType()
boolean
PrimitiveType.isPrimitiveType()
boolean
Type.isPrimitiveType()
boolean
ReferenceType.isReferenceType()
boolean
Type.isReferenceType()
boolean
Type.isTypeParameter()
boolean
TypeParameter.isTypeParameter()
boolean
Type.isUnionType()
boolean
UnionType.isUnionType()
boolean
Type.isUnknownType()
boolean
UnknownType.isUnknownType()
boolean
Type.isVarType()
boolean
VarType.isVarType()
boolean
Type.isVoidType()
boolean
VoidType.isVoidType()
boolean
Type.isWildcardType()
boolean
WildcardType.isWildcardType()
boolean
boolean
boolean
boolean
boolean
boolean
WildcardType.removeExtendedType()
ClassOrInterfaceType.removeScope()
WildcardType.removeSuperType()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
Type.setAnnotations(NodeList<AnnotationExpr> annotations)
ArrayType.setComponentType(Type componentType)
IntersectionType.setElements(NodeList<ReferenceType> elements)
UnionType.setElements(NodeList<ReferenceType> elements)
WildcardType.setExtendedType(ReferenceType extendedType)
Sets the extended typeClassOrInterfaceType.setName(SimpleName name)
TypeParameter.setName(SimpleName name)
ArrayType.setOrigin(ArrayType.Origin origin)
ClassOrInterfaceType.setScope(ClassOrInterfaceType scope)
Sets the scopeWildcardType.setSuperType(ReferenceType superType)
Sets the supertypePrimitiveType.setType(PrimitiveType.Primitive type)
ClassOrInterfaceType.setTypeArguments(NodeList<Type> typeArguments)
Sets the typeArgumentsTypeParameter.setTypeBound(NodeList<ClassOrInterfaceType> typeBound)
ArrayType.toArrayType()
Type.toArrayType()
ClassOrInterfaceType.toClassOrInterfaceType()
Type.toClassOrInterfaceType()
IntersectionType.toIntersectionType()
Type.toIntersectionType()
PrimitiveType.toPrimitiveType()
Type.toPrimitiveType()
ReferenceType.toReferenceType()
Type.toReferenceType()
Type.toTypeParameter()
TypeParameter.toTypeParameter()
Type.toUnionType()
UnionType.toUnionType()
Type.toUnknownType()
UnknownType.toUnknownType()
Type.toVarType()
VarType.toVarType()
Type.toVoidType()
VoidType.toVoidType()
Type.toWildcardType()
WildcardType.toWildcardType()
Constructors in com.github.javaparser.ast.type with annotations of type GeneratedModifierConstructorDescriptionArrayType(TokenRange tokenRange, Type componentType, ArrayType.Origin origin, NodeList<AnnotationExpr> annotations)
This constructor is used by the parser and is considered private.ClassOrInterfaceType(TokenRange tokenRange, ClassOrInterfaceType scope, SimpleName name, NodeList<Type> typeArguments, NodeList<AnnotationExpr> annotations)
This constructor is used by the parser and is considered private.IntersectionType(TokenRange tokenRange, NodeList<ReferenceType> elements)
This constructor is used by the parser and is considered private.PrimitiveType(TokenRange tokenRange, PrimitiveType.Primitive type, NodeList<AnnotationExpr> annotations)
This constructor is used by the parser and is considered private.ReferenceType(TokenRange tokenRange, NodeList<AnnotationExpr> annotations)
This constructor is used by the parser and is considered private.Type(TokenRange tokenRange, NodeList<AnnotationExpr> annotations)
This constructor is used by the parser and is considered private.TypeParameter(TokenRange tokenRange, SimpleName name, NodeList<ClassOrInterfaceType> typeBound, NodeList<AnnotationExpr> annotations)
This constructor is used by the parser and is considered private.UnionType(TokenRange tokenRange, NodeList<ReferenceType> elements)
This constructor is used by the parser and is considered private.UnknownType(TokenRange tokenRange)
This constructor is used by the parser and is considered private.VarType(TokenRange tokenRange)
This constructor is used by the parser and is considered private.VoidType(TokenRange tokenRange)
This constructor is used by the parser and is considered private.WildcardType(TokenRange tokenRange, ReferenceType extendedType, ReferenceType superType)
This constructor is used by the parser and is considered private.WildcardType(TokenRange tokenRange, ReferenceType extendedType, ReferenceType superType, NodeList<AnnotationExpr> annotations)
This constructor is used by the parser and is considered private. -
Uses of Generated in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with annotations of type GeneratedModifier and TypeMethodDescriptionCloneVisitor.visit(CompilationUnit n, Object arg)
CloneVisitor.visit(PackageDeclaration n, Object arg)
-
Uses of Generated in com.github.javaparser.metamodel
Classes in com.github.javaparser.metamodel with annotations of type GeneratedModifier and TypeClassDescriptionclass
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.class
This file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.Fields in com.github.javaparser.metamodel with annotations of type GeneratedModifier and TypeFieldDescriptionJavaParserMetaModel.annotationDeclarationMetaModel
static AnnotationExprMetaModel
JavaParserMetaModel.annotationExprMetaModel
JavaParserMetaModel.annotationMemberDeclarationMetaModel
static ArrayAccessExprMetaModel
JavaParserMetaModel.arrayAccessExprMetaModel
static ArrayCreationExprMetaModel
JavaParserMetaModel.arrayCreationExprMetaModel
static ArrayCreationLevelMetaModel
JavaParserMetaModel.arrayCreationLevelMetaModel
JavaParserMetaModel.arrayInitializerExprMetaModel
static ArrayTypeMetaModel
JavaParserMetaModel.arrayTypeMetaModel
static AssertStmtMetaModel
JavaParserMetaModel.assertStmtMetaModel
static AssignExprMetaModel
JavaParserMetaModel.assignExprMetaModel
static BinaryExprMetaModel
JavaParserMetaModel.binaryExprMetaModel
static BlockCommentMetaModel
JavaParserMetaModel.blockCommentMetaModel
static BlockStmtMetaModel
JavaParserMetaModel.blockStmtMetaModel
static BodyDeclarationMetaModel
JavaParserMetaModel.bodyDeclarationMetaModel
static BooleanLiteralExprMetaModel
JavaParserMetaModel.booleanLiteralExprMetaModel
static BreakStmtMetaModel
JavaParserMetaModel.breakStmtMetaModel
static CallableDeclarationMetaModel
JavaParserMetaModel.callableDeclarationMetaModel
static CastExprMetaModel
JavaParserMetaModel.castExprMetaModel
static CatchClauseMetaModel
JavaParserMetaModel.catchClauseMetaModel
static CharLiteralExprMetaModel
JavaParserMetaModel.charLiteralExprMetaModel
static ClassExprMetaModel
JavaParserMetaModel.classExprMetaModel
JavaParserMetaModel.classOrInterfaceDeclarationMetaModel
JavaParserMetaModel.classOrInterfaceTypeMetaModel
static CommentMetaModel
JavaParserMetaModel.commentMetaModel
JavaParserMetaModel.compactConstructorDeclarationMetaModel
static CompilationUnitMetaModel
JavaParserMetaModel.compilationUnitMetaModel
static ConditionalExprMetaModel
JavaParserMetaModel.conditionalExprMetaModel
JavaParserMetaModel.constructorDeclarationMetaModel
static ContinueStmtMetaModel
JavaParserMetaModel.continueStmtMetaModel
static DoStmtMetaModel
JavaParserMetaModel.doStmtMetaModel
static DoubleLiteralExprMetaModel
JavaParserMetaModel.doubleLiteralExprMetaModel
static EmptyStmtMetaModel
JavaParserMetaModel.emptyStmtMetaModel
static EnclosedExprMetaModel
JavaParserMetaModel.enclosedExprMetaModel
JavaParserMetaModel.enumConstantDeclarationMetaModel
static EnumDeclarationMetaModel
JavaParserMetaModel.enumDeclarationMetaModel
JavaParserMetaModel.explicitConstructorInvocationStmtMetaModel
static ExpressionMetaModel
JavaParserMetaModel.expressionMetaModel
static ExpressionStmtMetaModel
JavaParserMetaModel.expressionStmtMetaModel
static FieldAccessExprMetaModel
JavaParserMetaModel.fieldAccessExprMetaModel
static FieldDeclarationMetaModel
JavaParserMetaModel.fieldDeclarationMetaModel
static ForEachStmtMetaModel
JavaParserMetaModel.forEachStmtMetaModel
static ForStmtMetaModel
JavaParserMetaModel.forStmtMetaModel
static IfStmtMetaModel
JavaParserMetaModel.ifStmtMetaModel
static ImportDeclarationMetaModel
JavaParserMetaModel.importDeclarationMetaModel
JavaParserMetaModel.initializerDeclarationMetaModel
static InstanceOfExprMetaModel
JavaParserMetaModel.instanceOfExprMetaModel
static IntegerLiteralExprMetaModel
JavaParserMetaModel.integerLiteralExprMetaModel
static IntersectionTypeMetaModel
JavaParserMetaModel.intersectionTypeMetaModel
static JavadocCommentMetaModel
JavaParserMetaModel.javadocCommentMetaModel
static LabeledStmtMetaModel
JavaParserMetaModel.labeledStmtMetaModel
static LambdaExprMetaModel
JavaParserMetaModel.lambdaExprMetaModel
static LineCommentMetaModel
JavaParserMetaModel.lineCommentMetaModel
static LiteralExprMetaModel
JavaParserMetaModel.literalExprMetaModel
JavaParserMetaModel.literalStringValueExprMetaModel
JavaParserMetaModel.localClassDeclarationStmtMetaModel
JavaParserMetaModel.localRecordDeclarationStmtMetaModel
static LongLiteralExprMetaModel
JavaParserMetaModel.longLiteralExprMetaModel
JavaParserMetaModel.markerAnnotationExprMetaModel
static MemberValuePairMetaModel
JavaParserMetaModel.memberValuePairMetaModel
static MethodCallExprMetaModel
JavaParserMetaModel.methodCallExprMetaModel
static MethodDeclarationMetaModel
JavaParserMetaModel.methodDeclarationMetaModel
static MethodReferenceExprMetaModel
JavaParserMetaModel.methodReferenceExprMetaModel
static ModifierMetaModel
JavaParserMetaModel.modifierMetaModel
static ModuleDeclarationMetaModel
JavaParserMetaModel.moduleDeclarationMetaModel
static ModuleDirectiveMetaModel
JavaParserMetaModel.moduleDirectiveMetaModel
JavaParserMetaModel.moduleExportsDirectiveMetaModel
JavaParserMetaModel.moduleOpensDirectiveMetaModel
JavaParserMetaModel.moduleProvidesDirectiveMetaModel
JavaParserMetaModel.moduleRequiresDirectiveMetaModel
static ModuleUsesDirectiveMetaModel
JavaParserMetaModel.moduleUsesDirectiveMetaModel
static NameExprMetaModel
JavaParserMetaModel.nameExprMetaModel
static NameMetaModel
JavaParserMetaModel.nameMetaModel
static NodeMetaModel
JavaParserMetaModel.nodeMetaModel
JavaParserMetaModel.normalAnnotationExprMetaModel
static NullLiteralExprMetaModel
JavaParserMetaModel.nullLiteralExprMetaModel
static ObjectCreationExprMetaModel
JavaParserMetaModel.objectCreationExprMetaModel
static PackageDeclarationMetaModel
JavaParserMetaModel.packageDeclarationMetaModel
static ParameterMetaModel
JavaParserMetaModel.parameterMetaModel
static PatternExprMetaModel
JavaParserMetaModel.patternExprMetaModel
static PrimitiveTypeMetaModel
JavaParserMetaModel.primitiveTypeMetaModel
static ReceiverParameterMetaModel
JavaParserMetaModel.receiverParameterMetaModel
static RecordDeclarationMetaModel
JavaParserMetaModel.recordDeclarationMetaModel
static ReferenceTypeMetaModel
JavaParserMetaModel.referenceTypeMetaModel
static ReturnStmtMetaModel
JavaParserMetaModel.returnStmtMetaModel
static SimpleNameMetaModel
JavaParserMetaModel.simpleNameMetaModel
JavaParserMetaModel.singleMemberAnnotationExprMetaModel
static StatementMetaModel
JavaParserMetaModel.statementMetaModel
static StringLiteralExprMetaModel
JavaParserMetaModel.stringLiteralExprMetaModel
static SuperExprMetaModel
JavaParserMetaModel.superExprMetaModel
static SwitchEntryMetaModel
JavaParserMetaModel.switchEntryMetaModel
static SwitchExprMetaModel
JavaParserMetaModel.switchExprMetaModel
static SwitchStmtMetaModel
JavaParserMetaModel.switchStmtMetaModel
static SynchronizedStmtMetaModel
JavaParserMetaModel.synchronizedStmtMetaModel
JavaParserMetaModel.textBlockLiteralExprMetaModel
static ThisExprMetaModel
JavaParserMetaModel.thisExprMetaModel
static ThrowStmtMetaModel
JavaParserMetaModel.throwStmtMetaModel
static TryStmtMetaModel
JavaParserMetaModel.tryStmtMetaModel
static TypeDeclarationMetaModel
JavaParserMetaModel.typeDeclarationMetaModel
static TypeExprMetaModel
JavaParserMetaModel.typeExprMetaModel
static TypeMetaModel
JavaParserMetaModel.typeMetaModel
static TypeParameterMetaModel
JavaParserMetaModel.typeParameterMetaModel
static UnaryExprMetaModel
JavaParserMetaModel.unaryExprMetaModel
static UnionTypeMetaModel
JavaParserMetaModel.unionTypeMetaModel
static UnknownTypeMetaModel
JavaParserMetaModel.unknownTypeMetaModel
static UnparsableStmtMetaModel
JavaParserMetaModel.unparsableStmtMetaModel
JavaParserMetaModel.variableDeclarationExprMetaModel
static VariableDeclaratorMetaModel
JavaParserMetaModel.variableDeclaratorMetaModel
static VarTypeMetaModel
JavaParserMetaModel.varTypeMetaModel
static VoidTypeMetaModel
JavaParserMetaModel.voidTypeMetaModel
static WhileStmtMetaModel
JavaParserMetaModel.whileStmtMetaModel
static WildcardTypeMetaModel
JavaParserMetaModel.wildcardTypeMetaModel
static YieldStmtMetaModel
JavaParserMetaModel.yieldStmtMetaModel
Constructors in com.github.javaparser.metamodel with annotations of type GeneratedModifierConstructorDescriptionprotected
AnnotationExprMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)
protected
BodyDeclarationMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)
protected
CallableDeclarationMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)
protected
CommentMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)
protected
ExpressionMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)
protected
LiteralExprMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)
protected
LiteralStringValueExprMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)
protected
ModuleDirectiveMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)
protected
NodeMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)
protected
ReferenceTypeMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)
protected
StatementMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)
protected
TypeDeclarationMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)
protected
TypeMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)