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> RArrayCreationLevel.accept(GenericVisitor<R,A> v, A arg)<A> voidArrayCreationLevel.accept(VoidVisitor<A> v, A arg)<R, A> RCompilationUnit.accept(GenericVisitor<R,A> v, A arg)<A> voidCompilationUnit.accept(VoidVisitor<A> v, A arg)<R, A> RImportDeclaration.accept(GenericVisitor<R,A> v, A arg)<A> voidImportDeclaration.accept(VoidVisitor<A> v, A arg)<R, A> RModifier.accept(GenericVisitor<R,A> v, A arg)<A> voidModifier.accept(VoidVisitor<A> v, A arg)<R, A> RPackageDeclaration.accept(GenericVisitor<R,A> v, A arg)<A> voidPackageDeclaration.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 ornullif 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,noneis returned.booleanImportDeclaration.isAsterisk()Return if the import ends with "*".booleanImportDeclaration.isStatic()booleanbooleanbooleanbooleanbooleanbooleanNode.removeComment()ArrayCreationLevel.removeDimension()CompilationUnit.removeModule()CompilationUnit.removePackageDeclaration()booleanbooleanbooleanbooleanbooleanbooleanArrayCreationLevel.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> RAnnotationDeclaration.accept(GenericVisitor<R,A> v, A arg)<A> voidAnnotationDeclaration.accept(VoidVisitor<A> v, A arg)<R, A> RAnnotationMemberDeclaration.accept(GenericVisitor<R,A> v, A arg)<A> voidAnnotationMemberDeclaration.accept(VoidVisitor<A> v, A arg)<R, A> RClassOrInterfaceDeclaration.accept(GenericVisitor<R,A> v, A arg)<A> voidClassOrInterfaceDeclaration.accept(VoidVisitor<A> v, A arg)<R, A> RCompactConstructorDeclaration.accept(GenericVisitor<R,A> v, A arg)<A> voidCompactConstructorDeclaration.accept(VoidVisitor<A> v, A arg)<R, A> RConstructorDeclaration.accept(GenericVisitor<R,A> v, A arg)<A> voidConstructorDeclaration.accept(VoidVisitor<A> v, A arg)<R, A> REnumConstantDeclaration.accept(GenericVisitor<R,A> v, A arg)<A> voidEnumConstantDeclaration.accept(VoidVisitor<A> v, A arg)<R, A> REnumDeclaration.accept(GenericVisitor<R,A> v, A arg)<A> voidEnumDeclaration.accept(VoidVisitor<A> v, A arg)<R, A> RFieldDeclaration.accept(GenericVisitor<R,A> v, A arg)<A> voidFieldDeclaration.accept(VoidVisitor<A> v, A arg)<R, A> RInitializerDeclaration.accept(GenericVisitor<R,A> v, A arg)<A> voidInitializerDeclaration.accept(VoidVisitor<A> v, A arg)<R, A> RMethodDeclaration.accept(GenericVisitor<R,A> v, A arg)<A> voidMethodDeclaration.accept(VoidVisitor<A> v, A arg)<R, A> RParameter.accept(GenericVisitor<R,A> v, A arg)<A> voidParameter.accept(VoidVisitor<A> v, A arg)<R, A> RReceiverParameter.accept(GenericVisitor<R,A> v, A arg)<A> voidReceiverParameter.accept(VoidVisitor<A> v, A arg)<R, A> RRecordDeclaration.accept(GenericVisitor<R,A> v, A arg)<A> voidRecordDeclaration.accept(VoidVisitor<A> v, A arg)<R, A> RVariableDeclarator.accept(GenericVisitor<R,A> v, A arg)<A> voidVariableDeclarator.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()voidAnnotationDeclaration.ifAnnotationDeclaration(Consumer<AnnotationDeclaration> action)voidBodyDeclaration.ifAnnotationDeclaration(Consumer<AnnotationDeclaration> action)voidAnnotationMemberDeclaration.ifAnnotationMemberDeclaration(Consumer<AnnotationMemberDeclaration> action)voidBodyDeclaration.ifAnnotationMemberDeclaration(Consumer<AnnotationMemberDeclaration> action)voidBodyDeclaration.ifCallableDeclaration(Consumer<CallableDeclaration> action)voidCallableDeclaration.ifCallableDeclaration(Consumer<CallableDeclaration> action)voidBodyDeclaration.ifClassOrInterfaceDeclaration(Consumer<ClassOrInterfaceDeclaration> action)voidClassOrInterfaceDeclaration.ifClassOrInterfaceDeclaration(Consumer<ClassOrInterfaceDeclaration> action)voidBodyDeclaration.ifCompactConstructorDeclaration(Consumer<CompactConstructorDeclaration> action)voidCompactConstructorDeclaration.ifCompactConstructorDeclaration(Consumer<CompactConstructorDeclaration> action)voidBodyDeclaration.ifConstructorDeclaration(Consumer<ConstructorDeclaration> action)voidConstructorDeclaration.ifConstructorDeclaration(Consumer<ConstructorDeclaration> action)voidBodyDeclaration.ifEnumConstantDeclaration(Consumer<EnumConstantDeclaration> action)voidEnumConstantDeclaration.ifEnumConstantDeclaration(Consumer<EnumConstantDeclaration> action)voidBodyDeclaration.ifEnumDeclaration(Consumer<EnumDeclaration> action)voidEnumDeclaration.ifEnumDeclaration(Consumer<EnumDeclaration> action)voidBodyDeclaration.ifFieldDeclaration(Consumer<FieldDeclaration> action)voidFieldDeclaration.ifFieldDeclaration(Consumer<FieldDeclaration> action)voidBodyDeclaration.ifInitializerDeclaration(Consumer<InitializerDeclaration> action)voidInitializerDeclaration.ifInitializerDeclaration(Consumer<InitializerDeclaration> action)voidBodyDeclaration.ifMethodDeclaration(Consumer<MethodDeclaration> action)voidMethodDeclaration.ifMethodDeclaration(Consumer<MethodDeclaration> action)voidBodyDeclaration.ifRecordDeclaration(Consumer<RecordDeclaration> action)voidRecordDeclaration.ifRecordDeclaration(Consumer<RecordDeclaration> action)voidBodyDeclaration.ifTypeDeclaration(Consumer<TypeDeclaration> action)voidTypeDeclaration.ifTypeDeclaration(Consumer<TypeDeclaration> action)booleanAnnotationDeclaration.isAnnotationDeclaration()booleanBodyDeclaration.isAnnotationDeclaration()booleanAnnotationMemberDeclaration.isAnnotationMemberDeclaration()booleanBodyDeclaration.isAnnotationMemberDeclaration()booleanBodyDeclaration.isCallableDeclaration()booleanCallableDeclaration.isCallableDeclaration()booleanBodyDeclaration.isClassOrInterfaceDeclaration()booleanClassOrInterfaceDeclaration.isClassOrInterfaceDeclaration()booleanBodyDeclaration.isCompactConstructorDeclaration()booleanCompactConstructorDeclaration.isCompactConstructorDeclaration()booleanBodyDeclaration.isConstructorDeclaration()booleanConstructorDeclaration.isConstructorDeclaration()booleanBodyDeclaration.isEnumConstantDeclaration()booleanEnumConstantDeclaration.isEnumConstantDeclaration()booleanBodyDeclaration.isEnumDeclaration()booleanEnumDeclaration.isEnumDeclaration()booleanBodyDeclaration.isFieldDeclaration()booleanFieldDeclaration.isFieldDeclaration()booleanBodyDeclaration.isInitializerDeclaration()booleanInitializerDeclaration.isInitializerDeclaration()booleanClassOrInterfaceDeclaration.isInterface()booleanBodyDeclaration.isMethodDeclaration()booleanMethodDeclaration.isMethodDeclaration()booleanBodyDeclaration.isRecordDeclaration()booleanRecordDeclaration.isRecordDeclaration()booleanInitializerDeclaration.isStatic()booleanBodyDeclaration.isTypeDeclaration()booleanTypeDeclaration.isTypeDeclaration()booleanParameter.isVarArgs()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanMethodDeclaration.removeBody()AnnotationMemberDeclaration.removeDefaultValue()VariableDeclarator.removeInitializer()CallableDeclaration.removeReceiverParameter()RecordDeclaration.removeReceiverParameter()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanBodyDeclaration.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> RBlockComment.accept(GenericVisitor<R,A> v, A arg)<A> voidBlockComment.accept(VoidVisitor<A> v, A arg)<R, A> RJavadocComment.accept(GenericVisitor<R,A> v, A arg)<A> voidJavadocComment.accept(VoidVisitor<A> v, A arg)<R, A> RLineComment.accept(GenericVisitor<R,A> v, A arg)<A> voidLineComment.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()voidBlockComment.ifBlockComment(Consumer<BlockComment> action)voidComment.ifBlockComment(Consumer<BlockComment> action)voidComment.ifJavadocComment(Consumer<JavadocComment> action)voidJavadocComment.ifJavadocComment(Consumer<JavadocComment> action)voidComment.ifLineComment(Consumer<LineComment> action)voidLineComment.ifLineComment(Consumer<LineComment> action)booleanBlockComment.isBlockComment()booleanComment.isBlockComment()booleanComment.isJavadocComment()booleanJavadocComment.isJavadocComment()booleanComment.isLineComment()booleanLineComment.isLineComment()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanComment.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> RArrayAccessExpr.accept(GenericVisitor<R,A> v, A arg)<A> voidArrayAccessExpr.accept(VoidVisitor<A> v, A arg)<R, A> RArrayCreationExpr.accept(GenericVisitor<R,A> v, A arg)<A> voidArrayCreationExpr.accept(VoidVisitor<A> v, A arg)<R, A> RArrayInitializerExpr.accept(GenericVisitor<R,A> v, A arg)<A> voidArrayInitializerExpr.accept(VoidVisitor<A> v, A arg)<R, A> RAssignExpr.accept(GenericVisitor<R,A> v, A arg)<A> voidAssignExpr.accept(VoidVisitor<A> v, A arg)<R, A> RBinaryExpr.accept(GenericVisitor<R,A> v, A arg)<A> voidBinaryExpr.accept(VoidVisitor<A> v, A arg)<R, A> RBooleanLiteralExpr.accept(GenericVisitor<R,A> v, A arg)<A> voidBooleanLiteralExpr.accept(VoidVisitor<A> v, A arg)<R, A> RCastExpr.accept(GenericVisitor<R,A> v, A arg)<A> voidCastExpr.accept(VoidVisitor<A> v, A arg)<R, A> RCharLiteralExpr.accept(GenericVisitor<R,A> v, A arg)<A> voidCharLiteralExpr.accept(VoidVisitor<A> v, A arg)<R, A> RClassExpr.accept(GenericVisitor<R,A> v, A arg)<A> voidClassExpr.accept(VoidVisitor<A> v, A arg)<R, A> RConditionalExpr.accept(GenericVisitor<R,A> v, A arg)<A> voidConditionalExpr.accept(VoidVisitor<A> v, A arg)<R, A> RDoubleLiteralExpr.accept(GenericVisitor<R,A> v, A arg)<A> voidDoubleLiteralExpr.accept(VoidVisitor<A> v, A arg)<R, A> REnclosedExpr.accept(GenericVisitor<R,A> v, A arg)<A> voidEnclosedExpr.accept(VoidVisitor<A> v, A arg)<R, A> RFieldAccessExpr.accept(GenericVisitor<R,A> v, A arg)<A> voidFieldAccessExpr.accept(VoidVisitor<A> v, A arg)<R, A> RInstanceOfExpr.accept(GenericVisitor<R,A> v, A arg)<A> voidInstanceOfExpr.accept(VoidVisitor<A> v, A arg)<R, A> RIntegerLiteralExpr.accept(GenericVisitor<R,A> v, A arg)<A> voidIntegerLiteralExpr.accept(VoidVisitor<A> v, A arg)<R, A> RLambdaExpr.accept(GenericVisitor<R,A> v, A arg)<A> voidLambdaExpr.accept(VoidVisitor<A> v, A arg)<R, A> RLongLiteralExpr.accept(GenericVisitor<R,A> v, A arg)<A> voidLongLiteralExpr.accept(VoidVisitor<A> v, A arg)<R, A> RMarkerAnnotationExpr.accept(GenericVisitor<R,A> v, A arg)<A> voidMarkerAnnotationExpr.accept(VoidVisitor<A> v, A arg)<R, A> RMemberValuePair.accept(GenericVisitor<R,A> v, A arg)<A> voidMemberValuePair.accept(VoidVisitor<A> v, A arg)<R, A> RMethodCallExpr.accept(GenericVisitor<R,A> v, A arg)<A> voidMethodCallExpr.accept(VoidVisitor<A> v, A arg)<R, A> RMethodReferenceExpr.accept(GenericVisitor<R,A> v, A arg)<A> voidMethodReferenceExpr.accept(VoidVisitor<A> v, A arg)<R, A> RName.accept(GenericVisitor<R,A> v, A arg)<A> voidName.accept(VoidVisitor<A> v, A arg)<R, A> RNameExpr.accept(GenericVisitor<R,A> v, A arg)<A> voidNameExpr.accept(VoidVisitor<A> v, A arg)<R, A> RNormalAnnotationExpr.accept(GenericVisitor<R,A> v, A arg)<A> voidNormalAnnotationExpr.accept(VoidVisitor<A> v, A arg)<R, A> RNullLiteralExpr.accept(GenericVisitor<R,A> v, A arg)<A> voidNullLiteralExpr.accept(VoidVisitor<A> v, A arg)<R, A> RObjectCreationExpr.accept(GenericVisitor<R,A> v, A arg)<A> voidObjectCreationExpr.accept(VoidVisitor<A> v, A arg)<R, A> RPatternExpr.accept(GenericVisitor<R,A> v, A arg)<A> voidPatternExpr.accept(VoidVisitor<A> v, A arg)<R, A> RSimpleName.accept(GenericVisitor<R,A> v, A arg)<A> voidSimpleName.accept(VoidVisitor<A> v, A arg)<R, A> RSingleMemberAnnotationExpr.accept(GenericVisitor<R,A> v, A arg)<A> voidSingleMemberAnnotationExpr.accept(VoidVisitor<A> v, A arg)<R, A> RStringLiteralExpr.accept(GenericVisitor<R,A> v, A arg)<A> voidStringLiteralExpr.accept(VoidVisitor<A> v, A arg)<R, A> RSuperExpr.accept(GenericVisitor<R,A> v, A arg)<A> voidSuperExpr.accept(VoidVisitor<A> v, A arg)<R, A> RSwitchExpr.accept(GenericVisitor<R,A> v, A arg)<A> voidSwitchExpr.accept(VoidVisitor<A> v, A arg)<R, A> RTextBlockLiteralExpr.accept(GenericVisitor<R,A> v, A arg)<A> voidTextBlockLiteralExpr.accept(VoidVisitor<A> v, A arg)<R, A> RThisExpr.accept(GenericVisitor<R,A> v, A arg)<A> voidThisExpr.accept(VoidVisitor<A> v, A arg)<R, A> RTypeExpr.accept(GenericVisitor<R,A> v, A arg)<A> voidTypeExpr.accept(VoidVisitor<A> v, A arg)<R, A> RUnaryExpr.accept(GenericVisitor<R,A> v, A arg)<A> voidUnaryExpr.accept(VoidVisitor<A> v, A arg)<R, A> RVariableDeclarationExpr.accept(GenericVisitor<R,A> v, A arg)<A> voidVariableDeclarationExpr.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()voidAnnotationExpr.ifAnnotationExpr(Consumer<AnnotationExpr> action)voidExpression.ifAnnotationExpr(Consumer<AnnotationExpr> action)voidArrayAccessExpr.ifArrayAccessExpr(Consumer<ArrayAccessExpr> action)voidExpression.ifArrayAccessExpr(Consumer<ArrayAccessExpr> action)voidArrayCreationExpr.ifArrayCreationExpr(Consumer<ArrayCreationExpr> action)voidExpression.ifArrayCreationExpr(Consumer<ArrayCreationExpr> action)voidArrayInitializerExpr.ifArrayInitializerExpr(Consumer<ArrayInitializerExpr> action)voidExpression.ifArrayInitializerExpr(Consumer<ArrayInitializerExpr> action)voidAssignExpr.ifAssignExpr(Consumer<AssignExpr> action)voidExpression.ifAssignExpr(Consumer<AssignExpr> action)voidBinaryExpr.ifBinaryExpr(Consumer<BinaryExpr> action)voidExpression.ifBinaryExpr(Consumer<BinaryExpr> action)voidBooleanLiteralExpr.ifBooleanLiteralExpr(Consumer<BooleanLiteralExpr> action)voidExpression.ifBooleanLiteralExpr(Consumer<BooleanLiteralExpr> action)voidCastExpr.ifCastExpr(Consumer<CastExpr> action)voidExpression.ifCastExpr(Consumer<CastExpr> action)voidCharLiteralExpr.ifCharLiteralExpr(Consumer<CharLiteralExpr> action)voidExpression.ifCharLiteralExpr(Consumer<CharLiteralExpr> action)voidClassExpr.ifClassExpr(Consumer<ClassExpr> action)voidExpression.ifClassExpr(Consumer<ClassExpr> action)voidConditionalExpr.ifConditionalExpr(Consumer<ConditionalExpr> action)voidExpression.ifConditionalExpr(Consumer<ConditionalExpr> action)voidDoubleLiteralExpr.ifDoubleLiteralExpr(Consumer<DoubleLiteralExpr> action)voidExpression.ifDoubleLiteralExpr(Consumer<DoubleLiteralExpr> action)voidEnclosedExpr.ifEnclosedExpr(Consumer<EnclosedExpr> action)voidExpression.ifEnclosedExpr(Consumer<EnclosedExpr> action)voidExpression.ifFieldAccessExpr(Consumer<FieldAccessExpr> action)voidFieldAccessExpr.ifFieldAccessExpr(Consumer<FieldAccessExpr> action)voidExpression.ifInstanceOfExpr(Consumer<InstanceOfExpr> action)voidInstanceOfExpr.ifInstanceOfExpr(Consumer<InstanceOfExpr> action)voidExpression.ifIntegerLiteralExpr(Consumer<IntegerLiteralExpr> action)voidIntegerLiteralExpr.ifIntegerLiteralExpr(Consumer<IntegerLiteralExpr> action)voidExpression.ifLambdaExpr(Consumer<LambdaExpr> action)voidLambdaExpr.ifLambdaExpr(Consumer<LambdaExpr> action)voidExpression.ifLiteralExpr(Consumer<LiteralExpr> action)voidLiteralExpr.ifLiteralExpr(Consumer<LiteralExpr> action)voidExpression.ifLiteralStringValueExpr(Consumer<LiteralStringValueExpr> action)voidLiteralStringValueExpr.ifLiteralStringValueExpr(Consumer<LiteralStringValueExpr> action)voidExpression.ifLongLiteralExpr(Consumer<LongLiteralExpr> action)voidLongLiteralExpr.ifLongLiteralExpr(Consumer<LongLiteralExpr> action)voidExpression.ifMarkerAnnotationExpr(Consumer<MarkerAnnotationExpr> action)voidMarkerAnnotationExpr.ifMarkerAnnotationExpr(Consumer<MarkerAnnotationExpr> action)voidExpression.ifMethodCallExpr(Consumer<MethodCallExpr> action)voidMethodCallExpr.ifMethodCallExpr(Consumer<MethodCallExpr> action)voidExpression.ifMethodReferenceExpr(Consumer<MethodReferenceExpr> action)voidMethodReferenceExpr.ifMethodReferenceExpr(Consumer<MethodReferenceExpr> action)voidExpression.ifNameExpr(Consumer<NameExpr> action)voidNameExpr.ifNameExpr(Consumer<NameExpr> action)voidExpression.ifNormalAnnotationExpr(Consumer<NormalAnnotationExpr> action)voidNormalAnnotationExpr.ifNormalAnnotationExpr(Consumer<NormalAnnotationExpr> action)voidExpression.ifNullLiteralExpr(Consumer<NullLiteralExpr> action)voidNullLiteralExpr.ifNullLiteralExpr(Consumer<NullLiteralExpr> action)voidExpression.ifObjectCreationExpr(Consumer<ObjectCreationExpr> action)voidObjectCreationExpr.ifObjectCreationExpr(Consumer<ObjectCreationExpr> action)voidExpression.ifPatternExpr(Consumer<PatternExpr> action)voidPatternExpr.ifPatternExpr(Consumer<PatternExpr> action)voidExpression.ifSingleMemberAnnotationExpr(Consumer<SingleMemberAnnotationExpr> action)voidSingleMemberAnnotationExpr.ifSingleMemberAnnotationExpr(Consumer<SingleMemberAnnotationExpr> action)voidExpression.ifStringLiteralExpr(Consumer<StringLiteralExpr> action)voidStringLiteralExpr.ifStringLiteralExpr(Consumer<StringLiteralExpr> action)voidExpression.ifSuperExpr(Consumer<SuperExpr> action)voidSuperExpr.ifSuperExpr(Consumer<SuperExpr> action)voidExpression.ifSwitchExpr(Consumer<SwitchExpr> action)voidSwitchExpr.ifSwitchExpr(Consumer<SwitchExpr> action)voidExpression.ifTextBlockLiteralExpr(Consumer<TextBlockLiteralExpr> action)voidTextBlockLiteralExpr.ifTextBlockLiteralExpr(Consumer<TextBlockLiteralExpr> action)voidExpression.ifThisExpr(Consumer<ThisExpr> action)voidThisExpr.ifThisExpr(Consumer<ThisExpr> action)voidExpression.ifTypeExpr(Consumer<TypeExpr> action)voidTypeExpr.ifTypeExpr(Consumer<TypeExpr> action)voidExpression.ifUnaryExpr(Consumer<UnaryExpr> action)voidUnaryExpr.ifUnaryExpr(Consumer<UnaryExpr> action)voidExpression.ifVariableDeclarationExpr(Consumer<VariableDeclarationExpr> action)voidVariableDeclarationExpr.ifVariableDeclarationExpr(Consumer<VariableDeclarationExpr> action)booleanAnnotationExpr.isAnnotationExpr()booleanExpression.isAnnotationExpr()booleanArrayAccessExpr.isArrayAccessExpr()booleanExpression.isArrayAccessExpr()booleanArrayCreationExpr.isArrayCreationExpr()booleanExpression.isArrayCreationExpr()booleanArrayInitializerExpr.isArrayInitializerExpr()booleanExpression.isArrayInitializerExpr()booleanAssignExpr.isAssignExpr()booleanExpression.isAssignExpr()booleanBinaryExpr.isBinaryExpr()booleanExpression.isBinaryExpr()booleanBooleanLiteralExpr.isBooleanLiteralExpr()booleanExpression.isBooleanLiteralExpr()booleanCastExpr.isCastExpr()booleanExpression.isCastExpr()booleanCharLiteralExpr.isCharLiteralExpr()booleanExpression.isCharLiteralExpr()booleanClassExpr.isClassExpr()booleanExpression.isClassExpr()booleanConditionalExpr.isConditionalExpr()booleanExpression.isConditionalExpr()booleanDoubleLiteralExpr.isDoubleLiteralExpr()booleanExpression.isDoubleLiteralExpr()booleanEnclosedExpr.isEnclosedExpr()booleanExpression.isEnclosedExpr()booleanLambdaExpr.isEnclosingParameters()booleanExpression.isFieldAccessExpr()booleanFieldAccessExpr.isFieldAccessExpr()booleanExpression.isInstanceOfExpr()booleanInstanceOfExpr.isInstanceOfExpr()booleanExpression.isIntegerLiteralExpr()booleanIntegerLiteralExpr.isIntegerLiteralExpr()booleanExpression.isLambdaExpr()booleanLambdaExpr.isLambdaExpr()booleanExpression.isLiteralExpr()booleanLiteralExpr.isLiteralExpr()booleanExpression.isLiteralStringValueExpr()booleanLiteralStringValueExpr.isLiteralStringValueExpr()booleanExpression.isLongLiteralExpr()booleanLongLiteralExpr.isLongLiteralExpr()booleanExpression.isMarkerAnnotationExpr()booleanMarkerAnnotationExpr.isMarkerAnnotationExpr()booleanExpression.isMethodCallExpr()booleanMethodCallExpr.isMethodCallExpr()booleanExpression.isMethodReferenceExpr()booleanMethodReferenceExpr.isMethodReferenceExpr()booleanExpression.isNameExpr()booleanNameExpr.isNameExpr()booleanExpression.isNormalAnnotationExpr()booleanNormalAnnotationExpr.isNormalAnnotationExpr()booleanExpression.isNullLiteralExpr()booleanNullLiteralExpr.isNullLiteralExpr()booleanExpression.isObjectCreationExpr()booleanObjectCreationExpr.isObjectCreationExpr()booleanExpression.isPatternExpr()booleanPatternExpr.isPatternExpr()booleanExpression.isSingleMemberAnnotationExpr()booleanSingleMemberAnnotationExpr.isSingleMemberAnnotationExpr()booleanExpression.isStringLiteralExpr()booleanStringLiteralExpr.isStringLiteralExpr()booleanExpression.isSuperExpr()booleanSuperExpr.isSuperExpr()booleanExpression.isSwitchExpr()booleanSwitchExpr.isSwitchExpr()booleanExpression.isTextBlockLiteralExpr()booleanTextBlockLiteralExpr.isTextBlockLiteralExpr()booleanExpression.isThisExpr()booleanThisExpr.isThisExpr()booleanExpression.isTypeExpr()booleanTypeExpr.isTypeExpr()booleanExpression.isUnaryExpr()booleanUnaryExpr.isUnaryExpr()booleanBooleanLiteralExpr.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.booleanExpression.isVariableDeclarationExpr()booleanVariableDeclarationExpr.isVariableDeclarationExpr()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanSuperExpr.removeClassName()ThisExpr.removeClassName()ArrayCreationExpr.removeInitializer()InstanceOfExpr.removePattern()Name.removeQualifier()MethodCallExpr.removeScope()ObjectCreationExpr.removeScope()SuperExpr.removeTypeName()ThisExpr.removeTypeName()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanVariableDeclarationExpr.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> RModuleDeclaration.accept(GenericVisitor<R,A> v, A arg)<A> voidModuleDeclaration.accept(VoidVisitor<A> v, A arg)<R, A> RModuleExportsDirective.accept(GenericVisitor<R,A> v, A arg)<A> voidModuleExportsDirective.accept(VoidVisitor<A> v, A arg)<R, A> RModuleOpensDirective.accept(GenericVisitor<R,A> v, A arg)<A> voidModuleOpensDirective.accept(VoidVisitor<A> v, A arg)<R, A> RModuleProvidesDirective.accept(GenericVisitor<R,A> v, A arg)<A> voidModuleProvidesDirective.accept(VoidVisitor<A> v, A arg)<R, A> RModuleRequiresDirective.accept(GenericVisitor<R,A> v, A arg)<A> voidModuleRequiresDirective.accept(VoidVisitor<A> v, A arg)<R, A> RModuleUsesDirective.accept(GenericVisitor<R,A> v, A arg)<A> voidModuleUsesDirective.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()voidModuleDirective.ifModuleExportsDirective(Consumer<ModuleExportsDirective> action)voidModuleExportsDirective.ifModuleExportsDirective(Consumer<ModuleExportsDirective> action)voidModuleDirective.ifModuleExportsStmt(Consumer<ModuleExportsDirective> action)voidModuleExportsDirective.ifModuleExportsStmt(Consumer<ModuleExportsDirective> action)voidModuleDirective.ifModuleOpensDirective(Consumer<ModuleOpensDirective> action)voidModuleOpensDirective.ifModuleOpensDirective(Consumer<ModuleOpensDirective> action)voidModuleDirective.ifModuleOpensStmt(Consumer<ModuleOpensDirective> action)voidModuleOpensDirective.ifModuleOpensStmt(Consumer<ModuleOpensDirective> action)voidModuleDirective.ifModuleProvidesDirective(Consumer<ModuleProvidesDirective> action)voidModuleProvidesDirective.ifModuleProvidesDirective(Consumer<ModuleProvidesDirective> action)voidModuleDirective.ifModuleProvidesStmt(Consumer<ModuleProvidesDirective> action)voidModuleProvidesDirective.ifModuleProvidesStmt(Consumer<ModuleProvidesDirective> action)voidModuleDirective.ifModuleRequiresDirective(Consumer<ModuleRequiresDirective> action)voidModuleRequiresDirective.ifModuleRequiresDirective(Consumer<ModuleRequiresDirective> action)voidModuleDirective.ifModuleRequiresStmt(Consumer<ModuleRequiresDirective> action)voidModuleRequiresDirective.ifModuleRequiresStmt(Consumer<ModuleRequiresDirective> action)voidModuleDirective.ifModuleUsesDirective(Consumer<ModuleUsesDirective> action)voidModuleUsesDirective.ifModuleUsesDirective(Consumer<ModuleUsesDirective> action)voidModuleDirective.ifModuleUsesStmt(Consumer<ModuleUsesDirective> action)voidModuleUsesDirective.ifModuleUsesStmt(Consumer<ModuleUsesDirective> action)booleanModuleDirective.isModuleExportsDirective()booleanModuleExportsDirective.isModuleExportsDirective()booleanModuleDirective.isModuleExportsStmt()booleanModuleExportsDirective.isModuleExportsStmt()booleanModuleDirective.isModuleOpensDirective()booleanModuleOpensDirective.isModuleOpensDirective()booleanModuleDirective.isModuleOpensStmt()booleanModuleOpensDirective.isModuleOpensStmt()booleanModuleDirective.isModuleProvidesDirective()booleanModuleProvidesDirective.isModuleProvidesDirective()booleanModuleDirective.isModuleProvidesStmt()booleanModuleProvidesDirective.isModuleProvidesStmt()booleanModuleDirective.isModuleRequiresDirective()booleanModuleRequiresDirective.isModuleRequiresDirective()booleanModuleDirective.isModuleRequiresStmt()booleanModuleRequiresDirective.isModuleRequiresStmt()booleanModuleDirective.isModuleUsesDirective()booleanModuleUsesDirective.isModuleUsesDirective()booleanModuleDirective.isModuleUsesStmt()booleanModuleUsesDirective.isModuleUsesStmt()booleanModuleDeclaration.isOpen()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanModuleDeclaration.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 TypeClassDescriptionclassProperties 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> RAssertStmt.accept(GenericVisitor<R,A> v, A arg)<A> voidAssertStmt.accept(VoidVisitor<A> v, A arg)<R, A> RBlockStmt.accept(GenericVisitor<R,A> v, A arg)<A> voidBlockStmt.accept(VoidVisitor<A> v, A arg)<R, A> RBreakStmt.accept(GenericVisitor<R,A> v, A arg)<A> voidBreakStmt.accept(VoidVisitor<A> v, A arg)<R, A> RCatchClause.accept(GenericVisitor<R,A> v, A arg)<A> voidCatchClause.accept(VoidVisitor<A> v, A arg)<R, A> RContinueStmt.accept(GenericVisitor<R,A> v, A arg)<A> voidContinueStmt.accept(VoidVisitor<A> v, A arg)<R, A> RDoStmt.accept(GenericVisitor<R,A> v, A arg)<A> voidDoStmt.accept(VoidVisitor<A> v, A arg)<R, A> REmptyStmt.accept(GenericVisitor<R,A> v, A arg)<A> voidEmptyStmt.accept(VoidVisitor<A> v, A arg)<R, A> RExplicitConstructorInvocationStmt.accept(GenericVisitor<R,A> v, A arg)<A> voidExplicitConstructorInvocationStmt.accept(VoidVisitor<A> v, A arg)<R, A> RExpressionStmt.accept(GenericVisitor<R,A> v, A arg)<A> voidExpressionStmt.accept(VoidVisitor<A> v, A arg)<R, A> RForEachStmt.accept(GenericVisitor<R,A> v, A arg)<A> voidForEachStmt.accept(VoidVisitor<A> v, A arg)<R, A> RForStmt.accept(GenericVisitor<R,A> v, A arg)<A> voidForStmt.accept(VoidVisitor<A> v, A arg)<R, A> RIfStmt.accept(GenericVisitor<R,A> v, A arg)<A> voidIfStmt.accept(VoidVisitor<A> v, A arg)<R, A> RLabeledStmt.accept(GenericVisitor<R,A> v, A arg)<A> voidLabeledStmt.accept(VoidVisitor<A> v, A arg)<R, A> RLocalClassDeclarationStmt.accept(GenericVisitor<R,A> v, A arg)<A> voidLocalClassDeclarationStmt.accept(VoidVisitor<A> v, A arg)<R, A> RLocalRecordDeclarationStmt.accept(GenericVisitor<R,A> v, A arg)<A> voidLocalRecordDeclarationStmt.accept(VoidVisitor<A> v, A arg)<R, A> RReturnStmt.accept(GenericVisitor<R,A> v, A arg)<A> voidReturnStmt.accept(VoidVisitor<A> v, A arg)<R, A> RSwitchEntry.accept(GenericVisitor<R,A> v, A arg)<A> voidSwitchEntry.accept(VoidVisitor<A> v, A arg)<R, A> RSwitchStmt.accept(GenericVisitor<R,A> v, A arg)<A> voidSwitchStmt.accept(VoidVisitor<A> v, A arg)<R, A> RSynchronizedStmt.accept(GenericVisitor<R,A> v, A arg)<A> voidSynchronizedStmt.accept(VoidVisitor<A> v, A arg)<R, A> RThrowStmt.accept(GenericVisitor<R,A> v, A arg)<A> voidThrowStmt.accept(VoidVisitor<A> v, A arg)<R, A> RTryStmt.accept(GenericVisitor<R,A> v, A arg)<A> voidTryStmt.accept(VoidVisitor<A> v, A arg)<R, A> RUnparsableStmt.accept(GenericVisitor<R,A> v, A arg)<A> voidUnparsableStmt.accept(VoidVisitor<A> v, A arg)<R, A> RWhileStmt.accept(GenericVisitor<R,A> v, A arg)<A> voidWhileStmt.accept(VoidVisitor<A> v, A arg)<R, A> RYieldStmt.accept(GenericVisitor<R,A> v, A arg)<A> voidYieldStmt.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()voidAssertStmt.ifAssertStmt(Consumer<AssertStmt> action)voidStatement.ifAssertStmt(Consumer<AssertStmt> action)voidBlockStmt.ifBlockStmt(Consumer<BlockStmt> action)voidStatement.ifBlockStmt(Consumer<BlockStmt> action)voidBreakStmt.ifBreakStmt(Consumer<BreakStmt> action)voidStatement.ifBreakStmt(Consumer<BreakStmt> action)voidContinueStmt.ifContinueStmt(Consumer<ContinueStmt> action)voidStatement.ifContinueStmt(Consumer<ContinueStmt> action)voidvoidvoidEmptyStmt.ifEmptyStmt(Consumer<EmptyStmt> action)voidStatement.ifEmptyStmt(Consumer<EmptyStmt> action)voidExplicitConstructorInvocationStmt.ifExplicitConstructorInvocationStmt(Consumer<ExplicitConstructorInvocationStmt> action)voidStatement.ifExplicitConstructorInvocationStmt(Consumer<ExplicitConstructorInvocationStmt> action)voidExpressionStmt.ifExpressionStmt(Consumer<ExpressionStmt> action)voidStatement.ifExpressionStmt(Consumer<ExpressionStmt> action)voidForEachStmt.ifForEachStmt(Consumer<ForEachStmt> action)voidStatement.ifForEachStmt(Consumer<ForEachStmt> action)voidvoidvoidvoidvoidLabeledStmt.ifLabeledStmt(Consumer<LabeledStmt> action)voidStatement.ifLabeledStmt(Consumer<LabeledStmt> action)voidLocalClassDeclarationStmt.ifLocalClassDeclarationStmt(Consumer<LocalClassDeclarationStmt> action)voidStatement.ifLocalClassDeclarationStmt(Consumer<LocalClassDeclarationStmt> action)voidLocalRecordDeclarationStmt.ifLocalRecordDeclarationStmt(Consumer<LocalRecordDeclarationStmt> action)voidStatement.ifLocalRecordDeclarationStmt(Consumer<LocalRecordDeclarationStmt> action)voidReturnStmt.ifReturnStmt(Consumer<ReturnStmt> action)voidStatement.ifReturnStmt(Consumer<ReturnStmt> action)voidStatement.ifSwitchStmt(Consumer<SwitchStmt> action)voidSwitchStmt.ifSwitchStmt(Consumer<SwitchStmt> action)voidStatement.ifSynchronizedStmt(Consumer<SynchronizedStmt> action)voidSynchronizedStmt.ifSynchronizedStmt(Consumer<SynchronizedStmt> action)voidStatement.ifThrowStmt(Consumer<ThrowStmt> action)voidThrowStmt.ifThrowStmt(Consumer<ThrowStmt> action)voidvoidvoidStatement.ifUnparsableStmt(Consumer<UnparsableStmt> action)voidUnparsableStmt.ifUnparsableStmt(Consumer<UnparsableStmt> action)voidStatement.ifWhileStmt(Consumer<WhileStmt> action)voidWhileStmt.ifWhileStmt(Consumer<WhileStmt> action)voidStatement.ifYieldStmt(Consumer<YieldStmt> action)voidYieldStmt.ifYieldStmt(Consumer<YieldStmt> action)booleanAssertStmt.isAssertStmt()booleanStatement.isAssertStmt()booleanBlockStmt.isBlockStmt()booleanStatement.isBlockStmt()booleanBreakStmt.isBreakStmt()booleanStatement.isBreakStmt()booleanContinueStmt.isContinueStmt()booleanStatement.isContinueStmt()booleanDoStmt.isDoStmt()booleanStatement.isDoStmt()booleanEmptyStmt.isEmptyStmt()booleanStatement.isEmptyStmt()booleanExplicitConstructorInvocationStmt.isExplicitConstructorInvocationStmt()booleanStatement.isExplicitConstructorInvocationStmt()booleanExpressionStmt.isExpressionStmt()booleanStatement.isExpressionStmt()booleanForEachStmt.isForEachStmt()booleanStatement.isForEachStmt()booleanForStmt.isForStmt()booleanStatement.isForStmt()booleanIfStmt.isIfStmt()booleanStatement.isIfStmt()booleanLabeledStmt.isLabeledStmt()booleanStatement.isLabeledStmt()booleanLocalClassDeclarationStmt.isLocalClassDeclarationStmt()booleanStatement.isLocalClassDeclarationStmt()booleanLocalRecordDeclarationStmt.isLocalRecordDeclarationStmt()booleanStatement.isLocalRecordDeclarationStmt()booleanReturnStmt.isReturnStmt()booleanStatement.isReturnStmt()booleanStatement.isSwitchStmt()booleanSwitchStmt.isSwitchStmt()booleanStatement.isSynchronizedStmt()booleanSynchronizedStmt.isSynchronizedStmt()booleanExplicitConstructorInvocationStmt.isThis()booleanStatement.isThrowStmt()booleanThrowStmt.isThrowStmt()booleanStatement.isTryStmt()booleanTryStmt.isTryStmt()booleanStatement.isUnparsableStmt()booleanUnparsableStmt.isUnparsableStmt()booleanStatement.isWhileStmt()booleanWhileStmt.isWhileStmt()booleanStatement.isYieldStmt()booleanYieldStmt.isYieldStmt()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanForStmt.removeCompare()IfStmt.removeElseStmt()ExplicitConstructorInvocationStmt.removeExpression()ReturnStmt.removeExpression()TryStmt.removeFinallyBlock()BreakStmt.removeLabel()ContinueStmt.removeLabel()AssertStmt.removeMessage()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanExplicitConstructorInvocationStmt.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> RArrayType.accept(GenericVisitor<R,A> v, A arg)<A> voidArrayType.accept(VoidVisitor<A> v, A arg)<R, A> RClassOrInterfaceType.accept(GenericVisitor<R,A> v, A arg)<A> voidClassOrInterfaceType.accept(VoidVisitor<A> v, A arg)<R, A> RIntersectionType.accept(GenericVisitor<R,A> v, A arg)<A> voidIntersectionType.accept(VoidVisitor<A> v, A arg)<R, A> RPrimitiveType.accept(GenericVisitor<R,A> v, A arg)<A> voidPrimitiveType.accept(VoidVisitor<A> v, A arg)<R, A> RTypeParameter.accept(GenericVisitor<R,A> v, A arg)<A> voidTypeParameter.accept(VoidVisitor<A> v, A arg)<R, A> RUnionType.accept(GenericVisitor<R,A> v, A arg)<A> voidUnionType.accept(VoidVisitor<A> v, A arg)<R, A> RUnknownType.accept(GenericVisitor<R,A> v, A arg)<A> voidUnknownType.accept(VoidVisitor<A> v, A arg)<R, A> RVarType.accept(GenericVisitor<R,A> v, A arg)<A> voidVarType.accept(VoidVisitor<A> v, A arg)<R, A> RVoidType.accept(GenericVisitor<R,A> v, A arg)<A> voidVoidType.accept(VoidVisitor<A> v, A arg)<R, A> RWildcardType.accept(GenericVisitor<R,A> v, A arg)<A> voidWildcardType.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 ofClassOrInterfaceTypethat this parameter extends.voidArrayType.ifArrayType(Consumer<ArrayType> action)voidType.ifArrayType(Consumer<ArrayType> action)voidClassOrInterfaceType.ifClassOrInterfaceType(Consumer<ClassOrInterfaceType> action)voidType.ifClassOrInterfaceType(Consumer<ClassOrInterfaceType> action)voidIntersectionType.ifIntersectionType(Consumer<IntersectionType> action)voidType.ifIntersectionType(Consumer<IntersectionType> action)voidPrimitiveType.ifPrimitiveType(Consumer<PrimitiveType> action)voidType.ifPrimitiveType(Consumer<PrimitiveType> action)voidReferenceType.ifReferenceType(Consumer<ReferenceType> action)voidType.ifReferenceType(Consumer<ReferenceType> action)voidType.ifTypeParameter(Consumer<TypeParameter> action)voidTypeParameter.ifTypeParameter(Consumer<TypeParameter> action)voidType.ifUnionType(Consumer<UnionType> action)voidUnionType.ifUnionType(Consumer<UnionType> action)voidType.ifUnknownType(Consumer<UnknownType> action)voidUnknownType.ifUnknownType(Consumer<UnknownType> action)voidvoidvoidType.ifVoidType(Consumer<VoidType> action)voidVoidType.ifVoidType(Consumer<VoidType> action)voidType.ifWildcardType(Consumer<WildcardType> action)voidWildcardType.ifWildcardType(Consumer<WildcardType> action)booleanArrayType.isArrayType()booleanType.isArrayType()booleanClassOrInterfaceType.isClassOrInterfaceType()booleanType.isClassOrInterfaceType()booleanIntersectionType.isIntersectionType()booleanType.isIntersectionType()booleanPrimitiveType.isPrimitiveType()booleanType.isPrimitiveType()booleanReferenceType.isReferenceType()booleanType.isReferenceType()booleanType.isTypeParameter()booleanTypeParameter.isTypeParameter()booleanType.isUnionType()booleanUnionType.isUnionType()booleanType.isUnknownType()booleanUnknownType.isUnknownType()booleanType.isVarType()booleanVarType.isVarType()booleanType.isVoidType()booleanVoidType.isVoidType()booleanType.isWildcardType()booleanWildcardType.isWildcardType()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanWildcardType.removeExtendedType()ClassOrInterfaceType.removeScope()WildcardType.removeSuperType()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanType.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 TypeClassDescriptionclassThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.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.annotationDeclarationMetaModelstatic AnnotationExprMetaModelJavaParserMetaModel.annotationExprMetaModelJavaParserMetaModel.annotationMemberDeclarationMetaModelstatic ArrayAccessExprMetaModelJavaParserMetaModel.arrayAccessExprMetaModelstatic ArrayCreationExprMetaModelJavaParserMetaModel.arrayCreationExprMetaModelstatic ArrayCreationLevelMetaModelJavaParserMetaModel.arrayCreationLevelMetaModelJavaParserMetaModel.arrayInitializerExprMetaModelstatic ArrayTypeMetaModelJavaParserMetaModel.arrayTypeMetaModelstatic AssertStmtMetaModelJavaParserMetaModel.assertStmtMetaModelstatic AssignExprMetaModelJavaParserMetaModel.assignExprMetaModelstatic BinaryExprMetaModelJavaParserMetaModel.binaryExprMetaModelstatic BlockCommentMetaModelJavaParserMetaModel.blockCommentMetaModelstatic BlockStmtMetaModelJavaParserMetaModel.blockStmtMetaModelstatic BodyDeclarationMetaModelJavaParserMetaModel.bodyDeclarationMetaModelstatic BooleanLiteralExprMetaModelJavaParserMetaModel.booleanLiteralExprMetaModelstatic BreakStmtMetaModelJavaParserMetaModel.breakStmtMetaModelstatic CallableDeclarationMetaModelJavaParserMetaModel.callableDeclarationMetaModelstatic CastExprMetaModelJavaParserMetaModel.castExprMetaModelstatic CatchClauseMetaModelJavaParserMetaModel.catchClauseMetaModelstatic CharLiteralExprMetaModelJavaParserMetaModel.charLiteralExprMetaModelstatic ClassExprMetaModelJavaParserMetaModel.classExprMetaModelJavaParserMetaModel.classOrInterfaceDeclarationMetaModelJavaParserMetaModel.classOrInterfaceTypeMetaModelstatic CommentMetaModelJavaParserMetaModel.commentMetaModelJavaParserMetaModel.compactConstructorDeclarationMetaModelstatic CompilationUnitMetaModelJavaParserMetaModel.compilationUnitMetaModelstatic ConditionalExprMetaModelJavaParserMetaModel.conditionalExprMetaModelJavaParserMetaModel.constructorDeclarationMetaModelstatic ContinueStmtMetaModelJavaParserMetaModel.continueStmtMetaModelstatic DoStmtMetaModelJavaParserMetaModel.doStmtMetaModelstatic DoubleLiteralExprMetaModelJavaParserMetaModel.doubleLiteralExprMetaModelstatic EmptyStmtMetaModelJavaParserMetaModel.emptyStmtMetaModelstatic EnclosedExprMetaModelJavaParserMetaModel.enclosedExprMetaModelJavaParserMetaModel.enumConstantDeclarationMetaModelstatic EnumDeclarationMetaModelJavaParserMetaModel.enumDeclarationMetaModelJavaParserMetaModel.explicitConstructorInvocationStmtMetaModelstatic ExpressionMetaModelJavaParserMetaModel.expressionMetaModelstatic ExpressionStmtMetaModelJavaParserMetaModel.expressionStmtMetaModelstatic FieldAccessExprMetaModelJavaParserMetaModel.fieldAccessExprMetaModelstatic FieldDeclarationMetaModelJavaParserMetaModel.fieldDeclarationMetaModelstatic ForEachStmtMetaModelJavaParserMetaModel.forEachStmtMetaModelstatic ForStmtMetaModelJavaParserMetaModel.forStmtMetaModelstatic IfStmtMetaModelJavaParserMetaModel.ifStmtMetaModelstatic ImportDeclarationMetaModelJavaParserMetaModel.importDeclarationMetaModelJavaParserMetaModel.initializerDeclarationMetaModelstatic InstanceOfExprMetaModelJavaParserMetaModel.instanceOfExprMetaModelstatic IntegerLiteralExprMetaModelJavaParserMetaModel.integerLiteralExprMetaModelstatic IntersectionTypeMetaModelJavaParserMetaModel.intersectionTypeMetaModelstatic JavadocCommentMetaModelJavaParserMetaModel.javadocCommentMetaModelstatic LabeledStmtMetaModelJavaParserMetaModel.labeledStmtMetaModelstatic LambdaExprMetaModelJavaParserMetaModel.lambdaExprMetaModelstatic LineCommentMetaModelJavaParserMetaModel.lineCommentMetaModelstatic LiteralExprMetaModelJavaParserMetaModel.literalExprMetaModelJavaParserMetaModel.literalStringValueExprMetaModelJavaParserMetaModel.localClassDeclarationStmtMetaModelJavaParserMetaModel.localRecordDeclarationStmtMetaModelstatic LongLiteralExprMetaModelJavaParserMetaModel.longLiteralExprMetaModelJavaParserMetaModel.markerAnnotationExprMetaModelstatic MemberValuePairMetaModelJavaParserMetaModel.memberValuePairMetaModelstatic MethodCallExprMetaModelJavaParserMetaModel.methodCallExprMetaModelstatic MethodDeclarationMetaModelJavaParserMetaModel.methodDeclarationMetaModelstatic MethodReferenceExprMetaModelJavaParserMetaModel.methodReferenceExprMetaModelstatic ModifierMetaModelJavaParserMetaModel.modifierMetaModelstatic ModuleDeclarationMetaModelJavaParserMetaModel.moduleDeclarationMetaModelstatic ModuleDirectiveMetaModelJavaParserMetaModel.moduleDirectiveMetaModelJavaParserMetaModel.moduleExportsDirectiveMetaModelJavaParserMetaModel.moduleOpensDirectiveMetaModelJavaParserMetaModel.moduleProvidesDirectiveMetaModelJavaParserMetaModel.moduleRequiresDirectiveMetaModelstatic ModuleUsesDirectiveMetaModelJavaParserMetaModel.moduleUsesDirectiveMetaModelstatic NameExprMetaModelJavaParserMetaModel.nameExprMetaModelstatic NameMetaModelJavaParserMetaModel.nameMetaModelstatic NodeMetaModelJavaParserMetaModel.nodeMetaModelJavaParserMetaModel.normalAnnotationExprMetaModelstatic NullLiteralExprMetaModelJavaParserMetaModel.nullLiteralExprMetaModelstatic ObjectCreationExprMetaModelJavaParserMetaModel.objectCreationExprMetaModelstatic PackageDeclarationMetaModelJavaParserMetaModel.packageDeclarationMetaModelstatic ParameterMetaModelJavaParserMetaModel.parameterMetaModelstatic PatternExprMetaModelJavaParserMetaModel.patternExprMetaModelstatic PrimitiveTypeMetaModelJavaParserMetaModel.primitiveTypeMetaModelstatic ReceiverParameterMetaModelJavaParserMetaModel.receiverParameterMetaModelstatic RecordDeclarationMetaModelJavaParserMetaModel.recordDeclarationMetaModelstatic ReferenceTypeMetaModelJavaParserMetaModel.referenceTypeMetaModelstatic ReturnStmtMetaModelJavaParserMetaModel.returnStmtMetaModelstatic SimpleNameMetaModelJavaParserMetaModel.simpleNameMetaModelJavaParserMetaModel.singleMemberAnnotationExprMetaModelstatic StatementMetaModelJavaParserMetaModel.statementMetaModelstatic StringLiteralExprMetaModelJavaParserMetaModel.stringLiteralExprMetaModelstatic SuperExprMetaModelJavaParserMetaModel.superExprMetaModelstatic SwitchEntryMetaModelJavaParserMetaModel.switchEntryMetaModelstatic SwitchExprMetaModelJavaParserMetaModel.switchExprMetaModelstatic SwitchStmtMetaModelJavaParserMetaModel.switchStmtMetaModelstatic SynchronizedStmtMetaModelJavaParserMetaModel.synchronizedStmtMetaModelJavaParserMetaModel.textBlockLiteralExprMetaModelstatic ThisExprMetaModelJavaParserMetaModel.thisExprMetaModelstatic ThrowStmtMetaModelJavaParserMetaModel.throwStmtMetaModelstatic TryStmtMetaModelJavaParserMetaModel.tryStmtMetaModelstatic TypeDeclarationMetaModelJavaParserMetaModel.typeDeclarationMetaModelstatic TypeExprMetaModelJavaParserMetaModel.typeExprMetaModelstatic TypeMetaModelJavaParserMetaModel.typeMetaModelstatic TypeParameterMetaModelJavaParserMetaModel.typeParameterMetaModelstatic UnaryExprMetaModelJavaParserMetaModel.unaryExprMetaModelstatic UnionTypeMetaModelJavaParserMetaModel.unionTypeMetaModelstatic UnknownTypeMetaModelJavaParserMetaModel.unknownTypeMetaModelstatic UnparsableStmtMetaModelJavaParserMetaModel.unparsableStmtMetaModelJavaParserMetaModel.variableDeclarationExprMetaModelstatic VariableDeclaratorMetaModelJavaParserMetaModel.variableDeclaratorMetaModelstatic VarTypeMetaModelJavaParserMetaModel.varTypeMetaModelstatic VoidTypeMetaModelJavaParserMetaModel.voidTypeMetaModelstatic WhileStmtMetaModelJavaParserMetaModel.whileStmtMetaModelstatic WildcardTypeMetaModelJavaParserMetaModel.wildcardTypeMetaModelstatic YieldStmtMetaModelJavaParserMetaModel.yieldStmtMetaModelConstructors in com.github.javaparser.metamodel with annotations of type GeneratedModifierConstructorDescriptionprotectedAnnotationExprMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)protectedBodyDeclarationMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)protectedCallableDeclarationMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)protectedCommentMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)protectedExpressionMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)protectedLiteralExprMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)protectedLiteralStringValueExprMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)protectedModuleDirectiveMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)protectedNodeMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)protectedReferenceTypeMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)protectedStatementMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)protectedTypeDeclarationMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)protectedTypeMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)