javassist.bytecode
Class SignatureAttribute.ArrayType

java.lang.Object
  extended by javassist.bytecode.SignatureAttribute.Type
      extended by javassist.bytecode.SignatureAttribute.ObjectType
          extended by javassist.bytecode.SignatureAttribute.ArrayType
Enclosing class:
SignatureAttribute

public static class SignatureAttribute.ArrayType
extends SignatureAttribute.ObjectType

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SignatureAttribute.ArrayType

public SignatureAttribute.ArrayType(int d,
                                    SignatureAttribute.Type comp)
Method Detail

getDimension

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


getComponentType

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


toString

public java.lang.String toString()
Returns the string representation.

Overrides:
toString in class java.lang.Object


Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2008 Shigeru Chiba. All Rights Reserved.