Represents a String expression which contains embedded values inside it such as "hello there ${user} how are you" which is expanded lazily
| Constructor and description | 
|---|
                                GStringExpression
                                (String verbatimText) | 
                        
                                GStringExpression
                                (String verbatimText, List<ConstantExpression> strings, List<Expression> values) | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            void | 
                            addString(ConstantExpression text) | 
                        
 | 
                            void | 
                            addValue(Expression value) | 
                        
 | 
                            Expression | 
                            asConstantString() | 
                        
 | 
                            List<ConstantExpression> | 
                            getStrings() | 
                        
 | 
                            String | 
                            getText() | 
                        
 | 
                            Expression | 
                            getValue(int idx) | 
                        
 | 
                            List<Expression> | 
                            getValues() | 
                        
 | 
                            boolean | 
                            isConstantString() | 
                        
 | 
                            String | 
                            toString() | 
                        
 | 
                            Expression | 
                            transformExpression(ExpressionTransformer transformer) | 
                        
 | 
                            void | 
                            visit(GroovyCodeVisitor visitor) | 
                        
| Methods inherited from class | Name | 
|---|---|
class Expression | 
                            getType, setType, transformExpression, transformExpressions, transformExpressions | 
                        
class AnnotatedNode | 
                            addAnnotation, addAnnotations, getAnnotations, getAnnotations, getDeclaringClass, hasNoRealSourcePosition, isSynthetic, setDeclaringClass, setHasNoRealSourcePosition, setSynthetic | 
                        
class ASTNode | 
                            copyNodeMetaData, equals, getColumnNumber, getLastColumnNumber, getLastLineNumber, getLineNumber, getMetaDataMap, getNodeMetaData, getNodeMetaData, getText, hashCode, putNodeMetaData, removeNodeMetaData, setColumnNumber, setLastColumnNumber, setLastLineNumber, setLineNumber, setNodeMetaData, setSourcePosition, visit | 
                        
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.