Home | History | Annotate | Download | only in src

Lines Matching defs:token

117     /* Now update it to indicate this is a Mismatched token exception
185 // Default implementation is for parser and assumes a token stream as supplied by the runtime.
200 // Default implementation is for parser and assumes a token stream as supplied by the runtime.
211 pANTLR3_COMMON_TOKEN token;
237 // Find the newly dupicated token
239 token = node->getToken(node);
241 // Create the token text that shows it has been inserted
243 token->setText8 (token, (pANTLR3_UINT8)"<missing ");
244 text = token->getText (token);