Interface Java8Visitor<Result>

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

public interface Java8Visitor<Result>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by Java8Parser.