Class StackFrame (1.41.0)

public final class StackFrame extends GeneratedMessageV3 implements StackFrameOrBuilder

Represents a stack frame context.

Protobuf type google.devtools.clouddebugger.v2.StackFrame

Implements

StackFrameOrBuilder

Static Fields

ARGUMENTS_FIELD_NUMBER

public static final int ARGUMENTS_FIELD_NUMBER
Field Value
TypeDescription
int

FUNCTION_FIELD_NUMBER

public static final int FUNCTION_FIELD_NUMBER
Field Value
TypeDescription
int

LOCALS_FIELD_NUMBER

public static final int LOCALS_FIELD_NUMBER
Field Value
TypeDescription
int

LOCATION_FIELD_NUMBER

public static final int LOCATION_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static StackFrame getDefaultInstance()
Returns
TypeDescription
StackFrame

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static StackFrame.Builder newBuilder()
Returns
TypeDescription
StackFrame.Builder

newBuilder(StackFrame prototype)

public static StackFrame.Builder newBuilder(StackFrame prototype)
Parameter
NameDescription
prototypeStackFrame
Returns
TypeDescription
StackFrame.Builder

parseDelimitedFrom(InputStream input)

public static StackFrame parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
StackFrame
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static StackFrame parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StackFrame
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static StackFrame parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
StackFrame
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static StackFrame parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StackFrame
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static StackFrame parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
StackFrame
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static StackFrame parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StackFrame
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static StackFrame parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
StackFrame
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static StackFrame parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StackFrame
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static StackFrame parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
StackFrame
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static StackFrame parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StackFrame
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static StackFrame parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
StackFrame
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static StackFrame parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StackFrame
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<StackFrame> parser()
Returns
TypeDescription
Parser<StackFrame>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getArguments(int index)

public Variable getArguments(int index)

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
NameDescription
indexint
Returns
TypeDescription
Variable

getArgumentsCount()

public int getArgumentsCount()

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
TypeDescription
int

getArgumentsList()

public List<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
TypeDescription
List<Variable>

getArgumentsOrBuilder(int index)

public VariableOrBuilder getArgumentsOrBuilder(int index)

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
NameDescription
indexint
Returns
TypeDescription
VariableOrBuilder

getArgumentsOrBuilderList()

public List<? extends VariableOrBuilder> 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
TypeDescription
List<? extends com.google.devtools.clouddebugger.v2.VariableOrBuilder>

getDefaultInstanceForType()

public StackFrame getDefaultInstanceForType()
Returns
TypeDescription
StackFrame

getFunction()

public String getFunction()

Demangled function name at the call site.

string function = 1;

Returns
TypeDescription
String

The function.

getFunctionBytes()

public ByteString getFunctionBytes()

Demangled function name at the call site.

string function = 1;

Returns
TypeDescription
ByteString

The bytes for function.

getLocals(int index)

public Variable getLocals(int index)

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
NameDescription
indexint
Returns
TypeDescription
Variable

getLocalsCount()

public int getLocalsCount()

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
TypeDescription
int

getLocalsList()

public List<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
TypeDescription
List<Variable>

getLocalsOrBuilder(int index)

public VariableOrBuilder getLocalsOrBuilder(int index)

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
NameDescription
indexint
Returns
TypeDescription
VariableOrBuilder

getLocalsOrBuilderList()

public List<? extends VariableOrBuilder> 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
TypeDescription
List<? extends com.google.devtools.clouddebugger.v2.VariableOrBuilder>

getLocation()

public SourceLocation getLocation()

Source location of the call site.

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

Returns
TypeDescription
SourceLocation

The location.

getLocationOrBuilder()

public SourceLocationOrBuilder getLocationOrBuilder()

Source location of the call site.

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

Returns
TypeDescription
SourceLocationOrBuilder

getParserForType()

public Parser<StackFrame> getParserForType()
Returns
TypeDescription
Parser<StackFrame>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasLocation()

public boolean hasLocation()

Source location of the call site.

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

Returns
TypeDescription
boolean

Whether the location field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public StackFrame.Builder newBuilderForType()
Returns
TypeDescription
StackFrame.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected StackFrame.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
StackFrame.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public StackFrame.Builder toBuilder()
Returns
TypeDescription
StackFrame.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException