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

/dalvik/dexgen/src/com/android/dexgen/rop/cst/
H A DCstMemberRef.java22 public abstract class CstMemberRef extends TypedConstant { class in inherits:TypedConstant
35 /*package*/ CstMemberRef(CstType definingClass, CstNat nat) { method in class:CstMemberRef
55 CstMemberRef otherRef = (CstMemberRef) other;
75 CstMemberRef otherMember = (CstMemberRef) other;
/dalvik/dx/src/com/android/dx/rop/cst/
H A DCstMemberRef.java22 public abstract class CstMemberRef extends TypedConstant { class in inherits:TypedConstant
35 /*package*/ CstMemberRef(CstType definingClass, CstNat nat) { method in class:CstMemberRef
55 CstMemberRef otherRef = (CstMemberRef) other;
75 CstMemberRef otherMember = (CstMemberRef) other;

Completed in 207 milliseconds