JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | List of all members
juce::JavascriptEngine::RootObject::ModuloOp Struct Referencefinal
Inheritance diagram for juce::JavascriptEngine::RootObject::ModuloOp:
juce::JavascriptEngine::RootObject::BinaryOperator juce::JavascriptEngine::RootObject::BinaryOperatorBase juce::JavascriptEngine::RootObject::Expression juce::JavascriptEngine::RootObject::Statement

Public Member Functions

 ModuloOp (const CodeLocation &l, ExpPtr &a, ExpPtr &b) noexcept
 
var getWithDoubles (double a, double b) const override
 
var getWithInts (int64 a, int64 b) const override
 
- Public Member Functions inherited from juce::JavascriptEngine::RootObject::BinaryOperator
 BinaryOperator (const CodeLocation &l, ExpPtr &a, ExpPtr &b, TokenType op) noexcept
 
virtual var getWithUndefinedArg () const
 
virtual var getWithArrayOrObject (const var &a, const var &) const
 
virtual var getWithStrings (const String &, const String &) const
 
var getResult (const Scope &s) const override
 
var throwError (const char *typeName) const
 
- Public Member Functions inherited from juce::JavascriptEngine::RootObject::BinaryOperatorBase
 BinaryOperatorBase (const CodeLocation &l, ExpPtr &a, ExpPtr &b, TokenType op) noexcept
 
- Public Member Functions inherited from juce::JavascriptEngine::RootObject::Expression
 Expression (const CodeLocation &l) noexcept
 
virtual void assign (const Scope &, const var &) const
 
ResultCode perform (const Scope &s, var *) const override
 
- Public Member Functions inherited from juce::JavascriptEngine::RootObject::Statement
 Statement (const CodeLocation &l) noexcept
 

Additional Inherited Members

- Public Types inherited from juce::JavascriptEngine::RootObject::Statement
enum  ResultCode { ok , returnWasHit , breakWasHit , continueWasHit }
 
- Public Attributes inherited from juce::JavascriptEngine::RootObject::BinaryOperatorBase
ExpPtr lhs
 
ExpPtr rhs
 
TokenType operation
 
- Public Attributes inherited from juce::JavascriptEngine::RootObject::Statement
CodeLocation location
 

Detailed Description

Definition at line 600 of file juce_Javascript.cpp.

Constructor & Destructor Documentation

◆ ModuloOp()

juce::JavascriptEngine::RootObject::ModuloOp::ModuloOp ( const CodeLocation l,
ExpPtr a,
ExpPtr b 
)
noexcept

Definition at line 602 of file juce_Javascript.cpp.

Member Function Documentation

◆ getWithDoubles()

var juce::JavascriptEngine::RootObject::ModuloOp::getWithDoubles ( double  a,
double  b 
) const
overridevirtual

Reimplemented from juce::JavascriptEngine::RootObject::BinaryOperator.

Definition at line 603 of file juce_Javascript.cpp.

◆ getWithInts()

var juce::JavascriptEngine::RootObject::ModuloOp::getWithInts ( int64  a,
int64  b 
) const
overridevirtual

Reimplemented from juce::JavascriptEngine::RootObject::BinaryOperator.

Definition at line 604 of file juce_Javascript.cpp.


The documentation for this struct was generated from the following file: