ConditionalExpression Class
(Debugger::QmlJS::AST::ConditionalExpression)Inherits: | Debugger::QmlJS::AST::ExpressionNode |
Public Types
enum | anonymous { K } |
Public Functions
ConditionalExpression(Debugger::QmlJS::AST::ExpressionNode *e, Debugger::QmlJS::AST::ExpressionNode *t, Debugger::QmlJS::AST::ExpressionNode *f) |
Reimplemented Public Functions
virtual void | accept0(Debugger::QmlJS::AST::Visitor *visitor) override |
virtual Debugger::QmlJS::AST::SourceLocation | firstSourceLocation() const override |
virtual Debugger::QmlJS::AST::SourceLocation | lastSourceLocation() const override |
- 1 public function inherited from Debugger::QmlJS::AST::ExpressionNode
- 8 public functions inherited from Debugger::QmlJS::AST::Node
Additional Inherited Members
- 2 static public members inherited from Debugger::QmlJS::AST::Node
- 3 static public members inherited from Debugger::QmlJS::Managed
Member Function Documentation
ConditionalExpression::ConditionalExpression(Debugger::QmlJS::AST::ExpressionNode *e, Debugger::QmlJS::AST::ExpressionNode *t, Debugger::QmlJS::AST::ExpressionNode *f)
Default constructs an instance of ConditionalExpression.