ppg.cmds
Class OverrideCmd

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

public class OverrideCmd
extends java.lang.Object
implements Command


Constructor Summary
OverrideCmd(Production p)
           
 
Method Summary
 Nonterminal getLHS()
           
 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

OverrideCmd

public OverrideCmd(Production p)
Method Detail

getLHS

public Nonterminal getLHS()

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