JUCE
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions
Expression::Scope::Visitor Class Reference

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

List of all members.

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: