iexpr

io.joern.pythonparser.ast.iexpr
sealed trait iexpr extends iast with iattributes

Attributes

Graph
Supertypes
trait iast
class Object
trait Matchable
class Any
Known subtypes
class Attribute
class Await
class BinOp
class BoolOp
class Call
class Compare
class Constant
class Dict
class DictComp
class IfExp
class Lambda
class List
class ListComp
class Name
class NamedExpr
class Set
class SetComp
class Slice
class Starred
class Subscript
class Tuple
class UnaryOp
class Yield
class YieldFrom

Members list

Concise view

Value members

Inherited methods

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

Attributes

Inherited from:
iast
def col_offset: Int

Attributes

Inherited from:
iattributes

Attributes

Inherited from:
iattributes

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 fields

Attributes

Inherited from:
iattributes