public class DocCommentPolicy<T extends PsiComment>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ASIS |
static int |
COPY |
static int |
MOVE |
| Constructor and Description |
|---|
DocCommentPolicy(int javaDocPolicy) |
| Modifier and Type | Method and Description |
|---|---|
int |
getJavaDocPolicy() |
void |
processCopiedJavaDoc(T newDocComment,
T docComment,
boolean willOldBeDeletedAnyway) |
void |
processNewJavaDoc(T newDocComment) |
void |
processOldJavaDoc(T oldDocComment) |
public static final int ASIS
public static final int MOVE
public static final int COPY
public void processCopiedJavaDoc(T newDocComment, T docComment, boolean willOldBeDeletedAnyway) throws IncorrectOperationException
IncorrectOperationExceptionpublic void processNewJavaDoc(T newDocComment) throws IncorrectOperationException
IncorrectOperationExceptionpublic void processOldJavaDoc(T oldDocComment) throws IncorrectOperationException
IncorrectOperationExceptionpublic int getJavaDocPolicy()