Class Java.BreakStatement

    • Field Detail

      • optionalLabel

        public final java.lang.String optionalLabel
        The optional label that this BREAK statement refers to.
    • Constructor Detail

      • BreakStatement

        public BreakStatement​(Location location,
                              java.lang.String optionalLabel)