Package javassist.bytecode
Class SignatureAttribute.ArrayType
java.lang.Object
javassist.bytecode.SignatureAttribute.Type
javassist.bytecode.SignatureAttribute.ObjectType
javassist.bytecode.SignatureAttribute.ArrayType
- Enclosing class:
SignatureAttribute
Array types.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the component type.intReturns the dimension of the array.toString()Returns the string representation.Methods inherited from class javassist.bytecode.SignatureAttribute.ObjectType
encodeMethods inherited from class javassist.bytecode.SignatureAttribute.Type
jvmTypeName
-
Constructor Details
-
ArrayType
Constructs anArrayType.- Parameters:
d- dimension.comp- the component type.
-
-
Method Details