ioperator

io.joern.pythonparser.ast.ioperator
sealed trait ioperator extends iast

Attributes

Graph
Supertypes
trait iast
class Object
trait Matchable
class Any
Known subtypes
object Add
object BitAnd
object BitOr
object BitXor
object Div
object FloorDiv
object LShift
object MatMult
object Mod
object Mult
object Pow
object RShift
object Sub
Show all

Members list

Value members

Inherited and Abstract methods

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

Attributes

Inherited from:
iast