org.tritonus.saol.compiler
Class VariableEntry
java.lang.Object
org.tritonus.saol.compiler.WidthAndRate
org.tritonus.saol.compiler.VariableEntry
public class VariableEntry
- extends WidthAndRate
Constructor Summary |
VariableEntry(java.lang.String strVariableName,
int nWidth,
int nRate,
boolean bImports,
boolean bExports)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VariableEntry
public VariableEntry(java.lang.String strVariableName,
int nWidth,
int nRate,
boolean bImports,
boolean bExports)
getVariableName
public java.lang.String getVariableName()
getImports
public boolean getImports()
getExports
public boolean getExports()