Class UnreachableCodeFilter

java.lang.Object
de.jplag.cpp.experimental.UnreachableCodeFilter

public final class UnreachableCodeFilter extends Object
Contains a basic algorithm for detecting tokens contained in unreachable code.
  • Method Details

    • applyTo

      public static void applyTo(List<Token> tokenList)
      Applies the filtering on the provided token list.
      Parameters:
      tokenList - The list that will be filtered. The contents of this parameter will be modified.