[Java] Class StaticMethodCallExpression

  • org.codehaus.groovy.ast.expr.StaticMethodCallExpression
All Implemented Interfaces and Traits:
MethodCall
public class StaticMethodCallExpression
extends Expression

A static method call on a class

Property Detail

MetaMethod metaMethod

ClassNode ownerType

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)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/org/codehaus/groovy/ast/expr/StaticMethodCallExpression.html