|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.JLex.CNfa
class 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) JavaLexBitSet |
m_states
|
(package private) static int |
NO_LABEL
Constants |
Constructor Summary | |
---|---|
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
int m_edge
CSet m_set
CNfa m_next
CNfa m_next2
CAccept m_accept
int m_anchor
int m_label
JavaLexBitSet 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 All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |