Package de.jplag.cpp.experimental
Class UnreachableCodeFilter
java.lang.Object
de.jplag.cpp.experimental.UnreachableCodeFilter
Contains a basic algorithm for detecting tokens contained in unreachable code.
-
Method Summary
-
Method Details
-
applyTo
Applies the filtering on the provided token list.- Parameters:
tokenList- The list that will be filtered. The contents of this parameter will be modified.
-