mapss.dif.language.sablecc.node
Class AComplexMatrixValue

java.lang.Object
  extended by mapss.dif.language.sablecc.node.Node
      extended by mapss.dif.language.sablecc.node.PValue
          extended by mapss.dif.language.sablecc.node.AComplexMatrixValue
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class AComplexMatrixValue
extends PValue


Constructor Summary
AComplexMatrixValue()
           
AComplexMatrixValue(TLSqr _lSqr_, PComplexRow _complexRow_, java.util.List _complexRowTail_, TRSqr _rSqr_)
           
AComplexMatrixValue(TLSqr _lSqr_, PComplexRow _complexRow_, XPComplexRowTail _complexRowTail_, TRSqr _rSqr_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PComplexRow getComplexRow()
           
 java.util.LinkedList getComplexRowTail()
           
 TLSqr getLSqr()
           
 TRSqr getRSqr()
           
 void setComplexRow(PComplexRow node)
           
 void setComplexRowTail(java.util.List list)
           
 void setLSqr(TLSqr node)
           
 void setRSqr(TRSqr node)
           
 java.lang.String toString()
           
 
Methods inherited from class mapss.dif.language.sablecc.node.Node
cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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_)
Method Detail

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