Uses of Class
com.prineside.luaj.FPrototype
Packages that use FPrototype
Package
Description
Lua VM, only works in an interpreted mode, which allows it to support iOS.
-
Uses of FPrototype in com.prineside.luaj
Fields in com.prineside.luaj declared as FPrototypeMethods in com.prineside.luaj that return FPrototypeModifier and TypeMethodDescriptionFPrototype.Serializer.read
(Kryo kryo, Input input, Class<? extends FPrototype> aClass) Prototype.toFixedProto()
Methods in com.prineside.luaj with parameters of type FPrototypeModifier and TypeMethodDescriptionstatic void
Print.print
(FPrototype prototype) Pretty-prints contents of a Prototype.static void
Print.printCode
(FPrototype f) Print the code in a prototypestatic void
Print.printFunction
(FPrototype prototype, boolean full) Pretty-prints contents of a Prototype in short or long form.static int
Print.printOpCode
(FPrototype f, int pc) Print an opcode in a prototypestatic int
Print.printOpCode
(PrintStream ps, FPrototype f, int pc) Print an opcode in a prototypevoid
FPrototype.Serializer.write
(Kryo kryo, Output output, FPrototype c) Method parameters in com.prineside.luaj with type arguments of type FPrototypeModifier and TypeMethodDescriptionFPrototype.Serializer.read
(Kryo kryo, Input input, Class<? extends FPrototype> aClass) Constructors in com.prineside.luaj with parameters of type FPrototypeModifierConstructorDescriptionFPrototype
(LuaValue[] k, int[] code, FPrototype[] p, short[] lineinfo, LocVars[] locvars, Upvaldesc[] upvalues, LuaString source, short linedefined, short lastlinedefined, byte numparams, boolean is_vararg, byte maxstacksize) LuaClosure
(FPrototype p, LuaValue env) Create a closure around a Prototype with a specific environment. -
Uses of FPrototype in com.prineside.luaj.compiler
Methods in com.prineside.luaj.compiler with parameters of type FPrototypeModifier and TypeMethodDescriptionstatic int
DumpState.dump
(FPrototype f, OutputStream w, boolean strip) static int
DumpState.dump
(FPrototype f, OutputStream w, boolean stripDebug, int numberFormat, boolean littleendian) -
Uses of FPrototype in com.prineside.luaj.debug
Methods in com.prineside.luaj.debug with parameters of type FPrototypeModifier and TypeMethodDescriptionstatic int
CallFrame.findsetreg
(FPrototype p, int lastpc, int reg) static NameWhat
CallFrame.getobjname
(FPrototype p, int lastpc, int reg) static String
CallFrame.kname
(FPrototype p, int pc, int c)