Class Summary |
AbstractFragmentExtractor |
|
FragmentAST |
This class provides extra functionality required by tree edit distance
algorithms and the like. |
FragmentBuilderClient |
FragmentBuilderClient is in charge of executing soot in a set of java class
directories and leaving a "fragments" file in the specified output directory. |
FragmentBuilderClientAux |
FragmentBuilderClientAux fragments a directory of class files. |
MTDFragmentAST |
MTDFragmentAST A tree that holds an internal id for each unique complete
subtree and a hash code computed on the string representation of this
complete subtree. |
OBFragment |
Implementation of the mtd algorithm. |