Class Output.BreakTag

  • Enclosing class:
    Output

    public static final class Output.BreakTag
    extends java.lang.Object
    Unique identifier for a break.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.Optional<java.lang.Boolean> taken  
    • Constructor Summary

      Constructors 
      Constructor Description
      BreakTag()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void recordBroken​(boolean broken)  
      boolean wasBreakTaken()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • taken

        java.util.Optional<java.lang.Boolean> taken
    • Constructor Detail

      • BreakTag

        public BreakTag()
    • Method Detail

      • recordBroken

        public void recordBroken​(boolean broken)
      • wasBreakTaken

        public boolean wasBreakTaken()