|
| Negate (const TermPtr &t) |
|
Type | getType () const noexcept |
|
int | getInputIndexFor (const Term *possibleInput) const |
|
int | getNumInputs () const |
|
Term * | getInput (int index) const |
|
Term * | clone () const |
|
TermPtr | resolve (const Scope &scope, int recursionDepth) |
|
String | getName () const |
|
TermPtr | negated () |
|
TermPtr | createTermToEvaluateInput (const Scope &scope, const Term *t, double overallTarget, Term *topLevelTerm) const |
|
String | toString () const |
|
virtual double | toDouble () const |
|
virtual int | getOperatorPrecedence () 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.
|
|
Definition at line 405 of file juce_Expression.cpp.
The documentation for this class was generated from the following file: