Uses of Class
org.opencores.JLex.CNfaPair

Packages that use CNfaPair
org.opencores.JLex   
 

Uses of CNfaPair in org.opencores.JLex
 

Methods in org.opencores.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?
 

Methods in org.opencores.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.