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

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

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

Methods in com.android.dx.dex.file that return CstMethodRef
 CstMethodRef ParameterAnnotationStruct.getMethod()
          Gets the method this item is for.
 CstMethodRef MethodAnnotationStruct.getMethod()
          Gets the method this item is for.
 CstMethodRef EncodedMethod.getRef()
          Gets the constant for the method.
 CstMethodRef CodeItem.getRef()
          Gets the reference to the method this instance implements.
 

Methods in com.android.dx.dex.file with parameters of type CstMethodRef
 void ClassDefItem.addMethodAnnotations(CstMethodRef method, Annotations annotations)
          Adds a method annotations item to this class.
 void AnnotationsDirectoryItem.addMethodAnnotations(CstMethodRef method, Annotations annotations)
          Adds a method annotations item to this instance.
 void ClassDefItem.addParameterAnnotations(CstMethodRef method, AnnotationsList list)
          Adds a parameter annotations item to this class.
 void AnnotationsDirectoryItem.addParameterAnnotations(CstMethodRef method, AnnotationsList list)
          Adds a parameter annotations item to this instance.
 Annotations ClassDefItem.getMethodAnnotations(CstMethodRef method)
          Gets the method annotations for a given method, if any.
 Annotations AnnotationsDirectoryItem.getMethodAnnotations(CstMethodRef method)
          Gets the method annotations for a given method, if any.
 AnnotationsList ClassDefItem.getParameterAnnotations(CstMethodRef method)
          Gets the parameter annotations for a given method, if any.
 AnnotationsList AnnotationsDirectoryItem.getParameterAnnotations(CstMethodRef method)
          Gets the parameter annotations for a given method, if any.
static Annotation AnnotationUtils.makeEnclosingMethod(CstMethodRef method)
          Constructs a standard EnclosingMethod annotation.
static void DebugInfoDecoder.validateEncode(byte[] info, DexFile file, CstMethodRef ref, DalvCode code, boolean isStatic)
          Validates an encoded debug info stream against data used to encode it, throwing an exception if they do not match.
 

Constructors in com.android.dx.dex.file with parameters of type CstMethodRef
CodeItem(CstMethodRef ref, DalvCode code, boolean isStatic, TypeList throwsList)
          Constructs an instance.
DebugInfoEncoder(PositionList positions, LocalList locals, DexFile file, int codeSize, int regSize, boolean isStatic, CstMethodRef ref)
          Creates an instance.
DebugInfoItem(DalvCode code, boolean isStatic, CstMethodRef ref)
           
EncodedMethod(CstMethodRef method, int accessFlags, DalvCode code, TypeList throwsList)
          Constructs an instance.
MethodAnnotationStruct(CstMethodRef method, AnnotationSetItem annotations)
          Constructs an instance.
ParameterAnnotationStruct(CstMethodRef method, AnnotationsList annotationsList)
          Constructs an instance.
 

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

Methods in com.android.dx.rop.cst that return CstMethodRef
 CstMethodRef CstInterfaceMethodRef.toMethodRef()
          Gets a normal (non-interface) CstMethodRef that corresponds to this instance.
 



Copyright © 2013. All Rights Reserved.