TextChunk class

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

Inheritance

Constructors

TextChunk(String text)
Constructs a new instance of TextChunk with the specified text.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
The text of the chunk.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
{@inheritDoc}
override

Operators

operator ==(Object other) bool
The equality operator.
inherited