Uses of Class
org.opencores.JLex.CAccept

Packages that use CAccept
org.opencores.JLex   
 

Uses of CAccept in org.opencores.JLex
 

Fields in org.opencores.JLex declared as CAccept
(package private)  CAccept CBunch.m_accept
           
(package private)  CAccept CDTrans.m_accept
           
(package private)  CAccept CDfa.m_accept
           
(package private)  CAccept CAcceptAnchor.m_accept
          Member Variables
(package private)  CAccept CNfa.m_accept
           
 

Methods in org.opencores.JLex that return CAccept
(package private)  CAccept CLexGen.packAccept()
          Function: packAccept Description: Packages and returns CAccept for action next in input stream.
 

Methods in org.opencores.JLex with parameters of type CAccept
(package private)  void CAccept.mimic(CAccept accept)
          Function: mimic
 

Constructors in org.opencores.JLex with parameters of type CAccept
CAccept.CAccept(CAccept accept)
          Function: CAccept