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