openshot-audio
0.1.5
|
Public Member Functions | |
Assignment (const CodeLocation &l, ExpPtr &dest, ExpPtr &source) noexcept | |
var | getResult (const Scope &s) const override |
![]() | |
Expression (const CodeLocation &l) noexcept | |
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 | target |
ExpPtr | newValue |
![]() | |
CodeLocation | location |
Additional Inherited Members | |
![]() | |
enum | ResultCode { ok = 0, returnWasHit, breakWasHit, continueWasHit } |
|
inlinenoexcept |
|
inlineoverridevirtual |
Reimplemented from JavascriptEngine::RootObject::Expression.
ExpPtr JavascriptEngine::RootObject::Assignment::newValue |
ExpPtr JavascriptEngine::RootObject::Assignment::target |