Uses of Class
com.github.javaparser.ast.AllFieldsConstructor
-
-
Uses of AllFieldsConstructor in com.github.javaparser.ast
Constructors in com.github.javaparser.ast with annotations of type AllFieldsConstructor Constructor Description ArrayCreationLevel(Expression dimension, NodeList<AnnotationExpr> annotations)
CompilationUnit(PackageDeclaration packageDeclaration, NodeList<ImportDeclaration> imports, NodeList<TypeDeclaration<?>> types, ModuleDeclaration module)
ImportDeclaration(Name name, boolean isStatic, boolean isAsterisk)
PackageDeclaration(NodeList<AnnotationExpr> annotations, Name name)
-
Uses of AllFieldsConstructor in com.github.javaparser.ast.body
-
Uses of AllFieldsConstructor in com.github.javaparser.ast.comments
Constructors in com.github.javaparser.ast.comments with annotations of type AllFieldsConstructor Constructor Description BlockComment(String content)
Comment(String content)
JavadocComment(String content)
LineComment(String content)
-
Uses of AllFieldsConstructor in com.github.javaparser.ast.expr
-
Uses of AllFieldsConstructor in com.github.javaparser.ast.modules
Constructors in com.github.javaparser.ast.modules with annotations of type AllFieldsConstructor Constructor Description ModuleDeclaration(NodeList<AnnotationExpr> annotations, Name name, boolean isOpen, NodeList<ModuleDirective> directives)
ModuleDirective()
ModuleExportsDirective(Name name, NodeList<Name> moduleNames)
ModuleOpensDirective(Name name, NodeList<Name> moduleNames)
ModuleProvidesDirective(Name name, NodeList<Name> with)
ModuleRequiresDirective(EnumSet<Modifier> modifiers, Name name)
ModuleUsesDirective(Name name)
-
Uses of AllFieldsConstructor in com.github.javaparser.ast.stmt
-
Uses of AllFieldsConstructor in com.github.javaparser.ast.type
Constructors in com.github.javaparser.ast.type with annotations of type AllFieldsConstructor Constructor Description ArrayType(Type componentType, ArrayType.Origin origin, NodeList<AnnotationExpr> annotations)
ClassOrInterfaceType(ClassOrInterfaceType scope, SimpleName name, NodeList<Type> typeArguments, NodeList<AnnotationExpr> annotations)
IntersectionType(NodeList<ReferenceType> elements)
PrimitiveType(PrimitiveType.Primitive type, NodeList<AnnotationExpr> annotations)
ReferenceType(NodeList<AnnotationExpr> annotations)
Type(NodeList<AnnotationExpr> annotations)
TypeParameter(SimpleName name, NodeList<ClassOrInterfaceType> typeBound, NodeList<AnnotationExpr> annotations)
UnionType(NodeList<ReferenceType> elements)
UnknownType()
VarType()
VoidType()
WildcardType(ReferenceType extendedType, ReferenceType superType, NodeList<AnnotationExpr> annotations)
-