org.gradle.api.internal.artifacts.dsl
Class AbstractScriptTransformer
java.lang.Object
org.codehaus.groovy.control.CompilationUnit$SourceUnitOperation
org.gradle.api.internal.artifacts.dsl.AbstractScriptTransformer
- All Implemented Interfaces:
- Transformer
class AbstractScriptTransformer
extends org.codehaus.groovy.control.CompilationUnit$SourceUnitOperation
Method Summary |
protected int
|
getPhase()
|
protected boolean
|
isMethodOnThis(org.codehaus.groovy.ast.expr.MethodCallExpression call, java.lang.String name)
|
void
|
register(CompilationUnit compilationUnit)
|
protected boolean
|
targetIsThis(org.codehaus.groovy.ast.expr.MethodCallExpression call)
|
Methods inherited from class org.codehaus.groovy.control.CompilationUnit$SourceUnitOperation
|
call, hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
Methods inherited from class java.lang.Object
|
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
AbstractScriptTransformer
AbstractScriptTransformer()
-
getPhase
protected int getPhase()
-
isMethodOnThis
protected boolean isMethodOnThis(org.codehaus.groovy.ast.expr.MethodCallExpression call, java.lang.String name)
-
register
public void register(CompilationUnit compilationUnit)
-
targetIsThis
protected boolean targetIsThis(org.codehaus.groovy.ast.expr.MethodCallExpression call)
-
Groovy Documentation