sddl.syntax.node
Class ALineLineExp
java.lang.Object
sddl.syntax.node.Node
sddl.syntax.node.PLineExp
sddl.syntax.node.ALineLineExp
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class ALineLineExp
- extends PLineExp
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ALineLineExp
public ALineLineExp()
ALineLineExp
public ALineLineExp(PLineExp _lineExp_,
PLineOp _lineOp_,
PEqExp _eqExp_)
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