|
| Subtract (Term *const l, Term *const r) |
|
Term * | clone () const |
|
double | performFunction (double lhs, double rhs) const |
|
int | getOperatorPrecedence () const |
|
String | getName () const |
|
void | writeOperator (String &dest) const |
|
TermPtr | createTermToEvaluateInput (const Scope &scope, const Term *input, double overallTarget, Term *topLevelTerm) const |
|
| BinaryTerm (Term *const l, Term *const 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 |
|
| Term () |
|
virtual | ~Term () |
|
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 |
|
void | decReferenceCount () noexcept |
|
bool | decReferenceCountWithoutDeleting () noexcept |
|
int | getReferenceCount () const noexcept |
|
Term* juce::Expression::Helpers::Subtract::clone |
( |
| ) |
const |
|
inlinevirtual |
TermPtr juce::Expression::Helpers::Subtract::createTermToEvaluateInput |
( |
const Scope & |
scope, |
|
|
const Term * |
input, |
|
|
double |
overallTarget, |
|
|
Term * |
topLevelTerm |
|
) |
| const |
|
inlinevirtual |
String juce::Expression::Helpers::Subtract::getName |
( |
| ) |
const |
|
inlinevirtual |
int juce::Expression::Helpers::Subtract::getOperatorPrecedence |
( |
| ) |
const |
|
inlinevirtual |
double juce::Expression::Helpers::Subtract::performFunction |
( |
double |
lhs, |
|
|
double |
rhs |
|
) |
| const |
|
inlinevirtual |
void juce::Expression::Helpers::Subtract::writeOperator |
( |
String & |
dest | ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following file: