Package com.io7m.waxmill.realize
Interface WXMRealizationType
- All Known Implementing Classes:
WXMRealizations
public interface WXMRealizationType
A realization operation.
-
Method Summary
Modifier and Type Method Description WXMRealizationInstructionsevaluate()Evaluate the realization operation, returning the list of instructions to be performed to realize the virtual machine.
-
Method Details
-
evaluate
Evaluate the realization operation, returning the list of instructions to be performed to realize the virtual machine.- Returns:
- A list of instructions
- Throws:
WXMException
-