![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmljsast_p.h>
Public Member Functions | |
Catch (PatternElement *p, Block *stmt) | |
void | accept0 (BaseVisitor *visitor) override |
SourceLocation | firstSourceLocation () const override |
SourceLocation | lastSourceLocation () const override |
Public Member Functions inherited from QQmlJS::AST::Node | |
Node () | |
virtual | ~Node () |
virtual ExpressionNode * | expressionCast () |
virtual BinaryExpression * | binaryExpressionCast () |
virtual Statement * | statementCast () |
virtual UiObjectMember * | uiObjectMemberCast () |
virtual LeftHandSideExpression * | leftHandSideExpressionCast () |
virtual Pattern * | patternCast () |
virtual FunctionExpression * | asFunctionDefinition () |
virtual ClassExpression * | asClassDefinition () |
bool | ignoreRecursionDepth () const |
void | accept (BaseVisitor *visitor) |
Public Member Functions inherited from QQmlJS::Managed | |
Managed ()=default | |
~Managed ()=default | |
void * | operator new (size_t size, MemoryPool *pool) |
void | operator delete (void *) |
void | operator delete (void *, MemoryPool *) |
Public Attributes | |
PatternElement * | patternElement |
Block * | statement |
SourceLocation | catchToken |
SourceLocation | lparenToken |
SourceLocation | identifierToken |
SourceLocation | rparenToken |
Public Attributes inherited from QQmlJS::AST::Node | |
int | kind = Kind_Undefined |
Definition at line 2312 of file qqmljsast_p.h.
|
inline |
Definition at line 2317 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 964 of file qqmljsast.cpp.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2323 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2326 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::Catch::catchToken |
Definition at line 2332 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::Catch::identifierToken |
Definition at line 2334 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::Catch::lparenToken |
Definition at line 2333 of file qqmljsast_p.h.
PatternElement* QQmlJS::AST::Catch::patternElement |
Definition at line 2330 of file qqmljsast_p.h.
SourceLocation QQmlJS::AST::Catch::rparenToken |
Definition at line 2335 of file qqmljsast_p.h.
Block* QQmlJS::AST::Catch::statement |
Definition at line 2331 of file qqmljsast_p.h.