public interface IBytecodeMethod extends IMethod
IMethod.SourcePositionContextItem.Value<T>| Modifier and Type | Method and Description |
|---|---|
Collection<Annotation> |
getAnnotations(boolean runtimeVisible) |
int |
getBytecodeIndex(int i) |
Collection<CallSiteReference> |
getCallSites() |
com.ibm.wala.shrikeBT.ExceptionHandler[][] |
getHandlers() |
com.ibm.wala.shrikeBT.IndirectionData |
getIndirectionData() |
com.ibm.wala.shrikeBT.IInstruction[] |
getInstructions() |
Collection<Annotation>[] |
getParameterAnnotations() |
getDeclaredExceptions, getDescriptor, getLineNumber, getLocalVariableName, getNumberOfParameters, getParameterSourcePosition, getParameterType, getReference, getReturnType, getSelector, getSignature, getSourcePosition, hasExceptionHandler, hasLocalVariableTable, isAbstract, isBridge, isClinit, isFinal, isInit, isNative, isPrivate, isProtected, isPublic, isSynchronized, isSyntheticgetAnnotations, getDeclaringClass, getName, isStaticgetClassHierarchyint getBytecodeIndex(int i)
throws com.ibm.wala.shrikeCT.InvalidClassFileException
com.ibm.wala.shrikeCT.InvalidClassFileExceptioncom.ibm.wala.shrikeBT.ExceptionHandler[][] getHandlers()
throws com.ibm.wala.shrikeCT.InvalidClassFileException
com.ibm.wala.shrikeCT.InvalidClassFileExceptioncom.ibm.wala.shrikeBT.IInstruction[] getInstructions()
throws com.ibm.wala.shrikeCT.InvalidClassFileException
com.ibm.wala.shrikeCT.InvalidClassFileExceptionCollection<CallSiteReference> getCallSites() throws com.ibm.wala.shrikeCT.InvalidClassFileException
com.ibm.wala.shrikeCT.InvalidClassFileExceptioncom.ibm.wala.shrikeBT.IndirectionData getIndirectionData()
Collection<Annotation>[] getParameterAnnotations()
Collection<Annotation> getAnnotations(boolean runtimeVisible) throws com.ibm.wala.shrikeCT.InvalidClassFileException
com.ibm.wala.shrikeCT.InvalidClassFileExceptionCopyright © 2015. All rights reserved.