Exemple #1
0
 virtual public void VisitOnAs(WithDefinition withDefinition, int offset)
 {
 }
Exemple #2
0
 virtual public void VisitAfter(WithDefinition withDefinition)
 {
 }
Exemple #3
0
 virtual public void VisitBefore(WithDefinition withDefinition)
 {
 }
 public void VisitOnAs(WithDefinition withDefinition, int offset)
 {
     _visitor.VisitOnAs(withDefinition, offset);
 }
 public void VisitAfter(WithDefinition withDefinition)
 {
     _visitor.VisitAfter(withDefinition);
 }
 public void VisitBefore(WithDefinition withDefinition)
 {
     _visitor.VisitBefore(withDefinition);
 }