Class SignatureParser.ArrayTypeSignature
java.lang.Object
org.codehaus.janino.util.signature.SignatureParser.ArrayTypeSignature
- All Implemented Interfaces:
SignatureParser.FieldTypeSignature
,SignatureParser.TypeSignature
- Enclosing class:
SignatureParser
public static class SignatureParser.ArrayTypeSignature
extends Object
implements SignatureParser.FieldTypeSignature
Representation of the "ArrayTypeSignature" clause. The array's component have a
SignatureParser.TypeSignature
.-
Field Summary
FieldsModifier and TypeFieldDescriptionThe type of the array components. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T,
EX extends Throwable>
Taccept
(SignatureParser.FieldTypeSignatureVisitor<T, EX> visitor) toString()
-
Field Details
-
componentTypeSignature
The type of the array components.
-
-
Constructor Details
-
ArrayTypeSignature
-
-
Method Details
-
accept
public <T,EX extends Throwable> T accept(SignatureParser.FieldTypeSignatureVisitor<T, EX> visitor) throws EX- Specified by:
accept
in interfaceSignatureParser.FieldTypeSignature
- Throws:
EX
-
toString
- Specified by:
toString
in interfaceSignatureParser.FieldTypeSignature
- Specified by:
toString
in interfaceSignatureParser.TypeSignature
- Overrides:
toString
in classObject
-