publicfinalclass StackFrameextendsGeneratedMessageV3implementsStackFrameOrBuilder
Represents a stack frame context.
Protobuf type google.devtools.clouddebugger.v2.StackFrame
Static Fields
publicstaticfinalintARGUMENTS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintFUNCTION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintLOCALS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintLOCATION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
publicstaticStackFramegetDefaultInstance()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
publicstaticStackFrame.BuildernewBuilder()
publicstaticStackFrame.BuildernewBuilder(StackFrameprototype)
publicstaticStackFrameparseDelimitedFrom(InputStreaminput)
publicstaticStackFrameparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticStackFrameparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
publicstaticStackFrameparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
publicstaticStackFrameparseFrom(ByteStringdata)
publicstaticStackFrameparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticStackFrameparseFrom(CodedInputStreaminput)
publicstaticStackFrameparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticStackFrameparseFrom(InputStreaminput)
publicstaticStackFrameparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticStackFrameparseFrom(ByteBufferdata)
publicstaticStackFrameparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
publicstaticParser<StackFrame>parser()
Methods
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
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
|
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 |
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;
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
|
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> |
publicStackFramegetDefaultInstanceForType()
publicStringgetFunction()
Demangled function name at the call site.
string function = 1;
| Returns |
| Type |
Description |
String |
The function.
|
publicByteStringgetFunctionBytes()
Demangled function name at the call site.
string function = 1;
| Returns |
| Type |
Description |
ByteString |
The bytes for function.
|
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
|
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 |
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;
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
|
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> |
publicSourceLocationgetLocation()
Source location of the call site.
.google.devtools.clouddebugger.v2.SourceLocation location = 2;
publicSourceLocationOrBuildergetLocationOrBuilder()
Source location of the call site.
.google.devtools.clouddebugger.v2.SourceLocation location = 2;
publicParser<StackFrame>getParserForType()
Overrides
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
publicfinalUnknownFieldSetgetUnknownFields()
Overrides
publicbooleanhasLocation()
Source location of the call site.
.google.devtools.clouddebugger.v2.SourceLocation location = 2;
| Returns |
| Type |
Description |
boolean |
Whether the location field is set.
|
| Returns |
| Type |
Description |
int |
Overrides
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
publicfinalbooleanisInitialized()
Overrides
publicStackFrame.BuildernewBuilderForType()
protectedStackFrame.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
publicStackFrame.BuildertoBuilder()
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides