public static class SignatureAttribute.ArrayType extends SignatureAttribute.ObjectType
| Constructor | Description |
|---|---|
ArrayType(int d,
SignatureAttribute.Type comp) |
Constructs an
ArrayType. |
| Modifier and Type | Method | Description |
|---|---|---|
SignatureAttribute.Type |
getComponentType() |
Returns the component type.
|
int |
getDimension() |
Returns the dimension of the array.
|
java.lang.String |
toString() |
Returns the string representation.
|
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitencodejvmTypeNamepublic 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.