Class GStringImpl

All Implemented Interfaces:
Buildable, GroovyObject, Writable, Serializable, CharSequence, Comparable

public class GStringImpl
extends GString
Default implementation of a GString used by the compiler. A GString consist of a list of values and strings which can be combined to create a new String.
See Also:
GString, Serialized Form