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