OpenShot Library | libopenshot-audio  0.1.9
juce::JavascriptEngine::RootObject::LogicalAndOp Struct Reference
+ Inheritance diagram for juce::JavascriptEngine::RootObject::LogicalAndOp:

Public Member Functions

 LogicalAndOp (const CodeLocation &l, ExpPtr &a, ExpPtr &b) noexcept
 
var getResult (const Scope &s) const override
 
- Public Member Functions inherited from juce::JavascriptEngine::RootObject::BinaryOperatorBase
 BinaryOperatorBase (const CodeLocation &l, ExpPtr &a, ExpPtr &b, TokenType op) noexcept
 
- Public Member Functions inherited from juce::JavascriptEngine::RootObject::Expression
 Expression (const CodeLocation &l) noexcept
 
virtual void assign (const Scope &, const var &) const
 
ResultCode perform (const Scope &s, var *) const override
 
- Public Member Functions inherited from juce::JavascriptEngine::RootObject::Statement
 Statement (const CodeLocation &l) noexcept
 

Additional Inherited Members

- Public Types inherited from juce::JavascriptEngine::RootObject::Statement
enum  ResultCode { ok = 0, returnWasHit, breakWasHit, continueWasHit }
 
- Public Attributes inherited from juce::JavascriptEngine::RootObject::BinaryOperatorBase
ExpPtr lhs
 
ExpPtr rhs
 
TokenType operation
 
- Public Attributes inherited from juce::JavascriptEngine::RootObject::Statement
CodeLocation location
 

Detailed Description

Definition at line 644 of file juce_Javascript.cpp.


The documentation for this struct was generated from the following file: