Uses of Class
org.opencores.JLex.CLexGen

Packages that use CLexGen
org.opencores.JLex   
 

Uses of CLexGen in org.opencores.JLex
 

Fields in org.opencores.JLex declared as CLexGen
private  CLexGen CSpec.m_lexGen
           
private  CLexGen CMakeNfa.m_lexGen
           
private  CLexGen CNfa2Dfa.m_lexGen
           
 

Methods in org.opencores.JLex with parameters of type CLexGen
private  void CMakeNfa.set(CLexGen lexGen, CSpec spec, CInput input)
          Function: set Description: Sets CMakeNfa member variables.
(package private)  void CMakeNfa.thompson(CLexGen lexGen, CSpec spec, CInput input)
          Function: thompson Description: High level access function to module.
private  void CNfa2Dfa.set(CLexGen lexGen, CSpec spec)
          Function: set Description:
(package private)  void CNfa2Dfa.make_dfa(CLexGen lexGen, CSpec spec)
          Function: make_dfa Description: High-level access function to module.
 

Constructors in org.opencores.JLex with parameters of type CLexGen
CSpec.CSpec(CLexGen lexGen)
          Function: CSpec Description: Constructor.