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 Class Reference

#include <cxfa_fmlexer.h>

+ Collaboration diagram for CXFA_FMLexer:

Classes

class  Token
 

Public Member Functions

 CXFA_FMLexer (WideStringView wsFormcalc)
 
 ~CXFA_FMLexer ()
 
Token NextToken ()
 
bool IsComplete () const
 

Detailed Description

Definition at line 84 of file cxfa_fmlexer.h.

Constructor & Destructor Documentation

◆ CXFA_FMLexer()

CXFA_FMLexer::CXFA_FMLexer ( WideStringView wsFormcalc)
explicit

Definition at line 139 of file cxfa_fmlexer.cpp.

References CXFA_FMLexer().

Referenced by CXFA_FMLexer().

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

◆ ~CXFA_FMLexer()

CXFA_FMLexer::~CXFA_FMLexer ( )
default

Member Function Documentation

◆ IsComplete()

bool CXFA_FMLexer::IsComplete ( ) const
inline

Definition at line 111 of file cxfa_fmlexer.h.

Referenced by CXFA_FMParser::Parse(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), TEST(), and TEST().

+ Here is the caller graph for this function:

◆ NextToken()

CXFA_FMLexer::Token CXFA_FMLexer::NextToken ( )

Definition at line 144 of file cxfa_fmlexer.cpp.

References CXFA_FMLexer::Token::Token(), CXFA_FMLexer::Token::Token(), TOKand, TOKassign, TOKcomma, TOKdiv, TOKdot, TOKdotdot, TOKdotscream, TOKdotstar, TOKeof, TOKeq, TOKge, TOKgt, TOKlbracket, TOKle, TOKlparen, TOKlt, TOKminus, TOKmul, TOKne, TOKor, TOKplus, TOKrbracket, and TOKrparen.

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

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

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