public class CsmMix extends java.lang.Object implements CsmElement
Modifier and Type | Field and Description |
---|---|
private java.util.List<CsmElement> |
elements |
Constructor and Description |
---|
CsmMix(java.util.List<CsmElement> elements) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.util.List<CsmElement> |
getElements() |
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 java.util.List<CsmElement> elements
public CsmMix(java.util.List<CsmElement> elements)
public java.util.List<CsmElement> getElements()
public void prettyPrint(Node node, SourcePrinter printer)
prettyPrint
in interface CsmElement
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object