public static class SignatureAttribute.ArrayType extends SignatureAttribute.ObjectType
Constructor and Description |
---|
SignatureAttribute.ArrayType(int d,
SignatureAttribute.Type comp) |
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.
|
public SignatureAttribute.ArrayType(int d, SignatureAttribute.Type comp)
public int getDimension()
public SignatureAttribute.Type getComponentType()
Copyright © 2017. All Rights Reserved.