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

/dalvik/dx/src/com/android/dx/rop/cst/
H A DCstKnownNull.java24 public final class CstKnownNull extends CstLiteralBits { class in inherits:CstLiteralBits
26 public static final CstKnownNull THE_ONE = new CstKnownNull();
32 private CstKnownNull() { method in class:CstKnownNull
39 return (other instanceof CstKnownNull);

Completed in 61 milliseconds