Qt 4.8
|
#include <qscriptast_p.h>
Public Functions | |
virtual void | accept0 (Visitor *visitor) |
ObjectLiteral () | |
ObjectLiteral (PropertyNameAndValueList *plist) | |
virtual | ~ObjectLiteral () |
Public Functions inherited from QScript::AST::ExpressionNode | |
virtual ExpressionNode * | expressionCast () |
ExpressionNode () | |
virtual | ~ExpressionNode () |
Public Functions inherited from QScript::AST::Node | |
void | accept (Visitor *visitor) |
virtual BinaryExpression * | binaryExpressionCast () |
Node () | |
virtual Statement * | statementCast () |
virtual | ~Node () |
Public Variables | |
PropertyNameAndValueList * | properties |
Public Variables inherited from QScript::AST::Node | |
int | endColumn |
int | endLine |
Kind | kind |
int | startColumn |
int | startLine |
Definition at line 342 of file qscriptast_p.h.
|
inline |
Definition at line 345 of file qscriptast_p.h.
|
inline |
Definition at line 348 of file qscriptast_p.h.
|
inlinevirtual |
Definition at line 351 of file qscriptast_p.h.
|
virtual |
Implements QScript::AST::Node.
Definition at line 136 of file qscriptast.cpp.
PropertyNameAndValueList* QScript::AST::ObjectLiteral::properties |
Definition at line 356 of file qscriptast_p.h.