JUCE
Public Member Functions | List of all members
Expression::Scope::Visitor Class Referenceabstract

Used as a callback by the Scope::visitRelativeScope() method. More...

Public Member Functions

virtual ~Visitor ()
 
virtual void visit (const Scope &)=0
 

Detailed Description

Used as a callback by the Scope::visitRelativeScope() method.

You should never create an instance of this class yourself, it's used by the expression evaluation code.

Constructor & Destructor Documentation

virtual Expression::Scope::Visitor::~Visitor ( )
virtual

Member Function Documentation

virtual void Expression::Scope::Visitor::visit ( const Scope )
pure virtual

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