Class JBreak

  • All Implemented Interfaces:
    JStatement

    final class JBreak
    extends java.lang.Object
    implements JStatement
    JBreak statement
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private JLabel label  
    • Constructor Summary

      Constructors 
      Constructor Description
      JBreak​(JLabel _label)
      JBreak constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void state​(JFormatter f)  
      • Methods inherited from class java.lang.Object

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

      • label

        private final JLabel label
    • Constructor Detail

      • JBreak

        JBreak​(JLabel _label)
        JBreak constructor
        Parameters:
        _label - break label or null.