org.codehaus.groovy.antlr
Class AntlrSourceSummary
java.lang.Object
org.codehaus.groovy.antlr.AntlrSourceSummary
- All Implemented Interfaces:
- SourceSummary
- public class AntlrSourceSummary
- extends Object
- implements SourceSummary
Provides a summary of a SourceUnit (could contain 0 or more classes)
- Author:
- Jeremy Rayner
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AntlrSourceSummary
public AntlrSourceSummary()
addPublic
public void addPublic(ClassSource classSource)
- Specified by:
addPublic
in interface SourceSummary
getPublicClassSources
public List getPublicClassSources()
- Specified by:
getPublicClassSources
in interface SourceSummary
Copyright © 2003-2007 The Codehaus. All Rights Reserved.