org.kohsuke.stapler
Class CaptureParameterNameTransformation
java.lang.Object
org.kohsuke.stapler.CaptureParameterNameTransformation
- All Implemented Interfaces:
- org.codehaus.groovy.transform.ASTTransformation
@MetaInfServices
public class CaptureParameterNameTransformation
- extends Object
- implements org.codehaus.groovy.transform.ASTTransformation
Groovy AST transformation that capture necessary parameter names.
- Author:
- Kohsuke Kawaguchi
Method Summary |
void |
visit(org.codehaus.groovy.ast.ASTNode[] nodes,
org.codehaus.groovy.control.SourceUnit source)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CaptureParameterNameTransformation
public CaptureParameterNameTransformation()
visit
public void visit(org.codehaus.groovy.ast.ASTNode[] nodes,
org.codehaus.groovy.control.SourceUnit source)
- Specified by:
visit
in interface org.codehaus.groovy.transform.ASTTransformation
Copyright © 2010. All Rights Reserved.