Qt 4.8
|
#include <qdeclarativejsast_p.h>
Public Functions | |
virtual void | accept0 (Visitor *visitor) |
StatementSourceElement (Statement *stmt) | |
Public Functions inherited from QDeclarativeJS::AST::SourceElement | |
SourceElement () | |
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 | |
Statement * | statement |
Public Variables inherited from QDeclarativeJS::AST::Node | |
int | kind |
Definition at line 2051 of file qdeclarativejsast_p.h.
|
inline |
Definition at line 2056 of file qdeclarativejsast_p.h.
|
virtual |
Implements QDeclarativeJS::AST::Node.
Definition at line 784 of file qdeclarativejsast.cpp.
Statement* QDeclarativeJS::AST::StatementSourceElement::statement |
Definition at line 2063 of file qdeclarativejsast_p.h.