Package com.prineside.luaj
Class Varargs.ArrayVarargs
java.lang.Object
com.prineside.luaj.Varargs
com.prineside.luaj.Varargs.ArrayVarargs
- Enclosing class:
- Varargs
Varargs implemenation backed by an array of LuaValues
This is an internal class not intended to be used directly. Instead use the corresponding static methods on LuaValue.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.prineside.luaj.Varargs
Varargs.ArrayVarargs
-
Method Summary
Methods inherited from class com.prineside.luaj.Varargs
argcheck, checkboolean, checkclosure, checkdouble, checkfunction, checkint, checkjstring, checklong, checknotnil, checknumber, checkstring, checktable, checkuserdata, checkuserdata, checkvalue, dealias, eval, isfunction, isnil, isnoneornil, isnumber, isstring, istable, isTailcall, isuserdata, isvalue, optboolean, optclosure, optdouble, optfunction, optint, optjstring, optlong, optnumber, optstring, opttable, optuserdata, optuserdata, optvalue, toboolean, tobyte, tochar, todouble, tofloat, toint, tojstring, tojstring, tolong, toshort, toString, touserdata, touserdata, type
-
Method Details
-
arg
Description copied from class:Varargs
Get the n-th argument value (1-based). -
narg
public int narg()Description copied from class:Varargs
Get the number of arguments, or 0 if there are none. -
arg1
Description copied from class:Varargs
Get the first argument in the list. -
subargs
Description copied from class:Varargs
Create aVarargs
instance containing arguments starting at indexstart
-