public class Signature extends Descriptor
| Constructor and Description |
|---|
Signature() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getClassSignature(Type type)
ClassSignature:
FormalTypeParametersopt SuperclassSignature SuperinterfaceSignature*
|
static String |
getFieldSignature(Member member) |
static String |
getFieldSignature(Type type)
Return field signature
|
static String |
getMethodSignature(Member member)
MethodTypeSignature:
FormalTypeParametersopt (TypeSignature*) ReturnType ThrowsSignature*
|
static boolean |
needsSignature(Member member)
Return true if member needs a signature
|
static boolean |
needsSignature(Type type)
Return true if type needs a signature
|
baseType, componentType, fieldDescriptor, getFieldDesriptor, getFieldDesriptor, getMethodDesriptor, getMethodDesriptor, getParameters, getReturnType, isBaseType, isClasspublic static boolean needsSignature(Type type)
type - public static boolean needsSignature(Member member)
member - public static String getClassSignature(Type type)
clazz - public static String getMethodSignature(Member member)
method - public static String getFieldSignature(Member member)
field - public static String getFieldSignature(Type type)
type - Fields type