openshot-audio
0.1.7
|
Public Member Functions | |
BinaryOperatorBase (const CodeLocation &l, ExpPtr &a, ExpPtr &b, TokenType op) noexcept | |
![]() | |
Expression (const CodeLocation &l) noexcept | |
virtual var | getResult (const Scope &) const |
virtual void | assign (const Scope &, const var &) const |
ResultCode | perform (const Scope &s, var *) const override |
![]() | |
Statement (const CodeLocation &l) noexcept | |
virtual | ~Statement () |
Public Attributes | |
ExpPtr | lhs |
ExpPtr | rhs |
TokenType | operation |
![]() | |
CodeLocation | location |
Additional Inherited Members | |
![]() | |
enum | ResultCode { ok = 0, returnWasHit, breakWasHit, continueWasHit } |
|
inlinenoexcept |
ExpPtr juce::JavascriptEngine::RootObject::BinaryOperatorBase::lhs |
TokenType juce::JavascriptEngine::RootObject::BinaryOperatorBase::operation |
ExpPtr juce::JavascriptEngine::RootObject::BinaryOperatorBase::rhs |