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
-
Method Summary
Modifier and TypeMethodDescriptionReturns the component type.int
Returns the dimension of the array.toString()
Returns the string representation.Methods inherited from class javassist.bytecode.SignatureAttribute.ObjectType
encode
Methods inherited from class javassist.bytecode.SignatureAttribute.Type
jvmTypeName
-
Constructor Details
-
ArrayType
Constructs anArrayType
.- Parameters:
d
- dimension.comp
- the component type.
-
-
Method Details