OpenShot Library | OpenShotAudio
0.2.2
|
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 287 of file juce_Javascript.cpp.