org.codehaus.groovy.syntax
Interface ClassSource

All Known Implementing Classes:
AntlrClassSource

public interface ClassSource

Provides a reflection style facade over the underlying source code for a class.


Method Summary
 String getName()
           
 

Method Detail

getName

String getName()


Copyright © 2003-2008 The Codehaus. All Rights Reserved.