Modifier and Type | Field and Description |
---|---|
(package private) boolean |
interf |
(package private) Descriptors.TypeRef |
type |
access, annotations
Constructor and Description |
---|
TypeDef(Descriptors.TypeRef type,
boolean interf) |
Modifier and Type | Method and Description |
---|---|
boolean |
getImplements() |
java.lang.String |
getName() |
Descriptors.TypeRef[] |
getPrototype() |
Descriptors.TypeRef |
getReference() |
Descriptors.TypeRef |
getType() |
addAnnotation, getAccess, getAnnotations, getClazz, getOwnerType, isAbstract, isEnum, isFinal, isInterface, isNative, isPrivate, isProtected, isPublic, isStatic, isSynthetic, isTransient, isVolatile
Descriptors.TypeRef type
boolean interf
public TypeDef(Descriptors.TypeRef type, boolean interf)
public Descriptors.TypeRef getReference()
public boolean getImplements()
public Descriptors.TypeRef getType()
public Descriptors.TypeRef[] getPrototype()
getPrototype
in class Clazz.Def