Class FormatTree.Inner1.Inner2

java.lang.Object
eu.bandm.tools.format.Visitor
eu.bandm.tools.formatDiagnosis.FormatTree.Inner1.Inner2
Enclosing class:
FormatTree.Inner1

protected class FormatTree.Inner1.Inner2 extends Visitor
  • Constructor Details

    • Inner2

      protected Inner2()
  • Method Details

    • action

      public void action(Format f)
      Overrides:
      action in class Visitor
    • action

      public void action(Compound f)
      Overrides:
      action in class Visitor
    • action

      public void action(Empty f)
      Overrides:
      action in class Visitor
    • action

      public void action(Literal f)
      Overrides:
      action in class Visitor
    • action

      public void action(Markup f)
      Overrides:
      action in class Visitor
    • action

      public void action(Prior f)
      Overrides:
      action in class Visitor
    • action

      public void action(Space f)
      Overrides:
      action in class Visitor
    • action

      public void action(Annotated f)
      Overrides:
      action in class Visitor
    • action

      public void action(Subst f)
      FEHLT NOCH :
      Overrides:
      action in class Visitor
    • action

      public void action(BoundVariable f)
      Overrides:
      action in class Visitor
    • action

      public void action(FreeVariable f)
      Overrides:
      action in class Visitor
    • match

      default void match(Object o)
      Switch controlled by type, which calls a particular method action(f) with the most-specific class of the format.
      Parameters:
      o - the object to visit.
    • match

      default void match(Format f)
      Central switch controlled by type, which calls a particular method action(f) with the most-specific class of the format.
      Parameters:
      f - the format to visit.
    • match

      default void match(Compound f)
      Switch controlled by type, which calls a particular method action(f) with the most-specific class of the format.
      Parameters:
      f - the format to visit.
    • match

      default void match(Variable f)
      Switch conrolled by type, which calls a particular method action(f) with the most-specific class of the format.
      Parameters:
      f - the format to visit.