CsmElement
public class CsmSequence extends Object implements CsmElement
Constructor | Description |
---|---|
CsmSequence(List<CsmElement> elements) |
Modifier and Type | Method | Description |
---|---|---|
List<CsmElement> |
getElements() |
|
void |
prettyPrint(Node node,
SourcePrinter printer) |
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 CsmSequence(List<CsmElement> elements)
public List<CsmElement> getElements()
public void prettyPrint(Node node, SourcePrinter printer)
prettyPrint
in interface CsmElement
Copyright © 2007–2019. All rights reserved.