|
| Divide (TermPtr l, TermPtr r) |
|
Term * | clone () const |
|
double | performFunction (double lhs, double rhs) const |
|
String | getName () const |
|
void | writeOperator (String &dest) const |
|
int | getOperatorPrecedence () const |
|
TermPtr | createTermToEvaluateInput (const Scope &scope, const Term *input, double overallTarget, Term *topLevelTerm) const |
|
| BinaryTerm (TermPtr l, TermPtr r) |
|
int | getInputIndexFor (const Term *possibleInput) const |
|
Type | getType () const noexcept |
|
int | getNumInputs () const |
|
Term * | getInput (int index) const |
|
TermPtr | resolve (const Scope &scope, int recursionDepth) |
|
String | toString () const |
|
virtual double | toDouble () const |
|
virtual ReferenceCountedObjectPtr< Term > | negated () |
|
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 527 of file juce_Expression.cpp.