Package org.codehaus.groovy.ast.expr
Class StaticMethodCallExpression
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
- All Implemented Interfaces:
GroovydocHolder<AnnotatedNode>
,MethodCall
,NodeMetaDataHandler
public class StaticMethodCallExpression extends Expression implements MethodCall
A static method call on a class
-
Field Summary
Fields inherited from class org.codehaus.groovy.ast.expr.Expression
EMPTY_ARRAY
Fields inherited from interface groovy.lang.groovydoc.GroovydocHolder
DOC_COMMENT
-
Constructor Summary
Constructors Constructor Description StaticMethodCallExpression(ClassNode type, java.lang.String method, Expression arguments)
-
Method Summary
Modifier and Type Method Description Expression
getArguments()
MetaMethod
getMetaMethod()
java.lang.String
getMethod()
java.lang.String
getMethodAsString()
ClassNode
getOwnerType()
ASTNode
getReceiver()
java.lang.String
getText()
void
setMetaMethod(MetaMethod metaMethod)
void
setOwnerType(ClassNode ownerType)
java.lang.String
toString()
Expression
transformExpression(ExpressionTransformer transformer)
Return a copy of the expression calling the transformer on any nested expressionsvoid
visit(GroovyCodeVisitor visitor)
Methods inherited from class org.codehaus.groovy.ast.expr.Expression
getType, setType, transformExpressions, transformExpressions
Methods inherited from class org.codehaus.groovy.ast.AnnotatedNode
addAnnotation, addAnnotations, getAnnotations, getAnnotations, getDeclaringClass, getGroovydoc, getInstance, hasNoRealSourcePosition, isSynthetic, setDeclaringClass, setHasNoRealSourcePosition, setSynthetic
Methods inherited from class org.codehaus.groovy.ast.ASTNode
copyNodeMetaData, getColumnNumber, getLastColumnNumber, getLastLineNumber, getLineNumber, getMetaDataMap, setColumnNumber, setLastColumnNumber, setLastLineNumber, setLineNumber, setMetaDataMap, setSourcePosition
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.codehaus.groovy.ast.NodeMetaDataHandler
copyNodeMetaData, getNodeMetaData, getNodeMetaData, getNodeMetaData, putNodeMetaData, removeNodeMetaData, setNodeMetaData
-
Constructor Details
-
StaticMethodCallExpression
-
-
Method Details
-
visit
-
transformExpression
Description copied from class:Expression
Return a copy of the expression calling the transformer on any nested expressions- Specified by:
transformExpression
in classExpression
-
getReceiver
- Specified by:
getReceiver
in interfaceMethodCall
-
getMethodAsString
public java.lang.String getMethodAsString()- Specified by:
getMethodAsString
in interfaceMethodCall
-
getArguments
- Specified by:
getArguments
in interfaceMethodCall
-
getMethod
public java.lang.String getMethod() -
getText
public java.lang.String getText()- Specified by:
getText
in interfaceMethodCall
- Overrides:
getText
in classASTNode
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
getOwnerType
-
setOwnerType
-
setMetaMethod
-
getMetaMethod
-