コード例 #1
0
ファイル: ASTVisitor.cs プロジェクト: lotbr101/roslyn2famix
 public ASTVisitor(SemanticModel semanticModel, InCSharpImporter importer)
 {
     this.semanticModel = semanticModel;
     this.importer      = importer;
     currentTypeStack   = new System.Collections.Stack();
 }
コード例 #2
0
 public CSharpASTVisitor(InCSharpImporter importer)
 {
     this.importer    = importer;
     currentTypeStack = new System.Collections.Stack();
 }