52 #ifndef Patternist_FunctionCall_H 53 #define Patternist_FunctionCall_H 91 virtual ID id()
const;
virtual Expression::Ptr typeCheck(const StaticContext::Ptr &context, const SequenceType::Ptr &reqType)
Base class for implementations of builtin functions.
#define QT_END_NAMESPACE
This macro expands to.
virtual void setSignature(const FunctionSignature::Ptr &sign)
virtual Expression::Properties properties() const
QExplicitlySharedDataPointer< FunctionCall > Ptr
The QExplicitlySharedDataPointer class represents a pointer to an explicitly shared object...
virtual SequenceType::Ptr staticType() const
#define QT_BEGIN_NAMESPACE
This macro expands to.
The namespace for the internal API of QtXmlPatterns.
virtual FunctionSignature::Ptr signature() const
virtual SequenceType::List expectedOperandTypes() const
virtual ExpressionVisitorResult::Ptr accept(const ExpressionVisitor::Ptr &visitor) const
FunctionSignature::Ptr m_signature
Base class for expressions that has any amount of operands.
The QFlags class provides a type-safe way of storing OR-combinations of enum values.
The QList class is a template class that provides lists.