예제 #1
0
파일: Profiler.cs 프로젝트: achoudh5/prando
 public Profiler(DebugParser parser)
 {
     this.parser = parser;
 }
예제 #2
0
파일: Profiler.cs 프로젝트: antlr/antlrcs
 public virtual void SetParser(DebugParser parser)
 {
     this.parser = parser;
 }
예제 #3
0
 public Profiler(DebugParser parser)
 {
     this.parser = parser;
 }
예제 #4
0
 public virtual void SetParser(DebugParser parser)
 {
     this.parser = parser;
 }