public class NFAMatcherState extends Object
Constructor and Description |
---|
NFAMatcherState(Set<net.amygdalum.patternsearchalgorithms.automaton.bytes.NFAMatcherState.Item> items) |
Modifier and Type | Method and Description |
---|---|
NFAMatcherState |
cancelOverlapping(SortedSet<Groups> groups) |
SortedSet<Groups> |
getGroups() |
boolean |
isAccepting(long pos) |
NFAMatcherState |
next(byte b,
long pos) |
static NFAMatcherState |
of(State state,
Groups groups,
long pos) |
String |
toString() |
public NFAMatcherState(Set<net.amygdalum.patternsearchalgorithms.automaton.bytes.NFAMatcherState.Item> items)
public static NFAMatcherState of(State state, Groups groups, long pos)
public NFAMatcherState next(byte b, long pos)
public boolean isAccepting(long pos)
public NFAMatcherState cancelOverlapping(SortedSet<Groups> groups)
Copyright © 2019. All rights reserved.