Maven module :un.api : api-common :
Class :
un.api.regex.NFAPathExec
Extends/Implements : -
Subclasses : -
Variables :
state,
buffer1,
buffer2
Functions :
NFAPathExec,
init,
createPath,
getState,
getProcessState,
reset,
process,
printResult
protected NFAState
state
protected Seq
buffer1
protected Seq
buffer2
public void
NFAPathExec (NFAState state)
public void
init ()
protected NFAPath
createPath (NFAState state)
public NFAState
getState ()
public Sequence
getProcessState ()
public void
reset ()
public Sequence
process (Object candidate)
public Chars
printResult (Sequence result)
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