| Package | Description |
|---|---|
| org.classdump.luna.lib |
An abstract interface to the standard library.
|
| Modifier and Type | Method and Description |
|---|---|
static ArgumentIterator |
ArgumentIterator.of(org.classdump.luna.MetatableProvider metatableProvider,
String name,
Object[] args)
Returns a new argument iterator over the argument array
args that uses
metatableProvider to access value names (by looking up their
metatable field), and uses
name as the name of the function for error reporting. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SimpleLoaderFunction.invoke(org.classdump.luna.runtime.ExecutionContext context,
ArgumentIterator args) |
protected abstract void |
AbstractLibFunction.invoke(org.classdump.luna.runtime.ExecutionContext context,
ArgumentIterator args)
Invokes the function in the context
context with arguments passed in
the iterator args. |
Copyright © 2016–2017. All rights reserved.