Gnash
0.8.10
|
An abstract property visitor. More...
#include <PropertyList.h>
Public Member Functions | |
virtual bool | accept (const ObjectURI &uri, const as_value &val)=0 |
This function should return false if no further visits are needed. | |
virtual | ~PropertyVisitor () |
An abstract property visitor.
virtual gnash::PropertyVisitor::~PropertyVisitor | ( | ) | [inline, virtual] |
virtual bool gnash::PropertyVisitor::accept | ( | const ObjectURI & | uri, |
const as_value & | val | ||
) | [pure virtual] |
This function should return false if no further visits are needed.
Implemented in gnash::IsStrictArray.