|
| Function (const String &name) |
|
| Function (const String &name, const Array< Expression > ¶ms) |
|
Type | getType () const noexcept |
|
Term * | clone () const |
|
int | getNumInputs () const |
|
Term * | getInput (int i) const |
|
String | getName () const |
|
TermPtr | resolve (const Scope &scope, int recursionDepth) |
|
int | getInputIndexFor (const Term *possibleInput) const |
|
String | toString () const |
|
| Term () |
|
virtual | ~Term () |
|
virtual double | toDouble () const |
|
virtual int | getOperatorPrecedence () const |
|
virtual
ReferenceCountedObjectPtr
< Term > | negated () |
|
virtual
ReferenceCountedObjectPtr
< Term > | createTermToEvaluateInput (const Scope &, const Term *, double, Term *) 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 |
|
void | decReferenceCount () noexcept |
|
bool | decReferenceCountWithoutDeleting () noexcept |
|
int | getReferenceCount () const noexcept |
|
juce::Expression::Helpers::Function::Function |
( |
const String & |
name | ) |
|
|
inlineexplicit |
Term* juce::Expression::Helpers::Function::clone |
( |
| ) |
const |
|
inlinevirtual |
Term* juce::Expression::Helpers::Function::getInput |
( |
int |
i | ) |
const |
|
inlinevirtual |
int juce::Expression::Helpers::Function::getInputIndexFor |
( |
const Term * |
possibleInput | ) |
const |
|
inlinevirtual |
String juce::Expression::Helpers::Function::getName |
( |
| ) |
const |
|
inlinevirtual |
int juce::Expression::Helpers::Function::getNumInputs |
( |
| ) |
const |
|
inlinevirtual |
Type juce::Expression::Helpers::Function::getType |
( |
| ) |
const |
|
inlinevirtualnoexcept |
String juce::Expression::Helpers::Function::toString |
( |
| ) |
const |
|
inlinevirtual |
const String juce::Expression::Helpers::Function::functionName |
The documentation for this class was generated from the following file: