org.siebengeisslein.ide.source.suggest
Class AbstractSuggestion

java.lang.Object
  extended by org.siebengeisslein.ide.source.suggest.AbstractSuggestion
All Implemented Interfaces:
Suggestion
Direct Known Subclasses:
FieldSuggestion, MethodSuggestion

public abstract class AbstractSuggestion
extends java.lang.Object
implements Suggestion


Constructor Summary
AbstractSuggestion()
           
 
Method Summary
protected  ExpressionContainer getTopLevelContainer(ExpressionContainer container)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.siebengeisslein.ide.source.suggest.Suggestion
accept, suggestionText
 

Constructor Detail

AbstractSuggestion

public AbstractSuggestion()
Method Detail

getTopLevelContainer

protected ExpressionContainer getTopLevelContainer(ExpressionContainer container)