JUCE
|
Used as a callback by the Scope::visitRelativeScope() method. More...
Public Member Functions | |
virtual | ~Visitor ()=default |
virtual void | visit (const Scope &)=0 |
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.
|
virtualdefault |
|
pure virtual |