Module xl.vmx

Class AbruptCompletion.Break

All Implemented Interfaces:
Serializable
Enclosing class:
AbruptCompletion

public static final class AbruptCompletion.Break extends AbruptCompletion
An abrupt completion due to a break or continue.
Author:
Ole Kniemeyer
See Also:
  • Method Details

    • dispose

      public void dispose()
      This method can be used to recycle this instance. If this instance is not needed any more, this method can be invoked in order to inform the VMXState that it may re-use this instance.
      Specified by:
      dispose in class AbruptCompletion
    • getLabel

      public int getLabel()
      Specified by:
      getLabel in class AbruptCompletion