|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.tritonus.saol.compiler.WidthAndRate
org.tritonus.saol.compiler.VariableEntry
public class VariableEntry
| 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 |
|---|
public VariableEntry(java.lang.String strVariableName,
int nWidth,
int nRate,
boolean bImports,
boolean bExports)
| Method Detail |
|---|
public java.lang.String getVariableName()
public boolean getImports()
public boolean getExports()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||