public class GetFrameVariablesCommand extends Command<StackFrame,java.util.List<GetFrameVariablesCommand.Var>>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetFrameVariablesCommand.Var
simple struct class containing variable definition
|
Command.EmptyCommandData_cmdID, _cmdSetID, _packetManager, EMPTY_DATA| Modifier | Constructor and Description |
|---|---|
protected |
GetFrameVariablesCommand(ALSBDebugger debugger)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<GetFrameVariablesCommand.Var> |
read(PacketInputStream stream)
callback to read command specific data from the packet
|
static java.util.List<GetFrameVariablesCommand.Var> |
variables(StackFrame frame)
command shortcut
|
protected void |
write(StackFrame frame, PacketOutputStream stream)
callback to write command specific data to the packet
|
equals, hashCode, rundebugger, validateclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waittoStringprotected GetFrameVariablesCommand(ALSBDebugger debugger)
public static java.util.List<GetFrameVariablesCommand.Var> variables(StackFrame frame)
protected void write(StackFrame frame, PacketOutputStream stream) throws java.io.IOException
write in class Command<StackFrame,java.util.List<GetFrameVariablesCommand.Var>>java.io.IOExceptionprotected java.util.List<GetFrameVariablesCommand.Var> read(PacketInputStream stream) throws java.io.IOException
read in class Command<StackFrame,java.util.List<GetFrameVariablesCommand.Var>>java.io.IOException