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

#include <cxfa_fmexpression.h>

+ Inheritance diagram for CXFA_FMSimpleExpression:
+ Collaboration diagram for CXFA_FMSimpleExpression:

Public Member Functions

 ~CXFA_FMSimpleExpression () override
 
XFA_FM_TOKEN GetOperatorToken () const
 
- Public Member Functions inherited from CXFA_FMExpression
virtual ~CXFA_FMExpression ()
 
virtual void Trace (cppgc::Visitor *visitor) const
 
virtual bool ToJavaScript (WideTextBuffer *js, ReturnType type) const =0
 

Protected Member Functions

 CXFA_FMSimpleExpression (XFA_FM_TOKEN op)
 
- Protected Member Functions inherited from CXFA_FMExpression
 CXFA_FMExpression ()
 

Additional Inherited Members

- Public Types inherited from CXFA_FMExpression
enum class  ReturnType { kImplied , kInferred }
 

Detailed Description

Definition at line 33 of file cxfa_fmexpression.h.

Constructor & Destructor Documentation

◆ ~CXFA_FMSimpleExpression()

CXFA_FMSimpleExpression::~CXFA_FMSimpleExpression ( )
overridedefault

◆ CXFA_FMSimpleExpression()

CXFA_FMSimpleExpression::CXFA_FMSimpleExpression ( XFA_FM_TOKEN op)
explicitprotected

Definition at line 92 of file cxfa_fmexpression.cpp.

Referenced by CXFA_FMChainableExpression::CXFA_FMChainableExpression(), and CXFA_FMUnaryExpression::CXFA_FMUnaryExpression().

+ Here is the caller graph for this function:

Member Function Documentation

◆ GetOperatorToken()

XFA_FM_TOKEN CXFA_FMSimpleExpression::GetOperatorToken ( ) const
inline

Definition at line 37 of file cxfa_fmexpression.h.

Referenced by CXFA_FMAssignExpression::ToJavaScript(), CXFA_FMDotAccessorExpression::ToJavaScript(), and CXFA_FMDotDotAccessorExpression::ToJavaScript().

+ Here is the caller graph for this function:

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