Class DoNotPrune

java.lang.Object
com.ibm.wala.ipa.callgraph.pruned.DoNotPrune
All Implemented Interfaces:
PruningPolicy

public class DoNotPrune extends Object implements PruningPolicy
  • Field Details

  • Constructor Details

    • DoNotPrune

      public DoNotPrune()
  • Method Details

    • check

      public boolean check(CGNode n)
      Description copied from interface: PruningPolicy
      Returns whether the given node shall be kept.
      Specified by:
      check in interface PruningPolicy
      Parameters:
      n - node to be checked
      Returns:
      true, if this node shall be kept, false otherwise