Parser.compileParseTreePattern

@uml The same as {@link #compileParseTreePattern(String, int)} but specify a {@link Lexer} rather than trying to deduce it from this parser.

  1. ParseTreePattern compileParseTreePattern(string pattern, int patternRuleIndex)
  2. ParseTreePattern compileParseTreePattern(string pattern, int patternRuleIndex, Lexer lexer)
    class Parser
    compileParseTreePattern

Meta