![]() |
Qt 4.8
|
#include <qdeclarativejsast_p.h>
Public Functions | |
| virtual void | accept0 (Visitor *visitor) |
| StringLiteralPropertyName (NameId *n) | |
Public Functions inherited from QDeclarativeJS::AST::PropertyName | |
| PropertyName () | |
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 | |
| NameId * | id |
Public Variables inherited from QDeclarativeJS::AST::PropertyName | |
| SourceLocation | propertyNameToken |
Public Variables inherited from QDeclarativeJS::AST::Node | |
| int | kind |
Definition at line 717 of file qdeclarativejsast_p.h.
|
inline |
Definition at line 722 of file qdeclarativejsast_p.h.
|
virtual |
Implements QDeclarativeJS::AST::Node.
Definition at line 236 of file qdeclarativejsast.cpp.
| NameId* QDeclarativeJS::AST::StringLiteralPropertyName::id |
Definition at line 728 of file qdeclarativejsast_p.h.