Interface SDBLParserVisitor<Result>

Type Parameters:
Result - The return type of the visit operation. Use Void for operations with no return type.
All Superinterfaces:
ParseTreeVisitor<Result>
All Known Implementing Classes:
SDBLParserBaseVisitor

public interface SDBLParserVisitor<Result> extends ParseTreeVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by SDBLParser.