- Index
- »
- axon
- »
- AxonContext
type
AxonContext
@Js
abstract class AxonContext : Obj, HaystackContext
AxonContext manages the environment of an Axon evaluation
methods
call |
Lookup and call a function with the given arguments. |
---|---|
eval |
Evaluate an Axon expression within this context. |
evalExpr |
Evaluate an expression |
evalToFunc |
Evaluate expression to a function expression |
ns |
Definition namespace |
parse |
Parse Axon expression |
stash |
Stash allows you to stash objects on the Context object during an Axon evaluation. |
xeto |
Xeto namespace |
Slot Details
call
eval
evalExpr
evalToFunc
ns
abstract Namespace ns()
Definition namespace
parse
stash
xeto
virtual LibNamespace xeto()
Xeto namespace