Exemple #1
0
 public ASTVisitor(SemanticModel semanticModel, InCSharpImporter importer)
 {
     this.semanticModel = semanticModel;
     this.importer      = importer;
     currentTypeStack   = new System.Collections.Stack();
 }
 public CSharpASTVisitor(InCSharpImporter importer)
 {
     this.importer    = importer;
     currentTypeStack = new System.Collections.Stack();
 }