public class DocumentRewriteSessionType extends Object
Allowed values are:
IDocument
,
IDocumentExtension4
,
IDocumentRewriteSessionListener
Modifier and Type | Field and Description |
---|---|
static DocumentRewriteSessionType |
SEQUENTIAL
A sequential rewrite session is a sequence of non-overlapping replace
operations starting at an arbitrary document offset.
|
static DocumentRewriteSessionType |
STRICTLY_SEQUENTIAL
A strictly sequential rewrite session is a sequence of non-overlapping
replace operations from the start of the document to its end.
|
static DocumentRewriteSessionType |
UNRESTRICTED
A unrestricted rewrite session is a sequence of unrestricted replace
operations.
|
public static final DocumentRewriteSessionType UNRESTRICTED
public static final DocumentRewriteSessionType SEQUENTIAL
public static final DocumentRewriteSessionType STRICTLY_SEQUENTIAL
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.