Class Procedure.End

  • All Implemented Interfaces:
    Command
    Enclosing class:
    Procedure

    public static final class Procedure.End
    extends java.lang.Object
    implements Command
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(CommandVisitor visitor)
      Accept a visitor.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • accept

        public void accept​(CommandVisitor visitor)
        Description copied from interface: Command
        Accept a visitor.
        Specified by:
        accept in interface Command
        Parameters:
        visitor - the visitor that will process this command