Class CallGraphNode

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.apache.bcel.classfile.Method method  
    • Constructor Summary

      Constructors 
      Constructor Description
      CallGraphNode()  
    • Field Detail

      • method

        private org.apache.bcel.classfile.Method method
    • Constructor Detail

      • CallGraphNode

        public CallGraphNode()
    • Method Detail

      • setMethod

        void setMethod​(org.apache.bcel.classfile.Method method)
      • getMethod

        public org.apache.bcel.classfile.Method getMethod()