org.tritonus.saol.compiler
Class NodeSemantics

java.lang.Object
  extended by org.tritonus.saol.compiler.WidthAndRate
      extended by org.tritonus.saol.compiler.NodeSemantics

public class NodeSemantics
extends WidthAndRate


Field Summary
 
Fields inherited from class org.tritonus.saol.compiler.WidthAndRate
RATE_A, RATE_I, RATE_K, RATE_OPARRAY, RATE_TABLE, RATE_UNKNOWN, RATE_X, WIDTH_INCHANNELS, WIDTH_OUTCHANNELS, WIDTH_UNKNOWN
 
Constructor Summary
NodeSemantics(int nWidth, int nRate)
           
NodeSemantics(int nWidth, int nRate, java.lang.Object aux)
           
NodeSemantics(java.lang.Object aux)
           
 
Method Summary
 java.lang.Object getAux()
           
 
Methods inherited from class org.tritonus.saol.compiler.WidthAndRate
getRate, getWidth
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeSemantics

public NodeSemantics(int nWidth,
                     int nRate)

NodeSemantics

public NodeSemantics(java.lang.Object aux)

NodeSemantics

public NodeSemantics(int nWidth,
                     int nRate,
                     java.lang.Object aux)
Method Detail

getAux

public java.lang.Object getAux()