C# Class Microsoft.Zing.Scoper

Walks a CompilationUnit and creates a scope for each namespace and each type. The scopes are attached to the corresponding instances via the ScopeFor hash table.
Inheritance: System.Compiler.Scoper
Afficher le fichier Open project: ZingModelChecker/Zing

Méthodes publiques

Méthode Description
VisitUnknownNodeType ( System.Compiler.Node node ) : System.Compiler.Node

Private Methods

Méthode Description
Scoper ( System.Compiler.TrivialHashtable scopeFor ) : System.Compiler

Method Details

VisitUnknownNodeType() public méthode

public VisitUnknownNodeType ( System.Compiler.Node node ) : System.Compiler.Node
node System.Compiler.Node
Résultat System.Compiler.Node