Package com.objectwave.sourceParser

Interface Summary
ClassParser A class that can parse source code by the source code reader must implment this interface.
 

Class Summary
ClassSpecParser Parse java source code for a class definition.
CommentParser Assumes that there is no leading whitespace to the string passed in.
CommentSearch  
ImportDefParser This class happens to look exactly like package def, except it is for imports.
MethodDefParser Used to parse java source code for methods.
MethodDefParser.Test  
MethodDetailParser Used to parse java source code for methods.
ObjectInitParser This class happens to look exactly like package def, except it is for ObjectInitializers.
PackageDefParser a PackageDef object is used not only to contain a package definition, but object initializers and others.
SourceCodeReader Will parse Java 1.1 source code to turn it into our meta model.
SourceCodeReader.Test Unit tests for SourceCodeReader
StaticDefParser This class happens to look exactly like package def, except it is for StaticInitializers.
VariableDefParser Parse source for a variable definition.