javassist.bytecode
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.
|
java.lang.String |
toString()
Returns the string representation.
|
public SignatureAttribute.ArrayType(int d, SignatureAttribute.Type comp)
public int getDimension()
public SignatureAttribute.Type getComponentType()
public java.lang.String toString()
toString
in class java.lang.Object
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2008 Shigeru Chiba. All Rights Reserved.