|
| Constant (double val, bool resolutionTarget) |
|
Type | getType () const noexcept |
|
Term * | clone () const |
|
TermPtr | resolve (const Scope &, int) |
|
double | toDouble () const |
|
TermPtr | negated () |
|
String | toString () const |
|
virtual int | getInputIndexFor (const Term *) const |
|
virtual int | getOperatorPrecedence () const |
|
virtual int | getNumInputs () const |
|
virtual Term * | getInput (int) const |
|
virtual ReferenceCountedObjectPtr< Term > | createTermToEvaluateInput (const Scope &, const Term *, double, Term *) const |
|
virtual String | getName () const |
|
virtual void | renameSymbol (const Symbol &oldSymbol, const String &newName, const Scope &scope, int recursionDepth) |
|
virtual void | visitAllSymbols (SymbolVisitor &visitor, const Scope &scope, int recursionDepth) |
|
void | incReferenceCount () noexcept |
| Increments the object's reference count. More...
|
|
void | decReferenceCount () noexcept |
| Decreases the object's reference count. More...
|
|
bool | decReferenceCountWithoutDeleting () noexcept |
| Decreases the object's reference count. More...
|
|
int | getReferenceCount () const noexcept |
| Returns the object's current reference count.
|
|
|
double | value |
|
bool | isResolutionTarget |
|
Definition at line 107 of file juce_Expression.cpp.
The documentation for this class was generated from the following file: