public class DocumentRewriteSessionType extends Object
Allowed values are:
UNRESTRICTED
UNRESTRICTED_SMALL
(since 3.3)SEQUENTIAL
STRICTLY_SEQUENTIAL
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
An unrestricted rewrite session is a sequence of unrestricted replace operations.
|
static DocumentRewriteSessionType |
UNRESTRICTED_SMALL
An small unrestricted rewrite session is a short sequence of unrestricted replace operations.
|
public static final DocumentRewriteSessionType UNRESTRICTED
UNRESTRICTED_SMALL
for small operations.public static final DocumentRewriteSessionType UNRESTRICTED_SMALL
public static final DocumentRewriteSessionType SEQUENTIAL
public static final DocumentRewriteSessionType STRICTLY_SEQUENTIAL
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.