Package org.sonar.python.api.tree
Interface ParenthesizedExpression
-
- All Superinterfaces:
Expression,Tree
- All Known Implementing Classes:
ParenthesizedExpressionImpl
public interface ParenthesizedExpression extends Expression
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Expressionexpression()TokenleftParenthesis()TokenrightParenthesis()-
Methods inherited from interface org.sonar.python.api.tree.Tree
accept, ancestors, astNode, children, descendants, descendants, firstToken, getKind, is, lastToken, parent
-
-
-
-
Method Detail
-
leftParenthesis
Token leftParenthesis()
-
expression
Expression expression()
-
rightParenthesis
Token rightParenthesis()
-
-