Uses of Interface
com.google.devtools.clouddebugger.v2.VariableOrBuilder
-
Packages that use VariableOrBuilder Package Description com.google.devtools.clouddebugger.v2 -
-
Uses of VariableOrBuilder in com.google.devtools.clouddebugger.v2
Classes in com.google.devtools.clouddebugger.v2 that implement VariableOrBuilder Modifier and Type Class Description classVariableRepresents a variable or an argument possibly of a compound object type.static classVariable.BuilderRepresents a variable or an argument possibly of a compound object type.Methods in com.google.devtools.clouddebugger.v2 that return VariableOrBuilder Modifier and Type Method Description VariableOrBuilderStackFrame.Builder. getArgumentsOrBuilder(int index)Set of arguments passed to this function.VariableOrBuilderStackFrame. getArgumentsOrBuilder(int index)Set of arguments passed to this function.VariableOrBuilderStackFrameOrBuilder. getArgumentsOrBuilder(int index)Set of arguments passed to this function.VariableOrBuilderBreakpoint.Builder. getEvaluatedExpressionsOrBuilder(int index)Values of evaluated expressions at breakpoint time.VariableOrBuilderBreakpoint. getEvaluatedExpressionsOrBuilder(int index)Values of evaluated expressions at breakpoint time.VariableOrBuilderBreakpointOrBuilder. getEvaluatedExpressionsOrBuilder(int index)Values of evaluated expressions at breakpoint time.VariableOrBuilderStackFrame.Builder. getLocalsOrBuilder(int index)Set of local variables at the stack frame location.VariableOrBuilderStackFrame. getLocalsOrBuilder(int index)Set of local variables at the stack frame location.VariableOrBuilderStackFrameOrBuilder. getLocalsOrBuilder(int index)Set of local variables at the stack frame location.VariableOrBuilderVariable.Builder. getMembersOrBuilder(int index)Members contained or pointed to by the variable.VariableOrBuilderVariable. getMembersOrBuilder(int index)Members contained or pointed to by the variable.VariableOrBuilderVariableOrBuilder. getMembersOrBuilder(int index)Members contained or pointed to by the variable.VariableOrBuilderBreakpoint.Builder. getVariableTableOrBuilder(int index)The `variable_table` exists to aid with computation, memory and network traffic optimization.VariableOrBuilderBreakpoint. getVariableTableOrBuilder(int index)The `variable_table` exists to aid with computation, memory and network traffic optimization.VariableOrBuilderBreakpointOrBuilder. getVariableTableOrBuilder(int index)The `variable_table` exists to aid with computation, memory and network traffic optimization.Methods in com.google.devtools.clouddebugger.v2 that return types with arguments of type VariableOrBuilder Modifier and Type Method Description List<? extends VariableOrBuilder>StackFrame.Builder. getArgumentsOrBuilderList()Set of arguments passed to this function.List<? extends VariableOrBuilder>StackFrame. getArgumentsOrBuilderList()Set of arguments passed to this function.List<? extends VariableOrBuilder>StackFrameOrBuilder. getArgumentsOrBuilderList()Set of arguments passed to this function.List<? extends VariableOrBuilder>Breakpoint.Builder. getEvaluatedExpressionsOrBuilderList()Values of evaluated expressions at breakpoint time.List<? extends VariableOrBuilder>Breakpoint. getEvaluatedExpressionsOrBuilderList()Values of evaluated expressions at breakpoint time.List<? extends VariableOrBuilder>BreakpointOrBuilder. getEvaluatedExpressionsOrBuilderList()Values of evaluated expressions at breakpoint time.List<? extends VariableOrBuilder>StackFrame.Builder. getLocalsOrBuilderList()Set of local variables at the stack frame location.List<? extends VariableOrBuilder>StackFrame. getLocalsOrBuilderList()Set of local variables at the stack frame location.List<? extends VariableOrBuilder>StackFrameOrBuilder. getLocalsOrBuilderList()Set of local variables at the stack frame location.List<? extends VariableOrBuilder>Variable.Builder. getMembersOrBuilderList()Members contained or pointed to by the variable.List<? extends VariableOrBuilder>Variable. getMembersOrBuilderList()Members contained or pointed to by the variable.List<? extends VariableOrBuilder>VariableOrBuilder. getMembersOrBuilderList()Members contained or pointed to by the variable.List<? extends VariableOrBuilder>Breakpoint.Builder. getVariableTableOrBuilderList()The `variable_table` exists to aid with computation, memory and network traffic optimization.List<? extends VariableOrBuilder>Breakpoint. getVariableTableOrBuilderList()The `variable_table` exists to aid with computation, memory and network traffic optimization.List<? extends VariableOrBuilder>BreakpointOrBuilder. getVariableTableOrBuilderList()The `variable_table` exists to aid with computation, memory and network traffic optimization.
-