Package org.sonar.python.tree
Class ExpressionListImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.ExpressionListImpl
- All Implemented Interfaces:
Expression,ExpressionList,Tree
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, lastToken, parent, setParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.sonar.plugins.python.api.tree.Expression
type
-
Constructor Details
-
ExpressionListImpl
-
-
Method Details
-
expressions
- Specified by:
expressionsin interfaceExpressionList
-
commas
- Specified by:
commasin interfaceExpressionList
-
getKind
-
accept
-
computeChildren
-