Uses of Class
com.github.javaparser.ast.Generated
-
-
Uses of Generated in com.github.javaparser
Classes in com.github.javaparser with annotations of type Generated Modifier and Type Class Description static classJavaToken.Kind -
Uses of Generated in com.github.javaparser.ast
Methods in com.github.javaparser.ast with annotations of type Generated Modifier and Type Method Description <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)ArrayCreationLevelArrayCreationLevel. clone()CompilationUnitCompilationUnit. clone()ImportDeclarationImportDeclaration. clone()ModifierModifier. clone()NodeNode. clone()PackageDeclarationPackageDeclaration. clone()NodeList<AnnotationExpr>ArrayCreationLevel. getAnnotations()NodeList<AnnotationExpr>PackageDeclaration. getAnnotations()Retrieves the list of annotations declared before the package declaration.Optional<Comment>Node. getComment()This is a comment associated with this node.Optional<Expression>ArrayCreationLevel. getDimension()NodeList<ImportDeclaration>CompilationUnit. getImports()Retrieves the list of imports declared in this compilation unit ornullif there is no import.Modifier.KeywordModifier. getKeyword()ArrayCreationLevelMetaModelArrayCreationLevel. getMetaModel()CompilationUnitMetaModelCompilationUnit. getMetaModel()ImportDeclarationMetaModelImportDeclaration. getMetaModel()ModifierMetaModelModifier. getMetaModel()NodeMetaModelNode. getMetaModel()PackageDeclarationMetaModelPackageDeclaration. getMetaModel()Optional<ModuleDeclaration>CompilationUnit. getModule()NameImportDeclaration. getName()Retrieves the name of the import (.* is not included.)NamePackageDeclaration. getName()Return the name expression of the package.Optional<PackageDeclaration>CompilationUnit. getPackageDeclaration()Retrieves the package declaration of this compilation unit.
If this compilation unit has no package declaration (default package),Optional.none()is returned.NodeList<TypeDeclaration<?>>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()booleanArrayCreationLevel. remove(Node node)booleanCompilationUnit. remove(Node node)booleanNode. remove(Node node)booleanPackageDeclaration. remove(Node node)NodeNode. removeComment()ArrayCreationLevelArrayCreationLevel. removeDimension()CompilationUnitCompilationUnit. removeModule()CompilationUnitCompilationUnit. removePackageDeclaration()booleanArrayCreationLevel. replace(Node node, Node replacementNode)booleanCompilationUnit. replace(Node node, Node replacementNode)booleanImportDeclaration. replace(Node node, Node replacementNode)booleanNode. replace(Node node, Node replacementNode)booleanPackageDeclaration. replace(Node node, Node replacementNode)ArrayCreationLevelArrayCreationLevel. setAnnotations(NodeList<AnnotationExpr> annotations)PackageDeclarationPackageDeclaration. setAnnotations(NodeList<AnnotationExpr> annotations)ImportDeclarationImportDeclaration. setAsterisk(boolean isAsterisk)ArrayCreationLevelArrayCreationLevel. setDimension(Expression dimension)Sets the dimensionCompilationUnitCompilationUnit. setImports(NodeList<ImportDeclaration> imports)Sets the list of imports of this compilation unit.ModifierModifier. setKeyword(Modifier.Keyword keyword)CompilationUnitCompilationUnit. setModule(ModuleDeclaration module)ImportDeclarationImportDeclaration. setName(Name name)PackageDeclarationPackageDeclaration. setName(Name name)Sets the name of this package declaration.CompilationUnitCompilationUnit. setPackageDeclaration(PackageDeclaration packageDeclaration)Sets or clear the package declarations of this compilation unit.ImportDeclarationImportDeclaration. setStatic(boolean isStatic)CompilationUnitCompilationUnit. setTypes(NodeList<TypeDeclaration<?>> types)Sets the list of types declared in this compilation unit.Constructors in com.github.javaparser.ast with annotations of type Generated Constructor Description ArrayCreationLevel(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 Generated Modifier and Type Method Description <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)AnnotationDeclarationAnnotationDeclaration. asAnnotationDeclaration()AnnotationDeclarationBodyDeclaration. asAnnotationDeclaration()AnnotationMemberDeclarationAnnotationMemberDeclaration. asAnnotationMemberDeclaration()AnnotationMemberDeclarationBodyDeclaration. asAnnotationMemberDeclaration()CallableDeclarationBodyDeclaration. asCallableDeclaration()CallableDeclarationCallableDeclaration. asCallableDeclaration()ClassOrInterfaceDeclarationBodyDeclaration. asClassOrInterfaceDeclaration()ClassOrInterfaceDeclarationClassOrInterfaceDeclaration. asClassOrInterfaceDeclaration()CompactConstructorDeclarationBodyDeclaration. asCompactConstructorDeclaration()CompactConstructorDeclarationCompactConstructorDeclaration. asCompactConstructorDeclaration()ConstructorDeclarationBodyDeclaration. asConstructorDeclaration()ConstructorDeclarationConstructorDeclaration. asConstructorDeclaration()EnumConstantDeclarationBodyDeclaration. asEnumConstantDeclaration()EnumConstantDeclarationEnumConstantDeclaration. asEnumConstantDeclaration()EnumDeclarationBodyDeclaration. asEnumDeclaration()EnumDeclarationEnumDeclaration. asEnumDeclaration()FieldDeclarationBodyDeclaration. asFieldDeclaration()FieldDeclarationFieldDeclaration. asFieldDeclaration()InitializerDeclarationBodyDeclaration. asInitializerDeclaration()InitializerDeclarationInitializerDeclaration. asInitializerDeclaration()MethodDeclarationBodyDeclaration. asMethodDeclaration()MethodDeclarationMethodDeclaration. asMethodDeclaration()RecordDeclarationBodyDeclaration. asRecordDeclaration()RecordDeclarationRecordDeclaration. asRecordDeclaration()TypeDeclarationBodyDeclaration. asTypeDeclaration()TypeDeclarationTypeDeclaration. asTypeDeclaration()AnnotationDeclarationAnnotationDeclaration. clone()AnnotationMemberDeclarationAnnotationMemberDeclaration. clone()BodyDeclaration<?>BodyDeclaration. clone()CallableDeclaration<?>CallableDeclaration. clone()ClassOrInterfaceDeclarationClassOrInterfaceDeclaration. clone()CompactConstructorDeclarationCompactConstructorDeclaration. clone()ConstructorDeclarationConstructorDeclaration. clone()EnumConstantDeclarationEnumConstantDeclaration. clone()EnumDeclarationEnumDeclaration. clone()FieldDeclarationFieldDeclaration. clone()InitializerDeclarationInitializerDeclaration. clone()MethodDeclarationMethodDeclaration. clone()ParameterParameter. clone()ReceiverParameterReceiverParameter. clone()RecordDeclarationRecordDeclaration. clone()TypeDeclaration<?>TypeDeclaration. clone()VariableDeclaratorVariableDeclarator. clone()NodeList<AnnotationExpr>BodyDeclaration. getAnnotations()NodeList<AnnotationExpr>Parameter. getAnnotations()NodeList<AnnotationExpr>ReceiverParameter. getAnnotations()NodeList<Expression>EnumConstantDeclaration. getArguments()BlockStmtCompactConstructorDeclaration. getBody()BlockStmtConstructorDeclaration. getBody()BlockStmtInitializerDeclaration. getBody()Optional<BlockStmt>MethodDeclaration. getBody()NodeList<BodyDeclaration<?>>EnumConstantDeclaration. getClassBody()Optional<Expression>AnnotationMemberDeclaration. getDefaultValue()NodeList<EnumConstantDeclaration>EnumDeclaration. getEntries()NodeList<ClassOrInterfaceType>ClassOrInterfaceDeclaration. getExtendedTypes()NodeList<ClassOrInterfaceType>ClassOrInterfaceDeclaration. getImplementedTypes()NodeList<ClassOrInterfaceType>EnumDeclaration. getImplementedTypes()NodeList<ClassOrInterfaceType>RecordDeclaration. getImplementedTypes()Optional<Expression>VariableDeclarator. getInitializer()NodeList<BodyDeclaration<?>>TypeDeclaration. getMembers()AnnotationDeclarationMetaModelAnnotationDeclaration. getMetaModel()AnnotationMemberDeclarationMetaModelAnnotationMemberDeclaration. getMetaModel()BodyDeclarationMetaModelBodyDeclaration. getMetaModel()CallableDeclarationMetaModelCallableDeclaration. getMetaModel()ClassOrInterfaceDeclarationMetaModelClassOrInterfaceDeclaration. getMetaModel()CompactConstructorDeclarationMetaModelCompactConstructorDeclaration. getMetaModel()ConstructorDeclarationMetaModelConstructorDeclaration. getMetaModel()EnumConstantDeclarationMetaModelEnumConstantDeclaration. getMetaModel()EnumDeclarationMetaModelEnumDeclaration. getMetaModel()FieldDeclarationMetaModelFieldDeclaration. getMetaModel()InitializerDeclarationMetaModelInitializerDeclaration. getMetaModel()MethodDeclarationMetaModelMethodDeclaration. getMetaModel()ParameterMetaModelParameter. getMetaModel()ReceiverParameterMetaModelReceiverParameter. getMetaModel()RecordDeclarationMetaModelRecordDeclaration. getMetaModel()TypeDeclarationMetaModelTypeDeclaration. getMetaModel()VariableDeclaratorMetaModelVariableDeclarator. getMetaModel()NodeList<Modifier>AnnotationMemberDeclaration. getModifiers()Return the modifiers of this member declaration.NodeList<Modifier>CallableDeclaration. getModifiers()Return the modifiers of this member declaration.NodeList<Modifier>CompactConstructorDeclaration. getModifiers()NodeList<Modifier>FieldDeclaration. getModifiers()Return the modifiers of this member declaration.NodeList<Modifier>Parameter. getModifiers()Return the modifiers of this parameter declaration.NodeList<Modifier>TypeDeclaration. getModifiers()Return the modifiers of this type declaration.SimpleNameAnnotationMemberDeclaration. getName()SimpleNameCallableDeclaration. getName()SimpleNameCompactConstructorDeclaration. getName()SimpleNameEnumConstantDeclaration. getName()SimpleNameParameter. getName()NameReceiverParameter. getName()SimpleNameTypeDeclaration. getName()SimpleNameVariableDeclarator. getName()NodeList<Parameter>CallableDeclaration. getParameters()NodeList<Parameter>RecordDeclaration. getParameters()Type declarations do not normally have parameters - e.g.NodeList<ClassOrInterfaceType>ClassOrInterfaceDeclaration. getPermittedTypes()Optional<ReceiverParameter>CallableDeclaration. getReceiverParameter()Optional<ReceiverParameter>RecordDeclaration. getReceiverParameter()NodeList<ReferenceType>CallableDeclaration. getThrownExceptions()NodeList<ReferenceType>CompactConstructorDeclaration. getThrownExceptions()TypeAnnotationMemberDeclaration. getType()TypeMethodDeclaration. getType()TypeParameter. getType()TypeReceiverParameter. getType()TypeVariableDeclarator. getType()NodeList<TypeParameter>CallableDeclaration. getTypeParameters()NodeList<TypeParameter>ClassOrInterfaceDeclaration. getTypeParameters()NodeList<TypeParameter>CompactConstructorDeclaration. getTypeParameters()NodeList<TypeParameter>RecordDeclaration. getTypeParameters()NodeList<AnnotationExpr>Parameter. getVarArgsAnnotations()NodeList<VariableDeclarator>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()booleanAnnotationMemberDeclaration. remove(Node node)booleanBodyDeclaration. remove(Node node)booleanCallableDeclaration. remove(Node node)booleanClassOrInterfaceDeclaration. remove(Node node)booleanCompactConstructorDeclaration. remove(Node node)booleanEnumConstantDeclaration. remove(Node node)booleanEnumDeclaration. remove(Node node)booleanFieldDeclaration. remove(Node node)booleanMethodDeclaration. remove(Node node)booleanParameter. remove(Node node)booleanReceiverParameter. remove(Node node)booleanRecordDeclaration. remove(Node node)booleanTypeDeclaration. remove(Node node)booleanVariableDeclarator. remove(Node node)MethodDeclarationMethodDeclaration. removeBody()AnnotationMemberDeclarationAnnotationMemberDeclaration. removeDefaultValue()VariableDeclaratorVariableDeclarator. removeInitializer()CallableDeclarationCallableDeclaration. removeReceiverParameter()RecordDeclarationRecordDeclaration. removeReceiverParameter()booleanAnnotationMemberDeclaration. replace(Node node, Node replacementNode)booleanBodyDeclaration. replace(Node node, Node replacementNode)booleanCallableDeclaration. replace(Node node, Node replacementNode)booleanClassOrInterfaceDeclaration. replace(Node node, Node replacementNode)booleanCompactConstructorDeclaration. replace(Node node, Node replacementNode)booleanConstructorDeclaration. replace(Node node, Node replacementNode)booleanEnumConstantDeclaration. replace(Node node, Node replacementNode)booleanEnumDeclaration. replace(Node node, Node replacementNode)booleanFieldDeclaration. replace(Node node, Node replacementNode)booleanInitializerDeclaration. replace(Node node, Node replacementNode)booleanMethodDeclaration. replace(Node node, Node replacementNode)booleanParameter. replace(Node node, Node replacementNode)booleanReceiverParameter. replace(Node node, Node replacementNode)booleanRecordDeclaration. replace(Node node, Node replacementNode)booleanTypeDeclaration. replace(Node node, Node replacementNode)booleanVariableDeclarator. replace(Node node, Node replacementNode)TBodyDeclaration. setAnnotations(NodeList<AnnotationExpr> annotations)ParameterParameter. setAnnotations(NodeList<AnnotationExpr> annotations)ReceiverParameterReceiverParameter. setAnnotations(NodeList<AnnotationExpr> annotations)EnumConstantDeclarationEnumConstantDeclaration. setArguments(NodeList<Expression> arguments)CompactConstructorDeclarationCompactConstructorDeclaration. setBody(BlockStmt body)Sets the bodyConstructorDeclarationConstructorDeclaration. setBody(BlockStmt body)Sets the bodyInitializerDeclarationInitializerDeclaration. setBody(BlockStmt body)MethodDeclarationMethodDeclaration. setBody(BlockStmt body)Sets the bodyEnumConstantDeclarationEnumConstantDeclaration. setClassBody(NodeList<BodyDeclaration<?>> classBody)AnnotationMemberDeclarationAnnotationMemberDeclaration. setDefaultValue(Expression defaultValue)Sets the default valueEnumDeclarationEnumDeclaration. setEntries(NodeList<EnumConstantDeclaration> entries)ClassOrInterfaceDeclarationClassOrInterfaceDeclaration. setExtendedTypes(NodeList<ClassOrInterfaceType> extendedTypes)ClassOrInterfaceDeclarationClassOrInterfaceDeclaration. setImplementedTypes(NodeList<ClassOrInterfaceType> implementedTypes)EnumDeclarationEnumDeclaration. setImplementedTypes(NodeList<ClassOrInterfaceType> implementedTypes)RecordDeclarationRecordDeclaration. setImplementedTypes(NodeList<ClassOrInterfaceType> implementedTypes)VariableDeclaratorVariableDeclarator. setInitializer(Expression initializer)Sets the initializer expressionClassOrInterfaceDeclarationClassOrInterfaceDeclaration. setInterface(boolean isInterface)TTypeDeclaration. setMembers(NodeList<BodyDeclaration<?>> members)AnnotationMemberDeclarationAnnotationMemberDeclaration. setModifiers(NodeList<Modifier> modifiers)TCallableDeclaration. setModifiers(NodeList<Modifier> modifiers)CompactConstructorDeclarationCompactConstructorDeclaration. setModifiers(NodeList<Modifier> modifiers)FieldDeclarationFieldDeclaration. setModifiers(NodeList<Modifier> modifiers)ParameterParameter. setModifiers(NodeList<Modifier> modifiers)TTypeDeclaration. setModifiers(NodeList<Modifier> modifiers)AnnotationMemberDeclarationAnnotationMemberDeclaration. setName(SimpleName name)TCallableDeclaration. setName(SimpleName name)CompactConstructorDeclarationCompactConstructorDeclaration. setName(SimpleName name)EnumConstantDeclarationEnumConstantDeclaration. setName(SimpleName name)ParameterParameter. setName(SimpleName name)ReceiverParameterReceiverParameter. setName(Name name)TTypeDeclaration. setName(SimpleName name)VariableDeclaratorVariableDeclarator. setName(SimpleName name)TCallableDeclaration. setParameters(NodeList<Parameter> parameters)RecordDeclarationRecordDeclaration. setParameters(NodeList<Parameter> parameters)ClassOrInterfaceDeclarationClassOrInterfaceDeclaration. setPermittedTypes(NodeList<ClassOrInterfaceType> permittedTypes)TCallableDeclaration. setReceiverParameter(ReceiverParameter receiverParameter)RecordDeclarationRecordDeclaration. setReceiverParameter(ReceiverParameter receiverParameter)InitializerDeclarationInitializerDeclaration. setStatic(boolean isStatic)TCallableDeclaration. setThrownExceptions(NodeList<ReferenceType> thrownExceptions)CompactConstructorDeclarationCompactConstructorDeclaration. setThrownExceptions(NodeList<ReferenceType> thrownExceptions)AnnotationMemberDeclarationAnnotationMemberDeclaration. setType(Type type)MethodDeclarationMethodDeclaration. setType(Type type)ParameterParameter. setType(Type type)ReceiverParameterReceiverParameter. setType(Type type)VariableDeclaratorVariableDeclarator. setType(Type type)TCallableDeclaration. setTypeParameters(NodeList<TypeParameter> typeParameters)ClassOrInterfaceDeclarationClassOrInterfaceDeclaration. setTypeParameters(NodeList<TypeParameter> typeParameters)CompactConstructorDeclarationCompactConstructorDeclaration. setTypeParameters(NodeList<TypeParameter> typeParameters)RecordDeclarationRecordDeclaration. setTypeParameters(NodeList<TypeParameter> typeParameters)ParameterParameter. setVarArgs(boolean isVarArgs)ParameterParameter. setVarArgsAnnotations(NodeList<AnnotationExpr> varArgsAnnotations)FieldDeclarationFieldDeclaration. setVariables(NodeList<VariableDeclarator> variables)Optional<AnnotationDeclaration>AnnotationDeclaration. toAnnotationDeclaration()Optional<AnnotationDeclaration>BodyDeclaration. toAnnotationDeclaration()Optional<AnnotationMemberDeclaration>AnnotationMemberDeclaration. toAnnotationMemberDeclaration()Optional<AnnotationMemberDeclaration>BodyDeclaration. toAnnotationMemberDeclaration()Optional<CallableDeclaration>BodyDeclaration. toCallableDeclaration()Optional<CallableDeclaration>CallableDeclaration. toCallableDeclaration()Optional<ClassOrInterfaceDeclaration>BodyDeclaration. toClassOrInterfaceDeclaration()Optional<ClassOrInterfaceDeclaration>ClassOrInterfaceDeclaration. toClassOrInterfaceDeclaration()Optional<CompactConstructorDeclaration>BodyDeclaration. toCompactConstructorDeclaration()Optional<CompactConstructorDeclaration>CompactConstructorDeclaration. toCompactConstructorDeclaration()Optional<ConstructorDeclaration>BodyDeclaration. toConstructorDeclaration()Optional<ConstructorDeclaration>ConstructorDeclaration. toConstructorDeclaration()Optional<EnumConstantDeclaration>BodyDeclaration. toEnumConstantDeclaration()Optional<EnumConstantDeclaration>EnumConstantDeclaration. toEnumConstantDeclaration()Optional<EnumDeclaration>BodyDeclaration. toEnumDeclaration()Optional<EnumDeclaration>EnumDeclaration. toEnumDeclaration()Optional<FieldDeclaration>BodyDeclaration. toFieldDeclaration()Optional<FieldDeclaration>FieldDeclaration. toFieldDeclaration()Optional<InitializerDeclaration>BodyDeclaration. toInitializerDeclaration()Optional<InitializerDeclaration>InitializerDeclaration. toInitializerDeclaration()Optional<MethodDeclaration>BodyDeclaration. toMethodDeclaration()Optional<MethodDeclaration>MethodDeclaration. toMethodDeclaration()Optional<RecordDeclaration>BodyDeclaration. toRecordDeclaration()Optional<RecordDeclaration>RecordDeclaration. toRecordDeclaration()Optional<TypeDeclaration>BodyDeclaration. toTypeDeclaration()Optional<TypeDeclaration>TypeDeclaration. toTypeDeclaration()Constructors in com.github.javaparser.ast.body with annotations of type Generated Constructor Description AnnotationDeclaration(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<ClassOrInterfaceType> permittedTypes, 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
Constructors in com.github.javaparser.ast.comments with annotations of type Generated Constructor Description BlockComment(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
Constructors in com.github.javaparser.ast.expr with annotations of type Generated Constructor Description AnnotationExpr(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)This constructor is used by the parser and is considered private.PatternExpr(TokenRange tokenRange, Type type)This constructor is used by the parser and is considered private.RecordPatternExpr(TokenRange tokenRange, NodeList<Modifier> modifiers, Type type, NodeList<PatternExpr> patternList)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.TypePatternExpr(TokenRange tokenRange, NodeList<Modifier> modifiers, Type type, SimpleName name)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
Constructors in com.github.javaparser.ast.modules with annotations of type Generated Constructor Description ModuleDeclaration(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 Generated Modifier and Type Class Description classObservablePropertyProperties considered by the AstObserver -
Uses of Generated in com.github.javaparser.ast.stmt
Methods in com.github.javaparser.ast.stmt with annotations of type Generated Modifier and Type Method Description <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)AssertStmtAssertStmt. asAssertStmt()AssertStmtStatement. asAssertStmt()BlockStmtBlockStmt. asBlockStmt()BlockStmtStatement. asBlockStmt()BreakStmtBreakStmt. asBreakStmt()BreakStmtStatement. asBreakStmt()ContinueStmtContinueStmt. asContinueStmt()ContinueStmtStatement. asContinueStmt()DoStmtDoStmt. asDoStmt()DoStmtStatement. asDoStmt()EmptyStmtEmptyStmt. asEmptyStmt()EmptyStmtStatement. asEmptyStmt()ExplicitConstructorInvocationStmtExplicitConstructorInvocationStmt. asExplicitConstructorInvocationStmt()ExplicitConstructorInvocationStmtStatement. asExplicitConstructorInvocationStmt()ExpressionStmtExpressionStmt. asExpressionStmt()ExpressionStmtStatement. asExpressionStmt()ForEachStmtForEachStmt. asForEachStmt()ForEachStmtStatement. asForEachStmt()ForStmtForStmt. asForStmt()ForStmtStatement. asForStmt()IfStmtIfStmt. asIfStmt()IfStmtStatement. asIfStmt()LabeledStmtLabeledStmt. asLabeledStmt()LabeledStmtStatement. asLabeledStmt()LocalClassDeclarationStmtLocalClassDeclarationStmt. asLocalClassDeclarationStmt()LocalClassDeclarationStmtStatement. asLocalClassDeclarationStmt()LocalRecordDeclarationStmtLocalRecordDeclarationStmt. asLocalRecordDeclarationStmt()LocalRecordDeclarationStmtStatement. asLocalRecordDeclarationStmt()ReturnStmtReturnStmt. asReturnStmt()ReturnStmtStatement. asReturnStmt()SwitchStmtStatement. asSwitchStmt()SwitchStmtSwitchStmt. asSwitchStmt()SynchronizedStmtStatement. asSynchronizedStmt()SynchronizedStmtSynchronizedStmt. asSynchronizedStmt()ThrowStmtStatement. asThrowStmt()ThrowStmtThrowStmt. asThrowStmt()TryStmtStatement. asTryStmt()TryStmtTryStmt. asTryStmt()UnparsableStmtStatement. asUnparsableStmt()UnparsableStmtUnparsableStmt. asUnparsableStmt()WhileStmtStatement. asWhileStmt()WhileStmtWhileStmt. asWhileStmt()YieldStmtStatement. asYieldStmt()YieldStmtYieldStmt. asYieldStmt()AssertStmtAssertStmt. clone()BlockStmtBlockStmt. clone()BreakStmtBreakStmt. clone()CatchClauseCatchClause. clone()ContinueStmtContinueStmt. clone()DoStmtDoStmt. clone()EmptyStmtEmptyStmt. clone()ExplicitConstructorInvocationStmtExplicitConstructorInvocationStmt. clone()ExpressionStmtExpressionStmt. clone()ForEachStmtForEachStmt. clone()ForStmtForStmt. clone()IfStmtIfStmt. clone()LabeledStmtLabeledStmt. clone()LocalClassDeclarationStmtLocalClassDeclarationStmt. clone()LocalRecordDeclarationStmtLocalRecordDeclarationStmt. clone()ReturnStmtReturnStmt. clone()StatementStatement. clone()SwitchEntrySwitchEntry. clone()SwitchStmtSwitchStmt. clone()SynchronizedStmtSynchronizedStmt. clone()ThrowStmtThrowStmt. clone()TryStmtTryStmt. clone()UnparsableStmtUnparsableStmt. clone()WhileStmtWhileStmt. clone()YieldStmtYieldStmt. clone()NodeList<Expression>ExplicitConstructorInvocationStmt. getArguments()BlockStmtCatchClause. getBody()StatementDoStmt. getBody()StatementForEachStmt. getBody()StatementForStmt. getBody()BlockStmtSynchronizedStmt. getBody()StatementWhileStmt. getBody()NodeList<CatchClause>TryStmt. getCatchClauses()ExpressionAssertStmt. getCheck()ClassOrInterfaceDeclarationLocalClassDeclarationStmt. getClassDeclaration()Optional<Expression>ForStmt. getCompare()ExpressionDoStmt. getCondition()ExpressionIfStmt. getCondition()ExpressionWhileStmt. getCondition()Optional<Statement>IfStmt. getElseStmt()NodeList<SwitchEntry>SwitchStmt. getEntries()Optional<Expression>ExplicitConstructorInvocationStmt. getExpression()ExpressionExpressionStmt. getExpression()Optional<Expression>ReturnStmt. getExpression()ExpressionSynchronizedStmt. getExpression()ExpressionThrowStmt. getExpression()ExpressionYieldStmt. getExpression()Optional<BlockStmt>TryStmt. getFinallyBlock()Optional<Expression>SwitchEntry. getGuard()NodeList<Expression>ForStmt. getInitialization()ExpressionForEachStmt. getIterable()Optional<SimpleName>BreakStmt. getLabel()Optional<SimpleName>ContinueStmt. getLabel()SimpleNameLabeledStmt. getLabel()NodeList<Expression>SwitchEntry. getLabels()Optional<Expression>AssertStmt. getMessage()AssertStmtMetaModelAssertStmt. getMetaModel()BlockStmtMetaModelBlockStmt. getMetaModel()BreakStmtMetaModelBreakStmt. getMetaModel()CatchClauseMetaModelCatchClause. getMetaModel()ContinueStmtMetaModelContinueStmt. getMetaModel()DoStmtMetaModelDoStmt. getMetaModel()EmptyStmtMetaModelEmptyStmt. getMetaModel()ExplicitConstructorInvocationStmtMetaModelExplicitConstructorInvocationStmt. getMetaModel()ExpressionStmtMetaModelExpressionStmt. getMetaModel()ForEachStmtMetaModelForEachStmt. getMetaModel()ForStmtMetaModelForStmt. getMetaModel()IfStmtMetaModelIfStmt. getMetaModel()LabeledStmtMetaModelLabeledStmt. getMetaModel()LocalClassDeclarationStmtMetaModelLocalClassDeclarationStmt. getMetaModel()LocalRecordDeclarationStmtMetaModelLocalRecordDeclarationStmt. getMetaModel()ReturnStmtMetaModelReturnStmt. getMetaModel()StatementMetaModelStatement. getMetaModel()SwitchEntryMetaModelSwitchEntry. getMetaModel()SwitchStmtMetaModelSwitchStmt. getMetaModel()SynchronizedStmtMetaModelSynchronizedStmt. getMetaModel()ThrowStmtMetaModelThrowStmt. getMetaModel()TryStmtMetaModelTryStmt. getMetaModel()UnparsableStmtMetaModelUnparsableStmt. getMetaModel()WhileStmtMetaModelWhileStmt. getMetaModel()YieldStmtMetaModelYieldStmt. getMetaModel()ParameterCatchClause. getParameter()Note that the type of the Parameter can be a UnionType.RecordDeclarationLocalRecordDeclarationStmt. getRecordDeclaration()NodeList<Expression>TryStmt. getResources()ExpressionSwitchStmt. getSelector()StatementLabeledStmt. getStatement()NodeList<Statement>BlockStmt. getStatements()NodeList<Statement>SwitchEntry. getStatements()StatementIfStmt. getThenStmt()BlockStmtTryStmt. getTryBlock()SwitchEntry.TypeSwitchEntry. getType()Optional<NodeList<Type>>ExplicitConstructorInvocationStmt. getTypeArguments()NodeList<Expression>ForStmt. getUpdate()VariableDeclarationExprForEachStmt. 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)voidDoStmt. ifDoStmt(Consumer<DoStmt> action)voidStatement. ifDoStmt(Consumer<DoStmt> action)voidEmptyStmt. 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)voidForStmt. ifForStmt(Consumer<ForStmt> action)voidStatement. ifForStmt(Consumer<ForStmt> action)voidIfStmt. ifIfStmt(Consumer<IfStmt> action)voidStatement. ifIfStmt(Consumer<IfStmt> action)voidLabeledStmt. 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)voidStatement. ifTryStmt(Consumer<TryStmt> action)voidTryStmt. ifTryStmt(Consumer<TryStmt> action)voidStatement. 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()booleanSwitchEntry. isDefault()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()booleanAssertStmt. remove(Node node)booleanBlockStmt. remove(Node node)booleanBreakStmt. remove(Node node)booleanContinueStmt. remove(Node node)booleanExplicitConstructorInvocationStmt. remove(Node node)booleanForStmt. remove(Node node)booleanIfStmt. remove(Node node)booleanReturnStmt. remove(Node node)booleanSwitchEntry. remove(Node node)booleanSwitchStmt. remove(Node node)booleanTryStmt. remove(Node node)ForStmtForStmt. removeCompare()IfStmtIfStmt. removeElseStmt()ExplicitConstructorInvocationStmtExplicitConstructorInvocationStmt. removeExpression()ReturnStmtReturnStmt. removeExpression()TryStmtTryStmt. removeFinallyBlock()SwitchEntrySwitchEntry. removeGuard()BreakStmtBreakStmt. removeLabel()ContinueStmtContinueStmt. removeLabel()AssertStmtAssertStmt. removeMessage()booleanAssertStmt. replace(Node node, Node replacementNode)booleanBlockStmt. replace(Node node, Node replacementNode)booleanBreakStmt. replace(Node node, Node replacementNode)booleanCatchClause. replace(Node node, Node replacementNode)booleanContinueStmt. replace(Node node, Node replacementNode)booleanDoStmt. replace(Node node, Node replacementNode)booleanExplicitConstructorInvocationStmt. replace(Node node, Node replacementNode)booleanExpressionStmt. replace(Node node, Node replacementNode)booleanForEachStmt. replace(Node node, Node replacementNode)booleanForStmt. replace(Node node, Node replacementNode)booleanIfStmt. replace(Node node, Node replacementNode)booleanLabeledStmt. replace(Node node, Node replacementNode)booleanLocalClassDeclarationStmt. replace(Node node, Node replacementNode)booleanLocalRecordDeclarationStmt. replace(Node node, Node replacementNode)booleanReturnStmt. replace(Node node, Node replacementNode)booleanSwitchEntry. replace(Node node, Node replacementNode)booleanSwitchStmt. replace(Node node, Node replacementNode)booleanSynchronizedStmt. replace(Node node, Node replacementNode)booleanThrowStmt. replace(Node node, Node replacementNode)booleanTryStmt. replace(Node node, Node replacementNode)booleanWhileStmt. replace(Node node, Node replacementNode)booleanYieldStmt. replace(Node node, Node replacementNode)ExplicitConstructorInvocationStmtExplicitConstructorInvocationStmt. setArguments(NodeList<Expression> arguments)CatchClauseCatchClause. setBody(BlockStmt body)DoStmtDoStmt. setBody(Statement body)ForEachStmtForEachStmt. setBody(Statement body)ForStmtForStmt. setBody(Statement body)SynchronizedStmtSynchronizedStmt. setBody(BlockStmt body)WhileStmtWhileStmt. setBody(Statement body)TryStmtTryStmt. setCatchClauses(NodeList<CatchClause> catchClauses)AssertStmtAssertStmt. setCheck(Expression check)LocalClassDeclarationStmtLocalClassDeclarationStmt. setClassDeclaration(ClassOrInterfaceDeclaration classDeclaration)ForStmtForStmt. setCompare(Expression compare)Sets the compareDoStmtDoStmt. setCondition(Expression condition)IfStmtIfStmt. setCondition(Expression condition)WhileStmtWhileStmt. setCondition(Expression condition)SwitchEntrySwitchEntry. setDefault(boolean isDefault)IfStmtIfStmt. setElseStmt(Statement elseStmt)Sets the elseStmtSwitchStmtSwitchStmt. setEntries(NodeList<SwitchEntry> entries)ExplicitConstructorInvocationStmtExplicitConstructorInvocationStmt. setExpression(Expression expression)Sets the expressionExpressionStmtExpressionStmt. setExpression(Expression expression)ReturnStmtReturnStmt. setExpression(Expression expression)Sets the expressionSynchronizedStmtSynchronizedStmt. setExpression(Expression expression)ThrowStmtThrowStmt. setExpression(Expression expression)YieldStmtYieldStmt. setExpression(Expression expression)Sets the labelTryStmtTryStmt. setFinallyBlock(BlockStmt finallyBlock)SwitchEntrySwitchEntry. setGuard(Expression guard)ForStmtForStmt. setInitialization(NodeList<Expression> initialization)ForEachStmtForEachStmt. setIterable(Expression iterable)BreakStmtBreakStmt. setLabel(SimpleName label)Sets the labelContinueStmtContinueStmt. setLabel(SimpleName label)Sets the labelLabeledStmtLabeledStmt. setLabel(SimpleName label)SwitchEntrySwitchEntry. setLabels(NodeList<Expression> labels)Sets the labelAssertStmtAssertStmt. setMessage(Expression message)Sets the messageCatchClauseCatchClause. setParameter(Parameter parameter)LocalRecordDeclarationStmtLocalRecordDeclarationStmt. setRecordDeclaration(RecordDeclaration recordDeclaration)TryStmtTryStmt. setResources(NodeList<Expression> resources)SwitchStmtSwitchStmt. setSelector(Expression selector)LabeledStmtLabeledStmt. setStatement(Statement statement)BlockStmtBlockStmt. setStatements(NodeList<Statement> statements)SwitchEntrySwitchEntry. setStatements(NodeList<Statement> statements)IfStmtIfStmt. setThenStmt(Statement thenStmt)ExplicitConstructorInvocationStmtExplicitConstructorInvocationStmt. setThis(boolean isThis)TryStmtTryStmt. setTryBlock(BlockStmt tryBlock)SwitchEntrySwitchEntry. setType(SwitchEntry.Type type)ExplicitConstructorInvocationStmtExplicitConstructorInvocationStmt. setTypeArguments(NodeList<Type> typeArguments)Sets the typeArgumentsForStmtForStmt. setUpdate(NodeList<Expression> update)ForEachStmtForEachStmt. setVariable(VariableDeclarationExpr variable)Optional<AssertStmt>AssertStmt. toAssertStmt()Optional<AssertStmt>Statement. toAssertStmt()Optional<BlockStmt>BlockStmt. toBlockStmt()Optional<BlockStmt>Statement. toBlockStmt()Optional<BreakStmt>BreakStmt. toBreakStmt()Optional<BreakStmt>Statement. toBreakStmt()Optional<ContinueStmt>ContinueStmt. toContinueStmt()Optional<ContinueStmt>Statement. toContinueStmt()Optional<DoStmt>DoStmt. toDoStmt()Optional<DoStmt>Statement. toDoStmt()Optional<EmptyStmt>EmptyStmt. toEmptyStmt()Optional<EmptyStmt>Statement. toEmptyStmt()Optional<ExplicitConstructorInvocationStmt>ExplicitConstructorInvocationStmt. toExplicitConstructorInvocationStmt()Optional<ExplicitConstructorInvocationStmt>Statement. toExplicitConstructorInvocationStmt()Optional<ExpressionStmt>ExpressionStmt. toExpressionStmt()Optional<ExpressionStmt>Statement. toExpressionStmt()Optional<ForEachStmt>ForEachStmt. toForEachStmt()Optional<ForEachStmt>Statement. toForEachStmt()Optional<ForStmt>ForStmt. toForStmt()Optional<ForStmt>Statement. toForStmt()Optional<IfStmt>IfStmt. toIfStmt()Optional<IfStmt>Statement. toIfStmt()Optional<LabeledStmt>LabeledStmt. toLabeledStmt()Optional<LabeledStmt>Statement. toLabeledStmt()Optional<LocalClassDeclarationStmt>LocalClassDeclarationStmt. toLocalClassDeclarationStmt()Optional<LocalClassDeclarationStmt>Statement. toLocalClassDeclarationStmt()Optional<LocalRecordDeclarationStmt>LocalRecordDeclarationStmt. toLocalRecordDeclarationStmt()Optional<LocalRecordDeclarationStmt>Statement. toLocalRecordDeclarationStmt()Optional<ReturnStmt>ReturnStmt. toReturnStmt()Optional<ReturnStmt>Statement. toReturnStmt()Optional<SwitchStmt>Statement. toSwitchStmt()Optional<SwitchStmt>SwitchStmt. toSwitchStmt()Optional<SynchronizedStmt>Statement. toSynchronizedStmt()Optional<SynchronizedStmt>SynchronizedStmt. toSynchronizedStmt()Optional<ThrowStmt>Statement. toThrowStmt()Optional<ThrowStmt>ThrowStmt. toThrowStmt()Optional<TryStmt>Statement. toTryStmt()Optional<TryStmt>TryStmt. toTryStmt()Optional<UnparsableStmt>Statement. toUnparsableStmt()Optional<UnparsableStmt>UnparsableStmt. toUnparsableStmt()Optional<WhileStmt>Statement. toWhileStmt()Optional<WhileStmt>WhileStmt. toWhileStmt()Optional<YieldStmt>Statement. toYieldStmt()Optional<YieldStmt>YieldStmt. toYieldStmt()Constructors in com.github.javaparser.ast.stmt with annotations of type Generated Constructor Description AssertStmt(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, boolean isDefault)This constructor is used by the parser and is considered private.SwitchEntry(TokenRange tokenRange, NodeList<Expression> labels, SwitchEntry.Type type, NodeList<Statement> statements, boolean isDefault, Expression guard)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
Constructors in com.github.javaparser.ast.type with annotations of type Generated Constructor Description ArrayType(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 Generated Modifier and Type Method Description VisitableCloneVisitor. visit(CompilationUnit n, Object arg)VisitableCloneVisitor. visit(PackageDeclaration n, Object arg) -
Uses of Generated in com.github.javaparser.metamodel
Classes in com.github.javaparser.metamodel with annotations of type Generated Modifier and Type Class Description classAnnotationDeclarationMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classAnnotationExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classAnnotationMemberDeclarationMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classArrayAccessExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classArrayCreationExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classArrayCreationLevelMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classArrayInitializerExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classArrayTypeMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classAssertStmtMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classAssignExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classBinaryExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classBlockCommentMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classBlockStmtMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classBodyDeclarationMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classBooleanLiteralExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classBreakStmtMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classCallableDeclarationMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classCastExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classCatchClauseMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classCharLiteralExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classClassExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classClassOrInterfaceDeclarationMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classClassOrInterfaceTypeMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classCommentMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classCompactConstructorDeclarationMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classCompilationUnitMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classConditionalExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classConstructorDeclarationMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classContinueStmtMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classDoStmtMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classDoubleLiteralExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classEmptyStmtMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classEnclosedExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classEnumConstantDeclarationMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classEnumDeclarationMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classExplicitConstructorInvocationStmtMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classExpressionMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classExpressionStmtMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classFieldAccessExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classFieldDeclarationMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classForEachStmtMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classForStmtMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classIfStmtMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classImportDeclarationMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classInitializerDeclarationMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classInstanceOfExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classIntegerLiteralExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classIntersectionTypeMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classJavadocCommentMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classLabeledStmtMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classLambdaExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classLineCommentMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classLiteralExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classLiteralStringValueExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classLocalClassDeclarationStmtMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classLocalRecordDeclarationStmtMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classLongLiteralExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classMarkerAnnotationExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classMemberValuePairMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classMethodCallExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classMethodDeclarationMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classMethodReferenceExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classModifierMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classModuleDeclarationMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classModuleDirectiveMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classModuleExportsDirectiveMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classModuleOpensDirectiveMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classModuleProvidesDirectiveMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classModuleRequiresDirectiveMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classModuleUsesDirectiveMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classNameExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classNameMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classNodeMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classNormalAnnotationExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classNullLiteralExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classObjectCreationExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classPackageDeclarationMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classParameterMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classPatternExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classPrimitiveTypeMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classReceiverParameterMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classRecordDeclarationMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classRecordPatternExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classReferenceTypeMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classReturnStmtMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classSimpleNameMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classSingleMemberAnnotationExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classStatementMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classStringLiteralExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classSuperExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classSwitchEntryMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classSwitchExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classSwitchStmtMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classSynchronizedStmtMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classTextBlockLiteralExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThisExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classThrowStmtMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classTryStmtMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classTypeDeclarationMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classTypeExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classTypeMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classTypeParameterMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classTypePatternExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classUnaryExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classUnionTypeMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classUnknownTypeMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classUnparsableStmtMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classVariableDeclarationExprMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classVariableDeclaratorMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classVarTypeMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classVoidTypeMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classWhileStmtMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classWildcardTypeMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.classYieldStmtMetaModelThis file, class, and its contents are completely generated based on: The contents and annotations within the package `com.github.javaparser.ast`, and `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`. For this reason, any changes made directly to this file will be overwritten the next time generators are run.Constructors in com.github.javaparser.metamodel with annotations of type Generated Constructor Description AnnotationExprMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)BodyDeclarationMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)CallableDeclarationMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)CommentMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)ExpressionMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)LiteralExprMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)LiteralStringValueExprMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)ModuleDirectiveMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)NodeMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)PatternExprMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)ReferenceTypeMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)StatementMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)TypeDeclarationMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)TypeMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard)
-