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

#include <cxfa_fmparser.h>

+ Collaboration diagram for CXFA_FMParser:

Public Member Functions

 CXFA_FMParser (cppgc::Heap *heap, CXFA_FMLexer *pLexer)
 
 ~CXFA_FMParser ()
 
CXFA_FMASTParse ()
 
bool HasError () const
 
void SetMaxParseDepthForTest (unsigned long max_depth)
 

Detailed Description

Definition at line 20 of file cxfa_fmparser.h.

Constructor & Destructor Documentation

◆ CXFA_FMParser()

CXFA_FMParser::CXFA_FMParser ( cppgc::Heap * heap,
CXFA_FMLexer * pLexer )

Definition at line 23 of file cxfa_fmparser.cpp.

References CXFA_FMParser().

Referenced by CXFA_FMParser(), and CFXJSE_FormCalcContext::Translate().

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

◆ ~CXFA_FMParser()

CXFA_FMParser::~CXFA_FMParser ( )
default

Member Function Documentation

◆ HasError()

bool CXFA_FMParser::HasError ( ) const

Definition at line 1101 of file cxfa_fmparser.cpp.

Referenced by Parse(), TEST_F(), TEST_F(), and TEST_F().

+ Here is the caller graph for this function:

◆ Parse()

CXFA_FMAST * CXFA_FMParser::Parse ( )

Definition at line 28 of file cxfa_fmparser.cpp.

References HasError(), and CXFA_FMLexer::IsComplete().

Referenced by TEST_F(), TEST_F(), TEST_F(), and CFXJSE_FormCalcContext::Translate().

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

◆ SetMaxParseDepthForTest()

void CXFA_FMParser::SetMaxParseDepthForTest ( unsigned long max_depth)
inline

Definition at line 31 of file cxfa_fmparser.h.


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