Interface SignatureParser.FieldTypeSignature

All Superinterfaces:
SignatureParser.TypeSignature
All Known Implementing Classes:
SignatureParser.ArrayTypeSignature, SignatureParser.ClassTypeSignature, SignatureParser.TypeVariableSignature
Enclosing class:
SignatureParser

public static interface SignatureParser.FieldTypeSignature extends SignatureParser.TypeSignature
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'