Package | Description |
---|---|
com.massa.dsl.matcher |
Modifier and Type | Class and Description |
---|---|
class |
AndLexerMatcher
Allows to multiplex several matching patterns, all of them must match in the defined order.
|
class |
OrLexerMatcher
Allows to multiplex several matching patterns, one of them must match.
|
Modifier and Type | Method and Description |
---|---|
abstract AbstractCombineLexerMatcher |
AbstractCombineLexerMatcher.AbstractCombineMatcher.getLexerMatcher() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AndLexerMatcher.internalCombineEquals(AbstractCombineLexerMatcher obj) |
protected boolean |
OrLexerMatcher.internalCombineEquals(AbstractCombineLexerMatcher obj) |
protected abstract boolean |
AbstractCombineLexerMatcher.internalCombineEquals(AbstractCombineLexerMatcher obj) |