コード例 #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)
 {
 }
コード例 #4
0
 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();
 }