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 Cloud Debugger API (Deprecated). For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
StackFrame() |
| Modifier and Type | Method and Description |
|---|---|
StackFrame |
clone() |
List<Variable> |
getArguments()
Set of arguments passed to this function.
|
String |
getFunction()
Demangled function name at the call site.
|
List<Variable> |
getLocals()
Set of local variables at the stack frame location.
|
SourceLocation |
getLocation()
Source location of the call site.
|
StackFrame |
set(String fieldName,
Object value) |
StackFrame |
setArguments(List<Variable> arguments)
Set of arguments passed to this function.
|
StackFrame |
setFunction(String function)
Demangled function name at the call site.
|
StackFrame |
setLocals(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, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<Variable> getArguments()
null for nonepublic StackFrame setArguments(List<Variable> arguments)
arguments - arguments or null for nonepublic String getFunction()
null for nonepublic StackFrame setFunction(String function)
function - function or null for nonepublic List<Variable> getLocals()
null for nonepublic StackFrame setLocals(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(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic StackFrame clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.