Searched defs:OP_LT (Results 1 – 4 of 4) sorted by relevance
78 enum Opcode { OP_EQ, OP_NE, OP_GT, OP_LT, OP_GE, OP_LE }; enumerator
35 #define OP_LT 3 macro
151 public static final int OP_LT = 7; field in OpCodes
448 OP_LT, enumerator