| Methods in org.opencores.JLex with parameters of type CBunch |
private void |
CNfa2Dfa.e_closure(CBunch bunch)
Function: e_closure
Description: Alters and returns input set. |
(package private) void |
CNfa2Dfa.move(java.util.Vector nfa_set,
SparseBitSet nfa_bit,
int b,
CBunch bunch)
Function: move
Description: Returns null if resulting NFA set is empty. |
private int |
CNfa2Dfa.add_to_dstates(CBunch bunch)
function: add_to_dstates
Description: Takes as input a CBunch with details of
a dfa state that needs to be created.
1) Allocates a new dfa state and saves it in
the appropriate CSpec vector.
2) Initializes the fields of the dfa state
with the information in the CBunch.
3) Returns index of new dfa. |
private int |
CNfa2Dfa.in_dstates(CBunch bunch)
Function: in_dstates |