public RuleSharpParserListener(ParserContext parserContext, RuleSet ruleSet) { _parserContext = parserContext; _ruleSet = ruleSet; }
public ExpressionParser(ParserContext parserContext, params Type[] contextTypes) { _parserContext = parserContext; _contextTypes.Push(contextTypes); }
public PrimaryExpressionBuilder(ParserContext parserContext, IParseTree context) { _parserContext = parserContext; SetContext(context); }