ParserWrapper

abstract class ParserWrapper(parser: Parser)

Used to access the parser generated from the grammar

Constructors

Link copied to clipboard
constructor(parser: Parser)

Functions

Link copied to clipboard
abstract fun parse(): ParserRuleContext

Function that calls the starting rule of the grammar