icompop

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

Attributes

Graph
Supertypes
trait iast
class Object
trait Matchable
class Any
Known subtypes
object Eq.type
object Gt.type
object GtE.type
object In.type
object Is.type
object IsNot.type
object Lt.type
object LtE.type
object NotEq.type
object NotIn.type
Show all

Members list

Value members

Inherited methods

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

Attributes

Inherited from:
iast