Class GStringExpression

All Implemented Interfaces:
GroovydocHolder<AnnotatedNode>, NodeMetaDataHandler

public class GStringExpression extends Expression
Represents a String expression which contains embedded values inside it such as "hello there ${user} how are you" which is expanded lazily