Groovy 1.7.0

org.codehaus.groovy.ast.expr
Class NamedArgumentListExpression

java.lang.Object
  org.codehaus.groovy.ast.ASTNode
      org.codehaus.groovy.ast.AnnotatedNode
          org.codehaus.groovy.ast.expr.Expression
              org.codehaus.groovy.ast.expr.MapExpression
                  org.codehaus.groovy.ast.expr.NamedArgumentListExpression

class NamedArgumentListExpression
extends MapExpression

Represents one or more arguments being passed into a method by name

author:
James Strachan
version:
$Revision: 15807 $


Constructor Summary
NamedArgumentListExpression()

NamedArgumentListExpression(List mapEntryExpressions)

 
Method Summary
Expression transformExpression(ExpressionTransformer transformer)

 
Methods inherited from class MapExpression
addMapEntryExpression, addMapEntryExpression, getMapEntryExpressions, getText, isDynamic, toString, transformExpression, visit
 
Methods inherited from class Expression
getType, setType, transformExpression, transformExpressions, transformExpressions
 
Methods inherited from class AnnotatedNode
addAnnotation, addAnnotations, getAnnotations, getAnnotations, getDeclaringClass, isSynthetic, setDeclaringClass, setSynthetic
 
Methods inherited from class ASTNode
getColumnNumber, getLastColumnNumber, getLastLineNumber, getLineNumber, getText, setColumnNumber, setLastColumnNumber, setLastLineNumber, setLineNumber, setSourcePosition, visit
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

NamedArgumentListExpression

public NamedArgumentListExpression()


NamedArgumentListExpression

public NamedArgumentListExpression(List mapEntryExpressions)


 
Method Detail

transformExpression

public Expression transformExpression(ExpressionTransformer transformer)


 

Copyright © 2003-2009 The Codehaus. All rights reserved.