Qt 4.8
|
#include <qdeclarativejsast_p.h>
Public Functions | |
virtual void | accept0 (Visitor *visitor) |
PropertyNameAndValueList * | finish () |
PropertyNameAndValueList (PropertyName *n, ExpressionNode *v) | |
PropertyNameAndValueList (PropertyNameAndValueList *previous, PropertyName *n, ExpressionNode *v) | |
Public Functions inherited from QDeclarativeJS::AST::Node | |
void | accept (Visitor *visitor) |
virtual BinaryExpression * | binaryExpressionCast () |
virtual ExpressionNode * | expressionCast () |
Node () | |
virtual Statement * | statementCast () |
virtual UiObjectMember * | uiObjectMemberCast () |
virtual | ~Node () |
Public Variables | |
SourceLocation | colonToken |
SourceLocation | commaToken |
PropertyName * | name |
PropertyNameAndValueList * | next |
ExpressionNode * | value |
Public Variables inherited from QDeclarativeJS::AST::Node | |
int | kind |
Definition at line 658 of file qdeclarativejsast_p.h.
|
inline |
Definition at line 663 of file qdeclarativejsast_p.h.
|
inline |
Definition at line 667 of file qdeclarativejsast_p.h.
|
virtual |
Implements QDeclarativeJS::AST::Node.
Definition at line 216 of file qdeclarativejsast.cpp.
|
inline |
Definition at line 677 of file qdeclarativejsast_p.h.
Referenced by QDeclarativeJS::Parser::parse().
SourceLocation QDeclarativeJS::AST::PropertyNameAndValueList::colonToken |
Definition at line 688 of file qdeclarativejsast_p.h.
Referenced by QDeclarativeJS::Parser::parse().
SourceLocation QDeclarativeJS::AST::PropertyNameAndValueList::commaToken |
Definition at line 689 of file qdeclarativejsast_p.h.
Referenced by QDeclarativeJS::Parser::parse().
PropertyName* QDeclarativeJS::AST::PropertyNameAndValueList::name |
Definition at line 685 of file qdeclarativejsast_p.h.
PropertyNameAndValueList* QDeclarativeJS::AST::PropertyNameAndValueList::next |
Definition at line 687 of file qdeclarativejsast_p.h.
Referenced by PropertyNameAndValueList().
ExpressionNode* QDeclarativeJS::AST::PropertyNameAndValueList::value |
Definition at line 686 of file qdeclarativejsast_p.h.