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 VariableVariable.Builder. build()VariableVariable.Builder. buildPartial()VariableStackFrame.Builder. getArguments(int index)Set of arguments passed to this function.VariableStackFrame. getArguments(int index)Set of arguments passed to this function.VariableStackFrameOrBuilder. getArguments(int index)Set of arguments passed to this function.static VariableVariable. getDefaultInstance()VariableVariable.Builder. getDefaultInstanceForType()VariableVariable. getDefaultInstanceForType()VariableBreakpoint.Builder. getEvaluatedExpressions(int index)Values of evaluated expressions at breakpoint time.VariableBreakpoint. getEvaluatedExpressions(int index)Values of evaluated expressions at breakpoint time.VariableBreakpointOrBuilder. getEvaluatedExpressions(int index)Values of evaluated expressions at breakpoint time.VariableStackFrame.Builder. getLocals(int index)Set of local variables at the stack frame location.VariableStackFrame. getLocals(int index)Set of local variables at the stack frame location.VariableStackFrameOrBuilder. getLocals(int index)Set of local variables at the stack frame location.VariableVariable.Builder. getMembers(int index)Members contained or pointed to by the variable.VariableVariable. getMembers(int index)Members contained or pointed to by the variable.VariableVariableOrBuilder. getMembers(int index)Members contained or pointed to by the variable.VariableBreakpoint.Builder. getVariableTable(int index)The `variable_table` exists to aid with computation, memory and network traffic optimization.VariableBreakpoint. getVariableTable(int index)The `variable_table` exists to aid with computation, memory and network traffic optimization.VariableBreakpointOrBuilder. getVariableTable(int index)The `variable_table` exists to aid with computation, memory and network traffic optimization.static VariableVariable. parseDelimitedFrom(InputStream input)static VariableVariable. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VariableVariable. parseFrom(byte[] data)static VariableVariable. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VariableVariable. parseFrom(com.google.protobuf.ByteString data)static VariableVariable. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VariableVariable. parseFrom(com.google.protobuf.CodedInputStream input)static VariableVariable. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VariableVariable. parseFrom(InputStream input)static VariableVariable. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VariableVariable. parseFrom(ByteBuffer data)static VariableVariable. 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.BuilderStackFrame.Builder. addArguments(int index, Variable value)Set of arguments passed to this function.StackFrame.BuilderStackFrame.Builder. addArguments(Variable value)Set of arguments passed to this function.Breakpoint.BuilderBreakpoint.Builder. addEvaluatedExpressions(int index, Variable value)Values of evaluated expressions at breakpoint time.Breakpoint.BuilderBreakpoint.Builder. addEvaluatedExpressions(Variable value)Values of evaluated expressions at breakpoint time.StackFrame.BuilderStackFrame.Builder. addLocals(int index, Variable value)Set of local variables at the stack frame location.StackFrame.BuilderStackFrame.Builder. addLocals(Variable value)Set of local variables at the stack frame location.Variable.BuilderVariable.Builder. addMembers(int index, Variable value)Members contained or pointed to by the variable.Variable.BuilderVariable.Builder. addMembers(Variable value)Members contained or pointed to by the variable.Breakpoint.BuilderBreakpoint.Builder. addVariableTable(int index, Variable value)The `variable_table` exists to aid with computation, memory and network traffic optimization.Breakpoint.BuilderBreakpoint.Builder. addVariableTable(Variable value)The `variable_table` exists to aid with computation, memory and network traffic optimization.Variable.BuilderVariable.Builder. mergeFrom(Variable other)static Variable.BuilderVariable. newBuilder(Variable prototype)StackFrame.BuilderStackFrame.Builder. setArguments(int index, Variable value)Set of arguments passed to this function.Breakpoint.BuilderBreakpoint.Builder. setEvaluatedExpressions(int index, Variable value)Values of evaluated expressions at breakpoint time.StackFrame.BuilderStackFrame.Builder. setLocals(int index, Variable value)Set of local variables at the stack frame location.Variable.BuilderVariable.Builder. setMembers(int index, Variable value)Members contained or pointed to by the variable.Breakpoint.BuilderBreakpoint.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.BuilderStackFrame.Builder. addAllArguments(Iterable<? extends Variable> values)Set of arguments passed to this function.Breakpoint.BuilderBreakpoint.Builder. addAllEvaluatedExpressions(Iterable<? extends Variable> values)Values of evaluated expressions at breakpoint time.StackFrame.BuilderStackFrame.Builder. addAllLocals(Iterable<? extends Variable> values)Set of local variables at the stack frame location.Variable.BuilderVariable.Builder. addAllMembers(Iterable<? extends Variable> values)Members contained or pointed to by the variable.Breakpoint.BuilderBreakpoint.Builder. addAllVariableTable(Iterable<? extends Variable> values)The `variable_table` exists to aid with computation, memory and network traffic optimization.
-