Class SignatureParser.TypeArgument
- java.lang.Object
-
- org.codehaus.janino.util.signature.SignatureParser.TypeArgument
-
- Enclosing class:
- SignatureParser
public static class SignatureParser.TypeArgument extends java.lang.ObjectRepresentation of the "TypeArgument" clause.type-argument := 'extends'field-type-signature| 'super'field-type-signature| '*' |field-type-signature
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classSignatureParser.TypeArgument.Mode
-
Field Summary
Fields Modifier and Type Field Description SignatureParser.FieldTypeSignaturefieldTypeSignatureMust be forSignatureParser.TypeArgument.Mode.ANY, non-nullotherwise.SignatureParser.TypeArgument.Modemode
-
Constructor Summary
Constructors Constructor Description TypeArgument(SignatureParser.TypeArgument.Mode mode, SignatureParser.FieldTypeSignature fieldTypeSignature)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
mode
public final SignatureParser.TypeArgument.Mode mode
- See Also:
SignatureParser.TypeArgument
-
fieldTypeSignature
@Nullable public final SignatureParser.FieldTypeSignature fieldTypeSignature
Must be forSignatureParser.TypeArgument.Mode.ANY, non-nullotherwise.- See Also:
SignatureParser.TypeArgument
-
-
Constructor Detail
-
TypeArgument
public TypeArgument(SignatureParser.TypeArgument.Mode mode, @Nullable SignatureParser.FieldTypeSignature fieldTypeSignature)
- Parameters:
fieldTypeSignature-nulliffmode == ANY
-
-