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<ModuleStmt> moduleStmts)ModuleExportsStmt(Name name, NodeList<Name> moduleNames)ModuleOpensStmt(Name name, NodeList<Name> moduleNames)ModuleProvidesStmt(Type type, NodeList<Type> withTypes)ModuleRequiresStmt(EnumSet<Modifier> modifiers, Name name)ModuleStmt()ModuleUsesStmt(Type type) -
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, NodeList<AnnotationExpr> annotations)ClassOrInterfaceType(ClassOrInterfaceType scope, SimpleName name, NodeList<Type> typeArguments, NodeList<AnnotationExpr> annotations)IntersectionType(NodeList<ReferenceType> elements)PrimitiveType(PrimitiveType.Primitive type)ReferenceType(NodeList<AnnotationExpr> annotations)Type(NodeList<AnnotationExpr> annotations)TypeParameter(SimpleName name, NodeList<ClassOrInterfaceType> typeBound, NodeList<AnnotationExpr> annotations)UnionType(NodeList<ReferenceType> elements)UnknownType()VoidType()WildcardType(ReferenceType extendedType, ReferenceType superType, NodeList<AnnotationExpr> annotations)
-