Package | Description |
---|---|
com.massa.dsl.grammar | |
com.massa.dsl.matcher |
Modifier and Type | Method and Description |
---|---|
MatchResult |
AdditionalValidator.validate(ParsingContext ctx,
T o)
Performs validation
|
Modifier and Type | Method and Description |
---|---|
protected MatchResult |
MultipleFixedLexerMatcher.MultipleFixedMatcher.internalMatch(char next) |
protected abstract MatchResult |
AbstractGenericTextMatcher.internalMatch(char next)
Does the sequence match the expected result ?
|
protected MatchResult |
RegexLexerMatcher.RegexMatcher.internalMatch(char next) |
protected MatchResult |
FixedLexerMatcher.FixedMatcher.internalMatch(char next) |
static MatchResult |
MatchResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchResult[] |
MatchResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|