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