Tree
Class CJUMP.BEQ

java.lang.Object
  extended by Tree.Stm
      extended by Tree.CJUMP
          extended by Tree.CJUMP.BEQ
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
CJUMP

public static class CJUMP.BEQ
extends CJUMP


Nested Class Summary
 
Nested classes inherited from class Tree.CJUMP
CJUMP.BEQ, CJUMP.BGE, CJUMP.BGT, CJUMP.BLE, CJUMP.BLT, CJUMP.BNE
 
Field Summary
 
Fields inherited from class Tree.CJUMP
iffalse, iftrue, left, right
 
Constructor Summary
CJUMP.BEQ(Exp l, Exp r, Label t, Label f)
           
 
Method Summary
<R,D> R
accept(Visitor<R,D> v, D d)
           
 CJUMP not()
           
 CJUMP swap()
           
 
Methods inherited from class Tree.CJUMP
build, kids
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CJUMP.BEQ

public CJUMP.BEQ(Exp l,
                 Exp r,
                 Label t,
                 Label f)
Method Detail

not

public CJUMP not()
Specified by:
not in class CJUMP

swap

public CJUMP swap()
Specified by:
swap in class CJUMP

accept

public <R,D> R accept(Visitor<R,D> v,
                      D d)
Specified by:
accept in class Stm