|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.ast.ASTNode org.codehaus.groovy.ast.AnnotatedNode org.codehaus.groovy.ast.expr.Expression org.codehaus.groovy.ast.expr.StaticMethodCallExpression
public class StaticMethodCallExpression extends Expression
A static method call on a class
Constructor Summary | |
StaticMethodCallExpression(ClassNode type, String method, Expression arguments)
|
Method Summary | |
---|---|
Expression
|
getArguments()
|
MetaMethod
|
getMetaMethod()
|
String
|
getMethod()
|
String
|
getMethodAsString()
|
ClassNode
|
getOwnerType()
|
ASTNode
|
getReceiver()
|
String
|
getText()
|
void
|
setMetaMethod(MetaMethod metaMethod)
|
void
|
setOwnerType(ClassNode ownerType)
|
String
|
toString()
|
Expression
|
transformExpression(ExpressionTransformer transformer)
|
void
|
visit(GroovyCodeVisitor visitor)
|
Methods inherited from class Expression | |
---|---|
getType, setType, transformExpression, transformExpressions, transformExpressions |
Methods inherited from class AnnotatedNode | |
---|---|
addAnnotation, addAnnotations, getAnnotations, getAnnotations, getDeclaringClass, hasNoRealSourcePosition, isSynthetic, setDeclaringClass, setHasNoRealSourcePosition, setSynthetic |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
public StaticMethodCallExpression(ClassNode type, String method, Expression arguments)
Method Detail |
---|
public Expression getArguments()
public MetaMethod getMetaMethod()
public String getMethod()
public String getMethodAsString()
public ClassNode getOwnerType()
public ASTNode getReceiver()
public String getText()
public void setMetaMethod(MetaMethod metaMethod)
public void setOwnerType(ClassNode ownerType)
public String toString()
public Expression transformExpression(ExpressionTransformer transformer)
public void visit(GroovyCodeVisitor visitor)
Copyright © 2003-2013 The Codehaus. All rights reserved.