Class BreakNode

java.lang.Object
me.topchetoeu.j2s.compilation.Node
me.topchetoeu.j2s.compilation.control.BreakNode

public class BreakNode extends Node
  • Field Details

    • label

      public final String label
  • Constructor Details

    • BreakNode

      public BreakNode(me.topchetoeu.j2s.common.Location loc, String label)
  • Method Details