tok.hfile | source file |
Classes Summary | Functions Summary Details | Macros Summary Details | Enums Summary Details | Templates Summary Details |
This header defines some macros for the standard tokenizer class.
getTokOrig
getTokType
getTokVal
tokRuleName
tokRulePat
tokRuleTest
tokRuleType
tokRuleVal
getTokOrig (tok) | tok.h[40] |
((tok)[3])
getTokType (tok) | tok.h[34] |
((tok)[2])
getTokVal (tok) | tok.h[28] |
((tok)[1])
tokRuleName (rule) | tok.h[48] |
(rule[1])
tokRulePat (rule) | tok.h[49] |
(rule[2])
tokRuleTest (rule) | tok.h[52] |
(rule[5])
tokRuleType (rule) | tok.h[50] |
(rule[3])
tokRuleVal (rule) | tok.h[51] |
(rule[4])
(none)