public class DefaultMatcherListener extends Object implements MatcherListener
Constructor and Description |
---|
DefaultMatcherListener() |
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 matcher)
Just after weight is computed.
|
public void beginMatch(Matcher matcher) throws DslException
MatcherListener
beginMatch
in interface MatcherListener
DslException
public Integer validateMatch(Matcher matcher) throws DslException
MatcherListener
validateMatch
in interface MatcherListener
DslException
public void endMatch(Matcher parser) throws DslException
MatcherListener
endMatch
in interface MatcherListener
DslException