javassist.bytecode
public static class SignatureAttribute.ArrayType extends SignatureAttribute.ObjectType
Constructor Summary | |
---|---|
ArrayType(int d, SignatureAttribute.Type comp) |
Method Summary | |
---|---|
SignatureAttribute.Type | getComponentType()
Returns the component type. |
int | getDimension()
Returns the dimension of the array. |
String | toString()
Returns the string representation. |