Interface SignatureParser.FieldTypeSignature
- All Superinterfaces:
SignatureParser.TypeSignature
- All Known Implementing Classes:
SignatureParser.ArrayTypeSignature
,SignatureParser.ClassTypeSignature
,SignatureParser.TypeVariableSignature
- Enclosing class:
- SignatureParser
Representation of the "FieldTypeSignature" clause. A 'field type signature' is one of
SignatureParser.ClassTypeSignature
:- E.g. '
pkg.Outer<T>.Inner<U>
' SignatureParser.ArrayTypeSignature
SignatureParser.TypeVariableSignature
:- E.g. '
T
'
-
Method Summary
Modifier and TypeMethodDescription<T,
EX extends Throwable>
Taccept
(SignatureParser.FieldTypeSignatureVisitor<T, EX> visitor) toString()
-
Method Details
-
accept
<T,EX extends Throwable> T accept(SignatureParser.FieldTypeSignatureVisitor<T, EX> visitor) throws EX- Throws:
EX extends Throwable
-
toString
String toString()- Specified by:
toString
in interfaceSignatureParser.TypeSignature
- Overrides:
toString
in classObject
-