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 voidPrint.print(FPrototype prototype) Pretty-prints contents of a Prototype.static voidPrint.printCode(FPrototype f) Print the code in a prototypestatic voidPrint.printFunction(FPrototype prototype, boolean full) Pretty-prints contents of a Prototype in short or long form.static intPrint.printOpCode(FPrototype f, int pc) Print an opcode in a prototypestatic intPrint.printOpCode(PrintStream ps, FPrototype f, int pc) Print an opcode in a prototypevoidFPrototype.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 intDumpState.dump(FPrototype f, OutputStream w, boolean strip) static intDumpState.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 intCallFrame.findsetreg(FPrototype p, int lastpc, int reg) static NameWhatCallFrame.getobjname(FPrototype p, int lastpc, int reg) static StringCallFrame.kname(FPrototype p, int pc, int c)