Searched refs:OP_NOTEQUALS (Results 1 – 3 of 3) sorted by relevance
115 public static final int OP_NOTEQUALS = 4; field in OpCodes
129 case OpCodes.OP_NOTEQUALS : in compile()
878 insertOp(addPos, 2, OpCodes.OP_NOTEQUALS); in EqualityExpr()