public class DuplicateNode
extends javax.swing.tree.DefaultMutableTreeNode
Constructor and Description |
---|
DuplicateNode(Match duplicate) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(com.intellij.refactoring.extractMethod.preview.FragmentNode o) |
protected TextChunk [] |
createTextChunks(PsiElement element) |
com.intellij.refactoring.extractMethod.preview.ElementsRange |
getElementsRange() |
TextChunk |
getLineNumberChunk() |
Navigatable |
getNavigatable() |
TextChunk[] |
getTextChunks() |
TextRange |
getTextRange() |
boolean |
isExcluded() |
boolean |
isValid() |
void |
setExcluded(boolean excluded) |
void |
setValid(boolean valid) |
java.lang.String |
toString() |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject
public DuplicateNode(Match duplicate)
public boolean isExcluded()
public void setExcluded(boolean excluded)
public TextChunk[] getTextChunks()
public TextChunk getLineNumberChunk()
protected TextChunk [] createTextChunks(PsiElement element)
public Navigatable getNavigatable()
public boolean isValid()
public void setValid(boolean valid)
public TextRange getTextRange()
public com.intellij.refactoring.extractMethod.preview.ElementsRange getElementsRange()
public int compareTo(com.intellij.refactoring.extractMethod.preview.FragmentNode o)
compareTo
in interface java.lang.Comparable<com.intellij.refactoring.extractMethod.preview.FragmentNode>
public java.lang.String toString()
toString
in class javax.swing.tree.DefaultMutableTreeNode