GetTextWithWhitespace(ParserRuleContext)
Last updated
Was this helpful?
Method in ParserRuleContextExtension
Returns the original text of this Antlr4.Runtime.ParserRuleContext , including all whitespace, comments, and other information that the parser would otherwise not include.
public static string GetTextWithWhitespace(this ParserRuleContext context)Antlr4.Runtime.ParserRuleContext context
The original text of this expression.
Last updated
Was this helpful?
Was this helpful?
