Package antlr

Types

VAlgoLangLexer
Link copied to clipboard
open class VAlgoLangLexer : Lexer
VAlgoLangParser
Link copied to clipboard
open class VAlgoLangParser : Parser
VAlgoLangParserBaseVisitor
Link copied to clipboard
open class VAlgoLangParserBaseVisitor<T> : AbstractParseTreeVisitor<T> , VAlgoLangParserVisitor<T>
This class provides an empty implementation of VAlgoLangParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
VAlgoLangParserVisitor
Link copied to clipboard
interface VAlgoLangParserVisitor<T> : ParseTreeVisitor<T>
This interface defines a complete generic visitor for a parse tree produced by VAlgoLangParser.