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

/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DCstFieldRef.java24 public final class CstFieldRef extends CstMemberRef { class in inherits:CstMemberRef
35 public static CstFieldRef forPrimitiveType(Type primitiveType) {
36 return new CstFieldRef(CstType.forBoxedPrimitiveType(primitiveType),
46 public CstFieldRef(CstType definingClass, CstNat nat) { method in class:CstFieldRef
74 CstFieldRef otherField = (CstFieldRef) other;

Completed in 72 milliseconds