![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmlsemantictokens_p.h>
Public Member Functions | |
Token ()=default | |
Token (const QQmlJS::SourceLocation &loc, int tokenType, int tokenModifier=0) |
Public Attributes | |
int | offset |
int | length |
int | startLine |
int | startColumn |
int | tokenType |
int | tokenModifier |
Friends | |
bool | operator< (const Token &lhs, const Token &rhs) |
bool | operator== (const Token &lhs, const Token &rhs) |
Definition at line 124 of file qqmlsemantictokens_p.h.
|
default |
|
inline |
Definition at line 127 of file qqmlsemantictokens_p.h.
References length, offset, startColumn, startLine, tokenModifier, and tokenType.
Definition at line 137 of file qqmlsemantictokens_p.h.
References offset.
Definition at line 142 of file qqmlsemantictokens_p.h.
References length, offset, startColumn, startLine, tokenModifier, and tokenType.
int Token::length |
Definition at line 150 of file qqmlsemantictokens_p.h.
Referenced by Token(), operator==, and testing.tools.encode_pdf_filter._PngIdatPdfStream::write().
int Token::offset |
Definition at line 149 of file qqmlsemantictokens_p.h.
Referenced by Token(), testing.tools.fixup_pdf_template.TemplateProcessor::insert_xref_entry(), operator<, operator==, and testing.tools.fixup_pdf_template.TemplateProcessor::process_line().
int Token::startColumn |
Definition at line 152 of file qqmlsemantictokens_p.h.
Referenced by Token(), and operator==.
int Token::startLine |
Definition at line 151 of file qqmlsemantictokens_p.h.
Referenced by Token(), and operator==.
int Token::tokenModifier |
Definition at line 154 of file qqmlsemantictokens_p.h.
Referenced by Token(), and operator==.
int Token::tokenType |
Definition at line 153 of file qqmlsemantictokens_p.h.
Referenced by Token(), and operator==.