FormalParameterList Class

(Debugger::QmlJS::AST::FormalParameterList)

Public Types

enum anonymous { K }

Public Functions

FormalParameterList(const Debugger::QStringRef &n)
FormalParameterList(Debugger::QmlJS::AST::FormalParameterList *previous, const Debugger::QStringRef &n)
Debugger::QmlJS::AST::FormalParameterList *finish()

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 FormalParameterList::anonymous

Member Function Documentation

FormalParameterList::FormalParameterList(const Debugger::QStringRef &n)

Default constructs an instance of FormalParameterList.

FormalParameterList::FormalParameterList(Debugger::QmlJS::AST::FormalParameterList *previous, const Debugger::QStringRef &n)

Default constructs an instance of FormalParameterList.

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

Debugger::QmlJS::AST::FormalParameterList *FormalParameterList::finish()

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

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