Package net.firstpartners.nounit.snippet

Snippets Represent pieces of Java code.

See:
          Description

Interface Summary
ISnippet Snippets are Classes that represent pieces of the source code (e.g.
 

Class Summary
AbstractSnippet Convenience Implementation of ISnippet containing methods shared by subclasses
SnippetCalls Holds Information about the methods called from a Java Method
SnippetClass Holds Information about Java Classes
SnippetMethod Holds Information about Java Methods
SnippetPackage Holds Information about a Java Package
SnippetProject Holds Information about a Java Project (i.e.
Snippets Collection of Snippets
 

Package net.firstpartners.nounit.snippet Description

Snippets Represent pieces of Java code.