![]() |
Qt 4.8
|
#include <qdeclarativejsast_p.h>
Public Functions | |
| virtual void | accept0 (Visitor *visitor) |
| Catch (NameId *n, Block *stmt) | |
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 | catchToken |
| SourceLocation | identifierToken |
| SourceLocation | lparenToken |
| NameId * | name |
| SourceLocation | rparenToken |
| Block * | statement |
Public Variables inherited from QDeclarativeJS::AST::Node | |
| int | kind |
Definition at line 1817 of file qdeclarativejsast_p.h.
Definition at line 1822 of file qdeclarativejsast_p.h.
|
virtual |
| SourceLocation QDeclarativeJS::AST::Catch::catchToken |
Definition at line 1831 of file qdeclarativejsast_p.h.
Referenced by QDeclarativeJS::Parser::parse().
| SourceLocation QDeclarativeJS::AST::Catch::identifierToken |
Definition at line 1833 of file qdeclarativejsast_p.h.
Referenced by QDeclarativeJS::Parser::parse().
| SourceLocation QDeclarativeJS::AST::Catch::lparenToken |
Definition at line 1832 of file qdeclarativejsast_p.h.
Referenced by QDeclarativeJS::Parser::parse().
| NameId* QDeclarativeJS::AST::Catch::name |
Definition at line 1829 of file qdeclarativejsast_p.h.
| SourceLocation QDeclarativeJS::AST::Catch::rparenToken |
Definition at line 1834 of file qdeclarativejsast_p.h.
Referenced by QDeclarativeJS::Parser::parse().
| Block* QDeclarativeJS::AST::Catch::statement |
Definition at line 1830 of file qdeclarativejsast_p.h.