OpenShot Library | libopenshot-audio
0.2.0
|
Public Member Functions | |
IfStatement (const CodeLocation &l) noexcept | |
ResultCode | perform (const Scope &s, var *returnedValue) const override |
![]() | |
Statement (const CodeLocation &l) noexcept | |
Public Attributes | |
ExpPtr | condition |
std::unique_ptr< Statement > | trueBranch |
std::unique_ptr< Statement > | falseBranch |
![]() | |
CodeLocation | location |
Additional Inherited Members | |
![]() | |
enum | ResultCode { ok = 0, returnWasHit, breakWasHit, continueWasHit } |
Definition at line 286 of file juce_Javascript.cpp.