Package | Description |
---|---|
com.google.javascript.jscomp.parsing |
Provides utilities to help with parsing JSDoc annotations and performing AST
transformations.
|
com.google.javascript.jscomp.parsing.parser.trees |
Modifier and Type | Method and Description |
---|---|
private void |
IRFactory.TransformDispatcher.checkParenthesizedExpression(ParenExpressionTree exprNode) |
(package private) Node |
IRFactory.TransformDispatcher.processParenthesizedExpression(ParenExpressionTree exprNode) |
Modifier and Type | Method and Description |
---|---|
ParenExpressionTree |
ParseTree.asParenExpression() |