Interface LocalVar

All Superinterfaces:
Assignable, Expr, SimpleTyped, Typed, Var

public sealed interface LocalVar extends Var
A local variable.
  • Method Details

    • block

      BlockCreator block()
      Returns the block that owns this local variable.
      Returns:
      the block that owns this local variable