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. | 
| 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()
Copyright © 2016 Shigeru Chiba, www.javassist.org. All Rights Reserved.