| Package | Description |
|---|---|
| org.classdump.luna.lib |
An abstract interface to the standard library.
|
| org.classdump.luna.lib.io |
The default implementation of the I/O library.
|
| Class and Description |
|---|
| AbstractLibFunction
An abstract function that takes an arbitrary number of arguments passed wrapped
in an
ArgumentIterator object. |
| ArgumentIterator
An iterator over arguments passed to a function.
|
| IoFile.Whence |
| StandardLibrary
The configuration of the Lua standard library.
|
| StringPattern
Patterns in Lua are described by regular strings, which are interpreted as patterns
by the pattern-matching functions
{@code string.find},
{@code string.gmatch},
{@code string.gsub},
and {@code string.match}. |
| StringPattern.Match |
| Class and Description |
|---|
| IoFile
A file handle used by the
I/O library. |
| IoFile.Whence |
Copyright © 2016–2017. All rights reserved.