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 Object
callArgument(ClassLoader cl, int i)
int
callArgumentCount()
int
callArgumentIndex(int i)
int
callArgumentKind(int i)
ConstantPoolParser
getCP()
int
getIndexInClassFile()
int
invokeType()
String
methodClass()
String
methodName()
String
methodType()
-
-
-
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()
-
-