TextChunk

@uml Represents a span of raw text (concrete syntax) between tags in a tree pattern string.

Constructors

this
this(string text)

@uml Constructs a new instance of {@link TextChunk} with the specified text.

Members

Functions

getText
string getText()

@uml Gets the raw text of this chunk.

toString
string toString()

@uml <p>The implementation for {@link TextChunk} returns the result of {@link #getText()} in single quotes.</p> @override

Meta