public class CsmList extends Object implements CsmElement
| Constructor and Description |
|---|
CsmList(ObservableProperty property) |
CsmList(ObservableProperty property,
CsmElement separator) |
CsmList(ObservableProperty property,
CsmElement separatorPre,
CsmElement separatorPost,
CsmElement preceeding,
CsmElement following) |
| Modifier and Type | Method and Description |
|---|---|
CsmElement |
getFollowing() |
CsmElement |
getPreceeding() |
ObservableProperty |
getProperty() |
CsmElement |
getSeparatorPost() |
CsmElement |
getSeparatorPre() |
void |
prettyPrint(Node node,
SourcePrinter printer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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, unindentpublic CsmList(ObservableProperty property, CsmElement separator)
public CsmList(ObservableProperty property)
public CsmList(ObservableProperty property, CsmElement separatorPre, CsmElement separatorPost, CsmElement preceeding, CsmElement following)
public ObservableProperty getProperty()
public CsmElement getSeparatorPost()
public CsmElement getSeparatorPre()
public CsmElement getPreceeding()
public CsmElement getFollowing()
public void prettyPrint(Node node, SourcePrinter printer)
prettyPrint in interface CsmElementCopyright © 2007–2024. All rights reserved.