public interface SourceInfo
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SOURCE_LOCATIONS |
Modifier and Type | Method and Description |
---|---|
static void |
addSourceInfo(com.google.gson.JsonObject invokeInfo,
java.lang.Class<?> calledClass)
Add source level information to invokeInfo as the property "sourcelocation".
|
static final java.lang.String SOURCE_LOCATIONS
static void addSourceInfo(com.google.gson.JsonObject invokeInfo, java.lang.Class<?> calledClass)
invokeInfo
- Object holding operator invoke information.calledClass
- API implementation class being called.