sddl.syntax.node
Class APointTerm

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

public final class APointTerm
extends PTerm


Constructor Summary
APointTerm()
           
APointTerm(TLPar _lPar_, PExp _xValue_, TComma _comma_, PExp _yValue_, TRPar _rPar_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TComma getComma()
           
 TLPar getLPar()
           
 TRPar getRPar()
           
 PExp getXValue()
           
 PExp getYValue()
           
 void setComma(TComma node)
           
 void setLPar(TLPar node)
           
 void setRPar(TRPar node)
           
 void setXValue(PExp node)
           
 void setYValue(PExp 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

APointTerm

public APointTerm()

APointTerm

public APointTerm(TLPar _lPar_,
                  PExp _xValue_,
                  TComma _comma_,
                  PExp _yValue_,
                  TRPar _rPar_)
Method Detail

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