cocos2d-x  3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
PUScriptLexer Class Reference

#include <CCPUScriptLexer.h>

Public Member Functions

 PUScriptLexer ()
 ~PUScriptLexer ()
void openLexer (const std::string &str, const std::string &source, PUScriptTokenList &tokenList)
var openLexer ( var str, var source, var tokenList)
local openLexer ( local str, local source, local tokenList)

Constructor & Destructor Documentation

var PUScriptLexer ( )
local PUScriptLexer ( )
var ~PUScriptLexer ( )
local ~PUScriptLexer ( )

Member Function Documentation

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

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