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