Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
JLex.CNfaPair

Uses of CNfaPair in JLex
 

Methods in JLex that return CNfaPair
(package private) static CNfaPair CAlloc.newCNfaPair()
          Function: newCNfaPair Description:
(package private) static CNfaPair CAlloc.newNLPair(CSpec spec)
          Function: newNLPair Description: return a new CNfaPair that matches a new line: (\r\n?|[\n??]) Added by CSA 8-Aug-1999, updated 10-Aug-1999
 

Methods in JLex with parameters of type CNfaPair
private  void CMakeNfa.expr(CNfaPair pair)
          Function: expr Description: Recursive descent regular expression parser.
private  void CMakeNfa.cat_expr(CNfaPair pair)
          Function: cat_expr Description: Recursive descent regular expression parser.
private  void CMakeNfa.factor(CNfaPair pair)
          Function: factor Description: Recursive descent regular expression parser.
private  void CMakeNfa.term(CNfaPair pair)
          Function: term Description: Recursive descent regular expression parser.