Class DMInvocationHelper


  • public abstract class DMInvocationHelper
    extends java.lang.Object
    The class DMInvocation is used to model invocations as a kind of DMExpression. Invocation is a mechanism that permits the evaluation of one value expression - the invoked expression - inside another value expression - the invoking expression - by binding locally the input variables of the invoked expression to values inside the invoking expression. In an invocation, the input variables of the invoked expression are usally called parameters. Invocation permits the same value expression to be re-used in multiple expressions, without having to duplicate it as a sub-expression in all the using expressions.
    See Also:
    DMInvocation