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
Fields inherited from class | Fields |
---|---|
class Expression |
EMPTY_ARRAY |
Constructor and description |
---|
GStringExpression
(String verbatimText) |
GStringExpression
(String verbatimText, List<ConstantExpression> strings, List<Expression> values) |
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
addString(ConstantExpression text) |
|
public void |
addValue(Expression value) |
|
public Expression |
asConstantString() |
|
public List<ConstantExpression> |
getStrings() |
|
public String |
getText() |
|
public Expression |
getValue(int idx) |
|
public List<Expression> |
getValues() |
|
public boolean |
isConstantString() |
|
public String |
toString() |
|
public Expression |
transformExpression(ExpressionTransformer transformer) |
|
public void |
visit(GroovyCodeVisitor visitor) |
Methods inherited from class | Name |
---|---|
class Expression |
getType, setType, transformExpression, transformExpressions, transformExpressions |
class AnnotatedNode |
addAnnotation, addAnnotations, getAnnotations, getAnnotations, getDeclaringClass, getGroovydoc, getInstance, hasNoRealSourcePosition, isSynthetic, setDeclaringClass, setHasNoRealSourcePosition, setSynthetic |
class ASTNode |
copyNodeMetaData, getColumnNumber, getLastColumnNumber, getLastLineNumber, getLineNumber, getMetaDataMap, getText, setColumnNumber, setLastColumnNumber, setLastLineNumber, setLineNumber, setMetaDataMap, setSourcePosition, visit |
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.