Interface StackFrameOrBuilder (1.4.0)

publicinterface StackFrameOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getArguments(int index)

publicabstractVariablegetArguments(intindex)

Set of arguments passed to this function. Note that this might not be populated for all stack frames.

repeated .google.devtools.clouddebugger.v2.Variable arguments = 3;

Parameter
Name Description
index int
Returns
Type Description

getArgumentsCount()

publicabstractintgetArgumentsCount()

Set of arguments passed to this function. Note that this might not be populated for all stack frames.

repeated .google.devtools.clouddebugger.v2.Variable arguments = 3;

Returns
Type Description
int

getArgumentsList()

publicabstractList<Variable>getArgumentsList()

Set of arguments passed to this function. Note that this might not be populated for all stack frames.

repeated .google.devtools.clouddebugger.v2.Variable arguments = 3;

Returns
Type Description

getArgumentsOrBuilder(int index)

publicabstractVariableOrBuildergetArgumentsOrBuilder(intindex)

Set of arguments passed to this function. Note that this might not be populated for all stack frames.

repeated .google.devtools.clouddebugger.v2.Variable arguments = 3;

Parameter
Name Description
index int
Returns
Type Description

getArgumentsOrBuilderList()

publicabstractList<?extendsVariableOrBuilder>getArgumentsOrBuilderList()

Set of arguments passed to this function. Note that this might not be populated for all stack frames.

repeated .google.devtools.clouddebugger.v2.Variable arguments = 3;

Returns
Type Description
List<? extends com.google.devtools.clouddebugger.v2.VariableOrBuilder>

getFunction()

publicabstractStringgetFunction()

Demangled function name at the call site.

string function = 1;

Returns
Type Description
String

The function.

getFunctionBytes()

publicabstractByteStringgetFunctionBytes()

Demangled function name at the call site.

string function = 1;

Returns
Type Description
ByteString

The bytes for function.

getLocals(int index)

publicabstractVariablegetLocals(intindex)

Set of local variables at the stack frame location. Note that this might not be populated for all stack frames.

repeated .google.devtools.clouddebugger.v2.Variable locals = 4;

Parameter
Name Description
index int
Returns
Type Description

getLocalsCount()

publicabstractintgetLocalsCount()

Set of local variables at the stack frame location. Note that this might not be populated for all stack frames.

repeated .google.devtools.clouddebugger.v2.Variable locals = 4;

Returns
Type Description
int

getLocalsList()

publicabstractList<Variable>getLocalsList()

Set of local variables at the stack frame location. Note that this might not be populated for all stack frames.

repeated .google.devtools.clouddebugger.v2.Variable locals = 4;

Returns
Type Description

getLocalsOrBuilder(int index)

publicabstractVariableOrBuildergetLocalsOrBuilder(intindex)

Set of local variables at the stack frame location. Note that this might not be populated for all stack frames.

repeated .google.devtools.clouddebugger.v2.Variable locals = 4;

Parameter
Name Description
index int
Returns
Type Description

getLocalsOrBuilderList()

publicabstractList<?extendsVariableOrBuilder>getLocalsOrBuilderList()

Set of local variables at the stack frame location. Note that this might not be populated for all stack frames.

repeated .google.devtools.clouddebugger.v2.Variable locals = 4;

Returns
Type Description
List<? extends com.google.devtools.clouddebugger.v2.VariableOrBuilder>

getLocation()

publicabstractSourceLocationgetLocation()

Source location of the call site.

.google.devtools.clouddebugger.v2.SourceLocation location = 2;

Returns
Type Description
SourceLocation

The location.

getLocationOrBuilder()

publicabstractSourceLocationOrBuildergetLocationOrBuilder()

Source location of the call site.

.google.devtools.clouddebugger.v2.SourceLocation location = 2;

Returns
Type Description

hasLocation()

publicabstractbooleanhasLocation()

Source location of the call site.

.google.devtools.clouddebugger.v2.SourceLocation location = 2;

Returns
Type Description
boolean

Whether the location field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.