org.tritonus.saol.compiler
Class WidthAndRate

java.lang.Object
  extended by org.tritonus.saol.compiler.WidthAndRate
Direct Known Subclasses:
NodeSemantics, VariableEntry

public class WidthAndRate
extends java.lang.Object


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

Field Detail

WIDTH_UNKNOWN

public static final int WIDTH_UNKNOWN
See Also:
Constant Field Values

WIDTH_INCHANNELS

public static final int WIDTH_INCHANNELS
See Also:
Constant Field Values

WIDTH_OUTCHANNELS

public static final int WIDTH_OUTCHANNELS
See Also:
Constant Field Values

RATE_UNKNOWN

public static final int RATE_UNKNOWN
See Also:
Constant Field Values

RATE_I

public static final int RATE_I
See Also:
Constant Field Values

RATE_K

public static final int RATE_K
See Also:
Constant Field Values

RATE_A

public static final int RATE_A
See Also:
Constant Field Values

RATE_X

public static final int RATE_X
See Also:
Constant Field Values

RATE_TABLE

public static final int RATE_TABLE
See Also:
Constant Field Values

RATE_OPARRAY

public static final int RATE_OPARRAY
See Also:
Constant Field Values
Constructor Detail

WidthAndRate

public WidthAndRate(int nWidth,
                    int nRate)
Method Detail

getWidth

public int getWidth()

getRate

public int getRate()