Uses of Class
jflex.performance.Timer
-
Packages that use Timer Package Description jflex.core jflex.generator jflex.logging -
-
Uses of Timer in jflex.core
Fields in jflex.core declared as Timer Modifier and Type Field Description (package private) Timer
LexParse.CUP$LexParse$actions. t
(package private) Timer
LexScan. t
-
Uses of Timer in jflex.generator
Fields in jflex.generator declared as Timer Modifier and Type Field Description private Timer
LexGenerator. totalTime
-
Uses of Timer in jflex.logging
Methods in jflex.logging with parameters of type Timer Modifier and Type Method Description static void
Out. time(ErrorMessages.ErrorMessage message, Timer time)
Report time statistic data.
-