ParserRuleContextExtension
Class in Yarn.Compiler
Inherits from System.Object
Summary
Contains extension methods for Antlr4.Runtime.ParserRuleContext objects.
public static class ParserRuleContextExtensionMethods
| Name | Description |
|---|---|
| GetTextWithWhitespace(ParserRuleContext) | Returns the original text of this Antlr4.Runtime.ParserRuleContext , including all whitespace, comments, and other information that the parser would otherwise not include. |