Uses of Class
com.prineside.luaj.LuaFunction
Packages that use LuaFunction
Package
Description
Lua VM, only works in an interpreted mode, which allows it to support iOS.
- 
Uses of LuaFunction in com.prineside.luaj
Subclasses of LuaFunction in com.prineside.luajMethods in com.prineside.luaj that return LuaFunctionModifier and TypeMethodDescriptionfinal LuaFunctionLuaFunction.checkfunction()LuaValue.checkfunction()Check that the value is a function , or throwLuaErrorif notVarargs.checkfunction(int i) Return argument i as a function, or throw an error if an incompatible type.Convert the prototype into a LuaFunction with the supplied environment.final LuaFunctionLuaFunction.optfunction(LuaFunction defval) final LuaFunctionLuaNil.optfunction(LuaFunction defval) LuaValue.optfunction(LuaFunction defval) Check that optional argument is a function and return asLuaFunctionVarargs.optfunction(int i, LuaFunction defval) Return argument i as a function,defvalif nil, or throw a LuaError if an incompatible type.Methods in com.prineside.luaj with parameters of type LuaFunctionModifier and TypeMethodDescriptionfinal LuaFunctionLuaFunction.optfunction(LuaFunction defval) final LuaFunctionLuaNil.optfunction(LuaFunction defval) LuaValue.optfunction(LuaFunction defval) Check that optional argument is a function and return asLuaFunctionVarargs.optfunction(int i, LuaFunction defval) Return argument i as a function,defvalif nil, or throw a LuaError if an incompatible type. - 
Uses of LuaFunction in com.prineside.luaj.compiler
Methods in com.prineside.luaj.compiler that return LuaFunctionModifier and TypeMethodDescription - 
Uses of LuaFunction in com.prineside.luaj.debug
Fields in com.prineside.luaj.debug declared as LuaFunctionMethods in com.prineside.luaj.debug with parameters of type LuaFunctionModifier and TypeMethodDescriptionvoidDebugInfo.funcinfo(LuaFunction f) voidCallStack.onCall(LuaFunction function)  - 
Uses of LuaFunction in com.prineside.luaj.lib
Subclasses of LuaFunction in com.prineside.luaj.libModifier and TypeClassDescriptionclassSubclass ofLibFunctionwhich implements the lua basic library functions.static final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classclassSubclass of LibFunction that implements the Lua standardbit32library.static final classstatic final classfinal classstatic final classclassAbstract base class extendingLibFunctionwhich implements the core of the lua standardiolibrary.static final classclassSubclass ofLuaFunctioncommon to Java functions exposed to lua.classSubclass ofLibFunctionwhich implements the lua standardmathlibrary.static final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic classstatic final classstatic classstatic classstatic classstatic final classstatic final classstatic classstatic classstatic final classstatic final classstatic final classclassAbstract base class for Java function implementations that take one argument and return one value.classSubclass ofLibFunctionwhich implements the standard luaoslibrary.static classclassSubclass ofLibFunctionwhich implements the lua standard package and module library functions.static classstatic classCalled second Calls _G.package.searchpath(name, _G.package.path) and then globals.loadfile() if foundstatic classCalled first Searches in preloaded packages (_G.package.preload table)static classrequire (modname) Loads the given module.static classclassSubclass ofLibFunctionwhich implements the lua standardstringlibrary.static final classstring.byte (s [, i [, j]]) Returns the internal numerical codes of the characters s[i], s[i+1], ..., s[j].static final classstring.char (...) Receives zero or more integers.static final classstatic final classstatic final classstring.dump (function[, stripDebug]) Returns a string containing a binary representation of the given function, so that a later loadstring on this string returns a copy of the function.static final classstatic final classstring.find (s, pattern [, init [, plain]]) Looks for the first match of pattern in the string s.static final classstring.format (formatstring, ...) Returns a formatted version of its variable number of arguments following the description given in its first argument (which must be a string).static final classstring.gmatch (s, pattern) Returns an iterator function that, each time it is called, returns the next captures from pattern over string s.static final classstring.gsub (s, pattern, repl [, n]) Returns a copy of s in which all (or the first n, if given) occurrences of the pattern have been replaced by a replacement string specified by repl, which may be a string, a table, or a function.static final classstring.len (s) Receives a string and returns its length.static final classstring.lower (s) Receives a string and returns a copy of this string with all uppercase letters changed to lowercase.static final classstring.match (s, pattern [, init]) Looks for the first match of pattern in the string s.static final classstring.rep (s, n) Returns a string that is the concatenation of n copies of the string s.static final classstatic final classstatic final classstring.reverse (s) Returns a string that is the string s reversed.static final classstatic final classstatic final classstring.sub (s, i [, j]) Returns the substring of s that starts at i and continues until j; i and j may be negative.static final classstatic final classstring.upper (s) Receives a string and returns a copy of this string with all lowercase letters changed to uppercase.classSubclass ofLibFunctionwhich implements the lua standardtablelibrary.static classstatic classstatic classstatic classstatic classstatic classclassAbstract base class for Java function implementations that take two arguments and return one value.classAbstract base class for Java function implementations that take two arguments and return one value.classAbstract base class for Java function implementations that takes varaiable arguments and returns multiple return values.classAbstract base class for Java function implementations that take no arguments and return one value. - 
Uses of LuaFunction in com.prineside.luaj.lib.jse
Subclasses of LuaFunction in com.prineside.luaj.lib.jseModifier and TypeClassDescriptionstatic final classstatic final classA Java method as an object.final classLuaValue that represents a particular public Java constructor.classJava method or constructor.final classLuaValue that represents a Java method.static final classfinal classSubclass ofBaseLibandLibFunctionwhich implements the lua basic library functions and provides a directory basedResourceFinderas theGlobals.finder.classSubclass ofIoLiband thereforeLibFunctionwhich implements the lua standardiolibrary for the JSE platform.final classSubclass ofLibFunctionwhich implements the lua standardmathlibrary.static final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classclassSubclass ofLibFunctionwhich implements the standard luaoslibrary.final classfinal classConstructors in com.prineside.luaj.lib.jse with parameters of type LuaFunction