Package | Description |
---|---|
com.google.javascript.jscomp.parsing.parser.trees |
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) |
Copyright © 2009–2023 Google. All rights reserved.