|
|||||
FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A static method call on a class
Field Summary | |
---|---|
Expression |
arguments
|
MetaMethod |
metaMethod
|
String |
method
|
ClassNode |
ownerType
|
Constructor Summary | |
StaticMethodCallExpression(ClassNode type, String method, Expression arguments)
|
Method Summary | |
---|---|
Expression |
getArguments()
|
MetaMethod |
getMetaMethod()
|
String |
getMethod()
|
ClassNode |
getOwnerType()
|
String |
getText()
|
void |
setMetaMethod(MetaMethod metaMethod)
|
void |
setOwnerType(ClassNode ownerType)
|
String |
toString()
|
Expression |
transformExpression(ExpressionTransformer transformer)
|
void |
visit(GroovyCodeVisitor visitor)
|
Constructor Detail |
---|
public StaticMethodCallExpression(ClassNode type, String method, Expression arguments)
Method Detail |
---|
public Expression getArguments()
public MetaMethod getMetaMethod()
public String getMethod()
public ClassNode getOwnerType()
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)