|
|||||||||
| 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
class 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 | |
|---|---|
ASTrelation |
init
Expression for initial value |
int |
signal_kind
Kind of this signal |
Symbol |
type
Type of this signal |
| Fields inherited from class byucc.edif.libraries.xilinx.Symbol |
|---|
identifier, kind, last_alias |
| 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 |
|---|
| Methods inherited from class byucc.edif.libraries.xilinx.Symbol |
|---|
dump |
| 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
| Constructor Detail |
|---|
public SignalSymbol(java.lang.String id,
Symbol t,
int sk,
ASTrelation i)
public SignalSymbol(java.lang.String id,
Symbol t,
ASTrelation i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||