Package org.sonar.python.api.tree
Interface ExpressionList
-
- All Superinterfaces:
Expression,Tree
- All Known Implementing Classes:
ExpressionListImpl
public interface ExpressionList extends Expression
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Expression>expressions()-
Methods inherited from interface org.sonar.python.api.tree.Tree
accept, ancestors, astNode, children, descendants, descendants, firstToken, getKind, is, lastToken, parent
-
-
-
-
Method Detail
-
expressions
List<Expression> expressions()
-
-