| Modifier and Type | Field and Description |
|---|---|
protected Modifiers |
ModifierSupport.modifiers |
| Modifier and Type | Method and Description |
|---|---|
static Modifiers |
Modifiers.create() |
static Modifiers |
Modifiers.from(Collection<Modifier> modifiers) |
static Modifiers |
Modifiers.from(int modifiers) |
static Modifiers |
Modifiers.from(Modifier... modifiers) |
Modifiers |
ModifierSupport.getModifiers() |
| Constructor and Description |
|---|
Method(List<String> comments,
List<AnnotationRef> annotations,
List<TypeParamDef> parameters,
String name,
TypeRef returnType,
List<Property> arguments,
boolean varArgPreferred,
List<ClassRef> exceptions,
boolean defaultMethod,
Block block,
Modifiers modifiers,
Map<AttributeKey,Object> attributes) |
ModifierSupport(Modifiers modifiers,
Map<AttributeKey,Object> attributes) |
Property(List<AnnotationRef> annotations,
TypeRef typeRef,
String name,
List<String> comments,
boolean enumConstant,
boolean synthetic,
Modifiers modifiers,
Map<AttributeKey,Object> attributes)
Deprecated.
|
Property(List<AnnotationRef> annotations,
TypeRef typeRef,
String name,
List<String> comments,
Modifiers modifiers,
Map<AttributeKey,Object> attributes)
Deprecated.
|
Property(Modifiers modifiers,
Map<AttributeKey,Object> attributes,
List<String> comments,
List<AnnotationRef> annotations,
TypeRef typeRef,
String name,
Optional<Expression> initialValue,
boolean enumConstant,
boolean synthetic) |
TypeDef(Kind kind,
String packageName,
String name,
List<String> comments,
List<AnnotationRef> annotations,
List<ClassRef> extendsList,
List<ClassRef> implementsList,
List<TypeParamDef> parameters,
List<Property> properties,
List<Method> constructors,
List<Method> methods,
String outerTypeName,
List<TypeDef> innerTypes,
Modifiers modifiers,
Map<AttributeKey,Object> attributes) |
Copyright © 2023. All rights reserved.