public class ReplAutoEdit
extends java.lang.Object
implements org.eclipse.jface.text.IAutoEditStrategy
| Constructor and Description |
|---|
ReplAutoEdit() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
computeResultText(org.eclipse.jface.text.IDocument document,
org.eclipse.jface.text.DocumentCommand command,
XtextResource resource) |
void |
customizeDocumentCommand(org.eclipse.jface.text.IDocument document,
org.eclipse.jface.text.DocumentCommand command) |
protected XbaseInterpreter |
getConfiguredInterpreter(XtextResource resource) |
public void customizeDocumentCommand(org.eclipse.jface.text.IDocument document,
org.eclipse.jface.text.DocumentCommand command)
customizeDocumentCommand in interface org.eclipse.jface.text.IAutoEditStrategyprotected java.lang.String computeResultText(org.eclipse.jface.text.IDocument document,
org.eclipse.jface.text.DocumentCommand command,
XtextResource resource)
throws org.eclipse.jface.text.BadLocationException
org.eclipse.jface.text.BadLocationExceptionprotected XbaseInterpreter getConfiguredInterpreter(XtextResource resource)