istmt

io.joern.pythonparser.ast.istmt
trait istmt extends iast, iattributes

Attributes

Graph
Supertypes
trait iattributes
trait iast
class Object
trait Matchable
class Any
Known subtypes
class AnnAssign
class Assert
class Assign
class AsyncFor
class AsyncWith
class AugAssign
class Break
class ClassDef
class Continue
class Delete
class Expr
class For
class FunctionDef
class Global
class If
class Import
class ImportFrom
class Match
class Nonlocal
class Pass
class Raise
class RaiseP2
class Return
class Try
class TypeAlias
class While
class With
Show all

Members list

Value members

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

Inherited and Abstract methods

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

Attributes

Inherited from:
iast

Inherited and Abstract fields

Attributes

Inherited from:
iattributes