public class StaticMethodCallExpression extends Expression
A static method call on a class
| Fields inherited from class | Fields | 
|---|---|
class Expression | 
                            EMPTY_ARRAY | 
                        
| Type | Name and description | 
|---|---|
MetaMethod  | 
                            metaMethod | 
                        
ClassNode  | 
                            ownerType | 
                        
| Constructor and description | 
|---|
                                StaticMethodCallExpression
                                (ClassNode type, String method, Expression arguments) | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            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 | Name | 
|---|---|
class Expression | 
                            getType, setType, transformExpression, transformExpressions, transformExpressions | 
                        
class AnnotatedNode | 
                            addAnnotation, addAnnotations, getAnnotations, getAnnotations, getDeclaringClass, hasNoRealSourcePosition, isSynthetic, setDeclaringClass, setHasNoRealSourcePosition, setSynthetic | 
                        
class ASTNode | 
                            copyNodeMetaData, copyNodeMetaData, equals, getColumnNumber, getLastColumnNumber, getLastLineNumber, getLineNumber, getMetaDataMap, getNodeMetaData, getNodeMetaData, getText, hashCode, putNodeMetaData, removeNodeMetaData, setColumnNumber, setLastColumnNumber, setLastLineNumber, setLineNumber, setMetaDataMap, setNodeMetaData, setSourcePosition, visit | 
                        
class Object | 
                            wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
                        
Copyright © 2003-2018 The Apache Software Foundation. All rights reserved.