GetRange(ParserRuleContext)
Method in Utility
Summary
Gets the range covered by a Antlr4.Runtime.ParserRuleContext in the source code.
public static Range GetRange(ParserRuleContext context)Parameters
Name
Description
Antlr4.Runtime.ParserRuleContext context
The context to get a range for.
Returns
The Range covered by this context.
Last updated
Was this helpful?
