simple.tree
Class ParenFact

java.lang.Object
  extended by simple.tree.ParseNode
      extended by simple.tree.Fact
          extended by simple.tree.ParenFact

public class ParenFact
extends Fact

Author:
Santoso Wijaya

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

Constructor Detail

ParenFact

public ParenFact(Expr e)
Method Detail

getExpr

public Expr getExpr()

accept

public void accept(Visitor v)
Overrides:
accept in class Fact