|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbyucc.edif.libraries.xilinx.Symbol
byucc.edif.libraries.xilinx.SignalSymbol
Represents and entry in the symbol tables for a signal or a variable. if a signal kind is given, a signal is generated, if a signal kind is not given, a variable is generated by the constructor.
| Field Summary | |
java.lang.String |
identifier
The identifier-string from the source-code |
ASTrelation |
init
Expression for initial value |
int |
kind
What type is it: procedure, type, signal, ... |
java.lang.String |
last_alias
The last alias used in the KIR-Graph |
int |
signal_kind
Kind of this signal |
Symbol |
type
Type of this signal |
| Constructor Summary | |
SignalSymbol(java.lang.String id,
Symbol t,
ASTrelation i)
Create a new variable symbol for the identifier id with the type t and the inition value i. |
|
SignalSymbol(java.lang.String id,
Symbol t,
int sk,
ASTrelation i)
Create a new signal symbol for the identifier id with the type t of a signal-kind (bus, register,...) sk and an initial value i |
|
| Method Summary | |
void |
dump()
print the symbol on screen for debugging purposes. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public Symbol type
public int signal_kind
public ASTrelation init
public java.lang.String identifier
public java.lang.String last_alias
public int kind
| Constructor Detail |
public SignalSymbol(java.lang.String id,
Symbol t,
int sk,
ASTrelation i)
public SignalSymbol(java.lang.String id,
Symbol t,
ASTrelation i)
| Method Detail |
public void dump()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||