class LabellingGenerator extends java.lang.Object implements RuleMethodProcessor
| Constructor and Description |
|---|
LabellingGenerator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
appliesTo(ParserClassNode classNode,
RuleMethod method) |
java.lang.String |
getLabelText(RuleMethod method) |
void |
process(ParserClassNode classNode,
RuleMethod method) |
public boolean appliesTo(ParserClassNode classNode, RuleMethod method)
appliesTo in interface RuleMethodProcessorpublic void process(ParserClassNode classNode, RuleMethod method) throws java.lang.Exception
process in interface RuleMethodProcessorjava.lang.Exceptionpublic java.lang.String getLabelText(RuleMethod method)