|
Groovy 2.2.0 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.codehaus.groovy.control.ASTTransformationsContext
public class ASTTransformationsContext extends Object
Created by IntelliJ IDEA. User: cedric Date: 06/10/11 Time: 15:13
| Field Summary | |
|---|---|
protected CompilationUnit |
compilationUnit
|
protected Set |
globalTransformNames
|
protected GroovyClassLoader |
transformLoader
|
| Constructor Summary | |
ASTTransformationsContext(CompilationUnit compilationUnit, GroovyClassLoader transformLoader)
|
|
| Method Summary | |
|---|---|
CompilationUnit
|
getCompilationUnit()
|
Set
|
getGlobalTransformNames()
|
GroovyClassLoader
|
getTransformLoader()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
protected final CompilationUnit compilationUnit
protected final Set globalTransformNames
protected final GroovyClassLoader transformLoader
| Constructor Detail |
|---|
public ASTTransformationsContext(CompilationUnit compilationUnit, GroovyClassLoader transformLoader)
| Method Detail |
|---|
public CompilationUnit getCompilationUnit()
public Set getGlobalTransformNames()
public GroovyClassLoader getTransformLoader()
Copyright © 2003-2013 The Codehaus. All rights reserved.