Class | Description |
---|---|
CatchHandler | |
CatchHandlerFunction |
__catch_handler(fun, exception) to create a
CatchHandler . |
IfCallccFunction |
__if_callcc function
|
NewInstanceFunction |
__new(Class, ...args) to create an instance of special class with arguments.
|
ReducerBreakFunction |
Internal reducer-break function for 'for-loop' structure.
|
ReducerContFunction |
Internal reducer-continue function for 'for-loop' structure.
|
ReducerFunction |
Internal reducer-callcc function for 'for-loop' structure.
|
ReducerResult |
ReducerResult in looping.
|
ReducerReturnFunction |
Internal reducer-return function for 'for-loop' structure.
|
ThrowFunction |
__throw(e) to throw an exception.
|
TryCatchFunction |
__try(try_func, catch_handlers, finally_fn, callcc)
|
UnpackingArgsFunction |
Unpacking arguments on runtime
|
UseFunction |
__use(pkg, ...names) function to implement import use
|
Enum | Description |
---|---|
ReducerState |
Copyright © 2010–2022. All rights reserved.