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 |
org.codehaus.groovy.ast.ClassNode |
ownerType |
Constructor and description |
---|
StaticMethodCallExpression
(org.codehaus.groovy.ast.ClassNode type, String method, Expression arguments) |
Type Params | Return Type | Name and description |
---|---|---|
|
Expression |
getArguments() |
|
MetaMethod |
getMetaMethod() |
|
String |
getMethod() |
|
String |
getMethodAsString() |
|
org.codehaus.groovy.ast.ClassNode |
getOwnerType() |
|
ASTNode |
getReceiver() |
|
String |
getText() |
|
void |
setMetaMethod(MetaMethod metaMethod) |
|
void |
setOwnerType(org.codehaus.groovy.ast.ClassNode ownerType) |
|
String |
toString() |
|
Expression |
transformExpression(ExpressionTransformer transformer) |
|
void |
visit(org.codehaus.groovy.ast.GroovyCodeVisitor visitor) |
Methods inherited from class | Name |
---|---|
class Expression |
getType, setType, transformExpression, transformExpressions, transformExpressions |
class AnnotatedNode |
addAnnotation, addAnnotations, getAnnotations, getAnnotations, getDeclaringClass, getGroovydoc, getInstance, hasNoRealSourcePosition, isSynthetic, setDeclaringClass, setHasNoRealSourcePosition, setSynthetic |
class ASTNode |
copyNodeMetaData, getColumnNumber, getLastColumnNumber, getLastLineNumber, getLineNumber, getMetaDataMap, getText, hashCode, setColumnNumber, setLastColumnNumber, setLastLineNumber, setLineNumber, setMetaDataMap, setSourcePosition, visit |
Copyright © 2003-2019 The Apache Software Foundation. All rights reserved.