org.eclipse.xtext.ui.editor.contentassist
Class IFollowElementAcceptor.NullSafeElementAcceptor

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

public static class IFollowElementAcceptor.NullSafeElementAcceptor
extends java.lang.Object
implements IFollowElementAcceptor


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.xtext.ui.editor.contentassist.IFollowElementAcceptor
IFollowElementAcceptor.NullSafeElementAcceptor
 
Constructor Summary
IFollowElementAcceptor.NullSafeElementAcceptor(IFollowElementAcceptor decorated)
           
 
Method Summary
 void accept(AbstractElement element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IFollowElementAcceptor.NullSafeElementAcceptor

public IFollowElementAcceptor.NullSafeElementAcceptor(IFollowElementAcceptor decorated)
Method Detail

accept

public void accept(AbstractElement element)
Specified by:
accept in interface IFollowElementAcceptor