\hypertarget{class_qore_1_1zzz8closurezzz9}{}\doxysection{Qore\+::zzz8closurezzz9 Class Reference}
\label{class_qore_1_1zzz8closurezzz9}\index{Qore::zzz8closurezzz9@{Qore::zzz8closurezzz9}}


Methods in this pseudo-\/class can be executed on \mbox{\hyperlink{expressions_closure}{closures}}.  




Inheritance diagram for Qore\+::zzz8closurezzz9\+:
\nopagebreak
\begin{figure}[H]
\begin{center}
\leavevmode
\includegraphics[width=148pt]{class_qore_1_1zzz8closurezzz9__inherit__graph}
\end{center}
\end{figure}
\doxysubsection*{Public Member Functions}
\begin{DoxyCompactItemize}
\item 
\mbox{\hyperlink{group__type__conversion__functions_ga2de8717e92c5f97ccc6511f6062d6502}{int}} \mbox{\hyperlink{class_qore_1_1zzz8closurezzz9_ad79e74e23686d219752434cfebd2a876}{type\+Code}} ()
\begin{DoxyCompactList}\small\item\em Returns \mbox{\hyperlink{group__type__code__constants_ga7a11fe8da227e7fd1c31f705e828b6a9}{Qore\+::\+NT\+\_\+\+CLOSURE}}. \end{DoxyCompactList}\end{DoxyCompactItemize}


\doxysubsection{Detailed Description}
Methods in this pseudo-\/class can be executed on \mbox{\hyperlink{expressions_closure}{closures}}. 

\doxysubsection{Member Function Documentation}
\mbox{\Hypertarget{class_qore_1_1zzz8closurezzz9_ad79e74e23686d219752434cfebd2a876}\label{class_qore_1_1zzz8closurezzz9_ad79e74e23686d219752434cfebd2a876}} 
\index{Qore::zzz8closurezzz9@{Qore::zzz8closurezzz9}!typeCode@{typeCode}}
\index{typeCode@{typeCode}!Qore::zzz8closurezzz9@{Qore::zzz8closurezzz9}}
\doxysubsubsection{\texorpdfstring{typeCode()}{typeCode()}}
{\footnotesize\ttfamily \mbox{\hyperlink{group__type__conversion__functions_ga2de8717e92c5f97ccc6511f6062d6502}{int}} Qore\+::zzz8closurezzz9\+::type\+Code (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})}



Returns \mbox{\hyperlink{group__type__code__constants_ga7a11fe8da227e7fd1c31f705e828b6a9}{Qore\+::\+NT\+\_\+\+CLOSURE}}. 

\begin{DoxyReturn}{Returns}
\mbox{\hyperlink{group__type__code__constants_ga7a11fe8da227e7fd1c31f705e828b6a9}{Qore\+::\+NT\+\_\+\+CLOSURE}}
\end{DoxyReturn}
\begin{DoxyParagraph}{Code Flags\+:}
\mbox{\hyperlink{code_flags_CONSTANT}{CONSTANT}}
\end{DoxyParagraph}
\begin{DoxyParagraph}{Example\+:}

\begin{DoxyCode}{0}
\DoxyCodeLine{switch (c.typeCode()) \{}
\DoxyCodeLine{    case NT\_CLOSURE:}
\DoxyCodeLine{        \mbox{\hyperlink{group__string__functions_ga32070517a9f8a70a32ef48f83a6f128e}{printf}}(\textcolor{stringliteral}{"{}\%y: is a closure\(\backslash\)n"{}}, c);}
\DoxyCodeLine{        \textcolor{keywordflow}{break};}
\DoxyCodeLine{\}}

\end{DoxyCode}
 
\end{DoxyParagraph}
