Uses of Class
JFlex.Macros

Packages that use Macros
JFlex   
 

Uses of Macros in JFlex
 

Fields in JFlex declared as Macros
(package private)  Macros NFA.macros
           
(package private)  Macros CUP$LexParse$actions.macros
           
 

Methods in JFlex with parameters of type Macros
static void SemCheck.check(RegExps rs, Macros m, char max, java.io.File f)
          Performs semantic analysis for all expressions.
 boolean RegExp.isCharClass(Macros macros)
          Find out if this regexp is a char class or equivalent to one.
 int RegExps.NFASize(Macros macros)
           
 int RegExp.size(Macros macros)
          The approximate number of NFA states this expression will need (only works correctly after macro expansion and without negation)
 

Constructors in JFlex with parameters of type Macros
NFA(int numInput, LexScan scanner, RegExps regExps, Macros macros, CharClasses classes)