Package com.ibm.wala.shrikeCT
Interface BootstrapMethodsReader.BootstrapMethod
-
- Enclosing class:
- BootstrapMethodsReader
public static interface BootstrapMethodsReader.BootstrapMethod
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectcallArgument(ClassLoader cl, int i)intcallArgumentCount()intcallArgumentIndex(int i)intcallArgumentKind(int i)ConstantPoolParsergetCP()intgetIndexInClassFile()intinvokeType()StringmethodClass()StringmethodName()StringmethodType()
-
-
-
Method Detail
-
invokeType
int invokeType()
-
methodClass
String methodClass()
-
methodName
String methodName()
-
methodType
String methodType()
-
callArgumentCount
int callArgumentCount()
-
callArgument
Object callArgument(ClassLoader cl, int i)
-
callArgumentIndex
int callArgumentIndex(int i)
-
callArgumentKind
int callArgumentKind(int i)
-
getCP
ConstantPoolParser getCP()
-
getIndexInClassFile
int getIndexInClassFile()
-
-