#include <llex.h>
Data Fields | |
int | current |
int | linenumber |
int | lastline |
Token | t |
Token | lookahead |
FuncState * | fs |
lua_State * | L |
ZIO * | z |
Mbuffer * | buff |
TString * | source |
int | nestlevel |
Definition at line 52 of file llex.h.
Definition at line 53 of file llex.h.
Referenced by luaX_lex(), luaX_setinput(), read_long_string(), read_string(), and readname().
Definition at line 54 of file llex.h.
Referenced by check_match(), constructor(), forlist(), funcargs(), inclinenumber(), localfunc(), luaX_error(), luaX_setinput(), next(), prefixexp(), simpleexp(), statement(), and whilestat().
Definition at line 55 of file llex.h.
Referenced by funcargs(), luaK_codeABC(), luaK_codeABx(), luaX_setinput(), and next().
Definition at line 56 of file llex.h.
Referenced by chunk(), constructor(), forstat(), funcargs(), funcname(), ifstat(), luaX_syntaxerror(), luaY_parser(), next(), parlist(), prefixexp(), primaryexp(), recfield(), retstat(), simpleexp(), statement(), str_checkname(), subexpr(), and testnext().
Definition at line 57 of file llex.h.
Referenced by constructor(), lookahead(), luaX_setinput(), and next().
struct FuncState* LexState::fs [read] |
Definition at line 58 of file llex.h.
Referenced by adjust_assign(), adjustlocalvars(), assignment(), block(), breakstat(), check_conflict(), chunk(), close_func(), code_params(), codestring(), cond(), constructor(), exp1(), explist1(), exprstat(), forbody(), forlist(), fornum(), forstat(), funcargs(), funcstat(), ifstat(), localfunc(), luaI_registerlocalvar(), luaX_setinput(), luaY_field(), luaY_index(), new_localvar(), open_func(), prefixexp(), primaryexp(), pushclosure(), recfield(), removevars(), repeatstat(), retstat(), simpleexp(), singlevar(), subexpr(), and whilestat().
struct lua_State* LexState::L [read] |
Definition at line 59 of file llex.h.
Referenced by check_match(), close_func(), error_expected(), luaI_registerlocalvar(), luaX_checklimit(), luaX_errorline(), luaX_lex(), luaX_setinput(), luaX_token2str(), new_localvarstr(), open_func(), pushclosure(), and read_string().
Definition at line 61 of file llex.h.
Referenced by luaX_lex(), luaX_syntaxerror(), luaY_parser(), and read_string().
Definition at line 62 of file llex.h.
Referenced by luaX_errorline(), luaX_setinput(), and open_func().