package EDU.neu.ccs.demeter.tools.apstudio.graphedit;
import java.awt.*;
import java.io.*;
import java.util.*;
import EDU.neu.ccs.demeter.*;
import EDU.neu.ccs.demeter.common.tg.*;


import EDU.neu.ccs.demeter.*;
abstract class IdentOrKeyword {
  public IdentOrKeyword() {
    super();
  }
  void universal_trv0_bef(UniversalVisitor _v_) {
    _v_.before(this);
  }
  void universal_trv0_aft(UniversalVisitor _v_) {
    _v_.after(this);
  }
  void universal_trv0(UniversalVisitor _v_) {  }
  void saveGraph_UGraph_trv_bef(SaveGraphVisitor sgv) {  }
  void saveGraph_UGraph_trv_aft(SaveGraphVisitor sgv) {  }
  void saveGraph_UGraph_trv(SaveGraphVisitor sgv) {  }
  void saveMarkedGraph_UGraph_trv_bef(SelectMarkedVisitor v) {  }
  void saveMarkedGraph_UGraph_trv_aft(SelectMarkedVisitor v) {  }
  void saveMarkedGraph_UGraph_trv(SelectMarkedVisitor v) {  }
  void toPre_Package_trv_bef(PrintVisitor v) {  }
  void toPre_Package_trv_aft(PrintVisitor v) {  }
  void toPre_Package_trv(PrintVisitor v) {  }
  void __trav_toString_PartName_trv_bef(__V_PartName_toString __v0) {  }
  void __trav_toString_PartName_trv_aft(__V_PartName_toString __v0) {  }
  void __trav_toString_PartName_trv(__V_PartName_toString __v0) {  }
}

