Class LexicalDifferenceCalculator.CsmChild
java.lang.Object
com.github.javaparser.printer.lexicalpreservation.LexicalDifferenceCalculator.CsmChild
- All Implemented Interfaces:
CsmElement
- Enclosing class:
LexicalDifferenceCalculator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getChild()
int
hashCode()
boolean
isCorrespondingElement
(TextElement textElement) void
prettyPrint
(Node node, SourcePrinter printer) toString()
-
Field Details
-
child
-
-
Constructor Details
-
CsmChild
CsmChild(Node child)
-
-
Method Details
-
getChild
-
prettyPrint
- Specified by:
prettyPrint
in interfaceCsmElement
-
isCorrespondingElement
- Specified by:
isCorrespondingElement
in interfaceCsmElement
-
toString
-
equals
-
hashCode
public int hashCode()
-