Groovy Documentation

org.gradle.api.internal.artifacts.dsl
Class BuildScriptClasspathScriptTransformer

java.lang.Object
  org.codehaus.groovy.control.CompilationUnit$SourceUnitOperation
      org.gradle.api.internal.artifacts.dsl.AbstractScriptTransformer
          org.gradle.api.internal.artifacts.dsl.BuildScriptClasspathScriptTransformer

class BuildScriptClasspathScriptTransformer
extends AbstractScriptTransformer

Constructor Summary
BuildScriptClasspathScriptTransformer()

 
Method Summary
void call(SourceUnit source)

protected int getPhase()

Transformer invert()

Spec isScriptBlock()

 
Methods inherited from class AbstractScriptTransformer
getPhase, isMethodOnThis, register, targetIsThis
 
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
 

Constructor Detail

BuildScriptClasspathScriptTransformer

BuildScriptClasspathScriptTransformer()


 
Method Detail

call

public void call(SourceUnit source)


getPhase

protected int getPhase()


invert

public Transformer invert()


isScriptBlock

public Spec isScriptBlock()


 

Groovy Documentation