Uses of Class
jflex.core.Macros

Packages that use Macros
Package
Description
 
  • Uses of Macros in jflex.core

    Fields in jflex.core declared as Macros
    Modifier and Type
    Field
    Description
    (package private) Macros
    LexParse.CUP$LexParse$actions.macros
     
    Methods in jflex.core with parameters of type Macros
    Modifier and Type
    Method
    Description
    int
    RegExps.NFASize(Macros macros)
    NFASize.
    final RegExp
    RegExp.normalise(Macros m)
    Normalise the regular expression to eliminate macro use (expand them), and compound character class expression (compute their content).
    void
    RegExps.normalise(Macros m)
    Normalise all character class expressions in regexp and lookahead rules.
    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.core with parameters of type Macros
    Modifier
    Constructor
    Description
     
    NFA(int numInput, LexScan scanner, RegExps regExps, Macros macros, CharClasses classes)
    Construct new NFA.