Class TreeUpdate

  • All Implemented Interfaces:
    jadx.api.plugins.events.IJadxEvent

    public class TreeUpdate
    extends java.lang.Object
    implements jadx.api.plugins.events.IJadxEvent
    • Constructor Summary

      Constructors 
      Constructor Description
      TreeUpdate​(JRoot jRoot)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      JRoot getJRoot()  
      jadx.api.plugins.events.JadxEventType<TreeUpdate> getType()  
      • Methods inherited from class java.lang.Object

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

      • TreeUpdate

        public TreeUpdate​(JRoot jRoot)
    • Method Detail

      • getJRoot

        public JRoot getJRoot()
      • getType

        public jadx.api.plugins.events.JadxEventType<TreeUpdate> getType()
        Specified by:
        getType in interface jadx.api.plugins.events.IJadxEvent