public final class UnusedLabelsRemover extends Object implements RuleMethodProcessor
| Constructor and Description |
|---|
UnusedLabelsRemover() |
| 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 RuleMethodProcessorpublic void process(@Nonnull ParserClassNode classNode, @Nonnull RuleMethod method) throws Exception
process in interface RuleMethodProcessorException