javassist.bytecode
public static class SignatureAttribute.ClassType extends SignatureAttribute.ObjectType
| Method Summary | |
|---|---|
| SignatureAttribute.ClassType | getDeclaringClass()
If this class is a member of another class, returns the
class in which this class is declared.
|
| String | getName()
Returns the class name. |
| SignatureAttribute.TypeArgument[] | getTypeArguments()
Returns the type arguments.
|
| String | toString()
Returns the string representation. |
Returns: null if this class is not a member of another class.
Returns: null if no type arguments are given to this class.