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 UniversalVisitor {
  public UniversalVisitor() {
    super();
  }
  public void start() { }
  public void before(UGraph host) { }
  public void before_pkg(UGraph source, Package dest) { }
  public void before_imports(UGraph source, Import_SList dest) { }
  public void before_preamble(UGraph source, JavaCode dest) { }
  public void before_vertices(UGraph source, UVertex_List dest) { }
  public void before_idToVertexTable(UGraph source, Hashtable dest) { }
  public void before_edges(UGraph source, UEdge_List dest) { }
  public void before_idToEdgeTable(UGraph source, Hashtable dest) { }
  public void before_nameToIdVertexTable(UGraph source, Hashtable dest) { }
  public void before_firstuid(UGraph source, UID dest) { }
  public void before(UVertex_List host) { }
  public void before_first(UVertex_List source, Nonempty_UVertex_List dest) { }
  public void before(UVertex host) { }
  public void before_vid(UVertex source, UID dest) { }
  public void before_vertexname(UVertex source, UVertexName dest) { }
  public void before_position(UVertex source, Coordinates dest) { }
  public void before_incoming(UVertex source, IEdge_List dest) { }
  public void before_outgoing(UVertex source, OEdge_List dest) { }
  public void before_inArcIdList(UVertex source, Vector dest) { }
  public void before_outArcIdList(UVertex source, Vector dest) { }
  public void before_vdeco(UVertex source, Decorator dest) { }
  public void before_tgv(UVertex source, TGVertex dest) { }
  public void before_persp(UVertex source, Perspective dest) { }
  public void before(UConstOrAltVertex host) { }
  public void before_parse(UConstOrAltVertex source, ParseOrNot dest) { }
  public void before_outEdgeNameList(UConstOrAltVertex source, Vector dest) { }
  public void before_keywords(UConstOrAltVertex source, ScopeIdentifier_List dest) { }
  public void before(ParseOrNot host) { }
  public void before(YaParse host) { }
  public void before(NopParse host) { }
  public void before(UTerm host) { }
  public void before(IEdge_List host) { }
  public void before_first(IEdge_List source, Nonempty_IEdge_List dest) { }
  public void before(OEdge_List host) { }
  public void before_first(OEdge_List source, Nonempty_OEdge_List dest) { }
  public void before(UConstVertex host) { }
  public void before_beFore(UConstVertex source, UBefore dest) { }
  public void before_afTer(UConstVertex source, UAfter dest) { }
  public void before(UBefore host) { }
  public void before_syntax(UBefore source, String dest) { }
  public void before(UAfter host) { }
  public void before_syntax(UAfter source, String dest) { }
  public void before(UAltVertex host) { }
  public void before(UInterface host) { }
  public void before_keywords(UInterface source, InterfaceModifier_List dest) { }
  public void before_javacode(UInterface source, JavaCode dest) { }
  public void before(InterfaceModifier_List host) { }
  public void before_first(InterfaceModifier_List source, Nonempty_InterfaceModifier_List dest) { }
  public void before(InterfaceModifier host) { }
  public void before(PublicModifier host) { }
  public void before(UTermConstVertex host) { }
  public void before(UTermInterface host) { }
  public void before(ScopeIdentifier_List host) { }
  public void before_first(ScopeIdentifier_List source, Nonempty_ScopeIdentifier_List dest) { }
  public void before(ScopeIdentifier host) { }
  public void before(PublicIdentifier host) { }
  public void before(FinalIdentifier host) { }
  public void before(UEdge_List host) { }
  public void before_first(UEdge_List source, Nonempty_UEdge_List dest) { }
  public void before(UEdge host) { }
  public void before_eid(UEdge source, UID dest) { }
  public void before_fromVertex(UEdge source, UID dest) { }
  public void before_toVertex(UEdge source, UID dest) { }
  public void before_edeco(UEdge source, Decorator dest) { }
  public void before_bendpoint(UEdge source, BendPoint dest) { }
  public void before_persp(UEdge source, ArcPerspective dest) { }
  public void before(USuperEdge host) { }
  public void before(BendPoint host) { }
  public void before_position(BendPoint source, Coordinates dest) { }
  public void before(UAltEdge host) { }
  public void before_tge(UAltEdge source, TGAEdge dest) { }
  public void before(UExtendEdge host) { }
  public void before_tge(UExtendEdge source, TGAEdge dest) { }
  public void before(UImplEdge host) { }
  public void before_tge(UImplEdge source, TGIEdge dest) { }
  public void before(UConstEdge host) { }
  public void before_edgename(UConstEdge source, UEdgeName dest) { }
  public void before_card(UConstEdge source, Cardinality dest) { }
  public void before_beFore(UConstEdge source, UBefore dest) { }
  public void before_afTer(UConstEdge source, UAfter dest) { }
  public void before_keywords(UConstEdge source, PartModifier_List dest) { }
  public void before_tge(UConstEdge source, TGCEdge dest) { }
  public void before(PartModifier_List host) { }
  public void before_first(PartModifier_List source, Nonempty_PartModifier_List dest) { }
  public void before(PartModifier host) { }
  public void before(FinalMod host) { }
  public void before(StaticMod host) { }
  public void before(ReadOnlyMod host) { }
  public void before(PrivateMod host) { }
  public void before(Cardinality host) { }
  public void before_lower(Cardinality source, Lower dest) { }
  public void before_upper(Cardinality source, Upper dest) { }
  public void before(Lower host) { }
  public void before_l(Lower source, Integer dest) { }
  public void before(Upper host) { }
  public void before_u(Upper source, String dest) { }
  public void before(UID host) { }
  public void before_id(UID source, Integer dest) { }
  public void before(UEdgeName host) { }
  public void before_name(UEdgeName source, Ident dest) { }
  public void before(UVertexName host) { }
  public void before_name(UVertexName source, Ident dest) { }
  public void before(Coordinates host) { }
  public void before_x(Coordinates source, X dest) { }
  public void before_y(Coordinates source, Y dest) { }
  public void before(X host) { }
  public void before_x(X source, Integer dest) { }
  public void before(Y host) { }
  public void before_y(Y source, Integer dest) { }
  public void before(Decorator host) { }
  public void before_travtag(Decorator source, Integer dest) { }
  public void before_travtaglist(Decorator source, Vector dest) { }
  public void before(UniqueIDGenerator host) { }
  public void before(Program host) { }
  public void before_globalimports(Program source, GlobalImports dest) { }
  public void before_cg(Program source, ClassGraph dest) { }
  public void before(GlobalImports host) { }
  public void before_imports(GlobalImports source, Import_SList dest) { }
  public void before(Import host) { }
  public void before_packagename(Import source, PackageName dest) { }
  public void before_importallclasses(Import source, ImportAllClasses dest) { }
  public void before(ImportAllClasses host) { }
  public void before(ClassGraph host) { }
  public void before_defdict(ClassGraph source, Hashtable dest) { }
  public void before_classes(ClassGraph source, ClassGraphEntry_DList dest) { }
  public void before_tg(ClassGraph source, TraversalGraph dest) { }
  public void before(ClassGraphEntry host) { }
  public void before(Directive host) { }
  public void before(ParseDirective host) { }
  public void before_parsekeyword(ParseDirective source, ParseKeyword dest) { }
  public void before(VisitorDirective host) { }
  public void before_visitorkeyword(VisitorDirective source, VisitorKeyword dest) { }
  public void before(PackageDirective host) { }
  public void before_pkg(PackageDirective source, Package dest) { }
  public void before_localimports(PackageDirective source, LocalImports dest) { }
  public void before(Package host) { }
  public void before_packagename(Package source, PackageName dest) { }
  public void before(LocalImports host) { }
  public void before_imports(LocalImports source, Import_SList dest) { }
  public void before(Definition host) { }
  public void before(ClassDef host) { }
  public void before_keywords(ClassDef source, ClassKeyword_List dest) { }
  public void before_paramclassname(ClassDef source, ParamClassName dest) { }
  public void before_parsedirective(ClassDef source, ParseDirective dest) { }
  public void before_classparts(ClassDef source, ClassParts dest) { }
  public void before_classmethods(ClassDef source, ClassMethods dest) { }
  public void before_eoftoken(ClassDef source, EOFtoken dest) { }
  public void before(ParamClassName host) { }
  public void before_classname(ParamClassName source, ClassName dest) { }
  public void before_parameters(ParamClassName source, ClassName_Commalist dest) { }
  public void before(ClassParts host) { }
  public void before(ConstOrAltClass host) { }
  public void before_parts(ConstOrAltClass source, PartOrSyntax_List dest) { }
  public void before_parents(ConstOrAltClass source, ClassParents dest) { }
  public void before(PartOrSyntax host) { }
  public void before(Part host) { }
  public void before_partname(Part source, PartName dest) { }
  public void before_keywords(Part source, PartKeyword_List dest) { }
  public void before_classspec(Part source, ClassSpec dest) { }
  public void before_partinit(Part source, PartInit dest) { }
  public void before(PartInit host) { }
  public void before_partinitkeyword(PartInit source, PartInitKeyword dest) { }
  public void before_javacode(PartInit source, JavaCode dest) { }
  public void before(OptionalPart host) { }
  public void before_locallookahead(OptionalPart source, LocalLookahead dest) { }
  public void before_part(OptionalPart source, Part_Sandwich dest) { }
  public void before(ClassParents host) { }
  public void before_superclasses(ClassParents source, Superclasses dest) { }
  public void before_interfaces(ClassParents source, Interfaces dest) { }
  public void before(Superclasses host) { }
  public void before_extendskeyword(Superclasses source, ExtendsKeyword dest) { }
  public void before_superclasses(Superclasses source, Superclass_Commalist dest) { }
  public void before(Superclass host) { }
  public void before_classspec(Superclass source, ClassSpec dest) { }
  public void before(Interfaces host) { }
  public void before_implementskeyword(Interfaces source, ImplementsKeyword dest) { }
  public void before_interfaces(Interfaces source, Interface_Commalist dest) { }
  public void before(Interface host) { }
  public void before_classspec(Interface source, ClassSpec dest) { }
  public void before(ConstructionClass host) { }
  public void before(AlternationClass host) { }
  public void before_subclasses(AlternationClass source, Subclass_Barlist dest) { }
  public void before_commonkeyword(AlternationClass source, CommonKeyword dest) { }
  public void before(Subclass host) { }
  public void before_locallookahead(Subclass source, LocalLookahead dest) { }
  public void before_classspec(Subclass source, ClassSpec dest) { }
  public void before(LocalLookahead host) { }
  public void before_lookaheadkeyword(LocalLookahead source, LookaheadKeyword dest) { }
  public void before_javacode(LocalLookahead source, JavaCode dest) { }
  public void before(RepetitionClass host) { }
  public void before_sandwiched(RepetitionClass source, RepeatedPart_Sandwich dest) { }
  public void before(RepeatedPart host) { }
  public void before_nonempty(RepeatedPart source, ClassSpec dest) { }
  public void before_locallookahead(RepeatedPart source, LocalLookahead dest) { }
  public void before_repeated(RepeatedPart source, ClassSpec_Sandwich dest) { }
  public void before(ClassSpec host) { }
  public void before_classname(ClassSpec source, ClassName dest) { }
  public void before_actual_parameters(ClassSpec source, ClassSpec_Commalist dest) { }
  public void before(Syntax host) { }
  public void before(PlainSyntax host) { }
  public void before_string(PlainSyntax source, String dest) { }
  public void before(PrintCommand host) { }
  public void before(PrintIndent host) { }
  public void before(PrintUnindent host) { }
  public void before(PrintSkip host) { }
  public void before(PrintSpace host) { }
  public void before(EOFtoken host) { }
  public void before(ProgramBehavior host) { }
  public void before_behavior(ProgramBehavior source, Behavior_DList dest) { }
  public void before(Behavior host) { }
  public void before(StrategyDefinition host) { }
  public void before_strategyname(StrategyDefinition source, StrategyName dest) { }
  public void before_exp(StrategyDefinition source, StrategyExpression dest) { }
  public void before(StrategyExpression host) { }
  public void before(StrategyGraph host) { }
  public void before_edgeVec(StrategyGraph source, Vector dest) { }
  public void before_edges(StrategyGraph source, SGEdge_SList dest) { }
  public void before_sources(StrategyGraph source, ClassGlobSpec dest) { }
  public void before_sourceEdges(StrategyGraph source, Integer_NList dest) { }
  public void before_targets(StrategyGraph source, ClassGlobSpec dest) { }
  public void before(SGEdge host) { }
  public void before_source(SGEdge source, ClassGlobSpec dest) { }
  public void before_dest(SGEdge source, ClassGlobSpec dest) { }
  public void before_constraint(SGEdge source, NegativeConstraint dest) { }
  public void before(PathDirective host) { }
  public void before_constraint(PathDirective source, NegativeConstraint dest) { }
  public void before_segments(PathDirective source, PathSegment_List dest) { }
  public void before_targetdirective(PathDirective source, TargetDirective dest) { }
  public void before(PathSegment host) { }
  public void before_node(PathSegment source, PositiveConstraint dest) { }
  public void before_constraint(PathSegment source, NegativeConstraint dest) { }
  public void before(Constraint host) { }
  public void before_glob(Constraint source, GlobSpec dest) { }
  public void before(PositiveConstraint host) { }
  public void before(Through host) { }
  public void before(Via host) { }
  public void before(NegativeConstraint host) { }
  public void before(Bypassing host) { }
  public void before(OnlyThrough host) { }
  public void before(TargetDirective host) { }
  public void before_targets(TargetDirective source, ClassGlobSpec dest) { }
  public void before(To host) { }
  public void before(ToStop host) { }
  public void before(StrategyVariable host) { }
  public void before_strategyname(StrategyVariable source, StrategyName dest) { }
  public void before(CompoundStrategy host) { }
  public void before_args(CompoundStrategy source, StrategyExpression_Commalist dest) { }
  public void before(Join host) { }
  public void before(Merge host) { }
  public void before(Intersect host) { }
  public void before(GlobSpec host) { }
  public void before(OneGlob host) { }
  public void before_glob(OneGlob source, Glob dest) { }
  public void before(GlobSet host) { }
  public void before_globs(GlobSet source, Glob_Commalist dest) { }
  public void before(Glob host) { }
  public void before(EdgeGlob host) { }
  public void before(ClassGlob host) { }
  public void before_name(ClassGlob source, ClassNameGlob dest) { }
  public void before(PartGlob host) { }
  public void before_source(PartGlob source, SourceGlob dest) { }
  public void before_name(PartGlob source, PartNameGlob dest) { }
  public void before_dest(PartGlob source, DestGlob dest) { }
  public void before(SubclassGlob host) { }
  public void before_source(SubclassGlob source, SourceGlob dest) { }
  public void before_dest(SubclassGlob source, DestGlob dest) { }
  public void before(SuperclassGlob host) { }
  public void before_source(SuperclassGlob source, SourceGlob dest) { }
  public void before_dest(SuperclassGlob source, DestGlob dest) { }
  public void before(SourceGlob host) { }
  public void before_name(SourceGlob source, ClassNameGlob dest) { }
  public void before(DestGlob host) { }
  public void before_name(DestGlob source, ClassNameGlob dest) { }
  public void before(ClassNameGlob host) { }
  public void before(ClassNameExact host) { }
  public void before_classname(ClassNameExact source, ClassName dest) { }
  public void before(AnyClass host) { }
  public void before(PartNameGlob host) { }
  public void before(PartNameExact host) { }
  public void before_partname(PartNameExact source, PartName dest) { }
  public void before(AnyPart host) { }
  public void before(ClassGlobSpec host) { }
  public void before(OneClassGlob host) { }
  public void before_classglob(OneClassGlob source, ClassGlob dest) { }
  public void before(ClassGlobSet host) { }
  public void before_globs(ClassGlobSet source, ClassGlob_Commalist dest) { }
  public void before(ClassBehavior host) { }
  public void before_classes(ClassBehavior source, ClassGlobSpec dest) { }
  public void before_methods(ClassBehavior source, ClassMethods dest) { }
  public void before(ClassMethods host) { }
  public void before_methods(ClassMethods source, Method_SList dest) { }
  public void before_wrapperdict(ClassMethods source, Hashtable dest) { }
  public void before(HostSet host) { }
  public void before_exactHosts(HostSet source, Hashtable dest) { }
  public void before_partnames(HostSet source, Hashtable dest) { }
  public void before_globs(HostSet source, GlobSet dest) { }
  public void before(Method host) { }
  public void before(TraversalDef host) { }
  public void before_name(TraversalDef source, TraversalName dest) { }
  public void before_parms(TraversalDef source, TraversalParms dest) { }
  public void before_strat(TraversalDef source, StrategyExpression dest) { }
  public void before(TraversalParms host) { }
  public void before_visitors(TraversalParms source, Visitor_Commalist dest) { }
  public void before(Visitor host) { }
  public void before_classname(Visitor source, ClassName dest) { }
  public void before_visitorname(Visitor source, VisitorName dest) { }
  public void before(MethodDef host) { }
  public void before_methodsignature(MethodDef source, MethodSignature dest) { }
  public void before_methodbody(MethodDef source, MethodBody dest) { }
  public void before(MethodSignature host) { }
  public void before_keywords(MethodSignature source, MethodKeyword_List dest) { }
  public void before_returnType(MethodSignature source, JavaType dest) { }
  public void before_name(MethodSignature source, MethodName dest) { }
  public void before_parms(MethodSignature source, MethodParm_Commalist dest) { }
  public void before_throwsclause(MethodSignature source, Throws dest) { }
  public void before(MethodKeyword host) { }
  public void before(PublicMethod host) { }
  public void before(ProtectedMethod host) { }
  public void before(PrivateMethod host) { }
  public void before(StaticMethod host) { }
  public void before(FinalMethod host) { }
  public void before(AbstractMethod host) { }
  public void before(MethodParm host) { }
  public void before_type(MethodParm source, JavaType dest) { }
  public void before_array1(MethodParm source, ArraySpec_List dest) { }
  public void before_name(MethodParm source, ParmName dest) { }
  public void before_array2(MethodParm source, ArraySpec_List dest) { }
  public void before(ArraySpec host) { }
  public void before(Throws host) { }
  public void before_exceptions(Throws source, ClassName_Commalist dest) { }
  public void before(MethodBody host) { }
  public void before(VerbatimMethodBody host) { }
  public void before_javacode(VerbatimMethodBody source, JavaCode dest) { }
  public void before(AdaptiveMethodBody host) { }
  public void before_trv(AdaptiveMethodBody source, TraversalExpression dest) { }
  public void before_vis(AdaptiveMethodBody source, VisitorExpression dest) { }
  public void before(NoMethodBody host) { }
  public void before(TraversalExpression host) { }
  public void before(TraversalRef host) { }
  public void before_equals(TraversalRef source, Equals dest) { }
  public void before_name(TraversalRef source, TraversalName dest) { }
  public void before(Equals host) { }
  public void before(TraversalSpec host) { }
  public void before_strat(TraversalSpec source, StrategyExpression dest) { }
  public void before(VisitorExpression host) { }
  public void before(VisitorRef host) { }
  public void before(WithVisitorRef host) { }
  public void before_visitorClasses(WithVisitorRef source, ClassName_Commalist dest) { }
  public void before(ParenVisitorRef host) { }
  public void before_visitorClasses(ParenVisitorRef source, ClassName_Commalist dest) { }
  public void before(VisitorSpec host) { }
  public void before_methods(VisitorSpec source, ClassMethods dest) { }
  public void before(Wrapper host) { }
  public void before_kind(Wrapper source, WrapperKind dest) { }
  public void before_hosts(Wrapper source, HostSpec dest) { }
  public void before_javacode(Wrapper source, JavaCode dest) { }
  public void before(WrapperKind host) { }
  public void before(Before host) { }
  public void before(Around host) { }
  public void before(After host) { }
  public void before(HostSpec host) { }
  public void before(Accessor host) { }
  public void before_partname(Accessor source, PartName dest) { }
  public void before_javacode(Accessor source, JavaCode dest) { }
  public void before(Getter host) { }
  public void before(Setter host) { }
  public void before(Constructor host) { }
  public void before_javacode(Constructor source, JavaCode dest) { }
  public void before(Start host) { }
  public void before_javacode(Start source, JavaCode dest) { }
  public void before(Finish host) { }
  public void before_javacode(Finish source, JavaCode dest) { }
  public void before(ReturnValue host) { }
  public void before_type(ReturnValue source, JavaType dest) { }
  public void before_exp(ReturnValue source, JavaCode dest) { }
  public void before(Verbatim host) { }
  public void before_javacode(Verbatim source, JavaCode dest) { }
  public void before(PackageName host) { }
  public void before_first(PackageName source, Nonempty_PackageName dest) { }
  public void before(ClassName host) { }
  public void before_name(ClassName source, Name dest) { }
  public void before(PartName host) { }
  public void before_name(PartName source, IdentOrKeyword dest) { }
  public void before(TraversalName host) { }
  public void before_name(TraversalName source, Name dest) { }
  public void before(VisitorName host) { }
  public void before_name(VisitorName source, Name dest) { }
  public void before(MethodName host) { }
  public void before_name(MethodName source, Ident dest) { }
  public void before(ParmName host) { }
  public void before_name(ParmName source, Ident dest) { }
  public void before(StrategyName host) { }
  public void before_name(StrategyName source, Ident dest) { }
  public void before(JavaType host) { }
  public void before_type(JavaType source, Name dest) { }
  public void before(JavaCode host) { }
  public void before_code(JavaCode source, Text dest) { }
  public void before(Name host) { }
  public void before_first(Name source, Nonempty_Name dest) { }
  public void before(IdentOrKeyword host) { }
  public void before(ParseIdent host) { }
  public void before(NoParseIdent host) { }
  public void before(VisitorsIdent host) { }
  public void before(EndVisitorsIdent host) { }
  public void before(VisitorIdent host) { }
  public void before(NotParsedIdent host) { }
  public void before(DerivedIdent host) { }
  public void before(InitIdent host) { }
  public void before(CommonIdent host) { }
  public void before(LookaheadIdent host) { }
  public void before(OtherIdent host) { }
  public void before_id(OtherIdent source, Ident dest) { }
  public void before(ParseKeyword host) { }
  public void before(DoParse host) { }
  public void before(DoParseWithoutStars host) { }
  public void before(DoParseWithStars host) { }
  public void before(DontParse host) { }
  public void before(DontParseWithoutStars host) { }
  public void before(DontParseWithStars host) { }
  public void before(VisitorKeyword host) { }
  public void before(BeginVisitors host) { }
  public void before(BeginVisitorsWithoutStars host) { }
  public void before(BeginVisitorsWithStars host) { }
  public void before(EndVisitors host) { }
  public void before(EndVisitorsWithoutStars host) { }
  public void before(EndVisitorsWithStars host) { }
  public void before(ClassKeyword host) { }
  public void before(PublicClass host) { }
  public void before(PublicClassWithoutStars host) { }
  public void before(PublicClassWithStars host) { }
  public void before(FinalClass host) { }
  public void before(FinalClassWithoutStars host) { }
  public void before(FinalClassWithStars host) { }
  public void before(InterfaceClass host) { }
  public void before(InterfaceClassWithoutStars host) { }
  public void before(InterfaceClassWithStars host) { }
  public void before(VisitorClass host) { }
  public void before(VisitorClassWithoutStars host) { }
  public void before(VisitorClassWithStars host) { }
  public void before(NotParsedClass host) { }
  public void before(NotParsedClassWithoutStars host) { }
  public void before(NotParsedClassWithStars host) { }
  public void before(PartKeyword host) { }
  public void before(FinalPart host) { }
  public void before(FinalPartWithoutStars host) { }
  public void before(FinalPartWithStars host) { }
  public void before(StaticPart host) { }
  public void before(StaticPartWithoutStars host) { }
  public void before(StaticPartWithStars host) { }
  public void before(ReadOnlyPart host) { }
  public void before(ReadOnlyPartWithoutStars host) { }
  public void before(ReadOnlyPartWithStars host) { }
  public void before(PrivatePart host) { }
  public void before(PrivatePartWithoutStars host) { }
  public void before(PrivatePartWithStars host) { }
  public void before(DerivedPart host) { }
  public void before(DerivedPartWithoutStars host) { }
  public void before(DerivedPartWithStars host) { }
  public void before(PartInitKeyword host) { }
  public void before(PartInitKeywordWithoutStars host) { }
  public void before(PartInitKeywordWithStars host) { }
  public void before(ExtendsKeyword host) { }
  public void before(ExtendsKeywordWithoutStars host) { }
  public void before(ExtendsKeywordWithStars host) { }
  public void before(ImplementsKeyword host) { }
  public void before(ImplementsKeywordWithoutStars host) { }
  public void before(ImplementsKeywordWithStars host) { }
  public void before(CommonKeyword host) { }
  public void before(CommonWithoutStars host) { }
  public void before(CommonWithStars host) { }
  public void before(LookaheadKeyword host) { }
  public void before(LookaheadKeywordWithoutStars host) { }
  public void before(LookaheadKeywordWithStars host) { }
  public void before(TraversalMethodName host) { }
  public void before_methodname(TraversalMethodName source, MethodName dest) { }
  public void before(ClassType host) { }
  public void before_is_con(ClassType source, boolean dest) { }
  public void before_is_alt(ClassType source, boolean dest) { }
  public void before_is_rep(ClassType source, boolean dest) { }
  public void before_is_public(ClassType source, boolean dest) { }
  public void before_is_final(ClassType source, boolean dest) { }
  public void before_is_interface(ClassType source, boolean dest) { }
  public void before_is_not_parsed(ClassType source, boolean dest) { }
  public void before_is_visitor(ClassType source, boolean dest) { }
  public void before(PartType host) { }
  public void before_is_final(PartType source, boolean dest) { }
  public void before_is_static(PartType source, boolean dest) { }
  public void before_is_derived(PartType source, boolean dest) { }
  public void before_has_getter(PartType source, boolean dest) { }
  public void before_has_setter(PartType source, boolean dest) { }
  public void before(Parts host) { }
  public void before_first(Parts source, Nonempty_Parts dest) { }
  public void before(Import_SList host) { }
  public void before_first(Import_SList source, Nonempty_Import_SList dest) { }
  public void before(ClassGraphEntry_DList host) { }
  public void before_first(ClassGraphEntry_DList source, Nonempty_ClassGraphEntry_DList dest) { }
  public void before(ClassKeyword_List host) { }
  public void before_first(ClassKeyword_List source, Nonempty_ClassKeyword_List dest) { }
  public void before(ClassName_Commalist host) { }
  public void before_first(ClassName_Commalist source, Nonempty_ClassName_Commalist dest) { }
  public void before(PartOrSyntax_List host) { }
  public void before_first(PartOrSyntax_List source, Nonempty_PartOrSyntax_List dest) { }
  public void before(PartKeyword_List host) { }
  public void before_first(PartKeyword_List source, Nonempty_PartKeyword_List dest) { }
  public void before(Part_Sandwich host) { }
  public void before_first(Part_Sandwich source, Syntax_List dest) { }
  public void before_inner(Part_Sandwich source, Part dest) { }
  public void before_second(Part_Sandwich source, Syntax_List dest) { }
  public void before(Superclass_Commalist host) { }
  public void before_first(Superclass_Commalist source, Nonempty_Superclass_Commalist dest) { }
  public void before(Interface_Commalist host) { }
  public void before_first(Interface_Commalist source, Nonempty_Interface_Commalist dest) { }
  public void before(Subclass_Barlist host) { }
  public void before_first(Subclass_Barlist source, Nonempty_Subclass_Barlist dest) { }
  public void before(RepeatedPart_Sandwich host) { }
  public void before_first(RepeatedPart_Sandwich source, Syntax_List dest) { }
  public void before_inner(RepeatedPart_Sandwich source, RepeatedPart dest) { }
  public void before_second(RepeatedPart_Sandwich source, Syntax_List dest) { }
  public void before(ClassSpec_Sandwich host) { }
  public void before_first(ClassSpec_Sandwich source, Syntax_List dest) { }
  public void before_inner(ClassSpec_Sandwich source, ClassSpec dest) { }
  public void before_second(ClassSpec_Sandwich source, Syntax_List dest) { }
  public void before(Syntax_List host) { }
  public void before_first(Syntax_List source, Nonempty_Syntax_List dest) { }
  public void before(ClassSpec_Commalist host) { }
  public void before_first(ClassSpec_Commalist source, Nonempty_ClassSpec_Commalist dest) { }
  public void before(Behavior_DList host) { }
  public void before_first(Behavior_DList source, Nonempty_Behavior_DList dest) { }
  public void before(SGEdge_SList host) { }
  public void before_first(SGEdge_SList source, Nonempty_SGEdge_SList dest) { }
  public void before(Integer_NList host) { }
  public void before_first(Integer_NList source, Nonempty_Integer_NList dest) { }
  public void before(PathSegment_List host) { }
  public void before_first(PathSegment_List source, Nonempty_PathSegment_List dest) { }
  public void before(StrategyExpression_Commalist host) { }
  public void before_first(StrategyExpression_Commalist source, Nonempty_StrategyExpression_Commalist dest) { }
  public void before(Glob_Commalist host) { }
  public void before_first(Glob_Commalist source, Nonempty_Glob_Commalist dest) { }
  public void before(ClassGlob_Commalist host) { }
  public void before_first(ClassGlob_Commalist source, Nonempty_ClassGlob_Commalist dest) { }
  public void before(Method_SList host) { }
  public void before_first(Method_SList source, Nonempty_Method_SList dest) { }
  public void before(Visitor_Commalist host) { }
  public void before_first(Visitor_Commalist source, Nonempty_Visitor_Commalist dest) { }
  public void before(MethodKeyword_List host) { }
  public void before_first(MethodKeyword_List source, Nonempty_MethodKeyword_List dest) { }
  public void before(MethodParm_Commalist host) { }
  public void before_first(MethodParm_Commalist source, Nonempty_MethodParm_Commalist dest) { }
  public void before(ArraySpec_List host) { }
  public void before_first(ArraySpec_List source, Nonempty_ArraySpec_List dest) { }
  public void before(Nonempty_UVertex_List host) { }
  public void before_it(Nonempty_UVertex_List source, UVertex dest) { }
  public void before_next(Nonempty_UVertex_List source, Nonempty_UVertex_List dest) { }
  public void before(Nonempty_IEdge_List host) { }
  public void before_it(Nonempty_IEdge_List source, UID dest) { }
  public void before_next(Nonempty_IEdge_List source, Nonempty_IEdge_List dest) { }
  public void before(Nonempty_OEdge_List host) { }
  public void before_it(Nonempty_OEdge_List source, UID dest) { }
  public void before_next(Nonempty_OEdge_List source, Nonempty_OEdge_List dest) { }
  public void before(Nonempty_InterfaceModifier_List host) { }
  public void before_it(Nonempty_InterfaceModifier_List source, InterfaceModifier dest) { }
  public void before_next(Nonempty_InterfaceModifier_List source, Nonempty_InterfaceModifier_List dest) { }
  public void before(Nonempty_ScopeIdentifier_List host) { }
  public void before_it(Nonempty_ScopeIdentifier_List source, ScopeIdentifier dest) { }
  public void before_next(Nonempty_ScopeIdentifier_List source, Nonempty_ScopeIdentifier_List dest) { }
  public void before(Nonempty_UEdge_List host) { }
  public void before_it(Nonempty_UEdge_List source, UEdge dest) { }
  public void before_next(Nonempty_UEdge_List source, Nonempty_UEdge_List dest) { }
  public void before(Nonempty_PartModifier_List host) { }
  public void before_it(Nonempty_PartModifier_List source, PartModifier dest) { }
  public void before_next(Nonempty_PartModifier_List source, Nonempty_PartModifier_List dest) { }
  public void before(Nonempty_PackageName host) { }
  public void before_it(Nonempty_PackageName source, IdentOrKeyword dest) { }
  public void before_next(Nonempty_PackageName source, Nonempty_PackageName dest) { }
  public void before(Nonempty_Name host) { }
  public void before_it(Nonempty_Name source, Ident dest) { }
  public void before_next(Nonempty_Name source, Nonempty_Name dest) { }
  public void before(Nonempty_Parts host) { }
  public void before_it(Nonempty_Parts source, Part dest) { }
  public void before_next(Nonempty_Parts source, Nonempty_Parts dest) { }
  public void before(Nonempty_Import_SList host) { }
  public void before_it(Nonempty_Import_SList source, Import dest) { }
  public void before_next(Nonempty_Import_SList source, Nonempty_Import_SList dest) { }
  public void before(Nonempty_ClassGraphEntry_DList host) { }
  public void before_it(Nonempty_ClassGraphEntry_DList source, ClassGraphEntry dest) { }
  public void before_next(Nonempty_ClassGraphEntry_DList source, Nonempty_ClassGraphEntry_DList dest) { }
  public void before(Nonempty_ClassKeyword_List host) { }
  public void before_it(Nonempty_ClassKeyword_List source, ClassKeyword dest) { }
  public void before_next(Nonempty_ClassKeyword_List source, Nonempty_ClassKeyword_List dest) { }
  public void before(Nonempty_ClassName_Commalist host) { }
  public void before_it(Nonempty_ClassName_Commalist source, ClassName dest) { }
  public void before_next(Nonempty_ClassName_Commalist source, Nonempty_ClassName_Commalist dest) { }
  public void before(Nonempty_PartOrSyntax_List host) { }
  public void before_it(Nonempty_PartOrSyntax_List source, PartOrSyntax dest) { }
  public void before_next(Nonempty_PartOrSyntax_List source, Nonempty_PartOrSyntax_List dest) { }
  public void before(Nonempty_PartKeyword_List host) { }
  public void before_it(Nonempty_PartKeyword_List source, PartKeyword dest) { }
  public void before_next(Nonempty_PartKeyword_List source, Nonempty_PartKeyword_List dest) { }
  public void before(Nonempty_Superclass_Commalist host) { }
  public void before_it(Nonempty_Superclass_Commalist source, Superclass dest) { }
  public void before_next(Nonempty_Superclass_Commalist source, Nonempty_Superclass_Commalist dest) { }
  public void before(Nonempty_Interface_Commalist host) { }
  public void before_it(Nonempty_Interface_Commalist source, Interface dest) { }
  public void before_next(Nonempty_Interface_Commalist source, Nonempty_Interface_Commalist dest) { }
  public void before(Nonempty_Subclass_Barlist host) { }
  public void before_it(Nonempty_Subclass_Barlist source, Subclass dest) { }
  public void before_next(Nonempty_Subclass_Barlist source, Nonempty_Subclass_Barlist dest) { }
  public void before(Nonempty_Syntax_List host) { }
  public void before_it(Nonempty_Syntax_List source, Syntax dest) { }
  public void before_next(Nonempty_Syntax_List source, Nonempty_Syntax_List dest) { }
  public void before(Nonempty_ClassSpec_Commalist host) { }
  public void before_it(Nonempty_ClassSpec_Commalist source, ClassSpec dest) { }
  public void before_next(Nonempty_ClassSpec_Commalist source, Nonempty_ClassSpec_Commalist dest) { }
  public void before(Nonempty_Behavior_DList host) { }
  public void before_it(Nonempty_Behavior_DList source, Behavior dest) { }
  public void before_next(Nonempty_Behavior_DList source, Nonempty_Behavior_DList dest) { }
  public void before(Nonempty_SGEdge_SList host) { }
  public void before_it(Nonempty_SGEdge_SList source, SGEdge dest) { }
  public void before_next(Nonempty_SGEdge_SList source, Nonempty_SGEdge_SList dest) { }
  public void before(Nonempty_Integer_NList host) { }
  public void before_it(Nonempty_Integer_NList source, Integer dest) { }
  public void before_next(Nonempty_Integer_NList source, Nonempty_Integer_NList dest) { }
  public void before(Nonempty_PathSegment_List host) { }
  public void before_it(Nonempty_PathSegment_List source, PathSegment dest) { }
  public void before_next(Nonempty_PathSegment_List source, Nonempty_PathSegment_List dest) { }
  public void before(Nonempty_StrategyExpression_Commalist host) { }
  public void before_it(Nonempty_StrategyExpression_Commalist source, StrategyExpression dest) { }
  public void before_next(Nonempty_StrategyExpression_Commalist source, Nonempty_StrategyExpression_Commalist dest) { }
  public void before(Nonempty_Glob_Commalist host) { }
  public void before_it(Nonempty_Glob_Commalist source, Glob dest) { }
  public void before_next(Nonempty_Glob_Commalist source, Nonempty_Glob_Commalist dest) { }
  public void before(Nonempty_ClassGlob_Commalist host) { }
  public void before_it(Nonempty_ClassGlob_Commalist source, ClassGlob dest) { }
  public void before_next(Nonempty_ClassGlob_Commalist source, Nonempty_ClassGlob_Commalist dest) { }
  public void before(Nonempty_Method_SList host) { }
  public void before_it(Nonempty_Method_SList source, Method dest) { }
  public void before_next(Nonempty_Method_SList source, Nonempty_Method_SList dest) { }
  public void before(Nonempty_Visitor_Commalist host) { }
  public void before_it(Nonempty_Visitor_Commalist source, Visitor dest) { }
  public void before_next(Nonempty_Visitor_Commalist source, Nonempty_Visitor_Commalist dest) { }
  public void before(Nonempty_MethodKeyword_List host) { }
  public void before_it(Nonempty_MethodKeyword_List source, MethodKeyword dest) { }
  public void before_next(Nonempty_MethodKeyword_List source, Nonempty_MethodKeyword_List dest) { }
  public void before(Nonempty_MethodParm_Commalist host) { }
  public void before_it(Nonempty_MethodParm_Commalist source, MethodParm dest) { }
  public void before_next(Nonempty_MethodParm_Commalist source, Nonempty_MethodParm_Commalist dest) { }
  public void before(Nonempty_ArraySpec_List host) { }
  public void before_it(Nonempty_ArraySpec_List source, ArraySpec dest) { }
  public void before_next(Nonempty_ArraySpec_List source, Nonempty_ArraySpec_List dest) { }
  public void after(UGraph host) { }
  public void after_pkg(UGraph source, Package dest) { }
  public void after_imports(UGraph source, Import_SList dest) { }
  public void after_preamble(UGraph source, JavaCode dest) { }
  public void after_vertices(UGraph source, UVertex_List dest) { }
  public void after_idToVertexTable(UGraph source, Hashtable dest) { }
  public void after_edges(UGraph source, UEdge_List dest) { }
  public void after_idToEdgeTable(UGraph source, Hashtable dest) { }
  public void after_nameToIdVertexTable(UGraph source, Hashtable dest) { }
  public void after_firstuid(UGraph source, UID dest) { }
  public void after(UVertex_List host) { }
  public void after_first(UVertex_List source, Nonempty_UVertex_List dest) { }
  public void after(UVertex host) { }
  public void after_vid(UVertex source, UID dest) { }
  public void after_vertexname(UVertex source, UVertexName dest) { }
  public void after_position(UVertex source, Coordinates dest) { }
  public void after_incoming(UVertex source, IEdge_List dest) { }
  public void after_outgoing(UVertex source, OEdge_List dest) { }
  public void after_inArcIdList(UVertex source, Vector dest) { }
  public void after_outArcIdList(UVertex source, Vector dest) { }
  public void after_vdeco(UVertex source, Decorator dest) { }
  public void after_tgv(UVertex source, TGVertex dest) { }
  public void after_persp(UVertex source, Perspective dest) { }
  public void after(UConstOrAltVertex host) { }
  public void after_parse(UConstOrAltVertex source, ParseOrNot dest) { }
  public void after_outEdgeNameList(UConstOrAltVertex source, Vector dest) { }
  public void after_keywords(UConstOrAltVertex source, ScopeIdentifier_List dest) { }
  public void after(ParseOrNot host) { }
  public void after(YaParse host) { }
  public void after(NopParse host) { }
  public void after(UTerm host) { }
  public void after(IEdge_List host) { }
  public void after_first(IEdge_List source, Nonempty_IEdge_List dest) { }
  public void after(OEdge_List host) { }
  public void after_first(OEdge_List source, Nonempty_OEdge_List dest) { }
  public void after(UConstVertex host) { }
  public void after_beFore(UConstVertex source, UBefore dest) { }
  public void after_afTer(UConstVertex source, UAfter dest) { }
  public void after(UBefore host) { }
  public void after_syntax(UBefore source, String dest) { }
  public void after(UAfter host) { }
  public void after_syntax(UAfter source, String dest) { }
  public void after(UAltVertex host) { }
  public void after(UInterface host) { }
  public void after_keywords(UInterface source, InterfaceModifier_List dest) { }
  public void after_javacode(UInterface source, JavaCode dest) { }
  public void after(InterfaceModifier_List host) { }
  public void after_first(InterfaceModifier_List source, Nonempty_InterfaceModifier_List dest) { }
  public void after(InterfaceModifier host) { }
  public void after(PublicModifier host) { }
  public void after(UTermConstVertex host) { }
  public void after(UTermInterface host) { }
  public void after(ScopeIdentifier_List host) { }
  public void after_first(ScopeIdentifier_List source, Nonempty_ScopeIdentifier_List dest) { }
  public void after(ScopeIdentifier host) { }
  public void after(PublicIdentifier host) { }
  public void after(FinalIdentifier host) { }
  public void after(UEdge_List host) { }
  public void after_first(UEdge_List source, Nonempty_UEdge_List dest) { }
  public void after(UEdge host) { }
  public void after_eid(UEdge source, UID dest) { }
  public void after_fromVertex(UEdge source, UID dest) { }
  public void after_toVertex(UEdge source, UID dest) { }
  public void after_edeco(UEdge source, Decorator dest) { }
  public void after_bendpoint(UEdge source, BendPoint dest) { }
  public void after_persp(UEdge source, ArcPerspective dest) { }
  public void after(USuperEdge host) { }
  public void after(BendPoint host) { }
  public void after_position(BendPoint source, Coordinates dest) { }
  public void after(UAltEdge host) { }
  public void after_tge(UAltEdge source, TGAEdge dest) { }
  public void after(UExtendEdge host) { }
  public void after_tge(UExtendEdge source, TGAEdge dest) { }
  public void after(UImplEdge host) { }
  public void after_tge(UImplEdge source, TGIEdge dest) { }
  public void after(UConstEdge host) { }
  public void after_edgename(UConstEdge source, UEdgeName dest) { }
  public void after_card(UConstEdge source, Cardinality dest) { }
  public void after_beFore(UConstEdge source, UBefore dest) { }
  public void after_afTer(UConstEdge source, UAfter dest) { }
  public void after_keywords(UConstEdge source, PartModifier_List dest) { }
  public void after_tge(UConstEdge source, TGCEdge dest) { }
  public void after(PartModifier_List host) { }
  public void after_first(PartModifier_List source, Nonempty_PartModifier_List dest) { }
  public void after(PartModifier host) { }
  public void after(FinalMod host) { }
  public void after(StaticMod host) { }
  public void after(ReadOnlyMod host) { }
  public void after(PrivateMod host) { }
  public void after(Cardinality host) { }
  public void after_lower(Cardinality source, Lower dest) { }
  public void after_upper(Cardinality source, Upper dest) { }
  public void after(Lower host) { }
  public void after_l(Lower source, Integer dest) { }
  public void after(Upper host) { }
  public void after_u(Upper source, String dest) { }
  public void after(UID host) { }
  public void after_id(UID source, Integer dest) { }
  public void after(UEdgeName host) { }
  public void after_name(UEdgeName source, Ident dest) { }
  public void after(UVertexName host) { }
  public void after_name(UVertexName source, Ident dest) { }
  public void after(Coordinates host) { }
  public void after_x(Coordinates source, X dest) { }
  public void after_y(Coordinates source, Y dest) { }
  public void after(X host) { }
  public void after_x(X source, Integer dest) { }
  public void after(Y host) { }
  public void after_y(Y source, Integer dest) { }
  public void after(Decorator host) { }
  public void after_travtag(Decorator source, Integer dest) { }
  public void after_travtaglist(Decorator source, Vector dest) { }
  public void after(UniqueIDGenerator host) { }
  public void after(Program host) { }
  public void after_globalimports(Program source, GlobalImports dest) { }
  public void after_cg(Program source, ClassGraph dest) { }
  public void after(GlobalImports host) { }
  public void after_imports(GlobalImports source, Import_SList dest) { }
  public void after(Import host) { }
  public void after_packagename(Import source, PackageName dest) { }
  public void after_importallclasses(Import source, ImportAllClasses dest) { }
  public void after(ImportAllClasses host) { }
  public void after(ClassGraph host) { }
  public void after_defdict(ClassGraph source, Hashtable dest) { }
  public void after_classes(ClassGraph source, ClassGraphEntry_DList dest) { }
  public void after_tg(ClassGraph source, TraversalGraph dest) { }
  public void after(ClassGraphEntry host) { }
  public void after(Directive host) { }
  public void after(ParseDirective host) { }
  public void after_parsekeyword(ParseDirective source, ParseKeyword dest) { }
  public void after(VisitorDirective host) { }
  public void after_visitorkeyword(VisitorDirective source, VisitorKeyword dest) { }
  public void after(PackageDirective host) { }
  public void after_pkg(PackageDirective source, Package dest) { }
  public void after_localimports(PackageDirective source, LocalImports dest) { }
  public void after(Package host) { }
  public void after_packagename(Package source, PackageName dest) { }
  public void after(LocalImports host) { }
  public void after_imports(LocalImports source, Import_SList dest) { }
  public void after(Definition host) { }
  public void after(ClassDef host) { }
  public void after_keywords(ClassDef source, ClassKeyword_List dest) { }
  public void after_paramclassname(ClassDef source, ParamClassName dest) { }
  public void after_parsedirective(ClassDef source, ParseDirective dest) { }
  public void after_classparts(ClassDef source, ClassParts dest) { }
  public void after_classmethods(ClassDef source, ClassMethods dest) { }
  public void after_eoftoken(ClassDef source, EOFtoken dest) { }
  public void after(ParamClassName host) { }
  public void after_classname(ParamClassName source, ClassName dest) { }
  public void after_parameters(ParamClassName source, ClassName_Commalist dest) { }
  public void after(ClassParts host) { }
  public void after(ConstOrAltClass host) { }
  public void after_parts(ConstOrAltClass source, PartOrSyntax_List dest) { }
  public void after_parents(ConstOrAltClass source, ClassParents dest) { }
  public void after(PartOrSyntax host) { }
  public void after(Part host) { }
  public void after_partname(Part source, PartName dest) { }
  public void after_keywords(Part source, PartKeyword_List dest) { }
  public void after_classspec(Part source, ClassSpec dest) { }
  public void after_partinit(Part source, PartInit dest) { }
  public void after(PartInit host) { }
  public void after_partinitkeyword(PartInit source, PartInitKeyword dest) { }
  public void after_javacode(PartInit source, JavaCode dest) { }
  public void after(OptionalPart host) { }
  public void after_locallookahead(OptionalPart source, LocalLookahead dest) { }
  public void after_part(OptionalPart source, Part_Sandwich dest) { }
  public void after(ClassParents host) { }
  public void after_superclasses(ClassParents source, Superclasses dest) { }
  public void after_interfaces(ClassParents source, Interfaces dest) { }
  public void after(Superclasses host) { }
  public void after_extendskeyword(Superclasses source, ExtendsKeyword dest) { }
  public void after_superclasses(Superclasses source, Superclass_Commalist dest) { }
  public void after(Superclass host) { }
  public void after_classspec(Superclass source, ClassSpec dest) { }
  public void after(Interfaces host) { }
  public void after_implementskeyword(Interfaces source, ImplementsKeyword dest) { }
  public void after_interfaces(Interfaces source, Interface_Commalist dest) { }
  public void after(Interface host) { }
  public void after_classspec(Interface source, ClassSpec dest) { }
  public void after(ConstructionClass host) { }
  public void after(AlternationClass host) { }
  public void after_subclasses(AlternationClass source, Subclass_Barlist dest) { }
  public void after_commonkeyword(AlternationClass source, CommonKeyword dest) { }
  public void after(Subclass host) { }
  public void after_locallookahead(Subclass source, LocalLookahead dest) { }
  public void after_classspec(Subclass source, ClassSpec dest) { }
  public void after(LocalLookahead host) { }
  public void after_lookaheadkeyword(LocalLookahead source, LookaheadKeyword dest) { }
  public void after_javacode(LocalLookahead source, JavaCode dest) { }
  public void after(RepetitionClass host) { }
  public void after_sandwiched(RepetitionClass source, RepeatedPart_Sandwich dest) { }
  public void after(RepeatedPart host) { }
  public void after_nonempty(RepeatedPart source, ClassSpec dest) { }
  public void after_locallookahead(RepeatedPart source, LocalLookahead dest) { }
  public void after_repeated(RepeatedPart source, ClassSpec_Sandwich dest) { }
  public void after(ClassSpec host) { }
  public void after_classname(ClassSpec source, ClassName dest) { }
  public void after_actual_parameters(ClassSpec source, ClassSpec_Commalist dest) { }
  public void after(Syntax host) { }
  public void after(PlainSyntax host) { }
  public void after_string(PlainSyntax source, String dest) { }
  public void after(PrintCommand host) { }
  public void after(PrintIndent host) { }
  public void after(PrintUnindent host) { }
  public void after(PrintSkip host) { }
  public void after(PrintSpace host) { }
  public void after(EOFtoken host) { }
  public void after(ProgramBehavior host) { }
  public void after_behavior(ProgramBehavior source, Behavior_DList dest) { }
  public void after(Behavior host) { }
  public void after(StrategyDefinition host) { }
  public void after_strategyname(StrategyDefinition source, StrategyName dest) { }
  public void after_exp(StrategyDefinition source, StrategyExpression dest) { }
  public void after(StrategyExpression host) { }
  public void after(StrategyGraph host) { }
  public void after_edgeVec(StrategyGraph source, Vector dest) { }
  public void after_edges(StrategyGraph source, SGEdge_SList dest) { }
  public void after_sources(StrategyGraph source, ClassGlobSpec dest) { }
  public void after_sourceEdges(StrategyGraph source, Integer_NList dest) { }
  public void after_targets(StrategyGraph source, ClassGlobSpec dest) { }
  public void after(SGEdge host) { }
  public void after_source(SGEdge source, ClassGlobSpec dest) { }
  public void after_dest(SGEdge source, ClassGlobSpec dest) { }
  public void after_constraint(SGEdge source, NegativeConstraint dest) { }
  public void after(PathDirective host) { }
  public void after_constraint(PathDirective source, NegativeConstraint dest) { }
  public void after_segments(PathDirective source, PathSegment_List dest) { }
  public void after_targetdirective(PathDirective source, TargetDirective dest) { }
  public void after(PathSegment host) { }
  public void after_node(PathSegment source, PositiveConstraint dest) { }
  public void after_constraint(PathSegment source, NegativeConstraint dest) { }
  public void after(Constraint host) { }
  public void after_glob(Constraint source, GlobSpec dest) { }
  public void after(PositiveConstraint host) { }
  public void after(Through host) { }
  public void after(Via host) { }
  public void after(NegativeConstraint host) { }
  public void after(Bypassing host) { }
  public void after(OnlyThrough host) { }
  public void after(TargetDirective host) { }
  public void after_targets(TargetDirective source, ClassGlobSpec dest) { }
  public void after(To host) { }
  public void after(ToStop host) { }
  public void after(StrategyVariable host) { }
  public void after_strategyname(StrategyVariable source, StrategyName dest) { }
  public void after(CompoundStrategy host) { }
  public void after_args(CompoundStrategy source, StrategyExpression_Commalist dest) { }
  public void after(Join host) { }
  public void after(Merge host) { }
  public void after(Intersect host) { }
  public void after(GlobSpec host) { }
  public void after(OneGlob host) { }
  public void after_glob(OneGlob source, Glob dest) { }
  public void after(GlobSet host) { }
  public void after_globs(GlobSet source, Glob_Commalist dest) { }
  public void after(Glob host) { }
  public void after(EdgeGlob host) { }
  public void after(ClassGlob host) { }
  public void after_name(ClassGlob source, ClassNameGlob dest) { }
  public void after(PartGlob host) { }
  public void after_source(PartGlob source, SourceGlob dest) { }
  public void after_name(PartGlob source, PartNameGlob dest) { }
  public void after_dest(PartGlob source, DestGlob dest) { }
  public void after(SubclassGlob host) { }
  public void after_source(SubclassGlob source, SourceGlob dest) { }
  public void after_dest(SubclassGlob source, DestGlob dest) { }
  public void after(SuperclassGlob host) { }
  public void after_source(SuperclassGlob source, SourceGlob dest) { }
  public void after_dest(SuperclassGlob source, DestGlob dest) { }
  public void after(SourceGlob host) { }
  public void after_name(SourceGlob source, ClassNameGlob dest) { }
  public void after(DestGlob host) { }
  public void after_name(DestGlob source, ClassNameGlob dest) { }
  public void after(ClassNameGlob host) { }
  public void after(ClassNameExact host) { }
  public void after_classname(ClassNameExact source, ClassName dest) { }
  public void after(AnyClass host) { }
  public void after(PartNameGlob host) { }
  public void after(PartNameExact host) { }
  public void after_partname(PartNameExact source, PartName dest) { }
  public void after(AnyPart host) { }
  public void after(ClassGlobSpec host) { }
  public void after(OneClassGlob host) { }
  public void after_classglob(OneClassGlob source, ClassGlob dest) { }
  public void after(ClassGlobSet host) { }
  public void after_globs(ClassGlobSet source, ClassGlob_Commalist dest) { }
  public void after(ClassBehavior host) { }
  public void after_classes(ClassBehavior source, ClassGlobSpec dest) { }
  public void after_methods(ClassBehavior source, ClassMethods dest) { }
  public void after(ClassMethods host) { }
  public void after_methods(ClassMethods source, Method_SList dest) { }
  public void after_wrapperdict(ClassMethods source, Hashtable dest) { }
  public void after(HostSet host) { }
  public void after_exactHosts(HostSet source, Hashtable dest) { }
  public void after_partnames(HostSet source, Hashtable dest) { }
  public void after_globs(HostSet source, GlobSet dest) { }
  public void after(Method host) { }
  public void after(TraversalDef host) { }
  public void after_name(TraversalDef source, TraversalName dest) { }
  public void after_parms(TraversalDef source, TraversalParms dest) { }
  public void after_strat(TraversalDef source, StrategyExpression dest) { }
  public void after(TraversalParms host) { }
  public void after_visitors(TraversalParms source, Visitor_Commalist dest) { }
  public void after(Visitor host) { }
  public void after_classname(Visitor source, ClassName dest) { }
  public void after_visitorname(Visitor source, VisitorName dest) { }
  public void after(MethodDef host) { }
  public void after_methodsignature(MethodDef source, MethodSignature dest) { }
  public void after_methodbody(MethodDef source, MethodBody dest) { }
  public void after(MethodSignature host) { }
  public void after_keywords(MethodSignature source, MethodKeyword_List dest) { }
  public void after_returnType(MethodSignature source, JavaType dest) { }
  public void after_name(MethodSignature source, MethodName dest) { }
  public void after_parms(MethodSignature source, MethodParm_Commalist dest) { }
  public void after_throwsclause(MethodSignature source, Throws dest) { }
  public void after(MethodKeyword host) { }
  public void after(PublicMethod host) { }
  public void after(ProtectedMethod host) { }
  public void after(PrivateMethod host) { }
  public void after(StaticMethod host) { }
  public void after(FinalMethod host) { }
  public void after(AbstractMethod host) { }
  public void after(MethodParm host) { }
  public void after_type(MethodParm source, JavaType dest) { }
  public void after_array1(MethodParm source, ArraySpec_List dest) { }
  public void after_name(MethodParm source, ParmName dest) { }
  public void after_array2(MethodParm source, ArraySpec_List dest) { }
  public void after(ArraySpec host) { }
  public void after(Throws host) { }
  public void after_exceptions(Throws source, ClassName_Commalist dest) { }
  public void after(MethodBody host) { }
  public void after(VerbatimMethodBody host) { }
  public void after_javacode(VerbatimMethodBody source, JavaCode dest) { }
  public void after(AdaptiveMethodBody host) { }
  public void after_trv(AdaptiveMethodBody source, TraversalExpression dest) { }
  public void after_vis(AdaptiveMethodBody source, VisitorExpression dest) { }
  public void after(NoMethodBody host) { }
  public void after(TraversalExpression host) { }
  public void after(TraversalRef host) { }
  public void after_equals(TraversalRef source, Equals dest) { }
  public void after_name(TraversalRef source, TraversalName dest) { }
  public void after(Equals host) { }
  public void after(TraversalSpec host) { }
  public void after_strat(TraversalSpec source, StrategyExpression dest) { }
  public void after(VisitorExpression host) { }
  public void after(VisitorRef host) { }
  public void after(WithVisitorRef host) { }
  public void after_visitorClasses(WithVisitorRef source, ClassName_Commalist dest) { }
  public void after(ParenVisitorRef host) { }
  public void after_visitorClasses(ParenVisitorRef source, ClassName_Commalist dest) { }
  public void after(VisitorSpec host) { }
  public void after_methods(VisitorSpec source, ClassMethods dest) { }
  public void after(Wrapper host) { }
  public void after_kind(Wrapper source, WrapperKind dest) { }
  public void after_hosts(Wrapper source, HostSpec dest) { }
  public void after_javacode(Wrapper source, JavaCode dest) { }
  public void after(WrapperKind host) { }
  public void after(Before host) { }
  public void after(Around host) { }
  public void after(After host) { }
  public void after(HostSpec host) { }
  public void after(Accessor host) { }
  public void after_partname(Accessor source, PartName dest) { }
  public void after_javacode(Accessor source, JavaCode dest) { }
  public void after(Getter host) { }
  public void after(Setter host) { }
  public void after(Constructor host) { }
  public void after_javacode(Constructor source, JavaCode dest) { }
  public void after(Start host) { }
  public void after_javacode(Start source, JavaCode dest) { }
  public void after(Finish host) { }
  public void after_javacode(Finish source, JavaCode dest) { }
  public void after(ReturnValue host) { }
  public void after_type(ReturnValue source, JavaType dest) { }
  public void after_exp(ReturnValue source, JavaCode dest) { }
  public void after(Verbatim host) { }
  public void after_javacode(Verbatim source, JavaCode dest) { }
  public void after(PackageName host) { }
  public void after_first(PackageName source, Nonempty_PackageName dest) { }
  public void after(ClassName host) { }
  public void after_name(ClassName source, Name dest) { }
  public void after(PartName host) { }
  public void after_name(PartName source, IdentOrKeyword dest) { }
  public void after(TraversalName host) { }
  public void after_name(TraversalName source, Name dest) { }
  public void after(VisitorName host) { }
  public void after_name(VisitorName source, Name dest) { }
  public void after(MethodName host) { }
  public void after_name(MethodName source, Ident dest) { }
  public void after(ParmName host) { }
  public void after_name(ParmName source, Ident dest) { }
  public void after(StrategyName host) { }
  public void after_name(StrategyName source, Ident dest) { }
  public void after(JavaType host) { }
  public void after_type(JavaType source, Name dest) { }
  public void after(JavaCode host) { }
  public void after_code(JavaCode source, Text dest) { }
  public void after(Name host) { }
  public void after_first(Name source, Nonempty_Name dest) { }
  public void after(IdentOrKeyword host) { }
  public void after(ParseIdent host) { }
  public void after(NoParseIdent host) { }
  public void after(VisitorsIdent host) { }
  public void after(EndVisitorsIdent host) { }
  public void after(VisitorIdent host) { }
  public void after(NotParsedIdent host) { }
  public void after(DerivedIdent host) { }
  public void after(InitIdent host) { }
  public void after(CommonIdent host) { }
  public void after(LookaheadIdent host) { }
  public void after(OtherIdent host) { }
  public void after_id(OtherIdent source, Ident dest) { }
  public void after(ParseKeyword host) { }
  public void after(DoParse host) { }
  public void after(DoParseWithoutStars host) { }
  public void after(DoParseWithStars host) { }
  public void after(DontParse host) { }
  public void after(DontParseWithoutStars host) { }
  public void after(DontParseWithStars host) { }
  public void after(VisitorKeyword host) { }
  public void after(BeginVisitors host) { }
  public void after(BeginVisitorsWithoutStars host) { }
  public void after(BeginVisitorsWithStars host) { }
  public void after(EndVisitors host) { }
  public void after(EndVisitorsWithoutStars host) { }
  public void after(EndVisitorsWithStars host) { }
  public void after(ClassKeyword host) { }
  public void after(PublicClass host) { }
  public void after(PublicClassWithoutStars host) { }
  public void after(PublicClassWithStars host) { }
  public void after(FinalClass host) { }
  public void after(FinalClassWithoutStars host) { }
  public void after(FinalClassWithStars host) { }
  public void after(InterfaceClass host) { }
  public void after(InterfaceClassWithoutStars host) { }
  public void after(InterfaceClassWithStars host) { }
  public void after(VisitorClass host) { }
  public void after(VisitorClassWithoutStars host) { }
  public void after(VisitorClassWithStars host) { }
  public void after(NotParsedClass host) { }
  public void after(NotParsedClassWithoutStars host) { }
  public void after(NotParsedClassWithStars host) { }
  public void after(PartKeyword host) { }
  public void after(FinalPart host) { }
  public void after(FinalPartWithoutStars host) { }
  public void after(FinalPartWithStars host) { }
  public void after(StaticPart host) { }
  public void after(StaticPartWithoutStars host) { }
  public void after(StaticPartWithStars host) { }
  public void after(ReadOnlyPart host) { }
  public void after(ReadOnlyPartWithoutStars host) { }
  public void after(ReadOnlyPartWithStars host) { }
  public void after(PrivatePart host) { }
  public void after(PrivatePartWithoutStars host) { }
  public void after(PrivatePartWithStars host) { }
  public void after(DerivedPart host) { }
  public void after(DerivedPartWithoutStars host) { }
  public void after(DerivedPartWithStars host) { }
  public void after(PartInitKeyword host) { }
  public void after(PartInitKeywordWithoutStars host) { }
  public void after(PartInitKeywordWithStars host) { }
  public void after(ExtendsKeyword host) { }
  public void after(ExtendsKeywordWithoutStars host) { }
  public void after(ExtendsKeywordWithStars host) { }
  public void after(ImplementsKeyword host) { }
  public void after(ImplementsKeywordWithoutStars host) { }
  public void after(ImplementsKeywordWithStars host) { }
  public void after(CommonKeyword host) { }
  public void after(CommonWithoutStars host) { }
  public void after(CommonWithStars host) { }
  public void after(LookaheadKeyword host) { }
  public void after(LookaheadKeywordWithoutStars host) { }
  public void after(LookaheadKeywordWithStars host) { }
  public void after(TraversalMethodName host) { }
  public void after_methodname(TraversalMethodName source, MethodName dest) { }
  public void after(ClassType host) { }
  public void after_is_con(ClassType source, boolean dest) { }
  public void after_is_alt(ClassType source, boolean dest) { }
  public void after_is_rep(ClassType source, boolean dest) { }
  public void after_is_public(ClassType source, boolean dest) { }
  public void after_is_final(ClassType source, boolean dest) { }
  public void after_is_interface(ClassType source, boolean dest) { }
  public void after_is_not_parsed(ClassType source, boolean dest) { }
  public void after_is_visitor(ClassType source, boolean dest) { }
  public void after(PartType host) { }
  public void after_is_final(PartType source, boolean dest) { }
  public void after_is_static(PartType source, boolean dest) { }
  public void after_is_derived(PartType source, boolean dest) { }
  public void after_has_getter(PartType source, boolean dest) { }
  public void after_has_setter(PartType source, boolean dest) { }
  public void after(Parts host) { }
  public void after_first(Parts source, Nonempty_Parts dest) { }
  public void after(Import_SList host) { }
  public void after_first(Import_SList source, Nonempty_Import_SList dest) { }
  public void after(ClassGraphEntry_DList host) { }
  public void after_first(ClassGraphEntry_DList source, Nonempty_ClassGraphEntry_DList dest) { }
  public void after(ClassKeyword_List host) { }
  public void after_first(ClassKeyword_List source, Nonempty_ClassKeyword_List dest) { }
  public void after(ClassName_Commalist host) { }
  public void after_first(ClassName_Commalist source, Nonempty_ClassName_Commalist dest) { }
  public void after(PartOrSyntax_List host) { }
  public void after_first(PartOrSyntax_List source, Nonempty_PartOrSyntax_List dest) { }
  public void after(PartKeyword_List host) { }
  public void after_first(PartKeyword_List source, Nonempty_PartKeyword_List dest) { }
  public void after(Part_Sandwich host) { }
  public void after_first(Part_Sandwich source, Syntax_List dest) { }
  public void after_inner(Part_Sandwich source, Part dest) { }
  public void after_second(Part_Sandwich source, Syntax_List dest) { }
  public void after(Superclass_Commalist host) { }
  public void after_first(Superclass_Commalist source, Nonempty_Superclass_Commalist dest) { }
  public void after(Interface_Commalist host) { }
  public void after_first(Interface_Commalist source, Nonempty_Interface_Commalist dest) { }
  public void after(Subclass_Barlist host) { }
  public void after_first(Subclass_Barlist source, Nonempty_Subclass_Barlist dest) { }
  public void after(RepeatedPart_Sandwich host) { }
  public void after_first(RepeatedPart_Sandwich source, Syntax_List dest) { }
  public void after_inner(RepeatedPart_Sandwich source, RepeatedPart dest) { }
  public void after_second(RepeatedPart_Sandwich source, Syntax_List dest) { }
  public void after(ClassSpec_Sandwich host) { }
  public void after_first(ClassSpec_Sandwich source, Syntax_List dest) { }
  public void after_inner(ClassSpec_Sandwich source, ClassSpec dest) { }
  public void after_second(ClassSpec_Sandwich source, Syntax_List dest) { }
  public void after(Syntax_List host) { }
  public void after_first(Syntax_List source, Nonempty_Syntax_List dest) { }
  public void after(ClassSpec_Commalist host) { }
  public void after_first(ClassSpec_Commalist source, Nonempty_ClassSpec_Commalist dest) { }
  public void after(Behavior_DList host) { }
  public void after_first(Behavior_DList source, Nonempty_Behavior_DList dest) { }
  public void after(SGEdge_SList host) { }
  public void after_first(SGEdge_SList source, Nonempty_SGEdge_SList dest) { }
  public void after(Integer_NList host) { }
  public void after_first(Integer_NList source, Nonempty_Integer_NList dest) { }
  public void after(PathSegment_List host) { }
  public void after_first(PathSegment_List source, Nonempty_PathSegment_List dest) { }
  public void after(StrategyExpression_Commalist host) { }
  public void after_first(StrategyExpression_Commalist source, Nonempty_StrategyExpression_Commalist dest) { }
  public void after(Glob_Commalist host) { }
  public void after_first(Glob_Commalist source, Nonempty_Glob_Commalist dest) { }
  public void after(ClassGlob_Commalist host) { }
  public void after_first(ClassGlob_Commalist source, Nonempty_ClassGlob_Commalist dest) { }
  public void after(Method_SList host) { }
  public void after_first(Method_SList source, Nonempty_Method_SList dest) { }
  public void after(Visitor_Commalist host) { }
  public void after_first(Visitor_Commalist source, Nonempty_Visitor_Commalist dest) { }
  public void after(MethodKeyword_List host) { }
  public void after_first(MethodKeyword_List source, Nonempty_MethodKeyword_List dest) { }
  public void after(MethodParm_Commalist host) { }
  public void after_first(MethodParm_Commalist source, Nonempty_MethodParm_Commalist dest) { }
  public void after(ArraySpec_List host) { }
  public void after_first(ArraySpec_List source, Nonempty_ArraySpec_List dest) { }
  public void after(Nonempty_UVertex_List host) { }
  public void after_it(Nonempty_UVertex_List source, UVertex dest) { }
  public void after_next(Nonempty_UVertex_List source, Nonempty_UVertex_List dest) { }
  public void after(Nonempty_IEdge_List host) { }
  public void after_it(Nonempty_IEdge_List source, UID dest) { }
  public void after_next(Nonempty_IEdge_List source, Nonempty_IEdge_List dest) { }
  public void after(Nonempty_OEdge_List host) { }
  public void after_it(Nonempty_OEdge_List source, UID dest) { }
  public void after_next(Nonempty_OEdge_List source, Nonempty_OEdge_List dest) { }
  public void after(Nonempty_InterfaceModifier_List host) { }
  public void after_it(Nonempty_InterfaceModifier_List source, InterfaceModifier dest) { }
  public void after_next(Nonempty_InterfaceModifier_List source, Nonempty_InterfaceModifier_List dest) { }
  public void after(Nonempty_ScopeIdentifier_List host) { }
  public void after_it(Nonempty_ScopeIdentifier_List source, ScopeIdentifier dest) { }
  public void after_next(Nonempty_ScopeIdentifier_List source, Nonempty_ScopeIdentifier_List dest) { }
  public void after(Nonempty_UEdge_List host) { }
  public void after_it(Nonempty_UEdge_List source, UEdge dest) { }
  public void after_next(Nonempty_UEdge_List source, Nonempty_UEdge_List dest) { }
  public void after(Nonempty_PartModifier_List host) { }
  public void after_it(Nonempty_PartModifier_List source, PartModifier dest) { }
  public void after_next(Nonempty_PartModifier_List source, Nonempty_PartModifier_List dest) { }
  public void after(Nonempty_PackageName host) { }
  public void after_it(Nonempty_PackageName source, IdentOrKeyword dest) { }
  public void after_next(Nonempty_PackageName source, Nonempty_PackageName dest) { }
  public void after(Nonempty_Name host) { }
  public void after_it(Nonempty_Name source, Ident dest) { }
  public void after_next(Nonempty_Name source, Nonempty_Name dest) { }
  public void after(Nonempty_Parts host) { }
  public void after_it(Nonempty_Parts source, Part dest) { }
  public void after_next(Nonempty_Parts source, Nonempty_Parts dest) { }
  public void after(Nonempty_Import_SList host) { }
  public void after_it(Nonempty_Import_SList source, Import dest) { }
  public void after_next(Nonempty_Import_SList source, Nonempty_Import_SList dest) { }
  public void after(Nonempty_ClassGraphEntry_DList host) { }
  public void after_it(Nonempty_ClassGraphEntry_DList source, ClassGraphEntry dest) { }
  public void after_next(Nonempty_ClassGraphEntry_DList source, Nonempty_ClassGraphEntry_DList dest) { }
  public void after(Nonempty_ClassKeyword_List host) { }
  public void after_it(Nonempty_ClassKeyword_List source, ClassKeyword dest) { }
  public void after_next(Nonempty_ClassKeyword_List source, Nonempty_ClassKeyword_List dest) { }
  public void after(Nonempty_ClassName_Commalist host) { }
  public void after_it(Nonempty_ClassName_Commalist source, ClassName dest) { }
  public void after_next(Nonempty_ClassName_Commalist source, Nonempty_ClassName_Commalist dest) { }
  public void after(Nonempty_PartOrSyntax_List host) { }
  public void after_it(Nonempty_PartOrSyntax_List source, PartOrSyntax dest) { }
  public void after_next(Nonempty_PartOrSyntax_List source, Nonempty_PartOrSyntax_List dest) { }
  public void after(Nonempty_PartKeyword_List host) { }
  public void after_it(Nonempty_PartKeyword_List source, PartKeyword dest) { }
  public void after_next(Nonempty_PartKeyword_List source, Nonempty_PartKeyword_List dest) { }
  public void after(Nonempty_Superclass_Commalist host) { }
  public void after_it(Nonempty_Superclass_Commalist source, Superclass dest) { }
  public void after_next(Nonempty_Superclass_Commalist source, Nonempty_Superclass_Commalist dest) { }
  public void after(Nonempty_Interface_Commalist host) { }
  public void after_it(Nonempty_Interface_Commalist source, Interface dest) { }
  public void after_next(Nonempty_Interface_Commalist source, Nonempty_Interface_Commalist dest) { }
  public void after(Nonempty_Subclass_Barlist host) { }
  public void after_it(Nonempty_Subclass_Barlist source, Subclass dest) { }
  public void after_next(Nonempty_Subclass_Barlist source, Nonempty_Subclass_Barlist dest) { }
  public void after(Nonempty_Syntax_List host) { }
  public void after_it(Nonempty_Syntax_List source, Syntax dest) { }
  public void after_next(Nonempty_Syntax_List source, Nonempty_Syntax_List dest) { }
  public void after(Nonempty_ClassSpec_Commalist host) { }
  public void after_it(Nonempty_ClassSpec_Commalist source, ClassSpec dest) { }
  public void after_next(Nonempty_ClassSpec_Commalist source, Nonempty_ClassSpec_Commalist dest) { }
  public void after(Nonempty_Behavior_DList host) { }
  public void after_it(Nonempty_Behavior_DList source, Behavior dest) { }
  public void after_next(Nonempty_Behavior_DList source, Nonempty_Behavior_DList dest) { }
  public void after(Nonempty_SGEdge_SList host) { }
  public void after_it(Nonempty_SGEdge_SList source, SGEdge dest) { }
  public void after_next(Nonempty_SGEdge_SList source, Nonempty_SGEdge_SList dest) { }
  public void after(Nonempty_Integer_NList host) { }
  public void after_it(Nonempty_Integer_NList source, Integer dest) { }
  public void after_next(Nonempty_Integer_NList source, Nonempty_Integer_NList dest) { }
  public void after(Nonempty_PathSegment_List host) { }
  public void after_it(Nonempty_PathSegment_List source, PathSegment dest) { }
  public void after_next(Nonempty_PathSegment_List source, Nonempty_PathSegment_List dest) { }
  public void after(Nonempty_StrategyExpression_Commalist host) { }
  public void after_it(Nonempty_StrategyExpression_Commalist source, StrategyExpression dest) { }
  public void after_next(Nonempty_StrategyExpression_Commalist source, Nonempty_StrategyExpression_Commalist dest) { }
  public void after(Nonempty_Glob_Commalist host) { }
  public void after_it(Nonempty_Glob_Commalist source, Glob dest) { }
  public void after_next(Nonempty_Glob_Commalist source, Nonempty_Glob_Commalist dest) { }
  public void after(Nonempty_ClassGlob_Commalist host) { }
  public void after_it(Nonempty_ClassGlob_Commalist source, ClassGlob dest) { }
  public void after_next(Nonempty_ClassGlob_Commalist source, Nonempty_ClassGlob_Commalist dest) { }
  public void after(Nonempty_Method_SList host) { }
  public void after_it(Nonempty_Method_SList source, Method dest) { }
  public void after_next(Nonempty_Method_SList source, Nonempty_Method_SList dest) { }
  public void after(Nonempty_Visitor_Commalist host) { }
  public void after_it(Nonempty_Visitor_Commalist source, Visitor dest) { }
  public void after_next(Nonempty_Visitor_Commalist source, Nonempty_Visitor_Commalist dest) { }
  public void after(Nonempty_MethodKeyword_List host) { }
  public void after_it(Nonempty_MethodKeyword_List source, MethodKeyword dest) { }
  public void after_next(Nonempty_MethodKeyword_List source, Nonempty_MethodKeyword_List dest) { }
  public void after(Nonempty_MethodParm_Commalist host) { }
  public void after_it(Nonempty_MethodParm_Commalist source, MethodParm dest) { }
  public void after_next(Nonempty_MethodParm_Commalist source, Nonempty_MethodParm_Commalist dest) { }
  public void after(Nonempty_ArraySpec_List host) { }
  public void after_it(Nonempty_ArraySpec_List source, ArraySpec dest) { }
  public void after_next(Nonempty_ArraySpec_List source, Nonempty_ArraySpec_List dest) { }
  public void finish() { }
  void universal_trv0_bef(UniversalVisitor _v_) {  }
  void universal_trv0_aft(UniversalVisitor _v_) {  }
  void universal_trv0(UniversalVisitor _v_) {  }
}

