getOriginalText

fun ParserRuleContext.getOriginalText(): String

Get the original text associated to this non-terminal by querying the inputstream.


fun TerminalNode.getOriginalText(): String

Get the original text associated to this terminal by querying the inputstream.


fun Token.getOriginalText(): String

Get the original text associated to this token by querying the inputstream.