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

Packages that use CstString
com.android.dx.dex.code   
com.android.dx.dex.file   
com.android.dx.rop.annotation   
com.android.dx.rop.code   
com.android.dx.rop.cst   
 

Uses of CstString in com.android.dx.dex.code
 

Methods in com.android.dx.dex.code that return CstString
 CstString LocalList.Entry.getName()
          Gets the variable name.
 CstString LocalList.Entry.getSignature()
          Gets the variable signature.
 

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

Methods in com.android.dx.dex.file that return CstString
 CstString EncodedMethod.getName()
          Gets the name.
abstract  CstString EncodedMember.getName()
          Gets the name.
 CstString EncodedField.getName()
          Gets the name.
 CstString ClassDefItem.getSourceFile()
          Gets the source file name.
 CstString StringIdItem.getValue()
          Gets the string value.
 

Methods in com.android.dx.dex.file with parameters of type CstString
 int StringIdsSection.indexOf(CstString string)
          Gets the index of the given string, which must have been added to this instance.
 StringIdItem StringIdsSection.intern(CstString string)
          Interns an element into this instance.
static Annotation AnnotationUtils.makeInnerClass(CstString name, int accessFlags)
          Constructs a standard InnerClass annotation.
static Annotation AnnotationUtils.makeSignature(CstString signature)
          Constructs a standard Signature annotation.
 

Constructors in com.android.dx.dex.file with parameters of type CstString
ClassDefItem(CstType thisClass, int accessFlags, CstType superclass, TypeList interfaces, CstString sourceFile)
          Constructs an instance.
StringDataItem(CstString value)
          Constructs an instance.
StringIdItem(CstString value)
          Constructs an instance.
 

Uses of CstString in com.android.dx.rop.annotation
 

Methods in com.android.dx.rop.annotation that return CstString
 CstString NameValuePair.getName()
          Gets the name.
 

Constructors in com.android.dx.rop.annotation with parameters of type CstString
NameValuePair(CstString name, Constant value)
          Construct an instance.
 

Uses of CstString in com.android.dx.rop.code
 

Methods in com.android.dx.rop.code that return CstString
 CstString LocalItem.getName()
          Gets name.
 CstString LocalItem.getSignature()
          Gets signature.
 CstString SourcePosition.getSourceFile()
          Gets the source file, if known.
 

Methods in com.android.dx.rop.code with parameters of type CstString
static LocalItem LocalItem.make(CstString name, CstString signature)
          Make a new item.
 

Constructors in com.android.dx.rop.code with parameters of type CstString
SourcePosition(CstString sourceFile, int address, int line)
          Constructs an instance.
 

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

Fields in com.android.dx.rop.cst declared as CstString
static CstString CstString.EMPTY_STRING
          non-null; instance representing "", that is, the empty string
 

Methods in com.android.dx.rop.cst that return CstString
 CstString CstType.getDescriptor()
          Gets the type descriptor for this instance.
 CstString CstNat.getDescriptor()
          Gets the descriptor.
 CstString CstNat.getName()
          Gets the name.
 

Constructors in com.android.dx.rop.cst with parameters of type CstString
CstNat(CstString name, CstString descriptor)
          Constructs an instance.
 



Copyright © 2013. All Rights Reserved.