Class AbstractTypeVisitor14<R,​P>

Type Parameters:
R - the return type of this visitor's methods. Use Void for visitors that do not need to return results.
P - the type of the additional parameter to this visitor's methods. Use Void for visitors that do not need an additional parameter.
All Implemented Interfaces:
TypeVisitor<R,​P>

@SupportedSourceVersion(RELEASE_16) public abstract class AbstractTypeVisitor14<R,​P> extends AbstractTypeVisitor9<R,​P>
A skeletal visitor of types with default behavior appropriate for the RELEASE_14 source version.
Since:
14
See Also:
Compatibility note for subclasses, AbstractTypeVisitor6, AbstractTypeVisitor7, AbstractTypeVisitor8, AbstractTypeVisitor9
  • Constructor Details

    • AbstractTypeVisitor14

      protected AbstractTypeVisitor14()
      Constructor for concrete subclasses to call.