public class Removed extends Object implements DifferenceElement
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Node |
getChild() |
CsmElement |
getElement()
Return the CsmElement considered in this DifferenceElement.
|
int |
getTokenType() |
int |
hashCode() |
boolean |
isAdded() |
boolean |
isKept() |
boolean |
isNewLine() |
boolean |
isPrimitiveType() |
boolean |
isRemoved() |
boolean |
isToken() |
boolean |
isWhiteSpace() |
boolean |
isWhiteSpaceNotEol() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitadded, isChild, kept, removed, replaceEolTokenspublic CsmElement getElement()
DifferenceElementgetElement in interface DifferenceElementpublic Node getChild()
public int getTokenType()
public boolean isAdded()
isAdded in interface DifferenceElementpublic boolean isRemoved()
isRemoved in interface DifferenceElementpublic boolean isKept()
isKept in interface DifferenceElementpublic boolean isToken()
public boolean isPrimitiveType()
public boolean isWhiteSpace()
public boolean isWhiteSpaceNotEol()
public boolean isNewLine()
Copyright © 2007–2024. All rights reserved.