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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
encode
(StringBuilder sb) Returns 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, toString
-
Field Details
-
dim
int dim -
componentType
SignatureAttribute.Type componentType
-
-
Constructor Details
-
ArrayType
Constructs anArrayType
.- Parameters:
d
- dimension.comp
- the component type.
-
-
Method Details
-
getDimension
public int getDimension()Returns the dimension of the array. -
getComponentType
Returns the component type. -
toString
Returns the string representation. -
encode
- Specified by:
encode
in classSignatureAttribute.Type
-