@GwtIncompatible(value="java.io")
public abstract class JsFileLineParser
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static DiagnosticType |
PARSE_ERROR |
Constructor and Description |
---|
JsFileLineParser(ErrorManager errorManager)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
didParseSucceed() |
void |
setShortcutMode(boolean mode)
In shortcut mode, the file line parser can stop reading early if
it thinks it found enough information.
|
public static final DiagnosticType PARSE_ERROR
public JsFileLineParser(ErrorManager errorManager)
errorManager
- Parse error handler.public void setShortcutMode(boolean mode)
public boolean didParseSucceed()
Copyright © 2009-2017 Google. All Rights Reserved.