![]() |
Qt 6.x
The Qt SDK
|
#include <glsllexer_p.h>
Public Member Functions | |
Token () | |
bool | is (int k) const |
bool | isNot (int k) const |
int | begin () const |
int | end () const |
Public Attributes | ||
int | kind | |
int | position | |
int | length | |
int | line | |
union { | ||
int matchingBrace | ||
int i | ||
const QString * string | ||
void * ptr | ||
}; | ||
Definition at line 26 of file glsllexer_p.h.
|
inline |
Definition at line 41 of file glsllexer_p.h.
|
inline |
Definition at line 47 of file glsllexer_p.h.
References position().
|
inline |
Definition at line 48 of file glsllexer_p.h.
References position().
|
inline |
Definition at line 44 of file glsllexer_p.h.
Referenced by GLSL::Parser::parse().
|
inline |
Definition at line 45 of file glsllexer_p.h.
Referenced by GLSL::Parser::Parser().
union { ... } GLSL::Token |
int GLSL::Token::i |
Definition at line 36 of file glsllexer_p.h.
int GLSL::Token::kind |
Definition at line 29 of file glsllexer_p.h.
Referenced by GLSL::Parser::Parser(), GLSL::Parser::parse(), and GLSL::Lexer::yylex().
int GLSL::Token::length |
Definition at line 31 of file glsllexer_p.h.
Referenced by GLSL::Lexer::yylex().
int GLSL::Token::line |
Definition at line 32 of file glsllexer_p.h.
Referenced by GLSL::Lexer::yylex().
int GLSL::Token::matchingBrace |
Definition at line 35 of file glsllexer_p.h.
Referenced by GLSL::Parser::parse().
int GLSL::Token::position |
Definition at line 30 of file glsllexer_p.h.
Referenced by GLSL::Lexer::yylex().
void* GLSL::Token::ptr |
Definition at line 38 of file glsllexer_p.h.
Referenced by GLSL::Lexer::yylex().
const QString* GLSL::Token::string |
Definition at line 37 of file glsllexer_p.h.