Modifier and Type | Class and Description |
---|---|
static class |
Parser.Config.Mode |
Modifier and Type | Field and Description |
---|---|
boolean |
atLeast5 |
boolean |
atLeast6 |
boolean |
is6Typed |
boolean |
isStrictMode |
boolean |
warnES6NumberLiteral |
boolean |
warnLineContinuations |
boolean |
warnTrailingCommas |
Constructor and Description |
---|
Config(Parser.Config.Mode mode) |
public final boolean is6Typed
public final boolean atLeast6
public final boolean atLeast5
public final boolean isStrictMode
public final boolean warnTrailingCommas
public final boolean warnLineContinuations
public final boolean warnES6NumberLiteral
public Config(Parser.Config.Mode mode)
Copyright © 2009-2016 Google. All Rights Reserved.