javassist.bytecode

Class SignatureAttribute.ArrayType

public static class SignatureAttribute.ArrayType extends SignatureAttribute.ObjectType

Array types.
Constructor Summary
ArrayType(int d, SignatureAttribute.Type comp)
Method Summary
SignatureAttribute.TypegetComponentType()
Returns the component type.
intgetDimension()
Returns the dimension of the array.
StringtoString()
Returns the string representation.

Constructor Detail

ArrayType

public ArrayType(int d, SignatureAttribute.Type comp)

Method Detail

getComponentType

public SignatureAttribute.Type getComponentType()
Returns the component type.

getDimension

public int getDimension()
Returns the dimension of the array.

toString

public String toString()
Returns the string representation.
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.