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

#include <CCPUScriptParser.h>

Public Member Functions

 PUScriptParser ()
 ~PUScriptParser ()
void parse (PUConcreteNodeList &nodes, const PUScriptTokenList &tokens)
local parse ( local nodes, local tokens)
void parseChunk (PUConcreteNodeList &nodes, const PUScriptTokenList &tokens)

Constructor & Destructor Documentation

var PUScriptParser ( )
local PUScriptParser ( )
var ~PUScriptParser ( )
local ~PUScriptParser ( )

Member Function Documentation

void parse ( PUConcreteNodeList nodes,
const PUScriptTokenList tokens 
)
var parse ( var  nodes,
var  tokens 
)
local parse ( local  nodes,
local  tokens 
)
void parseChunk ( PUConcreteNodeList nodes,
const PUScriptTokenList tokens 
)
var parseChunk ( var  nodes,
var  tokens 
)
local parseChunk ( local  nodes,
local  tokens 
)

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