Cocos2d-x  v3.10
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups
PUAbstractNode Class Referenceabstract

Internal class, The Abstract class of script element. More...

Inherited by PUAtomAbstractNode, PUObjectAbstractNode, and PUPropertyAbstractNode.

Public Member Functions

virtual PUAbstractNodeclone () const =0
 Returns a new AbstractNode which is a replica of this one. More...
 
virtual std::string getValue () const =0
 Returns a string value depending on the type of the AbstractNode. More...
 

Detailed Description

Internal class, The Abstract class of script element.

Member Function Documentation

virtual PUAbstractNode* clone ( ) const
pure virtual

Returns a new AbstractNode which is a replica of this one.

Implemented in PUPropertyAbstractNode, and PUObjectAbstractNode.

var clone ( )
pure virtual

Returns a new AbstractNode which is a replica of this one.

Implemented in PUPropertyAbstractNode, and PUObjectAbstractNode.

local clone ( )
pure virtual

Returns a new AbstractNode which is a replica of this one.

Implemented in PUPropertyAbstractNode, and PUObjectAbstractNode.

virtual std::string getValue ( ) const
pure virtual

Returns a string value depending on the type of the AbstractNode.

Implemented in PUPropertyAbstractNode, and PUObjectAbstractNode.

var getValue ( )
pure virtual

Returns a string value depending on the type of the AbstractNode.

Implemented in PUPropertyAbstractNode, and PUObjectAbstractNode.

local getValue ( )
pure virtual

Returns a string value depending on the type of the AbstractNode.

Implemented in PUPropertyAbstractNode, and PUObjectAbstractNode.


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