Uses of Class
org.robovm.compiler.llvm.Icmp.Condition
| Package | Description |
|---|---|
| org.robovm.compiler.llvm |
-
Uses of Icmp.Condition in org.robovm.compiler.llvm
Methods in org.robovm.compiler.llvm that return Icmp.Condition Modifier and Type Method Description static Icmp.ConditionIcmp.Condition. valueOf(String name)Returns the enum constant of this type with the specified name.static Icmp.Condition[]Icmp.Condition. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.robovm.compiler.llvm with parameters of type Icmp.Condition Constructor Description Icmp(Variable result, Icmp.Condition cond, Value op1, Value op2)