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_FMCallExpression Class Referencefinal

#include <cxfa_fmexpression.h>

+ Inheritance diagram for CXFA_FMCallExpression:
+ Collaboration diagram for CXFA_FMCallExpression:

Public Member Functions

 ~CXFA_FMCallExpression () override
 
void Trace (cppgc::Visitor *visitor) const override
 
bool ToJavaScript (WideTextBuffer *js, ReturnType type) const override
 
bool IsBuiltInFunc (WideTextBuffer *funcName) const
 
uint32_t IsMethodWithObjParam (const WideString &methodName) const
 
- Public Member Functions inherited from CXFA_FMSimpleExpression
 ~CXFA_FMSimpleExpression () override
 
XFA_FM_TOKEN GetOperatorToken () const
 
- Public Member Functions inherited from CXFA_FMExpression
virtual ~CXFA_FMExpression ()
 

Public Attributes

 CONSTRUCT_VIA_MAKE_GARBAGE_COLLECTED
 

Additional Inherited Members

- Public Types inherited from CXFA_FMExpression
enum class  ReturnType { kImplied , kInferred }
 
- Protected Member Functions inherited from CXFA_FMSimpleExpression
 CXFA_FMSimpleExpression (XFA_FM_TOKEN op)
 
- Protected Member Functions inherited from CXFA_FMExpression
 CXFA_FMExpression ()
 

Detailed Description

Definition at line 319 of file cxfa_fmexpression.h.

Constructor & Destructor Documentation

◆ ~CXFA_FMCallExpression()

CXFA_FMCallExpression::~CXFA_FMCallExpression ( )
overridedefault

Member Function Documentation

◆ IsBuiltInFunc()

bool CXFA_FMCallExpression::IsBuiltInFunc ( WideTextBuffer * funcName) const

Definition at line 426 of file cxfa_fmexpression.cpp.

References fxcrt::BinaryBuffer::Clear(), fxcrt::WideString::CompareNoCase(), and fxcrt::WideTextBuffer::MakeString().

Referenced by ToJavaScript().

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

◆ IsMethodWithObjParam()

uint32_t CXFA_FMCallExpression::IsMethodWithObjParam ( const WideString & methodName) const

Definition at line 445 of file cxfa_fmexpression.cpp.

References fxcrt::WideString::Compare(), and fxcrt::WideString::operator==().

Referenced by ToJavaScript().

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

◆ ToJavaScript()

bool CXFA_FMCallExpression::ToJavaScript ( WideTextBuffer * js,
ReturnType type ) const
overridevirtual

Implements CXFA_FMExpression.

Definition at line 459 of file cxfa_fmexpression.cpp.

References fxcrt::WideTextBuffer::AsStringView(), CXFA_IsTooBig(), IsBuiltInFunc(), IsMethodWithObjParam(), CXFA_FMToJavaScriptDepth::IsWithinMaxDepth(), and fxcrt::WideTextBuffer::MakeString().

+ Here is the call graph for this function:

◆ Trace()

void CXFA_FMCallExpression::Trace ( cppgc::Visitor * visitor) const
overridevirtual

Reimplemented from CXFA_FMExpression.

Definition at line 420 of file cxfa_fmexpression.cpp.

Member Data Documentation

◆ CONSTRUCT_VIA_MAKE_GARBAGE_COLLECTED

CXFA_FMCallExpression::CONSTRUCT_VIA_MAKE_GARBAGE_COLLECTED

Definition at line 321 of file cxfa_fmexpression.h.


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