PropertyGetterSetter Class
(Debugger::QmlJS::AST::PropertyGetterSetter)Inherits: | Debugger::QmlJS::AST::PropertyAssignment |
Public Types
Public Functions
PropertyGetterSetter(Debugger::QmlJS::AST::PropertyName *n, Debugger::QmlJS::AST::FunctionBody *b) | |
PropertyGetterSetter(Debugger::QmlJS::AST::PropertyName *n, Debugger::QmlJS::AST::FormalParameterList *f, Debugger::QmlJS::AST::FunctionBody *b) |
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 |
- 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
PropertyGetterSetter::PropertyGetterSetter(Debugger::QmlJS::AST::PropertyName *n, Debugger::QmlJS::AST::FunctionBody *b)
Default constructs an instance of PropertyGetterSetter.
PropertyGetterSetter::PropertyGetterSetter(Debugger::QmlJS::AST::PropertyName *n, Debugger::QmlJS::AST::FormalParameterList *f, Debugger::QmlJS::AST::FunctionBody *b)
Default constructs an instance of PropertyGetterSetter.