public final class InstructionGraphCreator extends Object implements RuleMethodProcessor
Constructor and Description |
---|
InstructionGraphCreator() |
Modifier and Type | Method and Description |
---|---|
boolean |
appliesTo(ParserClassNode classNode,
RuleMethod method) |
void |
process(ParserClassNode classNode,
RuleMethod method) |
public boolean appliesTo(@Nonnull ParserClassNode classNode, @Nonnull RuleMethod method)
appliesTo
in interface RuleMethodProcessor
public void process(@Nonnull ParserClassNode classNode, @Nonnull RuleMethod method) throws Exception
process
in interface RuleMethodProcessor
Exception