simple.tree
Class Fact

java.lang.Object
  extended by simple.tree.ParseNode
      extended by simple.tree.Fact
Direct Known Subclasses:
NumFact, ParenFact

public class Fact
extends ParseNode

Author:
Santoso Wijaya

Constructor Summary
Fact()
           
 
Method Summary
 void accept(Visitor v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Fact

public Fact()
Method Detail

accept

public void accept(Visitor v)
Specified by:
accept in class ParseNode