public static class SignatureAttribute.ArrayType extends SignatureAttribute.ObjectType
| Constructor and Description |
|---|
ArrayType(int d,
SignatureAttribute.Type comp)
Constructs an
ArrayType. |
| Modifier and Type | Method and Description |
|---|---|
SignatureAttribute.Type |
getComponentType()
Returns the component type.
|
int |
getDimension()
Returns the dimension of the array.
|
java.lang.String |
toString()
Returns the string representation.
|
encodejvmTypeNamepublic ArrayType(int d,
SignatureAttribute.Type comp)
ArrayType.d - dimension.comp - the component type.public int getDimension()
public SignatureAttribute.Type getComponentType()
public java.lang.String toString()
toString in class java.lang.ObjectJavassist, a Java-bytecode translator toolkit.
Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.