Translate
Class Tree.Exp

java.lang.Object
  extended by Translate.Tree
      extended by Translate.Tree.Exp
Direct Known Subclasses:
Tree.Exp.BINOP, Tree.Exp.CALL, Tree.Exp.CONST, Tree.Exp.ESEQ, Tree.Exp.MEM, Tree.Exp.NAME, Tree.Exp.TEMP
Enclosing class:
Tree

public abstract static class Tree.Exp
extends Tree


Nested Class Summary
static class Tree.Exp.BINOP
           
static class Tree.Exp.CALL
           
static class Tree.Exp.CONST
           
static class Tree.Exp.ESEQ
           
static class Tree.Exp.MEM
           
static class Tree.Exp.NAME
           
static class Tree.Exp.TEMP
           
 
Nested classes/interfaces inherited from class Translate.Tree
Tree.Exp, Tree.Print, Tree.Stm, Tree.Visitor<Domain,Range>
 
Constructor Summary
Tree.Exp()
           
 
Method Summary
abstract  Tree.Exp clone(Tree.Exp[] kids)
           
 
Methods inherited from class Translate.Tree
accept, isAtom, kids
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tree.Exp

public Tree.Exp()
Method Detail

clone

public abstract Tree.Exp clone(Tree.Exp[] kids)