public final class CompilerOperations extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
and(boolean left,
boolean right) |
static boolean |
greaterThan(int left,
int right) |
static boolean |
in(Object value,
Set<?> set) |
static boolean |
lessThan(int left,
int right) |
static boolean |
longGreaterThanZero(long value) |
static boolean |
not(boolean value) |
static boolean |
or(boolean left,
boolean right) |
static boolean |
testMask(Block masks,
int index) |
public static boolean longGreaterThanZero(long value)
public static boolean and(boolean left,
boolean right)
public static boolean or(boolean left,
boolean right)
public static boolean not(boolean value)
public static boolean lessThan(int left,
int right)
public static boolean greaterThan(int left,
int right)
Copyright © 2012–2019. All rights reserved.