AnnotationRef(ClassRef classRef,
Map<String,Object> parameters,
Map<AttributeKey,Object> attributes) |
AttributeSupport(Map<AttributeKey,Object> attributes) |
ClassRef(String fullyQualifiedName,
int dimensions,
List<TypeRef> arguments,
Map<AttributeKey,Object> attributes) |
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) |
PrimitiveRef(String name,
int dimensions,
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) |
Property(List<AnnotationRef> annotations,
TypeRef typeRef,
String name,
List<String> comments,
Modifiers modifiers,
Map<AttributeKey,Object> attributes)
Deprecated.
|
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) |
TypeParamDef(String name,
List<ClassRef> bounds,
Map<AttributeKey,Object> attributes) |
TypeParamRef(String name,
int dimensions,
Map<AttributeKey,Object> attributes) |
TypeRef(Map<AttributeKey,Object> attributes) |
VoidRef(Map<AttributeKey,Object> attributes) |
WildcardRef(WildcardRef.BoundKind boundKind,
List<TypeRef> bounds,
Map<AttributeKey,Object> attributes) |