|
| Constant (const double val, const bool resolutionTarget) |
|
Type | getType () const noexcept |
|
Term * | clone () const |
|
TermPtr | resolve (const Scope &, int) |
|
double | toDouble () const |
|
TermPtr | negated () |
|
String | toString () const |
|
| Term () |
|
virtual | ~Term () |
|
virtual int | getInputIndexFor (const Term *) const |
|
virtual int | getOperatorPrecedence () const |
|
virtual int | getNumInputs () const |
|
virtual Term * | getInput (int) const |
|
virtual ReferenceCountedObjectPtr< Term > | createTermToEvaluateInput (const Scope &, const Term *, double, Term *) const |
|
virtual String | getName () 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::Constant::Constant |
( |
const double |
val, |
|
|
const bool |
resolutionTarget |
|
) |
| |
|
inline |
Term* juce::Expression::Helpers::Constant::clone |
( |
| ) |
const |
|
inlinevirtual |
Type juce::Expression::Helpers::Constant::getType |
( |
| ) |
const |
|
inlinevirtualnoexcept |
TermPtr juce::Expression::Helpers::Constant::negated |
( |
| ) |
|
|
inlinevirtual |
double juce::Expression::Helpers::Constant::toDouble |
( |
| ) |
const |
|
inlinevirtual |
String juce::Expression::Helpers::Constant::toString |
( |
| ) |
const |
|
inlinevirtual |
bool juce::Expression::Helpers::Constant::isResolutionTarget |
double juce::Expression::Helpers::Constant::value |
The documentation for this class was generated from the following file: