iexpr

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

Attributes

Graph
Supertypes
trait iattributes
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 GeneratorExp
class IfExp
class JoinedString
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
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