|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LocalIdent | |
|---|---|
| org.millscript.millscript.action | |
| org.millscript.millscript.functions | |
| Uses of LocalIdent in org.millscript.millscript.action |
|---|
| Constructors in org.millscript.millscript.action with parameters of type LocalIdent | |
|---|---|
MakeClosureAction(LocalIdent[] a,
LambdaFunction b)
Constructs a new make closure action, to make a closure function from the specified function and local variables. |
|
| Uses of LocalIdent in org.millscript.millscript.functions |
|---|
| Constructors in org.millscript.millscript.functions with parameters of type LocalIdent | |
|---|---|
ClosureFunction(java.lang.Object[] oVals,
Ref[] oRefs,
LocalIdent[] oIds,
LambdaFunction lam)
|
|
LambdaFunction(LocalIdent[] a,
LocalIdent r,
Action b)
Constructs a new LambdaFunction to execute the specified
body with the specified number of arguments. |
|
LambdaFunction(LocalIdent[] a,
LocalIdent r,
Action b)
Constructs a new LambdaFunction to execute the specified
body with the specified number of arguments. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||