C# 클래스 LLC.SymbolTable

파일 보기 프로젝트 열기: Gl237man/mineroute

공개 프로퍼티들

프로퍼티 타입 설명
Bops List
ConstObjs List
LastUid int
PortObjs List
Trigers List
WireObjs List
conections List

공개 메소드들

메소드 설명
GetUID ( ) : int
SymbolTable ( Parser parser ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

GetUID() 공개 메소드

public GetUID ( ) : int
리턴 int

SymbolTable() 공개 메소드

public SymbolTable ( Parser parser ) : System
parser Parser
리턴 System

프로퍼티 상세

Bops 공개적으로 프로퍼티

public List Bops
리턴 List

ConstObjs 공개적으로 프로퍼티

public List ConstObjs
리턴 List

LastUid 공개적으로 프로퍼티

public int LastUid
리턴 int

PortObjs 공개적으로 프로퍼티

public List PortObjs
리턴 List

Trigers 공개적으로 프로퍼티

public List Trigers
리턴 List

WireObjs 공개적으로 프로퍼티

public List WireObjs
리턴 List

conections 공개적으로 프로퍼티

public List conections
리턴 List