Qt 4.8
|
#include <qdeclarativejsast_p.h>
Public Functions | |
virtual SourceLocation | firstSourceLocation () const =0 |
virtual SourceLocation | lastSourceLocation () const =0 |
Statement () | |
virtual Statement * | statementCast () |
Public Functions inherited from QDeclarativeJS::AST::Node | |
void | accept (Visitor *visitor) |
virtual void | accept0 (Visitor *visitor)=0 |
virtual BinaryExpression * | binaryExpressionCast () |
virtual ExpressionNode * | expressionCast () |
Node () | |
virtual UiObjectMember * | uiObjectMemberCast () |
virtual | ~Node () |
Definition at line 260 of file qdeclarativejsast_p.h.
|
inline |
Definition at line 263 of file qdeclarativejsast_p.h.
|
pure virtual |
Implemented in QDeclarativeJS::AST::DebuggerStatement, QDeclarativeJS::AST::TryStatement, QDeclarativeJS::AST::ThrowStatement, QDeclarativeJS::AST::LabelledStatement, QDeclarativeJS::AST::SwitchStatement, QDeclarativeJS::AST::WithStatement, QDeclarativeJS::AST::ReturnStatement, QDeclarativeJS::AST::BreakStatement, QDeclarativeJS::AST::ContinueStatement, QDeclarativeJS::AST::LocalForEachStatement, QDeclarativeJS::AST::ForEachStatement, QDeclarativeJS::AST::LocalForStatement, QDeclarativeJS::AST::ForStatement, QDeclarativeJS::AST::WhileStatement, QDeclarativeJS::AST::DoWhileStatement, QDeclarativeJS::AST::IfStatement, QDeclarativeJS::AST::ExpressionStatement, QDeclarativeJS::AST::EmptyStatement, QDeclarativeJS::AST::VariableStatement, and QDeclarativeJS::AST::Block.
Referenced by QDeclarativeRewrite::RewriteBinding::operator()(), and QDeclarativeRewrite::RewriteBinding::rewrite().
|
pure virtual |
Implemented in QDeclarativeJS::AST::DebuggerStatement, QDeclarativeJS::AST::TryStatement, QDeclarativeJS::AST::ThrowStatement, QDeclarativeJS::AST::LabelledStatement, QDeclarativeJS::AST::SwitchStatement, QDeclarativeJS::AST::WithStatement, QDeclarativeJS::AST::ReturnStatement, QDeclarativeJS::AST::BreakStatement, QDeclarativeJS::AST::ContinueStatement, QDeclarativeJS::AST::LocalForEachStatement, QDeclarativeJS::AST::ForEachStatement, QDeclarativeJS::AST::LocalForStatement, QDeclarativeJS::AST::ForStatement, QDeclarativeJS::AST::WhileStatement, QDeclarativeJS::AST::DoWhileStatement, QDeclarativeJS::AST::IfStatement, QDeclarativeJS::AST::ExpressionStatement, QDeclarativeJS::AST::EmptyStatement, QDeclarativeJS::AST::VariableStatement, and QDeclarativeJS::AST::Block.
Referenced by QDeclarativeJS::AST::WhileStatement::lastSourceLocation(), QDeclarativeJS::AST::ForStatement::lastSourceLocation(), QDeclarativeJS::AST::LocalForStatement::lastSourceLocation(), QDeclarativeJS::AST::ForEachStatement::lastSourceLocation(), QDeclarativeJS::AST::LocalForEachStatement::lastSourceLocation(), QDeclarativeJS::AST::WithStatement::lastSourceLocation(), QDeclarativeJS::AST::LabelledStatement::lastSourceLocation(), QDeclarativeJS::AST::UiScriptBinding::lastSourceLocation(), QDeclarativeRewrite::RewriteBinding::operator()(), and QDeclarativeRewrite::RewriteBinding::rewrite().
|
virtual |
Reimplemented from QDeclarativeJS::AST::Node.
Definition at line 94 of file qdeclarativejsast.cpp.
Referenced by QDeclarativeJS::Parser::statement().