ppg.atoms
Class SemanticAction

java.lang.Object
  extended by ppg.atoms.GrammarPart
      extended by ppg.atoms.SemanticAction
All Implemented Interfaces:
Unparse

public class SemanticAction
extends GrammarPart


Constructor Summary
SemanticAction(java.lang.String actionCode)
           
 
Method Summary
 java.lang.Object clone()
           
 java.lang.String toString()
           
 void unparse(CodeWriter cw)
          Write a human-readable representation of the parse tree
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SemanticAction

public SemanticAction(java.lang.String actionCode)
Method Detail

clone

public java.lang.Object clone()
Specified by:
clone in class GrammarPart

unparse

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


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object