Interface Signature.ArrayTypeSig
- All Superinterfaces:
Signature, Signature.RefTypeSig
- Enclosing interface:
Signature
Models the signature of an array type.
- Since:
- 24
-
Nested Class Summary
Nested classes/interfaces declared in interface Signature
Signature.ArrayTypeSig, Signature.BaseTypeSig, Signature.ClassTypeSig, Signature.RefTypeSig, Signature.ThrowableSig, Signature.TypeArg, Signature.TypeParam, Signature.TypeVarSig
-
Method Summary
Modifier and TypeMethodDescriptionReturns the signature of the component type.static Signature.ArrayTypeSig
Returns a signature for an array type.static Signature.ArrayTypeSig
Returns a signature for an array type.Methods declared in interface Signature
signatureString
-
Method Details
-
componentSignature
Signature componentSignature()Returns the signature of the component type.- Returns:
- the signature of the component type
-
of
Returns a signature for an array type.- Parameters:
componentSignature
- the component type- Returns:
- a signature for an array type
-
of
Returns a signature for an array type.- Parameters:
dims
- the dimension of the arraycomponentSignature
- the component type- Returns:
- a signature for an array type
-