[Java] Class ListOfExpressionsExpression
- org.codehaus.groovy.transform.sc.ListOfExpressionsExpression
public class ListOfExpressionsExpression
extends Expression
This class is used internally by the compiler to transform expressions like multiple assignments into a list of assignments.
Constructor Summary
Methods Summary
Inherited Methods Summary
Inherited Methods
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 |
Constructor Detail
public ListOfExpressionsExpression()
public ListOfExpressionsExpression(List<Expression> expressions)
Method Detail
public void addExpression(Expression expression)