Exemplo n.º 1
0
 public void Visit(ImportantComment node)
 {
     if (node != null)
     {
         DoesRequire = false;
     }
 }
Exemplo n.º 2
0
 public void Visit(ImportantComment node)
 {
     // not applicable; terminate
 }
Exemplo n.º 3
0
 public void Visit(ImportantComment node)
 {
     // we're good?
 }
Exemplo n.º 4
0
 public virtual void Visit(ImportantComment node)
 {
     // no children
 }
Exemplo n.º 5
0
 public void Visit(ImportantComment node)
 {
     // comment, so we need to keep going
 }
Exemplo n.º 6
0
 public void Visit(ImportantComment node)
 {
     ReportError(node);
 }
Exemplo n.º 7
0
 public virtual void Visit(ImportantComment node)
 {
     // no children
 }
Exemplo n.º 8
0
 public void Visit(ImportantComment node)
 {
     // invalid! ignore
     IsValid = false;
 }