public final class LabellingGenerator extends Object implements RuleMethodProcessor
Constructor and Description |
---|
LabellingGenerator() |
Modifier and Type | Method and Description |
---|---|
boolean |
appliesTo(ParserClassNode classNode,
RuleMethod method) |
static String |
getLabelText(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
public static String getLabelText(RuleMethod method)