sddl.syntax.node
Class APointTerm
java.lang.Object
sddl.syntax.node.Node
sddl.syntax.node.PTerm
sddl.syntax.node.APointTerm
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class APointTerm
- extends PTerm
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
APointTerm
public APointTerm()
APointTerm
public APointTerm(TLPar _lPar_,
PExp _xValue_,
TComma _comma_,
PExp _yValue_,
TRPar _rPar_)
clone
public java.lang.Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getLPar
public TLPar getLPar()
setLPar
public void setLPar(TLPar node)
getXValue
public PExp getXValue()
setXValue
public void setXValue(PExp node)
getComma
public TComma getComma()
setComma
public void setComma(TComma node)
getYValue
public PExp getYValue()
setYValue
public void setYValue(PExp node)
getRPar
public TRPar getRPar()
setRPar
public void setRPar(TRPar node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object