org.eclipse.xtext.ui.editor.contentassist
Class ContentAssistContext.Factory.Null

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext.Factory.Null
All Implemented Interfaces:
ContentAssistContext.Factory
Enclosing interface:
ContentAssistContext.Factory

public static class ContentAssistContext.Factory.Null
extends java.lang.Object
implements ContentAssistContext.Factory


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext.Factory
ContentAssistContext.Factory.Null
 
Constructor Summary
ContentAssistContext.Factory.Null()
           
 
Method Summary
 ContentAssistContext[] create(org.eclipse.jface.text.ITextViewer viewer, int offset, XtextResource resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentAssistContext.Factory.Null

public ContentAssistContext.Factory.Null()
Method Detail

create

public ContentAssistContext[] create(org.eclipse.jface.text.ITextViewer viewer,
                                     int offset,
                                     XtextResource resource)
Specified by:
create in interface ContentAssistContext.Factory