ppg.cmds
Class TransferCmd

java.lang.Object
  extended by ppg.cmds.TransferCmd
All Implemented Interfaces:
Command, Unparse

public class TransferCmd
extends java.lang.Object
implements Command


Constructor Summary
TransferCmd(java.lang.String nt, java.util.Vector tlist)
           
 
Method Summary
 Nonterminal getSource()
           
 java.util.Vector getTransferList()
           
 void unparse(CodeWriter cw)
          Write a human-readable representation of the parse tree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransferCmd

public TransferCmd(java.lang.String nt,
                   java.util.Vector tlist)
Method Detail

getSource

public Nonterminal getSource()

getTransferList

public java.util.Vector getTransferList()

unparse

public void unparse(CodeWriter cw)
Description copied from interface: Unparse
Write a human-readable representation of the parse tree

Specified by:
unparse in interface Unparse