Uses of Class
com.android.dx.rop.cst.CstNat

Packages that use CstNat
com.android.dx.dex.file   
com.android.dx.rop.cst   
 

Uses of CstNat in com.android.dx.dex.file
 

Methods in com.android.dx.dex.file with parameters of type CstNat
 void StringIdsSection.intern(CstNat nat)
          Interns the components of a name-and-type into this instance.
 

Uses of CstNat in com.android.dx.rop.cst
 

Fields in com.android.dx.rop.cst declared as CstNat
static CstNat CstNat.PRIMITIVE_TYPE_NAT
          non-null; the instance for name TYPE and descriptor java.lang.Class, which is useful when dealing with wrapped primitives
 

Methods in com.android.dx.rop.cst that return CstNat
 CstNat CstMemberRef.getNat()
          Gets the defining name-and-type.
 

Constructors in com.android.dx.rop.cst with parameters of type CstNat
CstEnumRef(CstNat nat)
          Constructs an instance.
CstFieldRef(CstType definingClass, CstNat nat)
          Constructs an instance.
CstInterfaceMethodRef(CstType definingClass, CstNat nat)
          Constructs an instance.
CstMethodRef(CstType definingClass, CstNat nat)
          Constructs an instance.
 



Copyright © 2013. All Rights Reserved.