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 AnyClass extends ClassNameGlob { public AnyClass() { super(); } public static AnyClass parse(java.io.InputStream in) throws ParseException { return new Parser(in)._AnyClass(); } public static AnyClass parse(String s) { try { return parse(new java.io.ByteArrayInputStream(s.getBytes())); } catch (ParseException e) { throw new RuntimeException(e.toString()); } } boolean match(ClassNameGlob glob) { return true; } boolean match(ClassNameExact ex) { return true; } 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 toAllSubclasses_Program_trv(ClassNameTranspVisitor cntv, EdgeVisitor aev) { } void checkStars_ProgramBehavior_trv_bef(DummyVisitor dv) { super.checkStars_ProgramBehavior_trv_bef(dv); dv.before(this); } void checkStars_ProgramBehavior_trv_aft(DummyVisitor dv) { super.checkStars_ProgramBehavior_trv_aft(dv); } void checkStars_ProgramBehavior_trv(DummyVisitor dv) { checkStars_ProgramBehavior_trv_bef(dv); checkStars_ProgramBehavior_trv_aft(dv); } void __trav_markReachableForwardFromSources_StrategyGraph_trv_bef(__V_StrategyGraph_markReachableForwardFromSources __v0) { super.__trav_markReachableForwardFromSources_StrategyGraph_trv_bef(__v0); __v0.before(this); } void __trav_markReachableForwardFromSources_StrategyGraph_trv_aft(__V_StrategyGraph_markReachableForwardFromSources __v0) { super.__trav_markReachableForwardFromSources_StrategyGraph_trv_aft(__v0); } void __trav_markReachableForwardFromSources_StrategyGraph_trv(__V_StrategyGraph_markReachableForwardFromSources __v0) { __trav_markReachableForwardFromSources_StrategyGraph_trv_bef(__v0); __trav_markReachableForwardFromSources_StrategyGraph_trv_aft(__v0); } void __trav_markReachableBackwardFromTargets_StrategyGraph_trv_bef(__V_StrategyGraph_markReachableBackwardFromTargets __v0) { super.__trav_markReachableBackwardFromTargets_StrategyGraph_trv_bef(__v0); __v0.before(this); } void __trav_markReachableBackwardFromTargets_StrategyGraph_trv_aft(__V_StrategyGraph_markReachableBackwardFromTargets __v0) { super.__trav_markReachableBackwardFromTargets_StrategyGraph_trv_aft(__v0); } void __trav_markReachableBackwardFromTargets_StrategyGraph_trv(__V_StrategyGraph_markReachableBackwardFromTargets __v0) { __trav_markReachableBackwardFromTargets_StrategyGraph_trv_bef(__v0); __trav_markReachableBackwardFromTargets_StrategyGraph_trv_aft(__v0); } void __trav_allSourcesAndTargetsMarked_StrategyGraph_trv_bef(__V_StrategyGraph_allSourcesAndTargetsMarked __v0) { super.__trav_allSourcesAndTargetsMarked_StrategyGraph_trv_bef(__v0); __v0.before(this); } void __trav_allSourcesAndTargetsMarked_StrategyGraph_trv_aft(__V_StrategyGraph_allSourcesAndTargetsMarked __v0) { super.__trav_allSourcesAndTargetsMarked_StrategyGraph_trv_aft(__v0); } void __trav_allSourcesAndTargetsMarked_StrategyGraph_trv(__V_StrategyGraph_allSourcesAndTargetsMarked __v0) { __trav_allSourcesAndTargetsMarked_StrategyGraph_trv_bef(__v0); __trav_allSourcesAndTargetsMarked_StrategyGraph_trv_aft(__v0); } void __trav_getFirst_StrategyGraph_trv(java.util.BitSet nodes, __V_StrategyGraph_getFirst __v0) { } void collectSource_SGEdge_trv(VecVisitor vv) { } void collectDest_SGEdge_trv(VecVisitor vv) { } void collectBypassVs_SGEdge_trv(VecVisitor vv) { } void collectOnlyThruVs_SGEdge_trv(VecVisitor vv) { } void __trav_isExact_Glob_trv_bef(__V_Glob_isExact __v0) { super.__trav_isExact_Glob_trv_bef(__v0); __v0.before(this); } void __trav_isExact_Glob_trv_aft(__V_Glob_isExact __v0) { super.__trav_isExact_Glob_trv_aft(__v0); } void __trav_isExact_Glob_trv(__V_Glob_isExact __v0) { __trav_isExact_Glob_trv_bef(__v0); __trav_isExact_Glob_trv_aft(__v0); } void __trav_isPartNameGlob_Glob_trv(__V_Glob_isPartNameGlob __v0) { } void getSourceName_PartGlob_trv(StringVisitor sv) { } void getDestName_PartGlob_trv(StringVisitor sv) { } void getSourceName_SubclassGlob_trv(StringVisitor sv) { } void getDestName_SubclassGlob_trv(StringVisitor sv) { } void allClassNames_ClassGlobSpec_trv_bef(ClassGlobVisitor v) { super.allClassNames_ClassGlobSpec_trv_bef(v); v.before(this); } void allClassNames_ClassGlobSpec_trv_aft(ClassGlobVisitor v) { super.allClassNames_ClassGlobSpec_trv_aft(v); } void allClassNames_ClassGlobSpec_trv(ClassGlobVisitor v) { allClassNames_ClassGlobSpec_trv_bef(v); allClassNames_ClassGlobSpec_trv_aft(v); } }