Class CsmTextBlock
- java.lang.Object
-
- com.github.javaparser.printer.concretesyntaxmodel.CsmTextBlock
-
- All Implemented Interfaces:
CsmElement
public class CsmTextBlock extends Object implements CsmElement
-
-
Constructor Summary
Constructors Constructor Description CsmTextBlock(ObservableProperty property)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObservableProperty
getProperty()
void
prettyPrint(Node node, SourcePrinter printer)
String
toString()
-
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
-
-
-
-
Constructor Detail
-
CsmTextBlock
public CsmTextBlock(ObservableProperty property)
-
-
Method Detail
-
getProperty
public ObservableProperty getProperty()
-
prettyPrint
public void prettyPrint(Node node, SourcePrinter printer)
- Specified by:
prettyPrint
in interfaceCsmElement
-
-