Uses of Class
org.opencores.JLex.CSpec

Packages that use CSpec
org.opencores.JLex   
 

Uses of CSpec in org.opencores.JLex
 

Fields in org.opencores.JLex declared as CSpec
private  CSpec CEmit.m_spec
          Member Variables
private  CSpec CMakeNfa.m_spec
          Member Variables
(package private)  CSpec CMinimize.m_spec
          Member Variables
private  CSpec CNfa2Dfa.m_spec
          Member Variables
private  CSpec CLexGen.m_spec
           
 

Methods in org.opencores.JLex with parameters of type CSpec
private  void CEmit.set(CSpec spec, java.io.PrintWriter outstream)
          Function: set Description: Initializes member variables.
(package private)  void CEmit.emit(CSpec spec, java.io.PrintWriter outstream)
          Function: emit Description: High-level access function to module.
private  void CMakeNfa.set(CLexGen lexGen, CSpec spec, CInput input)
          Function: set Description: Sets CMakeNfa member variables.
(package private)  void CMakeNfa.allocate_BOL_EOF(CSpec spec)
          Function: allocate_BOL_EOF Description: Expands character class to include special BOL and EOF characters.
(package private)  void CMakeNfa.thompson(CLexGen lexGen, CSpec spec, CInput input)
          Function: thompson Description: High level access function to module.
(package private)  void CSimplifyNfa.simplify(CSpec m_spec)
           
private  void CSimplifyNfa.computeClasses(CSpec m_spec)
          Compute minimum set of character classes needed to disambiguate edges.
private  void CMinimize.set(CSpec spec)
          Function: set Description: Sets member variables.
(package private)  void CMinimize.min_dfa(CSpec spec)
          Function: min_dfa 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.
(package private) static CDfa CAlloc.newCDfa(CSpec spec)
          Function: newCDfa
(package private) static CNfaPair CAlloc.newNLPair(CSpec spec)
          Function: newNLPair Description: return a new CNfaPair that matches a new line: (\r\n?
(package private) static CNfa CAlloc.newCNfa(CSpec spec)
          Function: newCNfa Description:
 

Constructors in org.opencores.JLex with parameters of type CSpec
CDTrans.CDTrans(int label, CSpec spec)
          Function: CTrans