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.*; class CommonIdent extends IdentOrKeyword { public CommonIdent() { super(); } public static CommonIdent parse(java.io.InputStream in) throws ParseException { return new Parser(in)._CommonIdent(); } public static CommonIdent parse(String s) { try { return parse(new java.io.ByteArrayInputStream(s.getBytes())); } catch (ParseException e) { throw new RuntimeException(e.toString()); } } void universal_trv0_bef(UniversalVisitor _v_) { super.universal_trv0_bef(_v_); _v_.before(this); } void universal_trv0_aft(UniversalVisitor _v_) { _v_.after(this); super.universal_trv0_aft(_v_); } void universal_trv0(UniversalVisitor _v_) { universal_trv0_bef(_v_); super.universal_trv0(_v_); universal_trv0_aft(_v_); } void saveGraph_UGraph_trv_bef(SaveGraphVisitor sgv) { super.saveGraph_UGraph_trv_bef(sgv); } void saveGraph_UGraph_trv_aft(SaveGraphVisitor sgv) { super.saveGraph_UGraph_trv_aft(sgv); } void saveGraph_UGraph_trv(SaveGraphVisitor sgv) { saveGraph_UGraph_trv_bef(sgv); super.saveGraph_UGraph_trv(sgv); saveGraph_UGraph_trv_aft(sgv); } void saveMarkedGraph_UGraph_trv_bef(SelectMarkedVisitor v) { super.saveMarkedGraph_UGraph_trv_bef(v); } void saveMarkedGraph_UGraph_trv_aft(SelectMarkedVisitor v) { super.saveMarkedGraph_UGraph_trv_aft(v); } void saveMarkedGraph_UGraph_trv(SelectMarkedVisitor v) { saveMarkedGraph_UGraph_trv_bef(v); super.saveMarkedGraph_UGraph_trv(v); saveMarkedGraph_UGraph_trv_aft(v); } void toPre_Package_trv_bef(PrintVisitor v) { super.toPre_Package_trv_bef(v); v.before(this); } void toPre_Package_trv_aft(PrintVisitor v) { super.toPre_Package_trv_aft(v); } void toPre_Package_trv(PrintVisitor v) { toPre_Package_trv_bef(v); super.toPre_Package_trv(v); toPre_Package_trv_aft(v); } void __trav_toString_PartName_trv(__V_PartName_toString __v0) { } }