mapss.dif.language.sablecc.node
Class AComplexMatrixValue
java.lang.Object
mapss.dif.language.sablecc.node.Node
mapss.dif.language.sablecc.node.PValue
mapss.dif.language.sablecc.node.AComplexMatrixValue
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class AComplexMatrixValue
- extends PValue
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AComplexMatrixValue
public AComplexMatrixValue()
AComplexMatrixValue
public AComplexMatrixValue(TLSqr _lSqr_,
PComplexRow _complexRow_,
java.util.List _complexRowTail_,
TRSqr _rSqr_)
AComplexMatrixValue
public AComplexMatrixValue(TLSqr _lSqr_,
PComplexRow _complexRow_,
XPComplexRowTail _complexRowTail_,
TRSqr _rSqr_)
clone
public java.lang.Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getLSqr
public TLSqr getLSqr()
setLSqr
public void setLSqr(TLSqr node)
getComplexRow
public PComplexRow getComplexRow()
setComplexRow
public void setComplexRow(PComplexRow node)
getComplexRowTail
public java.util.LinkedList getComplexRowTail()
setComplexRowTail
public void setComplexRowTail(java.util.List list)
getRSqr
public TRSqr getRSqr()
setRSqr
public void setRSqr(TRSqr node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object