Package org.eclipse.steady
-
Interface Summary Interface Description FileAnalyzer Analyzes a given file or directory in order to search for contained programming constructs. -
Class Summary Class Description Construct A programming construct represents a container for programming statements in a given programming language, e.g., a Java constructor or a C function.ConstructChange ConstructChange class.ConstructId The construct identifier shall allow the unique identification of programming constructs at application compile time and runtime.DirAnalyzer Analyzes all files below a given directory, thereby using other implementations ofFileAnalyzer.FileAnalyzerFactory Creates instances ofFileAnalyzer. -
Exception Summary Exception Description FileAnalysisException FileAnalysisException class.