Interface FieldExpressionsParserVisitor

  • All Implemented Interfaces:
    org.antlr.v4.runtime.tree.ParseTreeVisitor

    
    public interface FieldExpressionsParserVisitor<T>
     implements ParseTreeVisitor<T>
                        

    This interface defines a complete generic visitor for a parse tree produced by FieldExpressionsParser.