Uses of Class
com.strobel.assembler.metadata.MetadataSystem
-
Packages that use MetadataSystem Package Description com.strobel.assembler.metadata com.strobel.decompiler com.strobel.decompiler.ast -
-
Uses of MetadataSystem in com.strobel.assembler.metadata
Fields in com.strobel.assembler.metadata declared as MetadataSystem Modifier and Type Field Description private static MetadataSystemMetadataSystem. _instanceMethods in com.strobel.assembler.metadata that return MetadataSystem Modifier and Type Method Description static MetadataSystemMetadataSystem. instance() -
Uses of MetadataSystem in com.strobel.decompiler
Subclasses of MetadataSystem in com.strobel.decompiler Modifier and Type Class Description (package private) classNoRetryMetadataSystemMethods in com.strobel.decompiler with parameters of type MetadataSystem Modifier and Type Method Description private static voidDecompilerDriver. decompileType(MetadataSystem metadataSystem, java.lang.String typeName, CommandLineOptions commandLineOptions, DecompilationOptions options, boolean includeNested) -
Uses of MetadataSystem in com.strobel.decompiler.ast
Fields in com.strobel.decompiler.ast declared as MetadataSystem Modifier and Type Field Description protected MetadataSystemAstOptimizer.AbstractExpressionOptimization. metadataSystem
-