org.eclipse.xtext.common.types.xtext.ui
Class JdtTypeRelevance

java.lang.Object
  extended by org.eclipse.xtext.common.types.xtext.ui.JdtTypeRelevance

public class JdtTypeRelevance
extends java.lang.Object

Computes the relevance of a certain type proposal, based on a given text.

Since:
2.3
Author:
Sven Efftinge - Initial contribution and API
This class is not intended to be subclassed by clients.
This class is not intended to be subclassed by clients.
This class is not intended to be instantiated by clients.
This class is not intended to be instantiated by clients.

Constructor Summary
JdtTypeRelevance()
           
 
Method Summary
 int getRelevance(java.lang.String typeName, java.lang.String prefix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdtTypeRelevance

public JdtTypeRelevance()
Method Detail

getRelevance

public int getRelevance(java.lang.String typeName,
                        java.lang.String prefix)
This method is not intended to be referenced by clients.
This method is not intended to be referenced by clients.