Searched defs:CstBoolean (Results 1 - 1 of 1) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DCstBoolean.java24 public final class CstBoolean class in inherits:CstLiteral32
27 public static final CstBoolean VALUE_FALSE = new CstBoolean(false);
30 public static final CstBoolean VALUE_TRUE = new CstBoolean(true);
39 public static CstBoolean make(boolean value) {
50 public static CstBoolean make(int value) {
65 private CstBoolean(boolean value) { method in class:CstBoolean

Completed in 6522 milliseconds