C# 클래스 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.
상속: System.Compiler.Scoper
파일 보기 프로젝트 열기: ZingModelChecker/Zing

공개 메소드들

메소드 설명
VisitUnknownNodeType ( System.Compiler.Node node ) : System.Compiler.Node

비공개 메소드들

메소드 설명
Scoper ( System.Compiler.TrivialHashtable scopeFor ) : System.Compiler

메소드 상세

VisitUnknownNodeType() 공개 메소드

public VisitUnknownNodeType ( System.Compiler.Node node ) : System.Compiler.Node
node System.Compiler.Node
리턴 System.Compiler.Node