Interface PklParserVisitor<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:
AbstractAstBuilder, AstBuilder, ImportsAndReadsParser, PklParserBaseVisitor

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