Maven module :un.api : api-syntax :
Class : un.api.parser.NFAParserPath
Extends/Implements : un.api.regex.NFAPath
Subclasses : -

author  Johann Sorel


Variables : lexer
Functions : NFAParserPath, getTokenGroup, getLastToken, child, getNextState, getNextForkState1, getNextForkState2



current active lexer */
Lexer lexer


public void NFAParserPath (NFAState state, Predicate exclude)


The current token group which is used.
This is the token group from current active rule.
return  TokenGroup
public TokenGroup getTokenGroup ()


Get the last token.
return  last token in the chain
public Token getLastToken ()

public NFAPath child (NFAState state)

public NFAState getNextState ()

public NFAState getNextForkState1 ()

public NFAState getNextForkState2 ()