openshot-audio
0.1.2
|
Public Member Functions | |
LiteralValue (const CodeLocation &l, const var &v) noexcept | |
var | getResult (const Scope &) 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 | |
var | value |
![]() | |
CodeLocation | location |
Additional Inherited Members | |
![]() | |
enum | ResultCode { ok = 0, returnWasHit, breakWasHit, continueWasHit } |
|
inlinenoexcept |
|
inlineoverridevirtual |
Reimplemented from juce::JavascriptEngine::RootObject::Expression.
var juce::JavascriptEngine::RootObject::LiteralValue::value |