| Modifier and Type | Field and Description |
|---|---|
static TypeDef |
TypeDef.ENUM |
static TypeDef |
TypeDef.OBJECT |
| Modifier and Type | Method and Description |
|---|---|
static TypeDef |
TypeDef.forName(String fullyQualifiedName) |
| Modifier and Type | Method and Description |
|---|---|
List<TypeDef> |
TypeDef.getInnerTypes() |
List<TypeDef> |
Source.getTypes() |
| Modifier and Type | Method and Description |
|---|---|
static MethodCall |
Expression.call(TypeDef type,
String name,
Expression... expression) |
String |
Method.render(TypeDef enclosingType) |
void |
Method.renderDefinition(StringBuilder sb,
TypeDef enclosingType) |
String |
Method.renderDefinition(TypeDef enclosingType) |
| Constructor and Description |
|---|
Source(List<TypeDef> types) |
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.