sddl.syntax.node
Class ALineLineExp

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

public final class ALineLineExp
extends PLineExp


Constructor Summary
ALineLineExp()
           
ALineLineExp(PLineExp _lineExp_, PLineOp _lineOp_, PEqExp _eqExp_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PEqExp getEqExp()
           
 PLineExp getLineExp()
           
 PLineOp getLineOp()
           
 void setEqExp(PEqExp node)
           
 void setLineExp(PLineExp node)
           
 void setLineOp(PLineOp 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

ALineLineExp

public ALineLineExp()

ALineLineExp

public ALineLineExp(PLineExp _lineExp_,
                    PLineOp _lineOp_,
                    PEqExp _eqExp_)
Method Detail

clone

public java.lang.Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)

getLineExp

public PLineExp getLineExp()

setLineExp

public void setLineExp(PLineExp node)

getLineOp

public PLineOp getLineOp()

setLineOp

public void setLineOp(PLineOp node)

getEqExp

public PEqExp getEqExp()

setEqExp

public void setEqExp(PEqExp node)

toString

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