|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Public Member Functions | |
| SymbolTerm (const String &sym) | |
| TermPtr | resolve (const Scope &scope, int recursionDepth) override |
| Type | getType () const noexcept override |
| Term * | clone () const override |
| String | toString () const override |
| String | getName () const override |
| void | visitAllSymbols (SymbolVisitor &visitor, const Scope &scope, int recursionDepth) override |
| void | renameSymbol (const Symbol &oldSymbol, const String &newName, const Scope &scope, int) override |
Public Member Functions inherited from juce::Expression::Term | |
| virtual double | toDouble () const |
| virtual int | getInputIndexFor (const Term *) const |
| virtual int | getOperatorPrecedence () const |
| virtual int | getNumInputs () const |
| virtual Term * | getInput (int) const |
| virtual ReferenceCountedObjectPtr< Term > | negated () |
| virtual ReferenceCountedObjectPtr< Term > | createTermToEvaluateInput (const Scope &, const Term *, double, Term *) const |
Public Member Functions inherited from juce::SingleThreadedReferenceCountedObject | |
| void | incReferenceCount () noexcept |
| Increments the object's reference count. | |
| void | decReferenceCount () noexcept |
| Decreases the object's reference count. | |
| bool | decReferenceCountWithoutDeleting () noexcept |
| Decreases the object's reference count. | |
| int | getReferenceCount () const noexcept |
| Returns the object's current reference count. | |
Public Attributes | |
| String | symbol |
Additional Inherited Members | |
Protected Member Functions inherited from juce::SingleThreadedReferenceCountedObject | |
| SingleThreadedReferenceCountedObject ()=default | |
| Creates the reference-counted object (with an initial ref count of zero). | |
| SingleThreadedReferenceCountedObject (const SingleThreadedReferenceCountedObject &) | |
| Copying from another object does not affect this one's reference-count. | |
| SingleThreadedReferenceCountedObject (SingleThreadedReferenceCountedObject &&) | |
| Copying from another object does not affect this one's reference-count. | |
| SingleThreadedReferenceCountedObject & | operator= (const SingleThreadedReferenceCountedObject &) |
| Copying from another object does not affect this one's reference-count. | |
| SingleThreadedReferenceCountedObject & | operator= (SingleThreadedReferenceCountedObject &&) |
| Copying from another object does not affect this one's reference-count. | |
| virtual | ~SingleThreadedReferenceCountedObject () |
| Destructor. | |
Definition at line 196 of file juce_Expression.cpp.
|
explicit |
Definition at line 199 of file juce_Expression.cpp.
|
overridevirtual |
Implements juce::Expression::Term.
Definition at line 208 of file juce_Expression.cpp.
|
overridevirtual |
Reimplemented from juce::Expression::Term.
Definition at line 210 of file juce_Expression.cpp.
|
overridevirtualnoexcept |
Implements juce::Expression::Term.
Definition at line 207 of file juce_Expression.cpp.
|
overridevirtual |
Reimplemented from juce::Expression::Term.
Definition at line 219 of file juce_Expression.cpp.
|
overridevirtual |
Implements juce::Expression::Term.
Definition at line 201 of file juce_Expression.cpp.
|
overridevirtual |
Implements juce::Expression::Term.
Definition at line 209 of file juce_Expression.cpp.
|
overridevirtual |
Reimplemented from juce::Expression::Term.
Definition at line 212 of file juce_Expression.cpp.
| String juce::Expression::Helpers::SymbolTerm::symbol |
Definition at line 225 of file juce_Expression.cpp.