C# Class LLC.SymbolTable

Afficher le fichier Open project: Gl237man/mineroute

Méthodes publiques

Свойство Type Description
Bops List
ConstObjs List
LastUid int
PortObjs List
Trigers List
WireObjs List
conections List

Méthodes publiques

Méthode Description
GetUID ( ) : int
SymbolTable ( Parser parser ) : System

Private Methods

Méthode Description
CloseScope ( ) : void
NewBOP ( string boptype ) : string
NewPort ( string name, string type, int wide ) : void
NewTrig ( string name, int wide ) : void
NewWire ( string name, int wide ) : void
NewWire ( string wfrom, string wto, string wfromp, string wtop ) : void
OpenScope ( ) : void
bitConv ( string p ) : int
hexConv ( string p ) : int
newConst ( int wide, int tval ) : string

Method Details

GetUID() public méthode

public GetUID ( ) : int
Résultat int

SymbolTable() public méthode

public SymbolTable ( Parser parser ) : System
parser Parser
Résultat System

Property Details

Bops public_oe property

public List Bops
Résultat List

ConstObjs public_oe property

public List ConstObjs
Résultat List

LastUid public_oe property

public int LastUid
Résultat int

PortObjs public_oe property

public List PortObjs
Résultat List

Trigers public_oe property

public List Trigers
Résultat List

WireObjs public_oe property

public List WireObjs
Résultat List

conections public_oe property

public List conections
Résultat List