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 |
isIndent() |
boolean |
isKept() |
boolean |
isNewLine() |
boolean |
isPrimitiveType() |
boolean |
isRemoved() |
boolean |
isToken() |
boolean |
isUnindent() |
boolean |
isWhiteSpace() |
boolean |
isWhiteSpaceOrComment() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitadded, isChild, kept, removed, replaceEolTokenspublic CsmElement getElement()
DifferenceElementgetElement in interface DifferenceElementpublic int getTokenType()
public boolean isAdded()
isAdded in interface DifferenceElementpublic boolean isRemoved()
isRemoved in interface DifferenceElementpublic boolean isKept()
isKept in interface DifferenceElementpublic boolean isIndent()
public boolean isUnindent()
public boolean isToken()
public boolean isPrimitiveType()
public boolean isWhiteSpace()
public boolean isWhiteSpaceOrComment()
public boolean isNewLine()
Copyright © 2007–2024. All rights reserved.