| Package | Description |
|---|---|
| com.google.javascript.jscomp.parsing.parser.trees |
| Modifier and Type | Field and Description |
|---|---|
ArgumentListTree |
NewExpressionTree.arguments |
ArgumentListTree |
CallExpressionTree.arguments |
| Modifier and Type | Method and Description |
|---|---|
ArgumentListTree |
ParseTree.asArgumentList() |
| Constructor and Description |
|---|
CallExpressionTree(SourceRange location,
ParseTree operand,
ArgumentListTree arguments) |
NewExpressionTree(SourceRange location,
ParseTree operand,
ArgumentListTree arguments) |
Copyright © 2009-2014 Google. All Rights Reserved.