Example #1
0
 public override void InitParser(AScanner scanner)
 {
     this.scanner = (Scanner)scanner;
     ReInitParser();
 }
Example #2
0
 //[XCompilRExceptionHandler(typeof(XCompileException), AttributeInheritance = MulticastInheritance.Multicast)]
 public abstract void InitParser(AScanner scanner);
Example #3
0
 //[XCompilRExceptionHandler(typeof(XCompileException), AttributeInheritance = MulticastInheritance.Multicast)]
 public abstract void InitParser(AScanner scanner);