For

io.joern.pythonparser.ast.For
case class For(target: iexpr, iter: iexpr, body: Seq[istmt], orelse: Seq[istmt], type_comment: Option[String], attributeProvider: AttributeProvider) extends istmt

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait istmt
trait iattributes
trait iast
class Object
trait Matchable
class Any
Show all

Members list

Value members

Constructors

def this(target: iexpr, iter: iexpr, body: ArrayList[istmt], orelse: ArrayList[istmt], type_comment: String, attributeProvider: AttributeProvider)

Concrete methods

override def accept[T](visitor: AstVisitor[T]): T

Attributes

Definition Classes

Inherited methods

def col_offset: Int

Attributes

Inherited from:
iattributes
def end_col_offset: Int

Attributes

Inherited from:
iattributes
def end_input_offset: Int

Attributes

Inherited from:
iattributes
def end_lineno: Int

Attributes

Inherited from:
iattributes
def input_offset: Int

Attributes

Inherited from:
iattributes
def lineno: Int

Attributes

Inherited from:
iattributes
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product