Package com.ibm.wala.dalvik.classLoader
Class ActivityModelMethod
- java.lang.Object
-
- com.ibm.wala.dalvik.classLoader.DexIMethod
-
- com.ibm.wala.dalvik.classLoader.ActivityModelMethod
-
- All Implemented Interfaces:
IBytecodeMethod
,IMember
,IMethod
,ContextItem
,IClassHierarchyDweller
@Deprecated public class ActivityModelMethod extends DexIMethod
Deprecated.building the Android-Livecycle is done in the class AndroidModel now
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.ibm.wala.ipa.callgraph.ContextItem
ContextItem.Value<T>
-
Nested classes/interfaces inherited from interface com.ibm.wala.classLoader.IMethod
IMethod.SourcePosition
-
-
Field Summary
-
Fields inherited from class com.ibm.wala.dalvik.classLoader.DexIMethod
instructions, myClass
-
-
Constructor Summary
Constructors Constructor Description ActivityModelMethod(org.jf.dexlib.ClassDataItem.EncodedMethod encodedMethod, DexIClass klass)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static org.jf.dexlib.ClassDataItem.EncodedMethod
getActivityModel()
Deprecated.protected void
handleINVOKE_VIRTUAL(int instLoc, String cname, String mname, String pname, int[] args, org.jf.dexlib.Code.Opcode opcode)
Deprecated.static void
loadActivityModel()
Deprecated.-
Methods inherited from class com.ibm.wala.dalvik.classLoader.DexIMethod
equals, getAddressFromIndex, getAnnotations, getAnnotations, getBytecodeIndex, getCallSites, getClassHierarchy, getDeclaredExceptions, getDeclaringClass, getDescriptor, getDexInstructions, getExceptionReg, getHandlers, getIndirectionData, getInstructionFromIndex, getInstructionIndex, getInstructions, getLineNumber, getLocalVariableName, getMaxLocals, getMaxStackHeight, getName, getNumberOfParameterRegisters, getNumberOfParameters, getParameterAnnotations, getParameterSourcePosition, getParameterType, getReference, getReturnReg, getReturnType, getSelector, getSignature, getSourcePosition, getTotalInsts, hasExceptionHandler, hashCode, hasLocalVariableTable, instructions, isAbstract, isBridge, isClinit, isFinal, isInit, isNative, isPrivate, isProtected, isPublic, isStatic, isSynchronized, isSynthetic, isVolatile, parseBytecode, toEncodedMethod, toString
-
-
-
-
Constructor Detail
-
ActivityModelMethod
public ActivityModelMethod(org.jf.dexlib.ClassDataItem.EncodedMethod encodedMethod, DexIClass klass)
Deprecated.
-
-
Method Detail
-
loadActivityModel
public static void loadActivityModel()
Deprecated.
-
getActivityModel
public static org.jf.dexlib.ClassDataItem.EncodedMethod getActivityModel()
Deprecated.
-
handleINVOKE_VIRTUAL
protected void handleINVOKE_VIRTUAL(int instLoc, String cname, String mname, String pname, int[] args, org.jf.dexlib.Code.Opcode opcode)
Deprecated.- Overrides:
handleINVOKE_VIRTUAL
in classDexIMethod
-
-