public interface LabelledCharArrayMatcher extends CharArrayMatcher
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
static LabelledCharArrayMatcher |
wrap(java.lang.String label,
ByteRunAutomaton runAutomaton)
Returns a representation of the automaton that matches char[] instead of byte[]
|
static LabelledCharArrayMatcher |
wrap(java.lang.String label,
CharArrayMatcher in)
Associates a label with a CharArrayMatcher
|
fromTerms, match, match
java.lang.String getLabel()
static LabelledCharArrayMatcher wrap(java.lang.String label, CharArrayMatcher in)
static LabelledCharArrayMatcher wrap(java.lang.String label, ByteRunAutomaton runAutomaton)