Home | History | Annotate | Download | only in fm2js

Lines Matching refs:m_type

135     return result->m_type;
141 CXFA_FMToken::CXFA_FMToken() : m_type(TOKreserver), m_line_num(1) {}
144 : m_type(TOKreserver), m_line_num(line_num) {}
150 str += tokenStrings[m_type];
190 m_token->m_type = TOKstring;
203 m_token->m_type = TOKnumber;
209 m_token->m_type = TOKassign;
218 m_token->m_type = TOKeq;
221 m_token->m_type = TOKassign;
227 m_token->m_type = TOKlt;
236 m_token->m_type = TOKle;
239 m_token->m_type = TOKne;
242 m_token->m_type = TOKlt;
248 m_token->m_type = TOKgt;
257 m_token->m_type = TOKge;
260 m_token->m_type = TOKgt;
264 m_token->m_type = TOKcomma;
268 m_token->m_type = TOKlparen;
272 m_token->m_type = TOKrparen;
276 m_token->m_type = TOKlbracket;
280 m_token->m_type = TOKrbracket;
285 m_token->m_type = TOKand;
289 m_token->m_type = TOKor;
293 m_token->m_type = TOKplus;
297 m_token->m_type = TOKminus;
301 m_token->m_type = TOKmul;
306 m_token->m_type = TOKdiv;
315 m_token->m_type = TOKdiv;
324 m_token->m_type = TOKdot;
334 m_token->m_type = TOKdotdot;
337 m_token->m_type = TOKdotstar;
340 m_token->m_type = TOKdotscream;
343 m_token->m_type = TOKnumber;
347 m_token->m_type = TOKdot;
365 if (m_token->m_type == TOKreserver)
366 m_token->m_type = TOKeof;
434 m_token->m_type = TokenizeIdentifier(m_token->m_string);