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