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) |
Constructor | Description |
---|---|
BlockComment(String content) |
|
Comment(String content) |
|
JavadocComment(String content) |
|
LineComment(String content) |
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) |
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) |
Copyright © 2007–2019. All rights reserved.