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 SafeCloseable
MetadataParser. suppressTypeResolution()
-
Uses of SafeCloseable in com.strobel.core
Classes in com.strobel.core that implement SafeCloseable Modifier and Type Class Description private static class
Closeables.AnonymousCloseable
Fields in com.strobel.core declared as SafeCloseable Modifier and Type Field Description private static SafeCloseable
Closeables. EMPTY
Methods in com.strobel.core that return SafeCloseable Modifier and Type Method Description static SafeCloseable
Closeables. create(java.lang.Runnable delegate)
static SafeCloseable
Closeables. 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 SafeCloseable
AstBuilder. suppressImports()
-