javassist.bytecode
public static class SignatureAttribute.ClassSignature extends Object
Method Summary | |
---|---|
SignatureAttribute.ClassType[] | getInterfaces()
Returns the super interfaces.
|
SignatureAttribute.TypeParameter[] | getParameters()
Returns the type parameters.
|
SignatureAttribute.ClassType | getSuperClass()
Returns the super class. |
String | toString()
Returns the string representation. |
Returns: a zero-length array if the super interfaces are not specified.
Returns: a zero-length array if the type parameters are not specified.