cocos2d-x  3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CCPUScriptCompiler.h File Reference

Classes

class  PUAbstractNode
 
class  PUObjectAbstractNode
 This specific abstract node represents a script object. More...
 
class  PUPropertyAbstractNode
 This abstract node represents a script property. More...
 
class  PUAtomAbstractNode
 This is an abstract node which cannot be broken down further. More...
 
class  PUScriptCompiler
 

Namespaces

 cocos2d
 

Typedefs

typedef std::list
< PUAbstractNode * > 
PUAbstractNodeList

Enumerations

enum  PUAbstractNodeType {
  ANT_UNKNOWN, ANT_ATOM, ANT_OBJECT, ANT_PROPERTY,
  ANT_IMPORT, ANT_VARIABLE_SET, ANT_VARIABLE_ACCESS
}
 This enum holds the types of the possible abstract nodes. More...