Class Label

java.lang.Object
org.jfuncmachine.compiler.classgen.Label

public class Label extends Object
Represents some location in the generated instructions. This may be used as the target for a jump instruction, or to specify the bounds of a try-catch block or the area of code where a local variable is valid.
  • Constructor Details

    • Label

      public Label()
      Create a new label
  • Method Details

    • reset

      public void reset()
      Resets this label so it can be regenerated