Interface LValue

All Superinterfaces:
Serializable

public interface LValue extends Serializable
Represents a variable that's assignable, which is produced by evaluating LValueBlock, such as "x[y]"
Author:
Kohsuke Kawaguchi
  • Method Summary

    Modifier and Type
    Method
    Description
    Computes the value, and passes it to the given continuation when done.
    Sets the given value to this variable, and passes null to the given continuation when done.