Uses of Class
jflex.Macros

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

    Fields in jflex declared as Macros
    Modifier and Type
    Field
    Description
    (package private) Macros
    LexParse.CUP$LexParse$actions.macros
     
    (package private) Macros
    NFA.macros
     
    private static Macros
    SemCheck.macros
     
    Methods in jflex with parameters of type Macros
    Modifier and Type
    Method
    Description
    static void
    SemCheck.check(RegExps rs, Macros m, 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)
    NFASize.
    final RegExp
    RegExp.resolveTilde(Macros macros)
    Recursively convert tilde (upto) expressions into negation and star.
    final RegExp
    RegExp.rev(Macros macros)
    Create a new regexp that matches the reverse text of this one.
    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
    Modifier
    Constructor
    Description
     
    NFA(int numInput, LexScan scanner, RegExps regExps, Macros macros, CharClasses classes)
    Construct new NFA.