Uses of Interface
com.strobel.core.SafeCloseable
-
Packages that use SafeCloseable Package Description com.strobel.assembler.metadata com.strobel.core com.strobel.decompiler.languages.java.ast -
-
Uses of SafeCloseable in com.strobel.assembler.metadata
Methods in com.strobel.assembler.metadata that return SafeCloseable Modifier and Type Method Description SafeCloseableMetadataParser. suppressTypeResolution() -
Uses of SafeCloseable in com.strobel.core
Classes in com.strobel.core that implement SafeCloseable Modifier and Type Class Description private static classCloseables.AnonymousCloseableFields in com.strobel.core declared as SafeCloseable Modifier and Type Field Description private static SafeCloseableCloseables. EMPTYMethods in com.strobel.core that return SafeCloseable Modifier and Type Method Description static SafeCloseableCloseables. create(java.lang.Runnable delegate)static SafeCloseableCloseables. empty() -
Uses of SafeCloseable in com.strobel.decompiler.languages.java.ast
Methods in com.strobel.decompiler.languages.java.ast that return SafeCloseable Modifier and Type Method Description SafeCloseableAstBuilder. suppressImports()
-