C# Class Symbols.SymbolTable

Afficher le fichier Open project: YourLocalFax/OLD-Score Class Usage Examples

Méthodes publiques

Свойство Type Description
global Scope

Méthodes publiques

Méthode 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

Method Details

ExitScope() public méthode

public ExitScope ( ) : void
Résultat void

InsertFn() public méthode

public InsertFn ( string fnName, Modifiers mods, FnTyRef ty ) : void
fnName string
mods Modifiers
ty FnTyRef
Résultat void

InsertType() public méthode

public InsertType ( string typeName, Modifiers mods, TyRef ty ) : void
typeName string
mods Modifiers
ty TyRef
Résultat void

InsertVar() public méthode

public InsertVar ( string varName, TyRef ty ) : void
varName string
ty TyRef
Résultat void

NewScope() public méthode

public NewScope ( string name ) : void
name string
Résultat void

SymbolTable() public méthode

public SymbolTable ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

global public_oe property

public Scope global
Résultat Scope