public class StaticMethodCallExpression extends Expression
A static method call on a class
Constructor and description |
---|
StaticMethodCallExpression
(ClassNode type, String method, Expression arguments) |
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, getColumnNumber, getLastColumnNumber, getLastLineNumber, getLineNumber, getNodeMetaData, getNodeMetaData, getText, putNodeMetaData, removeNodeMetaData, setColumnNumber, setLastColumnNumber, setLastLineNumber, setLineNumber, setNodeMetaData, setSourcePosition, visit |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Copyright © 2003-2014 The Codehaus. All rights reserved.