public final class StackFrame
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Cloud Debugger API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
StackFrame() |
| Modifier and Type | Method and Description |
|---|---|
StackFrame |
clone() |
java.util.List<Variable> |
getArguments()
Set of arguments passed to this function.
|
java.lang.String |
getFunction()
Demangled function name at the call site.
|
java.util.List<Variable> |
getLocals()
Set of local variables at the stack frame location.
|
SourceLocation |
getLocation()
Source location of the call site.
|
StackFrame |
set(java.lang.String fieldName,
java.lang.Object value) |
StackFrame |
setArguments(java.util.List<Variable> arguments)
Set of arguments passed to this function.
|
StackFrame |
setFunction(java.lang.String function)
Demangled function name at the call site.
|
StackFrame |
setLocals(java.util.List<Variable> locals)
Set of local variables at the stack frame location.
|
StackFrame |
setLocation(SourceLocation location)
Source location of the call site.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<Variable> getArguments()
null for nonepublic StackFrame setArguments(java.util.List<Variable> arguments)
arguments - arguments or null for nonepublic java.lang.String getFunction()
null for nonepublic StackFrame setFunction(java.lang.String function)
function - function or null for nonepublic java.util.List<Variable> getLocals()
null for nonepublic StackFrame setLocals(java.util.List<Variable> locals)
locals - locals or null for nonepublic SourceLocation getLocation()
null for nonepublic StackFrame setLocation(SourceLocation location)
location - location or null for nonepublic StackFrame set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic StackFrame clone()
clone in class com.google.api.client.json.GenericJson