public final class OpenLFuzzyUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OpenLFuzzyUtils.FuzzyResult |
public static void clearCaches()
public static Map<Token,IOpenMethod[]> tokensMapToOpenClassSetterMethods(IOpenClass openClass)
public static Map<Token,IOpenMethod[][]> tokensMapToOpenClassSetterMethodsRecursively(IOpenClass openClass)
public static Map<Token,IOpenMethod[][]> tokensMapToOpenClassSetterMethodsRecursively(IOpenClass openClass, String tokenPrefix, int startLevel)
public static Map<Token,IOpenMethod[][]> tokensMapToOpenClassGetterMethodsRecursively(IOpenClass openClass)
public static Map<Token,IOpenMethod[][]> tokensMapToOpenClassGetterMethodsRecursively(IOpenClass openClass, String tokenPrefix, int startLevel)
public static boolean isEqualsMethodChains(IOpenMethod[] methodChain1, IOpenMethod[] methodChain2)
public static boolean isSetterMethod(IOpenMethod method)
public static boolean isGetterMethod(IOpenMethod method)
public static List<OpenLFuzzyUtils.FuzzyResult> openlFuzzyExtract(String source, Token[] tokens, boolean ignoreDistances)
Copyright © 2004–2019 OpenL Tablets. All rights reserved.