JaCIL Framework API

Compare Enumeration

Represents the different types of comparison operations in the JVM. The values correspond to the offsets of the IF_ICMP<OP> and IF<OP> variants.

public enum Compare

Members

Member Name Description
Ne The not equals operation
Ge The greater or equals to operation
Le The less or equals to operation
Lt The less than operation
Gt The greater than operation
Eq The equals operation

Requirements

Namespace: JaCIL.Compiler.Standard.Translator.Instruction

Assembly: JaCIL.Compiler (in JaCIL.Compiler.dll)

See Also

JaCIL.Compiler.Standard.Translator.Instruction Namespace