[Java] Class MethodCallTransformation

  • org.codehaus.groovy.ast.MethodCallTransformation
All Implemented Interfaces and Traits:
ASTTransformation
public abstract class MethodCallTransformation
extends Object

Methods Summary

Methods
Type Params Return Type Name and description
protected GroovyCodeVisitor getTransformer(ASTNode[] nodes, SourceUnit sourceUnit)
void visit(ASTNode[] nodes, SourceUnit sourceUnit)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Method Detail

protected 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/2.5.14/html/gapi/org/codehaus/groovy/ast/MethodCallTransformation.html