javassist.bytecode
Class SignatureAttribute.ArrayType

java.lang.Object
  extended byjavassist.bytecode.SignatureAttribute.Type
      extended byjavassist.bytecode.SignatureAttribute.ObjectType
          extended byjavassist.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.



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