Uses of Class
com.google.devtools.clouddebugger.v2.Variable
-
Packages that use Variable Package Description com.google.devtools.clouddebugger.v2 -
-
Uses of Variable in com.google.devtools.clouddebugger.v2
Methods in com.google.devtools.clouddebugger.v2 that return Variable Modifier and Type Method Description Variable
Variable.Builder. build()
Variable
Variable.Builder. buildPartial()
Variable
StackFrame.Builder. getArguments(int index)
Set of arguments passed to this function.Variable
StackFrame. getArguments(int index)
Set of arguments passed to this function.Variable
StackFrameOrBuilder. getArguments(int index)
Set of arguments passed to this function.static Variable
Variable. getDefaultInstance()
Variable
Variable.Builder. getDefaultInstanceForType()
Variable
Variable. getDefaultInstanceForType()
Variable
Breakpoint.Builder. getEvaluatedExpressions(int index)
Values of evaluated expressions at breakpoint time.Variable
Breakpoint. getEvaluatedExpressions(int index)
Values of evaluated expressions at breakpoint time.Variable
BreakpointOrBuilder. getEvaluatedExpressions(int index)
Values of evaluated expressions at breakpoint time.Variable
StackFrame.Builder. getLocals(int index)
Set of local variables at the stack frame location.Variable
StackFrame. getLocals(int index)
Set of local variables at the stack frame location.Variable
StackFrameOrBuilder. getLocals(int index)
Set of local variables at the stack frame location.Variable
Variable.Builder. getMembers(int index)
Members contained or pointed to by the variable.Variable
Variable. getMembers(int index)
Members contained or pointed to by the variable.Variable
VariableOrBuilder. getMembers(int index)
Members contained or pointed to by the variable.Variable
Breakpoint.Builder. getVariableTable(int index)
The `variable_table` exists to aid with computation, memory and network traffic optimization.Variable
Breakpoint. getVariableTable(int index)
The `variable_table` exists to aid with computation, memory and network traffic optimization.Variable
BreakpointOrBuilder. getVariableTable(int index)
The `variable_table` exists to aid with computation, memory and network traffic optimization.static Variable
Variable. parseDelimitedFrom(InputStream input)
static Variable
Variable. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Variable
Variable. parseFrom(byte[] data)
static Variable
Variable. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Variable
Variable. parseFrom(com.google.protobuf.ByteString data)
static Variable
Variable. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Variable
Variable. parseFrom(com.google.protobuf.CodedInputStream input)
static Variable
Variable. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Variable
Variable. parseFrom(InputStream input)
static Variable
Variable. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Variable
Variable. parseFrom(ByteBuffer data)
static Variable
Variable. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.devtools.clouddebugger.v2 that return types with arguments of type Variable Modifier and Type Method Description List<Variable>
StackFrame.Builder. getArgumentsList()
Set of arguments passed to this function.List<Variable>
StackFrame. getArgumentsList()
Set of arguments passed to this function.List<Variable>
StackFrameOrBuilder. getArgumentsList()
Set of arguments passed to this function.List<Variable>
Breakpoint.Builder. getEvaluatedExpressionsList()
Values of evaluated expressions at breakpoint time.List<Variable>
Breakpoint. getEvaluatedExpressionsList()
Values of evaluated expressions at breakpoint time.List<Variable>
BreakpointOrBuilder. getEvaluatedExpressionsList()
Values of evaluated expressions at breakpoint time.List<Variable>
StackFrame.Builder. getLocalsList()
Set of local variables at the stack frame location.List<Variable>
StackFrame. getLocalsList()
Set of local variables at the stack frame location.List<Variable>
StackFrameOrBuilder. getLocalsList()
Set of local variables at the stack frame location.List<Variable>
Variable.Builder. getMembersList()
Members contained or pointed to by the variable.List<Variable>
Variable. getMembersList()
Members contained or pointed to by the variable.List<Variable>
VariableOrBuilder. getMembersList()
Members contained or pointed to by the variable.com.google.protobuf.Parser<Variable>
Variable. getParserForType()
List<Variable>
Breakpoint.Builder. getVariableTableList()
The `variable_table` exists to aid with computation, memory and network traffic optimization.List<Variable>
Breakpoint. getVariableTableList()
The `variable_table` exists to aid with computation, memory and network traffic optimization.List<Variable>
BreakpointOrBuilder. getVariableTableList()
The `variable_table` exists to aid with computation, memory and network traffic optimization.static com.google.protobuf.Parser<Variable>
Variable. parser()
Methods in com.google.devtools.clouddebugger.v2 with parameters of type Variable Modifier and Type Method Description StackFrame.Builder
StackFrame.Builder. addArguments(int index, Variable value)
Set of arguments passed to this function.StackFrame.Builder
StackFrame.Builder. addArguments(Variable value)
Set of arguments passed to this function.Breakpoint.Builder
Breakpoint.Builder. addEvaluatedExpressions(int index, Variable value)
Values of evaluated expressions at breakpoint time.Breakpoint.Builder
Breakpoint.Builder. addEvaluatedExpressions(Variable value)
Values of evaluated expressions at breakpoint time.StackFrame.Builder
StackFrame.Builder. addLocals(int index, Variable value)
Set of local variables at the stack frame location.StackFrame.Builder
StackFrame.Builder. addLocals(Variable value)
Set of local variables at the stack frame location.Variable.Builder
Variable.Builder. addMembers(int index, Variable value)
Members contained or pointed to by the variable.Variable.Builder
Variable.Builder. addMembers(Variable value)
Members contained or pointed to by the variable.Breakpoint.Builder
Breakpoint.Builder. addVariableTable(int index, Variable value)
The `variable_table` exists to aid with computation, memory and network traffic optimization.Breakpoint.Builder
Breakpoint.Builder. addVariableTable(Variable value)
The `variable_table` exists to aid with computation, memory and network traffic optimization.Variable.Builder
Variable.Builder. mergeFrom(Variable other)
static Variable.Builder
Variable. newBuilder(Variable prototype)
StackFrame.Builder
StackFrame.Builder. setArguments(int index, Variable value)
Set of arguments passed to this function.Breakpoint.Builder
Breakpoint.Builder. setEvaluatedExpressions(int index, Variable value)
Values of evaluated expressions at breakpoint time.StackFrame.Builder
StackFrame.Builder. setLocals(int index, Variable value)
Set of local variables at the stack frame location.Variable.Builder
Variable.Builder. setMembers(int index, Variable value)
Members contained or pointed to by the variable.Breakpoint.Builder
Breakpoint.Builder. setVariableTable(int index, Variable value)
The `variable_table` exists to aid with computation, memory and network traffic optimization.Method parameters in com.google.devtools.clouddebugger.v2 with type arguments of type Variable Modifier and Type Method Description StackFrame.Builder
StackFrame.Builder. addAllArguments(Iterable<? extends Variable> values)
Set of arguments passed to this function.Breakpoint.Builder
Breakpoint.Builder. addAllEvaluatedExpressions(Iterable<? extends Variable> values)
Values of evaluated expressions at breakpoint time.StackFrame.Builder
StackFrame.Builder. addAllLocals(Iterable<? extends Variable> values)
Set of local variables at the stack frame location.Variable.Builder
Variable.Builder. addAllMembers(Iterable<? extends Variable> values)
Members contained or pointed to by the variable.Breakpoint.Builder
Breakpoint.Builder. addAllVariableTable(Iterable<? extends Variable> values)
The `variable_table` exists to aid with computation, memory and network traffic optimization.
-