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