sddl.syntax.node
Class ALeqCmpExp

java.lang.Object
  extended by sddl.syntax.node.Node
      extended by sddl.syntax.node.PCmpExp
          extended by sddl.syntax.node.ALeqCmpExp
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class ALeqCmpExp
extends PCmpExp


Constructor Summary
ALeqCmpExp()
           
ALeqCmpExp(PAddExp _left_, TLeq _leq_, PAddExp _right_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PAddExp getLeft()
           
 TLeq getLeq()
           
 PAddExp getRight()
           
 void setLeft(PAddExp node)
           
 void setLeq(TLeq node)
           
 void setRight(PAddExp node)
           
 java.lang.String toString()
           
 
Methods inherited from class sddl.syntax.node.Node
parent, replaceBy
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ALeqCmpExp

public ALeqCmpExp()

ALeqCmpExp

public ALeqCmpExp(PAddExp _left_,
                  TLeq _leq_,
                  PAddExp _right_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getLeft

public PAddExp getLeft()

setLeft

public void setLeft(PAddExp node)

getLeq

public TLeq getLeq()

setLeq

public void setLeq(TLeq node)

getRight

public PAddExp getRight()

setRight

public void setRight(PAddExp node)

toString

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