| Package | Description |
|---|---|
| com.googlecode.aviator.runtime.function.internal | |
| com.googlecode.aviator.utils |
| Class and Description |
|---|
| 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.
|
| ReducerState |
| ThrowFunction
__throw(e) to throw an exception.
|
| TryCatchFunction
__try(try_func, catch_handlers, finally_fn, callcc)
|
| UseFunction
__use(pkg, ...names) function to implement import use
|
| Class and Description |
|---|
| ReducerResult
ReducerResult in looping.
|
Copyright © 2010–2022. All rights reserved.