|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.tools.ast.TransformTestHelper
class TransformTestHelper extends Object
Constructor Summary | |
TransformTestHelper(ASTTransformation transform, CompilePhase phase)
Creates the test helper. |
Method Summary | |
---|---|
Class
|
parse(File input)
Compiles the File into a Class applying the transform specified in the constructor. |
Class
|
parse(String input)
Compiles the String into a Class applying the transform specified in the constructor. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
TransformTestHelper(ASTTransformation transform, CompilePhase phase)
transform
- the transform to run when compiling the file laterphase
- the phase to run the transform in
Method Detail |
---|
Class parse(File input)
Class parse(String input)
Copyright © 2003-2013 The Codehaus. All rights reserved.