org.eclipse.xtend.ide.contentassist
Class ReplacingAppendable.Factory

java.lang.Object
  extended by org.eclipse.xtend.ide.contentassist.ReplacingAppendable.Factory
Enclosing class:
ReplacingAppendable

public static class ReplacingAppendable.Factory
extends java.lang.Object


Constructor Summary
ReplacingAppendable.Factory()
           
 
Method Summary
 ReplacingAppendable get(IXtextDocument document, org.eclipse.emf.ecore.EObject context, int offset, int length)
           
 ReplacingAppendable get(IXtextDocument document, org.eclipse.emf.ecore.EObject context, int offset, int length, int indentationLevel, boolean ensureEmptyLinesAround)
           
protected  int getIndentationLevelAtOffset(int offset, org.eclipse.jface.text.IDocument document)
           
protected  org.eclipse.emf.ecore.EObject getLocalVariableScopeContext(org.eclipse.emf.ecore.EObject context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplacingAppendable.Factory

public ReplacingAppendable.Factory()
Method Detail

get

public ReplacingAppendable get(IXtextDocument document,
                               org.eclipse.emf.ecore.EObject context,
                               int offset,
                               int length)

get

public ReplacingAppendable get(IXtextDocument document,
                               org.eclipse.emf.ecore.EObject context,
                               int offset,
                               int length,
                               int indentationLevel,
                               boolean ensureEmptyLinesAround)

getLocalVariableScopeContext

protected org.eclipse.emf.ecore.EObject getLocalVariableScopeContext(org.eclipse.emf.ecore.EObject context)

getIndentationLevelAtOffset

protected int getIndentationLevelAtOffset(int offset,
                                          org.eclipse.jface.text.IDocument document)