Cocos2d-x  v3.10
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups
PUScriptLexer Struct Reference

Internal class, this struct represents a lexer of Script. More...

Public Member Functions

void openLexer (const std::string &str, const std::string &source, PUScriptTokenList &tokenList)
 analysis script. More...
 
var openLexer ( var str, var source, var tokenList)
 analysis script. More...
 
local openLexer ( local str, local source, local tokenList)
 analysis script. More...
 

Detailed Description

Internal class, this struct represents a lexer of Script.

Member Function Documentation

void openLexer ( const std::string &  str,
const std::string &  source,
PUScriptTokenList &  tokenList 
)

analysis script.

The file stream. The file name. The token list.

var openLexer ( var  str,
var  source,
var  tokenList 
)

analysis script.

The file stream. The file name. The token list.

local openLexer ( local  str,
local  source,
local  tokenList 
)

analysis script.

The file stream. The file name. The token list.


The documentation for this struct was generated from the following file: