Class CsmString
- java.lang.Object
-
- com.github.javaparser.printer.concretesyntaxmodel.CsmString
-
- All Implemented Interfaces:
CsmElement
public class CsmString extends java.lang.Object implements CsmElement
-
-
Field Summary
Fields Modifier and Type Field Description private ObservableProperty
property
-
Constructor Summary
Constructors Constructor Description CsmString(ObservableProperty property)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
prettyPrint(Node node, SourcePrinter printer)
java.lang.String
toString()
-
-
-
Field Detail
-
property
private final ObservableProperty property
-
-
Constructor Detail
-
CsmString
public CsmString(ObservableProperty property)
-
-
Method Detail
-
prettyPrint
public void prettyPrint(Node node, SourcePrinter printer)
- Specified by:
prettyPrint
in interfaceCsmElement
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-