org.tritonus.saol.compiler
Class VariableEntry

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

public class VariableEntry
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
VariableEntry(java.lang.String strVariableName, int nWidth, int nRate, boolean bImports, boolean bExports)
           
 
Method Summary
 boolean getExports()
           
 boolean getImports()
           
 java.lang.String getVariableName()
           
 
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

VariableEntry

public VariableEntry(java.lang.String strVariableName,
                     int nWidth,
                     int nRate,
                     boolean bImports,
                     boolean bExports)
Method Detail

getVariableName

public java.lang.String getVariableName()

getImports

public boolean getImports()

getExports

public boolean getExports()