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
CXFA_FMLexer::Token Class Reference

#include <cxfa_fmlexer.h>

Collaboration diagram for CXFA_FMLexer::Token:

Public Member Functions

 Token ()
 Token (XFA_FM_TOKEN token)
 Token (XFA_FM_TOKEN token, WideStringView str)
 Token (const Token &that)
 ~Token ()
XFA_FM_TOKEN GetType () const
WideStringView GetString () const
WideString ToDebugString () const

Detailed Description

Definition at line 89 of file cxfa_fmlexer.h.

Constructor & Destructor Documentation

◆ Token() [1/4]

CXFA_FMLexer::Token::Token ( )
default

Referenced by CXFA_FMLexer::NextToken().

Here is the caller graph for this function:

◆ Token() [2/4]

CXFA_FMLexer::Token::Token ( XFA_FM_TOKEN token)
explicit

Definition at line 123 of file cxfa_fmlexer.cpp.

Referenced by CXFA_FMLexer::NextToken().

Here is the caller graph for this function:

◆ Token() [3/4]

CXFA_FMLexer::Token::Token ( XFA_FM_TOKEN token,
WideStringView str )

Definition at line 125 of file cxfa_fmlexer.cpp.

References Token().

Referenced by Token().

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

◆ Token() [4/4]

CXFA_FMLexer::Token::Token ( const Token & that)
default

◆ ~Token()

CXFA_FMLexer::Token::~Token ( )
default

Member Function Documentation

◆ GetString()

WideStringView CXFA_FMLexer::Token::GetString ( ) const
inline

Definition at line 98 of file cxfa_fmlexer.h.

◆ GetType()

XFA_FM_TOKEN CXFA_FMLexer::Token::GetType ( ) const
inline

Definition at line 97 of file cxfa_fmlexer.h.

Referenced by TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), and TEST().

Here is the caller graph for this function:

◆ ToDebugString()

WideString CXFA_FMLexer::Token::ToDebugString ( ) const

Definition at line 133 of file cxfa_fmlexer.cpp.

References fxcrt::WideString::FromASCII().

Here is the call graph for this function:

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