matchLint abstract method

SyntacticEntity? matchLint(
  1. AstNode node
)

call this if DartLint.astVisitor is null and use CandiesAnalyzerPlugin.astVisitor CandiesLintsAstVisitor

Implementation

SyntacticEntity? matchLint(AstNode node);