TestOp

sealed abstract class TestOp

This class represents a test operation.

class Object
trait Matchable
class Any
object EQ
object NE
object LT
object GE
object LE
object GT

Value members

Abstract methods

def negate(): TestOp

Returns the negation of this operation.

Returns the negation of this operation.

def opcodeIF(): Int

used only from GenASM

used only from GenASM

used only from GenASM

used only from GenASM

override def toString(): String

Returns a string representation of this operation.

Returns a string representation of this operation.

Definition Classes
Any