Class ExtractionPolicy

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.util.List<ExtractionRegion> extract​(com.ibm.wala.cast.tree.CAstNode node)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExtractionPolicy

        public ExtractionPolicy()
    • Method Detail

      • extract

        public abstract java.util.List<ExtractionRegion> extract​(com.ibm.wala.cast.tree.CAstNode node)