public class ConstructorCallExpression extends Expression implements MethodCall
Constructor and Description |
---|
ConstructorCallExpression(ClassNode type,
Expression arguments) |
Modifier and Type | Method and Description |
---|---|
Expression |
getArguments() |
String |
getMethodAsString() |
ASTNode |
getReceiver() |
String |
getText() |
boolean |
isSpecialCall() |
boolean |
isSuperCall() |
boolean |
isThisCall() |
boolean |
isUsingAnonymousInnerClass() |
void |
setUsingAnonymousInnerClass(boolean usage) |
String |
toString() |
Expression |
transformExpression(ExpressionTransformer transformer)
Return a copy of the expression calling the transformer on any nested expressions
|
void |
visit(GroovyCodeVisitor visitor) |
getType, setType, transformExpressions, transformExpressions
addAnnotation, addAnnotations, getAnnotations, getAnnotations, getDeclaringClass, hasNoRealSourcePosition, isSynthetic, setDeclaringClass, setHasNoRealSourcePosition, setSynthetic
copyNodeMetaData, getColumnNumber, getLastColumnNumber, getLastLineNumber, getLineNumber, getNodeMetaData, getNodeMetaData, putNodeMetaData, removeNodeMetaData, setColumnNumber, setLastColumnNumber, setLastLineNumber, setLineNumber, setNodeMetaData, setSourcePosition
public ConstructorCallExpression(ClassNode type, Expression arguments)
public void visit(GroovyCodeVisitor visitor)
public Expression transformExpression(ExpressionTransformer transformer)
Expression
transformExpression
in class Expression
public ASTNode getReceiver()
getReceiver
in interface MethodCall
public String getMethodAsString()
getMethodAsString
in interface MethodCall
public Expression getArguments()
getArguments
in interface MethodCall
public String getText()
getText
in interface MethodCall
getText
in class ASTNode
public boolean isSuperCall()
public boolean isSpecialCall()
public boolean isThisCall()
public void setUsingAnonymousInnerClass(boolean usage)
public boolean isUsingAnonymousInnerClass()