Class VariableBinding.End

  • All Implemented Interfaces:
    Command
    Enclosing class:
    VariableBinding

    public static final class VariableBinding.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.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object