org.tritonus.saol.compiler
Class WidthAndRate
java.lang.Object
org.tritonus.saol.compiler.WidthAndRate
- Direct Known Subclasses:
- NodeSemantics, VariableEntry
public class WidthAndRate
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
WidthAndRate
public WidthAndRate(int nWidth,
int nRate)
getWidth
public int getWidth()
getRate
public int getRate()