public class CsmUnindent extends java.lang.Object implements CsmElement
Constructor and Description |
---|
CsmUnindent() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
void |
prettyPrint(Node node,
SourcePrinter printer) |
clone, finalize, getClass, notify, notifyAll, toString, 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
public void prettyPrint(Node node, SourcePrinter printer)
prettyPrint
in interface CsmElement
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object