public abstract class AbstractCustomLintingRule extends AbstractLintingRule
AbstractLintingRule.
Extend the following class if you intend to create your own rules but don't want to integrate them to the current plugin.
Please not that you'll also have to implement a AbstractCustomLintingRuleFactory.
AbstractCustomLintingRuleFactory| Modifier | Constructor and Description |
|---|---|
protected |
AbstractCustomLintingRule(RuleParameters parameters)
Creates the custom rule, given its parameters.
|
acceptableParsersTypes, clearSyntaxErrors, createParseTreeListener, getLogger, getParameters, getSyntaxErrors, reportSyntaxError, selectParseTree, wrapUpprotected AbstractCustomLintingRule(RuleParameters parameters)
parameters - the custom rule RuleParameters.Copyright © 2020. All rights reserved.