Class CfgUtil


  • public class CfgUtil
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      protected static class  CfgUtil.IsCall<E>  
    • Constructor Summary

      Constructors 
      Constructor Description
      CfgUtil()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <E,​T>
      com.google.common.collect.Multimap<E,​E>
      getCallers​(Cfg<E,​T> cfg)  
      protected <E,​T>
      void
      getCallers​(Cfg<E,​T> cfg, E root, com.google.common.collect.Multimap<E,​E> callers)  
      • Methods inherited from class java.lang.Object

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

      • CfgUtil

        public CfgUtil()
    • Method Detail

      • getCallers

        public <E,​T> com.google.common.collect.Multimap<E,​E> getCallers​(Cfg<E,​T> cfg)
      • getCallers

        protected <E,​T> void getCallers​(Cfg<E,​T> cfg,
                                              E root,
                                              com.google.common.collect.Multimap<E,​E> callers)