org.codehaus.groovy.ast.expr
Class NamedArgumentListExpression
java.lang.Object
|
+--org.codehaus.groovy.ast.ASTNode
|
+--org.codehaus.groovy.ast.expr.Expression
|
+--org.codehaus.groovy.ast.expr.MapExpression
|
+--org.codehaus.groovy.ast.expr.NamedArgumentListExpression
- public class NamedArgumentListExpression
- extends MapExpression
Represents one or more arguments being passed into a method by name
- Version:
- $Revision: 1.1 $
- Author:
- James Strachan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NamedArgumentListExpression
public NamedArgumentListExpression()
NamedArgumentListExpression
public NamedArgumentListExpression(List mapEntryExpressions)
Copyright © 2003 The Codehaus. All Rights Reserved.