org.opencores.JLex
Class CBunch

java.lang.Object
  |
  +--org.opencores.JLex.CBunch

class CBunch
extends java.lang.Object

Class: CBunch


Field Summary
(package private)  CAccept m_accept
           
(package private)  int m_accept_index
           
(package private)  int m_anchor
           
(package private)  SparseBitSet m_nfa_bit
           
(package private)  java.util.Vector m_nfa_set
          Member Variables
 
Constructor Summary
(package private) CBunch()
          Function: CBunch Description: Constructor.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

m_nfa_set

java.util.Vector m_nfa_set
Member Variables

m_nfa_bit

SparseBitSet m_nfa_bit

m_accept

CAccept m_accept

m_anchor

int m_anchor

m_accept_index

int m_accept_index
Constructor Detail

CBunch

CBunch()
Function: CBunch Description: Constructor.