Class ForStatementImpl

java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.ForStatementImpl
All Implemented Interfaces:
ForStatement, Statement, Tree

public class ForStatementImpl extends PyTree implements ForStatement