示例#1
0
 public void Visit(IOtherToken token)
 {
     FilteredWhite(token);
 }
示例#2
0
 public virtual void Visit(IOtherToken t)
 {
 }
示例#3
0
 public virtual void Visit(IOtherToken t)
 {
 }
 public void Visit(IOtherToken t)
 {
     other_count++;
 }
 public void Visit(IOtherToken token)
 {
     FilteredWhite(token);
 }
示例#6
0
 public void Visit(IOtherToken token)
 {
     Write(token, Color.Black);
 }
 public virtual void Visit(IOtherToken t)
 {
     //throw new System.NotImplementedException();
 }