OpenShot Library | OpenShotAudio
0.2.2
|
Public Member Functions | |
ConditionalOp (const CodeLocation &l) noexcept | |
var | getResult (const Scope &s) const override |
void | assign (const Scope &s, const var &v) const override |
![]() | |
Expression (const CodeLocation &l) noexcept | |
ResultCode | perform (const Scope &s, var *) const override |
![]() | |
Statement (const CodeLocation &l) noexcept | |
Public Attributes | |
ExpPtr | condition |
ExpPtr | trueBranch |
ExpPtr | falseBranch |
![]() | |
CodeLocation | location |
Additional Inherited Members | |
![]() | |
enum | ResultCode { ok = 0, returnWasHit, breakWasHit, continueWasHit } |
Definition at line 668 of file juce_Javascript.cpp.