Interface CocoVisitor<T>

  • Type Parameters:
    T - The return type of the visit operation. Use Void for operations with no return type.
    All Superinterfaces:
    org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
    All Known Implementing Classes:
    CocoBaseVisitor

    @Deprecated
    @Generated("org.antlr.v4.Tool")
    public interface CocoVisitor<T>
    extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
    Deprecated.
    Since 7.8.0. This class was never intended to be generated. It will be removed with no replacement.
    This interface defines a complete generic visitor for a parse tree produced by CocoParser.