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, waitattribute, block, charToken, child, comma, comment, conditional, conditional, indent, list, list, list, list, newline, none, orphanCommentsBeforeThis, orphanCommentsEnding, semicolon, sequence, space, string, string, stringToken, token, token, unindentprivate final Node child
CsmChild(Node child)
public Node getChild()
public void prettyPrint(Node node, SourcePrinter printer)
prettyPrint in interface CsmElementpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object