public interface WordOptimizer
Modifier and Type | Method and Description |
---|---|
default java.util.List<java.lang.String> |
getDescendantsOf(java.lang.String className,
boolean includeSelf,
Project project)
Subtype handling for those structural search implementations that support it.
|
default boolean |
handleWord(java.lang.String text,
GlobalCompilingVisitor.OccurenceKind kind,
CompileContext compileContext) |
default boolean handleWord(java.lang.String text, GlobalCompilingVisitor.OccurenceKind kind, CompileContext compileContext)
text
- text to check index withkind
- LITERAL, COMMENT, CODE or TEXTdefault java.util.List<java.lang.String> getDescendantsOf(java.lang.String className, boolean includeSelf, Project project)
className
- the name of the class to search for subclasses ofincludeSelf
- include the class itself in the search