![]() |
Qt 6.x
The Qt SDK
|
#include <glsllexer_p.h>
Collaboration diagram for GLSL::Token: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().
Here is the call graph for this function:
|
inline |
Definition at line 48 of file glsllexer_p.h.
References position().
Here is the call graph for this function:
|
inline |
Definition at line 44 of file glsllexer_p.h.
Referenced by GLSL::Parser::parse().
Here is the caller graph for this function:
|
inline |
Definition at line 45 of file glsllexer_p.h.
Referenced by GLSL::Parser::Parser().
Here is the caller graph for this function:| 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.