Uses of Class
org.opencores.JLex.CNfa

Packages that use CNfa
org.opencores.JLex   
 

Uses of CNfa in org.opencores.JLex
 

Fields in org.opencores.JLex declared as CNfa
(package private)  CNfa CSpec.m_nfa_start
           
(package private)  CNfa CNfaPair.m_start
          Member Variables
(package private)  CNfa CNfaPair.m_end
           
(package private)  CNfa CNfa.m_next
           
(package private)  CNfa CNfa.m_next2
           
 

Methods in org.opencores.JLex that return CNfa
private  CNfa CMakeNfa.machine()
          Function: machine Description: Recursive descent regular expression parser.
private  CNfa CMakeNfa.rule()
          Function: rule Description: Recursive descent regular expression parser.
(package private) static CNfa CAlloc.newCNfa(CSpec spec)
          Function: newCNfa Description:
 

Methods in org.opencores.JLex with parameters of type CNfa
private  void CMakeNfa.discardCNfa(CNfa nfa)
          Function: discardCNfa Description:
private  void CMakeNfa.processStates(SparseBitSet states, CNfa current)
          Function: processStates Description:
(package private)  void CNfa.mimic(CNfa nfa)
          Function: mimic Description: Converts this NFA state into a copy of the input one.
private  java.lang.String CLexGen.plab(CNfa state)
          Function: plab Description: