Package org.sonar.python.tree
Class EllipsisExpressionImpl
- java.lang.Object
-
- org.sonar.python.tree.PyTree
-
- org.sonar.python.tree.EllipsisExpressionImpl
-
- All Implemented Interfaces:
EllipsisExpression,Expression,Tree
public class EllipsisExpressionImpl extends PyTree implements EllipsisExpression
-
-
Field Summary
-
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken
-
-
Constructor Summary
Constructors Constructor Description EllipsisExpressionImpl(List<Token> ellipsis)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(TreeVisitor visitor)List<Tree>computeChildren()List<Token>ellipsis()Tree.KindgetKind()-
Methods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, lastToken, parent, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.sonar.plugins.python.api.tree.Expression
type
-
-
-
-
Method Detail
-
ellipsis
public List<Token> ellipsis()
- Specified by:
ellipsisin interfaceEllipsisExpression
-
accept
public void accept(TreeVisitor visitor)
-
-