sddl.syntax.node
Class ANeqEqExp

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

public final class ANeqEqExp
extends PEqExp


Constructor Summary
ANeqEqExp()
           
ANeqEqExp(PCmpExp _left_, TNeq _neq_, PCmpExp _right_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PCmpExp getLeft()
           
 TNeq getNeq()
           
 PCmpExp getRight()
           
 void setLeft(PCmpExp node)
           
 void setNeq(TNeq 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

ANeqEqExp

public ANeqEqExp()

ANeqEqExp

public ANeqEqExp(PCmpExp _left_,
                 TNeq _neq_,
                 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)

getNeq

public TNeq getNeq()

setNeq

public void setNeq(TNeq node)

getRight

public PCmpExp getRight()

setRight

public void setRight(PCmpExp node)

toString

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