public class ExecutionData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ExecutionData |
CONSTANT_EVALUATOR
Special execution context for evaluating constant values.
|
Constructor and Description |
---|
ExecutionData(SlotTable slots,
Functions functions,
java.time.Instant deadline) |
Modifier and Type | Method and Description |
---|---|
void |
checkDeadline() |
java.time.Instant |
getDeadline() |
Functions |
getFunctions() |
SlotTable |
getSlots() |
public static final ExecutionData CONSTANT_EVALUATOR