public class CsmString extends java.lang.Object implements CsmElement
| Modifier and Type | Field and Description |
|---|---|
private ObservableProperty |
property |
| Constructor and Description |
|---|
CsmString(ObservableProperty property) |
| Modifier and Type | Method and Description |
|---|---|
void |
prettyPrint(Node node,
SourcePrinter printer) |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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, unindentprivate final ObservableProperty property
public CsmString(ObservableProperty property)
public void prettyPrint(Node node, SourcePrinter printer)
prettyPrint in interface CsmElementpublic java.lang.String toString()
toString in class java.lang.Object