![]() |
Qt 4.8
|
#include <qdeclarativejsast_p.h>
Public Functions | |
| virtual void | accept0 (Visitor *visitor) |
| FunctionDeclaration (NameId *n, FormalParameterList *f, FunctionBody *b) | |
Public Functions inherited from QDeclarativeJS::AST::FunctionExpression | |
| virtual SourceLocation | firstSourceLocation () const |
| FunctionExpression (NameId *n, FormalParameterList *f, FunctionBody *b) | |
| virtual SourceLocation | lastSourceLocation () const |
Public Functions inherited from QDeclarativeJS::AST::ExpressionNode | |
| virtual ExpressionNode * | expressionCast () |
| ExpressionNode () | |
Public Functions inherited from QDeclarativeJS::AST::Node | |
| void | accept (Visitor *visitor) |
| virtual BinaryExpression * | binaryExpressionCast () |
| Node () | |
| virtual Statement * | statementCast () |
| virtual UiObjectMember * | uiObjectMemberCast () |
| virtual | ~Node () |
Definition at line 1921 of file qdeclarativejsast_p.h.
|
inline |
Definition at line 1926 of file qdeclarativejsast_p.h.
|
virtual |
Reimplemented from QDeclarativeJS::AST::FunctionExpression.
Definition at line 717 of file qdeclarativejsast.cpp.