Uses of Class
org.opencores.JLex.CInput

Packages that use CInput
org.opencores.JLex   
 

Uses of CInput in org.opencores.JLex
 

Fields in org.opencores.JLex declared as CInput
private  CInput CMakeNfa.m_input
           
private  CInput CLexGen.m_input
           
 

Methods in org.opencores.JLex with parameters of type CInput
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.