| Package | Description |
|---|---|
| com.google.javascript.jscomp.parsing.parser | |
| com.google.javascript.jscomp.parsing.parser.trees |
| Modifier and Type | Method and Description |
|---|---|
private ArgumentListTree |
Parser.parseArguments() |
| Modifier and Type | Field and Description |
|---|---|
ArgumentListTree |
CallExpressionTree.arguments |
ArgumentListTree |
NewExpressionTree.arguments |
| Constructor and Description |
|---|
CallExpressionTree(SourceRange location,
ParseTree operand,
ArgumentListTree arguments) |
NewExpressionTree(SourceRange location,
ParseTree operand,
ArgumentListTree arguments) |