Class ComponentVisitor


  • public abstract class ComponentVisitor
    extends java.lang.Object
    ComponentVisitor is used to visit the strongly connected components (SSC) of a control flow graph.
    See Also:
    SSAGraph
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void visitComponent​(java.util.List component)  
      • Methods inherited from class java.lang.Object

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

      • ComponentVisitor

        public ComponentVisitor()
    • Method Detail

      • visitComponent

        public abstract void visitComponent​(java.util.List component)