|
| | 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 |
| |
◆ Function() [1/2]
| juce::Expression::Helpers::Function::Function |
( |
const String & |
name | ) |
|
|
inlineexplicit |
◆ Function() [2/2]
| juce::Expression::Helpers::Function::Function |
( |
const String & |
name, |
|
|
const Array< Expression > & |
params |
|
) |
| |
|
inline |
◆ clone()
| Term* juce::Expression::Helpers::Function::clone |
( |
| ) |
const |
|
inlinevirtual |
◆ getInput()
| Term* juce::Expression::Helpers::Function::getInput |
( |
int |
i | ) |
const |
|
inlinevirtual |
◆ getInputIndexFor()
| int juce::Expression::Helpers::Function::getInputIndexFor |
( |
const Term * |
possibleInput | ) |
const |
|
inlinevirtual |
◆ getName()
| String juce::Expression::Helpers::Function::getName |
( |
| ) |
const |
|
inlinevirtual |
◆ getNumInputs()
| int juce::Expression::Helpers::Function::getNumInputs |
( |
| ) |
const |
|
inlinevirtual |
◆ getType()
| Type juce::Expression::Helpers::Function::getType |
( |
| ) |
const |
|
inlinevirtualnoexcept |
◆ resolve()
| TermPtr juce::Expression::Helpers::Function::resolve |
( |
const Scope & |
scope, |
|
|
int |
recursionDepth |
|
) |
| |
|
inlinevirtual |
◆ toString()
| String juce::Expression::Helpers::Function::toString |
( |
| ) |
const |
|
inlinevirtual |
◆ functionName
| const String juce::Expression::Helpers::Function::functionName |
◆ parameters
The documentation for this class was generated from the following file: