Class PDGCodemapStage


  • public class PDGCodemapStage
    extends com.ensoftcorp.open.commons.codemap.PrioritizedCodemapStage
    Builds the PDGs for each function
    Author:
    Ben Holland
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String IDENTIFIER
      The unique identifier for the PDG codemap stage
    • Constructor Summary

      Constructors 
      Constructor Description
      PDGCodemapStage()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String[] getCodemapStageDependencies()  
      java.lang.String getDisplayName()  
      java.lang.String getIdentifier()  
      boolean performIndexing​(org.eclipse.core.runtime.IProgressMonitor monitor)  
      • Methods inherited from class com.ensoftcorp.open.commons.codemap.PrioritizedCodemapStage

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • IDENTIFIER

        public static final java.lang.String IDENTIFIER
        The unique identifier for the PDG codemap stage
        See Also:
        Constant Field Values
    • Constructor Detail

      • PDGCodemapStage

        public PDGCodemapStage()
    • Method Detail

      • getDisplayName

        public java.lang.String getDisplayName()
        Specified by:
        getDisplayName in class com.ensoftcorp.open.commons.codemap.PrioritizedCodemapStage
      • getIdentifier

        public java.lang.String getIdentifier()
        Specified by:
        getIdentifier in class com.ensoftcorp.open.commons.codemap.PrioritizedCodemapStage
      • getCodemapStageDependencies

        public java.lang.String[] getCodemapStageDependencies()
        Specified by:
        getCodemapStageDependencies in class com.ensoftcorp.open.commons.codemap.PrioritizedCodemapStage
      • performIndexing

        public boolean performIndexing​(org.eclipse.core.runtime.IProgressMonitor monitor)
        Specified by:
        performIndexing in class com.ensoftcorp.open.commons.codemap.PrioritizedCodemapStage