Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
HasFunctionDefinitionVisitor Class Referencefinal
Inheritance diagram for HasFunctionDefinitionVisitor:
Collaboration diagram for HasFunctionDefinitionVisitor:

Public Member Functions

bool visit (QQmlJS::AST::FunctionDeclaration *functionDeclaration) override
void throwRecursionDepthError () override
bool result () const
void reset ()
bool visit (QQmlJS::AST::FunctionDeclaration *functionDeclaration) override
void throwRecursionDepthError () override
bool result () const
void reset ()
Public Member Functions inherited from QQmlJS::AST::Visitor
 Visitor (quint16 parentRecursionDepth=0)
bool preVisit (Node *) override
void postVisit (Node *) override
Public Member Functions inherited from QQmlJS::AST::BaseVisitor
 BaseVisitor (quint16 parentRecursionDepth=0)
virtual ~BaseVisitor ()
quint16 recursionDepth () const

Additional Inherited Members

Protected Attributes inherited from QQmlJS::AST::BaseVisitor
quint16 m_recursionDepth = 0

Detailed Description

Definition at line 48 of file qqmljslinter.cpp.

Member Function Documentation

◆ reset() [1/2]

void HasFunctionDefinitionVisitor::reset ( )
inline

Definition at line 59 of file qqmljslinter.cpp.

Referenced by UnreachableVisitor::containsFunctionDeclaration().

Here is the caller graph for this function:

◆ reset() [2/2]

void HasFunctionDefinitionVisitor::reset ( )
inline

Definition at line 59 of file qqmljslinter.cpp.

◆ result() [1/2]

bool HasFunctionDefinitionVisitor::result ( ) const
inline

Definition at line 58 of file qqmljslinter.cpp.

Referenced by UnreachableVisitor::containsFunctionDeclaration().

Here is the caller graph for this function:

◆ result() [2/2]

bool HasFunctionDefinitionVisitor::result ( ) const
inline

Definition at line 58 of file qqmljslinter.cpp.

◆ throwRecursionDepthError() [1/2]

void HasFunctionDefinitionVisitor::throwRecursionDepthError ( )
inlineoverridevirtual

Implements QQmlJS::AST::BaseVisitor.

Definition at line 57 of file qqmljslinter.cpp.

◆ throwRecursionDepthError() [2/2]

void HasFunctionDefinitionVisitor::throwRecursionDepthError ( )
inlineoverridevirtual

Implements QQmlJS::AST::BaseVisitor.

Definition at line 57 of file qqmljslinter.cpp.

◆ visit() [1/2]

bool HasFunctionDefinitionVisitor::visit ( QQmlJS::AST::FunctionDeclaration * functionDeclaration)
inlineoverride

Definition at line 51 of file qqmljslinter.cpp.

◆ visit() [2/2]

bool HasFunctionDefinitionVisitor::visit ( QQmlJS::AST::FunctionDeclaration * functionDeclaration)
inlineoverride

Definition at line 51 of file qqmljslinter.cpp.


The documentation for this class was generated from the following file: