| Modifier and Type | Method and Description |
|---|---|
ParenthesisedExpressionTree |
JavaScriptGrammar.PARENTHESISED_EXPRESSION() |
ParenthesisedExpressionTree |
TreeFactory.parenthesisedExpression(InternalSyntaxToken openParenToken,
ExpressionTree expression,
InternalSyntaxToken closeParenToken) |
| Modifier and Type | Class and Description |
|---|---|
class |
ParenthesisedExpressionTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeVisitor.visitParenthesisedExpression(ParenthesisedExpressionTree tree) |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitParenthesisedExpression(ParenthesisedExpressionTree tree) |
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.