Adds fields to context objects, although they all have the type ParserRuleContext. To give better types would require a change to the javascript generator or to parse the generated javascript code and extract the type from the comments (as far as I know).
Adds fields to context objects, although they all have the type
ParserRuleContext
. To give better types would require a change to the javascript generator or to parse the generated javascript code and extract the type from the comments (as far as I know).