ASTFunctionValue Class

(QmlJS::ASTFunctionValue)

Public Functions

ASTFunctionValue(AST::FunctionExpression *ast, const Document *doc, ValueOwner *valueOwner)
~ASTFunctionValue()
AST::FunctionExpression *ast() const

Member Function Documentation

ASTFunctionValue::ASTFunctionValue(AST::FunctionExpression *ast, const Document *doc, ValueOwner *valueOwner)

Default constructs an instance of ASTFunctionValue.

ASTFunctionValue::~ASTFunctionValue()

Destroys the instance of ASTFunctionValue.

AST::FunctionExpression *ASTFunctionValue::ast() const