static class LexicalDifferenceCalculator.CsmChild extends java.lang.Object implements CsmElement
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
Node |
getChild() |
int |
hashCode() |
void |
prettyPrint(Node node,
SourcePrinter printer) |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
attribute, block, charToken, child, comma, comment, conditional, conditional, indent, list, list, list, list, newline, none, orphanCommentsBeforeThis, orphanCommentsEnding, semicolon, sequence, space, string, string, stringToken, token, token, unindent
private final Node child
CsmChild(Node child)
public Node getChild()
public void prettyPrint(Node node, SourcePrinter printer)
prettyPrint
in interface CsmElement
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object