public interface CustomLanguageASTComparator
Modifier and Type | Field and Description |
---|---|
static LanguageExtension<CustomLanguageASTComparator> |
EXTENSION_POINT_NAME |
Modifier and Type | Method and Description |
---|---|
ThreeState |
compareAST(ASTNode oldNode,
LighterASTNode newNode,
FlyweightCapableTreeStructure<LighterASTNode> structure) |
static java.util.List<CustomLanguageASTComparator> |
getMatchingComparators(PsiFile file) |
static final LanguageExtension<CustomLanguageASTComparator> EXTENSION_POINT_NAME
static java.util.List<CustomLanguageASTComparator> getMatchingComparators(PsiFile file)
ThreeState compareAST(ASTNode oldNode, LighterASTNode newNode, FlyweightCapableTreeStructure<LighterASTNode> structure)
ThreeState#NO
for the children to be reparsed, ThreeState#UNSURE
to continue comparing