Groovy Documentation

org.gmetrics.metric
Interface AstVisitor


interface AstVisitor

Interface for Groovy AST Visitors

author:
Chris Mair
version:
$Revision: 77 $ - $Date: 2010-02-20 20:28:26 -0500 (Sat, 20 Feb 2010) $


Method Summary
void setSourceCode(SourceCode sourceCode)

Set the SourceCode associated with this visitor

 

Method Detail

setSourceCode

public void setSourceCode(SourceCode sourceCode)
Set the SourceCode associated with this visitor
param:
sourceCode - the SourceCode


 

Groovy Documentation