sddl.syntax.node
Class AEqEqExp

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

public final class AEqEqExp
extends PEqExp


Constructor Summary
AEqEqExp()
           
AEqEqExp(PCmpExp _left_, TEq _eq_, PCmpExp _right_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TEq getEq()
           
 PCmpExp getLeft()
           
 PCmpExp getRight()
           
 void setEq(TEq node)
           
 void setLeft(PCmpExp node)
           
 void setRight(PCmpExp 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

AEqEqExp

public AEqEqExp()

AEqEqExp

public AEqEqExp(PCmpExp _left_,
                TEq _eq_,
                PCmpExp _right_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getLeft

public PCmpExp getLeft()

setLeft

public void setLeft(PCmpExp node)

getEq

public TEq getEq()

setEq

public void setEq(TEq node)

getRight

public PCmpExp getRight()

setRight

public void setRight(PCmpExp node)

toString

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