sddl.syntax.node
Class AGeqCmpExp
java.lang.Object
sddl.syntax.node.Node
sddl.syntax.node.PCmpExp
sddl.syntax.node.AGeqCmpExp
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class AGeqCmpExp
- extends PCmpExp
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AGeqCmpExp
public AGeqCmpExp()
AGeqCmpExp
public AGeqCmpExp(PAddExp _left_,
TGeq _geq_,
PAddExp _right_)
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)
getGeq
public TGeq getGeq()
setGeq
public void setGeq(TGeq node)
getRight
public PAddExp getRight()
setRight
public void setRight(PAddExp node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object