Package jadx.core.dex.nodes
Interface ILoadable
-
- All Known Implementing Classes:
ClassNode,MethodNode
public interface ILoadable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidload()On demand loadingvoidunload()Free resources
-
-
-
Method Detail
-
load
void load() throws DecodeException
On demand loading- Throws:
DecodeException
-
unload
void unload()
Free resources
-
-