Interface | Description |
---|---|
ICallable |
Describes portions of a ruleset that can be declared
and then invoked later during the execution, eventually with arguments.
|
ICallableRepository |
Describes an object which contains references to compiled callables and is able
to invoke them.
|
Class | Description |
---|---|
Call |
Performs the call to an ICallable, using the callable repository.
|
Call.Argument |
Represents an argument for a call.
|
CallableCompilationContext |
Compilation context dedicated to callable compilation.
|
Function |
Allows to declare functions.
|
Return |
Stops execution of a
ICallable using flow control. |