Package | Description |
---|---|
com.google.javascript.jscomp.parsing.parser |
Modifier and Type | Method and Description |
---|---|
static Parser.PatternKind |
Parser.PatternKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Parser.PatternKind[] |
Parser.PatternKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private ParseTree |
Parser.parseArrayPattern(Parser.PatternKind kind) |
private ParseTree |
Parser.parseArrayPatternElement(Parser.PatternKind kind) |
private ParseTree |
Parser.parseObjectPattern(Parser.PatternKind kind) |
private ParseTree |
Parser.parseObjectPatternField(Parser.PatternKind kind) |
private ParseTree |
Parser.parseObjectPatternFieldTail(Parser.PatternKind kind)
Parses the "tail" of an object pattern field, i.e.
|
private ParseTree |
Parser.parsePattern(Parser.PatternKind kind) |