|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavassist.bytecode.SignatureAttribute.Type
javassist.bytecode.SignatureAttribute.ObjectType
javassist.bytecode.SignatureAttribute.ArrayType
public static class SignatureAttribute.ArrayType
Array types.
Constructor Summary | |
---|---|
SignatureAttribute.ArrayType(int d,
SignatureAttribute.Type comp)
|
Method Summary | |
---|---|
SignatureAttribute.Type |
getComponentType()
Returns the component type. |
int |
getDimension()
Returns the dimension of the array. |
java.lang.String |
toString()
Returns the string representation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SignatureAttribute.ArrayType(int d, SignatureAttribute.Type comp)
Method Detail |
---|
public int getDimension()
public SignatureAttribute.Type getComponentType()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |