Package jadx.api.plugins.input.data
Interface ICallSite
-
- All Superinterfaces:
ICustomPayload
- All Known Implementing Classes:
CallSite
public interface ICallSite extends ICustomPayload
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<EncodedValue>getValues()voidload()
-
-
-
Method Detail
-
getValues
java.util.List<EncodedValue> getValues()
-
load
void load()
-
-