public class Kept extends Object implements DifferenceElement
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
CsmElement |
getElement()
Return the CsmElement considered in this DifferenceElement.
|
int |
getTokenType() |
int |
hashCode() |
boolean |
isAdded() |
boolean |
isChild() |
boolean |
isIndent() |
boolean |
isNewLine() |
boolean |
isPrimitiveType() |
boolean |
isRemoved() |
boolean |
isToken() |
boolean |
isUnindent() |
boolean |
isWhiteSpace() |
boolean |
isWhiteSpaceOrComment() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitadded, kept, removedpublic CsmElement getElement()
DifferenceElementgetElement in interface DifferenceElementpublic int getTokenType()
public boolean isAdded()
isAdded in interface DifferenceElementpublic boolean isIndent()
public boolean isUnindent()
public boolean isToken()
public boolean isChild()
public boolean isPrimitiveType()
public boolean isWhiteSpace()
public boolean isWhiteSpaceOrComment()
public boolean isNewLine()
public boolean isRemoved()
isRemoved in interface DifferenceElementCopyright © 2007–2019. All rights reserved.