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