interface RuleMethodProcessor
Modifier and Type | Method and Description |
---|---|
boolean |
appliesTo(ParserClassNode classNode,
RuleMethod method) |
void |
process(ParserClassNode classNode,
RuleMethod method) |
boolean appliesTo(ParserClassNode classNode, RuleMethod method)
void process(ParserClassNode classNode, RuleMethod method) throws java.lang.Exception
java.lang.Exception