Package jadx.api.plugins.input.data.impl
Class EmptyCodeLoader
java.lang.Object
jadx.api.plugins.input.data.impl.EmptyCodeLoader
- All Implemented Interfaces:
ICodeLoader,Closeable,AutoCloseable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()booleanisEmpty()voidvisitClasses(Consumer<IClassData> consumer)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
EmptyCodeLoader
public EmptyCodeLoader()
-
-
Method Details
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceICodeLoader
-
visitClasses
- Specified by:
visitClassesin interfaceICodeLoader
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-