public static interface DebugInfoProvider.DebugLocationInfo extends DebugInfoProvider.DebugRangeInfo
| Modifier and Type | Method and Description |
|---|---|
DebugInfoProvider.DebugLocationInfo |
getCaller() |
DebugInfoProvider.DebugLocalValueInfo[] |
getLocalValueInfo() |
addressHi, addressLo, linegetParamInfo, getThisParamInfo, isConstructor, isDeoptTarget, isOverride, isVirtual, ownerType, symbolNameForMethod, vtableOffsetmodifiers, name, valueTypecachePath, fileName, filePathDebugInfoProvider.DebugLocationInfo getCaller()
DebugInfoProvider.DebugLocationInfo of the nested inline caller-lineDebugInfoProvider.DebugLocalValueInfo[] getLocalValueInfo()
DebugInfoProvider.DebugLocalValueInfo objects identifying local or parameter
variables present in the frame of the current range.