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.
|
String |
toString() |
Returns the string representation.
|
clone, equals, finalize, 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()
Copyright © 2018 Shigeru Chiba, www.javassist.org. All rights reserved.