Class LoopHighlighter


  • public class LoopHighlighter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LoopHighlighter()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.ensoftcorp.atlas.core.markup.Markup applyHighlightsForLoopDepth​(com.ensoftcorp.atlas.core.markup.Markup m)
      Adds markup for loops and loop children.
      • Methods inherited from class java.lang.Object

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

      • LoopHighlighter

        public LoopHighlighter()
    • Method Detail

      • applyHighlightsForLoopDepth

        public static com.ensoftcorp.atlas.core.markup.Markup applyHighlightsForLoopDepth​(com.ensoftcorp.atlas.core.markup.Markup m)
        Adds markup for loops and loop children. Nodes are colored a darker color than the normal CFG color, that depend on the nesting depth of the loop header.
        Parameters:
        cfg -
        Returns: