Property | Type | Description | |
---|---|---|---|
global | Scope |
Method | Description | |
---|---|---|
ExitScope ( ) : void | ||
InsertFn ( string fnName, Modifiers mods, FnTyRef ty ) : void | ||
InsertType ( string typeName, Modifiers mods, TyRef ty ) : void | ||
InsertVar ( string varName, TyRef ty ) : void | ||
NewScope ( string name ) : void | ||
SymbolTable ( ) : System.Collections.Generic | ||
ToString ( ) : string |
public InsertFn ( string fnName, Modifiers mods, FnTyRef ty ) : void | ||
fnName | string | |
mods | Modifiers | |
ty | FnTyRef | |
return | void |
public InsertType ( string typeName, Modifiers mods, TyRef ty ) : void | ||
typeName | string | |
mods | Modifiers | |
ty | TyRef | |
return | void |
public InsertVar ( string varName, TyRef ty ) : void | ||
varName | string | |
ty | TyRef | |
return | void |
public SymbolTable ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |