Package com.prineside.luaj.compiler
Class LexState
java.lang.Object
com.prineside.luaj.Lua
com.prineside.luaj.compiler.Constants
com.prineside.luaj.compiler.LexState
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String[]
Fields inherited from class com.prineside.luaj.Lua
_LUAJ_VERSION, _VERSION, BITRK, iAx, LFIELDS_PER_FLUSH, LUA_MULTRET, luaP_opmodes, MASK_A, MASK_Ax, MASK_B, MASK_Bx, MASK_C, MASK_NOT_A, MASK_NOT_B, MASK_NOT_Bx, MASK_NOT_C, MASK_NOT_OP, MASK_OP, MAX_CALL_STACK, MAX_OP, MAXARG_A, MAXARG_Ax, MAXARG_B, MAXARG_Bx, MAXARG_C, MAXARG_sBx, MAXINDEXRK, NUM_OPCODES, OP_ADD, OP_AND, OP_CALL, OP_CLOSURE, OP_CONCAT, OP_DIV, OP_EQ, OP_EXTRAARG, OP_FORLOOP, OP_FORPREP, OP_GE, OP_GETTABLE, OP_GETTABUP, OP_GETUPVAL, OP_GT, OP_JMP, OP_LE, OP_LEN, OP_LOADBOOL, OP_LOADK, OP_LOADKX, OP_LOADNIL, OP_LT, OP_MOD, OP_MOVE, OP_MUL, OP_NEQ, OP_NEWTABLE, OP_NOT, OP_OR, OP_POW, OP_RETURN, OP_SELF, OP_SETLIST, OP_SETTABLE, OP_SETTABUP, OP_SETUPVAL, OP_SUB, OP_TAILCALL, OP_TEST, OP_TESTSET, OP_TFORCALL, OP_TFORLOOP, OP_UNM, OP_VARARG, OPCODE_NAMES, POS_A, POS_Ax, POS_B, POS_Bx, POS_C, POS_OP, SIZE_A, SIZE_Ax, SIZE_B, SIZE_Bx, SIZE_C, SIZE_OP
-
Constructor Summary
ConstructorDescriptionLexState
(com.prineside.luaj.compiler.LuaC.CompileState state, InputStream stream) -
Method Summary
-
Field Details
-
RESERVED_LOCAL_VAR_FOR_CONTROL
- See Also:
-
RESERVED_LOCAL_VAR_FOR_STATE
- See Also:
-
RESERVED_LOCAL_VAR_FOR_GENERATOR
- See Also:
-
RESERVED_LOCAL_VAR_FOR_STEP
- See Also:
-
RESERVED_LOCAL_VAR_FOR_LIMIT
- See Also:
-
RESERVED_LOCAL_VAR_FOR_INDEX
- See Also:
-
RESERVED_LOCAL_VAR_KEYWORDS
-
-
Constructor Details
-
LexState
-
-
Method Details
-
isReservedKeyword
-
mainfunc
-