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