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
public class ExpressionListImpl extends PyTree implements ExpressionList
-
-
Constructor Summary
Constructors Constructor Description ExpressionListImpl(com.sonar.sslr.api.AstNode astNode, List<Expression> expressions)ExpressionListImpl(List<Expression> expressions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(TreeVisitor visitor)List<Tree>children()List<Expression>expressions()Tree.KindgetKind()-
Methods inherited from class org.sonar.python.tree.PyTree
astNode, 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.python.api.tree.Tree
ancestors, astNode, descendants, descendants, firstToken, is, lastToken, parent
-
-
-
-
Constructor Detail
-
ExpressionListImpl
public ExpressionListImpl(com.sonar.sslr.api.AstNode astNode, List<Expression> expressions)
-
ExpressionListImpl
public ExpressionListImpl(List<Expression> expressions)
-
-
Method Detail
-
expressions
public List<Expression> expressions()
- Specified by:
expressionsin interfaceExpressionList
-
accept
public void accept(TreeVisitor visitor)
-
-