com.bluemarsh.jswat.command
Class whereiCommand

java.lang.Object
  |
  +--com.bluemarsh.jswat.command.JSwatCommand
        |
        +--com.bluemarsh.jswat.command.whereCommand
              |
              +--com.bluemarsh.jswat.command.whereiCommand

public class whereiCommand
extends whereCommand

Defines the class that handles the 'wherei' command.

Version:
1.0 8/15/99
Author:
Nathan Fiedler

Fields inherited from class com.bluemarsh.jswat.command.whereCommand
showPC
 
Fields inherited from class com.bluemarsh.jswat.command.JSwatCommand
logCategory, primitiveTypeNames, swat
 
Constructor Summary
whereiCommand()
          Constructs a new whereiCommand object.
 
Method Summary
 void perform(Session session, com.bluemarsh.util.StringTokenizer args, Log out)
          Perform the 'wherei' command.
 
Methods inherited from class com.bluemarsh.jswat.command.whereCommand
printStack
 
Methods inherited from class com.bluemarsh.jswat.command.JSwatCommand
argumentsMatch, createObject, description, findClassesByPattern, getCommandName, getPromptString, getThreadByID, help, help, missingArgs, receiveInput, resolveOverload
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

whereiCommand

public whereiCommand()
Constructs a new whereiCommand object. Sets the 'showPC' data member to true so we always display the pc info in the thread stack dump.
Method Detail

perform

public void perform(Session session,
                    com.bluemarsh.util.StringTokenizer args,
                    Log out)
Perform the 'wherei' command.
Overrides:
perform in class whereCommand
Parameters:
session - JSwat session on which to operate.
args - Tokenized string of command arguments.
out - Output to write messages to.