Package org.kigalisim.lang.time
Class DynamicCapFuture
java.lang.Object
org.kigalisim.lang.time.DynamicCapFuture
- All Implemented Interfaces:
TimePointFuture
A future timepoint which resolves to a dynamic cap value.
A future timepoint which is determined at compile time, resolving to a dynamic cap value like beginning or onwards.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrealize(PushDownMachine machine) Realize the time point using the given machine.
-
Constructor Details
-
DynamicCapFuture
Create a new DynamicCapFuture.- Parameters:
value- The dynamic cap value to which this should resolve.
-
-
Method Details
-
realize
Description copied from interface:TimePointFutureRealize the time point using the given machine.- Specified by:
realizein interfaceTimePointFuture- Parameters:
machine- Machine to use for calculations if needed.- Returns:
- The realized time point.
-