Groovy Documentation

org.gmetrics.metric
Interface AstVisitor


interface AstVisitor

Interface for Groovy AST Visitors

Authors:
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
Parameters:
sourceCode - - the SourceCode


 

Groovy Documentation