ca.uwaterloo.cs.ql.interp
Class CommandNode

java.lang.Object
  extended by ca.uwaterloo.cs.ql.interp.SyntaxTreeNode
      extended by ca.uwaterloo.cs.ql.interp.StatementNode
          extended by ca.uwaterloo.cs.ql.interp.CommandNode
Direct Known Subclasses:
CommandDeleteNode, CommandHelpNode, CommandPrintNode, CommandQuitNode

public abstract class CommandNode
extends StatementNode


Constructor Summary
CommandNode(java.lang.String cmd)
           
 
Method Summary
 
Methods inherited from class ca.uwaterloo.cs.ql.interp.StatementNode
getIndent, propagate, shortFormLocation
 
Methods inherited from class ca.uwaterloo.cs.ql.interp.SyntaxTreeNode
evaluate, getLocation, setLocation, strLocation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandNode

public CommandNode(java.lang.String cmd)