iunaryop

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

Attributes

Graph
Supertypes
trait iast
class Object
trait Matchable
class Any
Known subtypes
object Invert.type
object Not.type
object UAdd.type
object USub.type

Members list

Value members

Inherited methods

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

Attributes

Inherited from:
iast