Package com.google.javascript.jscomp.parsing.parser.util

Examples of com.google.javascript.jscomp.parsing.parser.util.LookaheadErrorReporter


   * Forks the parser at the current point and returns a new
   * parser for speculative parsing.
   */
  private Parser createLookaheadParser() {
    return new Parser(config,
        new LookaheadErrorReporter(),
        this.scanner.getFile(),
        this.scanner.getOffset(),
        inGeneratorContext());
  }
View Full Code Here

TOP

Related Classes of com.google.javascript.jscomp.parsing.parser.util.LookaheadErrorReporter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.