UnaryPlusExpression Class

(Debugger::QmlJS::AST::UnaryPlusExpression)

Public Types

enum anonymous { K }

Public Functions

UnaryPlusExpression(Debugger::QmlJS::AST::ExpressionNode *e)

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

Additional Inherited Members

Member Type Documentation

enum UnaryPlusExpression::anonymous

Member Function Documentation

UnaryPlusExpression::UnaryPlusExpression(Debugger::QmlJS::AST::ExpressionNode *e)

Default constructs an instance of UnaryPlusExpression.

[override virtual] void UnaryPlusExpression::accept0(Debugger::QmlJS::AST::Visitor *visitor)

[override virtual] Debugger::QmlJS::AST::SourceLocation UnaryPlusExpression::firstSourceLocation() const

[override virtual] Debugger::QmlJS::AST::SourceLocation UnaryPlusExpression::lastSourceLocation() const