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
IncorrectOperationException
public void processNewJavaDoc(T newDocComment) throws IncorrectOperationException
IncorrectOperationException
public void processOldJavaDoc(T oldDocComment) throws IncorrectOperationException
IncorrectOperationException
public int getJavaDocPolicy()