org.eclipse.xtext.ui.editor.contentassist
Class IProposalConflictHelper.NullHelper

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.contentassist.IProposalConflictHelper.NullHelper
All Implemented Interfaces:
IProposalConflictHelper
Enclosing interface:
IProposalConflictHelper

public static class IProposalConflictHelper.NullHelper
extends java.lang.Object
implements IProposalConflictHelper


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.xtext.ui.editor.contentassist.IProposalConflictHelper
IProposalConflictHelper.NullHelper
 
Constructor Summary
IProposalConflictHelper.NullHelper()
           
 
Method Summary
 boolean existsConflict(java.lang.String proposal, ContentAssistContext context)
          Returns false if the proposal would corrupt the previous input.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IProposalConflictHelper.NullHelper

public IProposalConflictHelper.NullHelper()
Method Detail

existsConflict

public boolean existsConflict(java.lang.String proposal,
                              ContentAssistContext context)
Description copied from interface: IProposalConflictHelper
Returns false if the proposal would corrupt the previous input.

Specified by:
existsConflict in interface IProposalConflictHelper
Parameters:
proposal - a possible proposal string. Is never null.
context - the current content assist context. Is never null.
Returns:
false if the proposal would corrupt the current input.