Package org.eclipse.jface.text
Class DocumentRewriteSession
- java.lang.Object
-
- org.eclipse.jface.text.DocumentRewriteSession
-
public class DocumentRewriteSession extends java.lang.ObjectA document rewrite session.- Since:
- 3.1
- See Also:
IDocument,IDocumentExtension4,IDocumentRewriteSessionListener
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDocumentRewriteSession(DocumentRewriteSessionType sessionType)Prohibit package external object creation.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentRewriteSessionTypegetSessionType()Returns the type of this session.java.lang.StringtoString()
-
-
-
Constructor Detail
-
DocumentRewriteSession
protected DocumentRewriteSession(DocumentRewriteSessionType sessionType)
Prohibit package external object creation.- Parameters:
sessionType- the type of this session
-
-
Method Detail
-
getSessionType
public DocumentRewriteSessionType getSessionType()
Returns the type of this session.- Returns:
- the type of this session
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-