public class CsmSingleReference extends java.lang.Object implements CsmElement
Modifier and Type | Field and Description |
---|---|
private ObservableProperty |
property |
Constructor and Description |
---|
CsmSingleReference(ObservableProperty property) |
Modifier and Type | Method and Description |
---|---|
ObservableProperty |
getProperty() |
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 final ObservableProperty property
public CsmSingleReference(ObservableProperty property)
public ObservableProperty getProperty()
public void prettyPrint(Node node, SourcePrinter printer)
prettyPrint
in interface CsmElement