sddl.syntax.node
Class ANeqEqExp
java.lang.Object
sddl.syntax.node.Node
sddl.syntax.node.PEqExp
sddl.syntax.node.ANeqEqExp
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class ANeqEqExp
- extends PEqExp
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ANeqEqExp
public ANeqEqExp()
ANeqEqExp
public ANeqEqExp(PCmpExp _left_,
TNeq _neq_,
PCmpExp _right_)
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