ppg.cmds
Class ExtendCmd

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

public class ExtendCmd
extends java.lang.Object
implements Command


Constructor Summary
ExtendCmd(Production p)
           
 
Method Summary
 Production getProduction()
           
 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

ExtendCmd

public ExtendCmd(Production p)
Method Detail

getProduction

public Production getProduction()

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