예제 #1
0
 public abstract void Parse(AST_Structure input);
예제 #2
0
 public override void Parse(AST_Structure input)
 {
     throw new NotImplementedException();
 }