Class PercentageMethodSymbolMatch

java.lang.Object
org.ek9lang.compiler.search.PercentageMethodSymbolMatch

public class PercentageMethodSymbolMatch extends Object
When searching for methods, this will be a percentage result of how well a method matched.
  • Constructor Details

    • PercentageMethodSymbolMatch

      public PercentageMethodSymbolMatch(MethodSymbol methodSymbol, double percentageMatch)
  • Method Details

    • getPercentageMatch

      public double getPercentageMatch()
    • getMethodSymbol

      public MethodSymbol getMethodSymbol()
    • toString

      public String toString()
      Overrides:
      toString in class Object