Class Removed
- java.lang.Object
-
- com.github.javaparser.printer.lexicalpreservation.Removed
-
- All Implemented Interfaces:
DifferenceElement
public class Removed extends Object implements DifferenceElement
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)NodegetChild()CsmElementgetElement()Return the CsmElement considered in this DifferenceElement.intgetTokenType()inthashCode()booleanisAdded()booleanisChild()booleanisPrimitiveType()booleanisRemoved()booleanisToken()booleanisWhiteSpace()StringtoString()
-
-
-
Method Detail
-
getElement
public CsmElement getElement()
Description copied from interface:DifferenceElementReturn the CsmElement considered in this DifferenceElement.- Specified by:
getElementin interfaceDifferenceElement
-
getChild
public Node getChild()
-
getTokenType
public int getTokenType()
-
isAdded
public boolean isAdded()
- Specified by:
isAddedin interfaceDifferenceElement
-
isToken
public boolean isToken()
-
isChild
public boolean isChild()
-
isPrimitiveType
public boolean isPrimitiveType()
-
isWhiteSpace
public boolean isWhiteSpace()
-
isRemoved
public boolean isRemoved()
- Specified by:
isRemovedin interfaceDifferenceElement
-
-