Class CsmTextBlock
- java.lang.Object
-
- com.github.javaparser.printer.concretesyntaxmodel.CsmTextBlock
-
- All Implemented Interfaces:
CsmElement
public class CsmTextBlock extends java.lang.Object implements CsmElement
-
-
Field Summary
Fields Modifier and Type Field Description private ObservablePropertyproperty
-
Constructor Summary
Constructors Constructor Description CsmTextBlock(ObservableProperty property)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObservablePropertygetProperty()voidprettyPrint(Node node, SourcePrinter printer)java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.github.javaparser.printer.concretesyntaxmodel.CsmElement
isCorrespondingElement
-
-
-
-
Field Detail
-
property
private final ObservableProperty property
-
-
Constructor Detail
-
CsmTextBlock
public CsmTextBlock(ObservableProperty property)
-
-
Method Detail
-
getProperty
public ObservableProperty getProperty()
-
prettyPrint
public void prettyPrint(Node node, SourcePrinter printer)
- Specified by:
prettyPrintin interfaceCsmElement
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-