Class StackFrame (1.5.0)

publicfinalclass StackFrameextendsGeneratedMessageV3implementsStackFrameOrBuilder

Represents a stack frame context.

Protobuf type google.devtools.clouddebugger.v2.StackFrame

Implements

StackFrameOrBuilder

Inherited Members

Static Fields

ARGUMENTS_FIELD_NUMBER

publicstaticfinalintARGUMENTS_FIELD_NUMBER
Field Value
Type Description
int

FUNCTION_FIELD_NUMBER

publicstaticfinalintFUNCTION_FIELD_NUMBER
Field Value
Type Description
int

LOCALS_FIELD_NUMBER

publicstaticfinalintLOCALS_FIELD_NUMBER
Field Value
Type Description
int

LOCATION_FIELD_NUMBER

publicstaticfinalintLOCATION_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticStackFramegetDefaultInstance()
Returns
Type Description

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description

newBuilder()

publicstaticStackFrame.BuildernewBuilder()
Returns
Type Description

newBuilder(StackFrame prototype)

publicstaticStackFrame.BuildernewBuilder(StackFrameprototype)
Parameter
Name Description
prototype StackFrame
Returns
Type Description

parseDelimitedFrom(InputStream input)

publicstaticStackFrameparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
Exceptions
Type Description

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticStackFrameparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parseFrom(byte[] data)

publicstaticStackFrameparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
Exceptions
Type Description

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticStackFrameparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parseFrom(ByteString data)

publicstaticStackFrameparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
Exceptions
Type Description

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticStackFrameparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parseFrom(CodedInputStream input)

publicstaticStackFrameparseFrom(CodedInputStreaminput)
Parameter
Name Description
Returns
Type Description
Exceptions
Type Description

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticStackFrameparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parseFrom(InputStream input)

publicstaticStackFrameparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
Exceptions
Type Description

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticStackFrameparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parseFrom(ByteBuffer data)

publicstaticStackFrameparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Exceptions
Type Description

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticStackFrameparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parser()

publicstaticParser<StackFrame>parser()
Returns
Type Description

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
Overrides

getArguments(int index)

publicVariablegetArguments(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()

publicintgetArgumentsCount()

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()

publicList<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)

publicVariableOrBuildergetArgumentsOrBuilder(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()

publicList<?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>

getDefaultInstanceForType()

publicStackFramegetDefaultInstanceForType()
Returns
Type Description

getFunction()

publicStringgetFunction()

Demangled function name at the call site.

string function = 1;

Returns
Type Description
String

The function.

getFunctionBytes()

publicByteStringgetFunctionBytes()

Demangled function name at the call site.

string function = 1;

Returns
Type Description
ByteString

The bytes for function.

getLocals(int index)

publicVariablegetLocals(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()

publicintgetLocalsCount()

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()

publicList<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)

publicVariableOrBuildergetLocalsOrBuilder(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()

publicList<?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()

publicSourceLocationgetLocation()

Source location of the call site.

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

Returns
Type Description
SourceLocation

The location.

getLocationOrBuilder()

publicSourceLocationOrBuildergetLocationOrBuilder()

Source location of the call site.

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

Returns
Type Description

getParserForType()

publicParser<StackFrame>getParserForType()
Returns
Type Description
Overrides

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

getUnknownFields()

publicfinalUnknownFieldSetgetUnknownFields()
Returns
Type Description
Overrides

hasLocation()

publicbooleanhasLocation()

Source location of the call site.

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

Returns
Type Description
boolean

Whether the location field is set.

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
Overrides

newBuilderForType()

publicStackFrame.BuildernewBuilderForType()
Returns
Type Description

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedStackFrame.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
Returns
Type Description
Overrides

toBuilder()

publicStackFrame.BuildertoBuilder()
Returns
Type Description

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
Overrides Exceptions
Type Description

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.