Uses of Class
org.opencores.JLex.CSet

Packages that use CSet
org.opencores.JLex   
 

Uses of CSet in org.opencores.JLex
 

Fields in org.opencores.JLex declared as CSet
(package private)  CSet CNfa.m_set
           
 

Methods in org.opencores.JLex with parameters of type CSet
private  void CMakeNfa.dodash(CSet set)
          Function: dodash Description: Recursive descent regular expression parser.
(package private)  void CSet.mimic(CSet set)
          Function: mimic
(package private)  void CSet.map(CSet set, int[] mapping)
          Map set using character classes [CSA]
private  void CLexGen.printccl(CSet set)
          Function: printccl Description: Debugging routine that outputs readable form of character class.