L2Semantic Primitive Invocation
An L2SemanticValue which represents the result produced by a Primitive when supplied a list of argument L2SemanticValues. The primitive must be stable (same result), pure (no side-effects), and successful for the supplied arguments.
Author
Mark van Gulik
Todd L Smith
Parameters
The primitive whose invocation is being represented.
The semantic values supplied as arguments.
Types
Functions
The primary criterion by which to sort (ascending) the semantic values in a synonym when presenting them visually.
Produce a compact textual representation suitable for displaying within a synonym in a debugger or visualized control flow graph.
Transform the receiver. If it's composed of parts, transform them with the supplied Functions.
Properties
The List of L2SemanticValues that represent the arguments to the invocation of the primitive.