Interface CtTextBlock

All Superinterfaces:
Cloneable, CtCodeElement, CtElement, CtExpression<String>, CtLiteral<String>, CtQueryable, CtTypedElement<String>, CtVisitable, FactoryAccessor, Serializable, SourcePositionHolder, TemplateParameter<String>
All Known Implementing Classes:
CtTextBlockImpl

public interface CtTextBlock extends CtLiteral<String>
This code element defines a Text Block String Literal.
     String example = """
                      Test String
                      """;
 
The example above shows a TextBlock literal, in which the string is represented by CtTextBlock