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
ファイルを表示 Open project: ZingModelChecker/Zing

Public Methods

Method Description
VisitUnknownNodeType ( System.Compiler.Node node ) : System.Compiler.Node

Private Methods

Method Description
Scoper ( System.Compiler.TrivialHashtable scopeFor ) : System.Compiler

Method Details

VisitUnknownNodeType() public method

public VisitUnknownNodeType ( System.Compiler.Node node ) : System.Compiler.Node
node System.Compiler.Node
return System.Compiler.Node