|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.opencores.JLex.CNfa
Class: CNfa
| Field Summary | |
(package private) static int |
CCL
Constants: Edge Types Note: Edge transitions on one specific character are labelled with the character Ascii (Unicode) codes. |
(package private) static int |
EMPTY
|
(package private) static int |
EPSILON
|
(package private) CAccept |
m_accept
|
(package private) int |
m_anchor
|
(package private) int |
m_edge
Member Variables |
(package private) int |
m_label
|
(package private) CNfa |
m_next
|
(package private) CNfa |
m_next2
|
(package private) CSet |
m_set
|
(package private) SparseBitSet |
m_states
|
(package private) static int |
NO_LABEL
Constants |
| Constructor Summary | |
(package private) |
CNfa()
Function: CNfa |
| Method Summary | |
(package private) void |
mimic(CNfa nfa)
Function: mimic Description: Converts this NFA state into a copy of the input one. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
int m_edge
CSet m_set
CNfa m_next
CNfa m_next2
CAccept m_accept
int m_anchor
int m_label
SparseBitSet m_states
static final int NO_LABEL
static final int CCL
static final int EMPTY
static final int EPSILON
| Constructor Detail |
CNfa()
| Method Detail |
void mimic(CNfa nfa)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||