Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQmlJS::Dom::Scanner::State Struct Reference

#include <qqmldomscanner_p.h>

+ Collaboration diagram for QQmlJS::Dom::Scanner::State:

Public Member Functions

bool isMultiline () const
 
bool isMultilineComment () const
 

Public Attributes

Lexer::State state {}
 
bool regexpMightFollow = true
 

Detailed Description

Definition at line 79 of file qqmldomscanner_p.h.

Member Function Documentation

◆ isMultiline()

bool Scanner::State::isMultiline ( ) const

Definition at line 422 of file qqmldomscanner.cpp.

References state, and QQmlJS::Lexer::State::tokenKind.

Referenced by QQmlJS::Dom::FormatPartialStatus::handleTokens(), and QQmlJS::Dom::IndentingLineWriter::reindentAndSplit().

+ Here is the caller graph for this function:

◆ isMultilineComment()

bool Scanner::State::isMultilineComment ( ) const

Definition at line 437 of file qqmldomscanner.cpp.

References QQmlJS::Dom::Scanner::state().

Referenced by QQmlJS::Dom::IndentingLineWriter::reindentAndSplit().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ regexpMightFollow

bool QQmlJS::Dom::Scanner::State::regexpMightFollow = true

Definition at line 82 of file qqmldomscanner_p.h.

Referenced by QQmlJS::Dom::Scanner::operator()().

◆ state


The documentation for this struct was generated from the following files: