TestOp

dotty.tools.backend.jvm.Primitives.TestOp
sealed abstract class TestOp

This class represents a test operation.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object EQ.type
object GE.type
object GT.type
object LE.type
object LT.type
object NE.type
Show all

Members list

Value members

Abstract methods

def negate(): TestOp

Returns the negation of this operation.

Returns the negation of this operation.

Attributes

def opcodeIF(): Int

used only from GenASM

used only from GenASM

Attributes

def opcodeIFICMP(): Int

used only from GenASM

used only from GenASM

Attributes

override def toString(): String

Returns a string representation of this operation.

Returns a string representation of this operation.

Attributes

Definition Classes
Any