예제 #1
0
 protected bool Equals(EscapeStatement other)
 {
     return(Type == other.Type && string.Equals(Label, other.Label));
 }
예제 #2
0
 public virtual void VisitEscapeStatement(EscapeStatement escapeStatement)
 {
     DefaultVisit(escapeStatement);
 }