public interface MatcherListener extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
beginMatch(Matcher matcher)
Before all matching actions
|
void |
endMatch(Matcher parser)
After all matching actions
|
Integer |
validateMatch(Matcher abstractMatcher)
Just after weight is computed.
|
void beginMatch(Matcher matcher) throws DslException
DslException
Integer validateMatch(Matcher abstractMatcher) throws DslException
DslException
void endMatch(Matcher parser) throws DslException
DslException