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

/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DCstLong.java25 public final class CstLong class in inherits:CstLiteral64
28 public static final CstLong VALUE_0 = make(0);
31 public static final CstLong VALUE_1 = make(1);
39 public static CstLong make(long value) {
44 return new CstLong(value);
52 private CstLong(long value) { method in class:CstLong

Completed in 86 milliseconds