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.type
object BitAnd.type
object BitOr.type
object BitXor.type
object Div.type
object FloorDiv.type
object LShift.type
object MatMult.type
object Mod.type
object Mult.type
object Pow.type
object RShift.type
object Sub.type
Show all

Members list

Value members

Inherited methods

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

Attributes

Inherited from:
iast