Maven module :un.api : api-common :
Class :
un.api.regex.NFAStateExec
Extends/Implements : -
Subclasses : -
Variables :
state,
buffer1,
buffer2
Functions :
NFAStateExec,
init,
getState,
getProcessState,
reset,
process
protected NFAState
state
protected Seq
buffer1
protected Seq
buffer2
public void
NFAStateExec (NFAState state)
public void
init ()
public NFAState
getState ()
public Sequence
getProcessState ()
public void
reset ()
public Sequence
process (Object candidate)
This executor may be used by with any kind of objects.
Can be characters codepoint in a regex or tokens in a parser.
This class is not concurrent.
author Johann Sorel