public class InsertDocumentOperation extends DocumentOperation
Document.| Constructor | Description |
|---|---|
InsertDocumentOperation(int beginLine,
int beginColumn,
java.lang.String textToInsert) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
apply(Document document) |
Apply this operation to the specified document
|
getRegionByLinepublic InsertDocumentOperation(int beginLine,
int beginColumn,
java.lang.String textToInsert)
public void apply(Document document)
DocumentOperationapply in class DocumentOperationdocument - the document to which apply the operationCopyright © 2002–2018 PMD. All rights reserved.