[Java] Class MethodCallTransformation
- org.codehaus.groovy.ast.MethodCallTransformation
- All Implemented Interfaces and Traits:
- ASTTransformation
public abstract class MethodCallTransformation extends Object implements ASTTransformation
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
protected abstract GroovyCodeVisitor |
getTransformer(ASTNode[] nodes, SourceUnit sourceUnit) | |
public void |
visit(ASTNode[] nodes, SourceUnit sourceUnit) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail
protected abstract GroovyCodeVisitor getTransformer(ASTNode[] nodes, SourceUnit sourceUnit)
public void visit(ASTNode[] nodes, SourceUnit sourceUnit)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/ast/MethodCallTransformation.html