|
|||||||||
| Home >> All >> [ JLex overview ] | PREV NEXT | ||||||||
Uses of Class
JLex.CNfa
| Uses of CNfa in JLex |
| Fields in JLex declared as CNfa | |
(package private) CNfa |
CNfa.m_next
|
(package private) CNfa |
CNfa.m_next2
|
(package private) CNfa |
CNfaPair.m_start
Member Variables |
(package private) CNfa |
CNfaPair.m_end
|
(package private) CNfa |
CSpec.m_nfa_start
|
| Methods in JLex that return CNfa | |
(package private) static CNfa |
CAlloc.newCNfa(CSpec spec)
Function: newCNfa Description: |
private CNfa |
CMakeNfa.machine()
Function: machine Description: Recursive descent regular expression parser. |
private CNfa |
CMakeNfa.rule()
Function: rule Description: Recursive descent regular expression parser. |
| Methods in JLex with parameters of type CNfa | |
private java.lang.String |
CLexGen.plab(CNfa state)
Function: plab Description: |
(package private) void |
CNfa.mimic(CNfa nfa)
Function: mimic Description: Converts this NFA state into a copy of the input one. |
private void |
CMakeNfa.discardCNfa(CNfa nfa)
Function: discardCNfa Description: |
private void |
CMakeNfa.processStates(SparseBitSet states,
CNfa current)
Function: processStates Description: |
|
|||||||||
| Home >> All >> [ JLex overview ] | PREV NEXT | ||||||||