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 MetadataSystem
MetadataSystem. _instance
Methods in com.strobel.assembler.metadata that return MetadataSystem Modifier and Type Method Description static MetadataSystem
MetadataSystem. instance()
-
Uses of MetadataSystem in com.strobel.decompiler
Subclasses of MetadataSystem in com.strobel.decompiler Modifier and Type Class Description (package private) class
NoRetryMetadataSystem
Methods in com.strobel.decompiler with parameters of type MetadataSystem Modifier and Type Method Description private static void
DecompilerDriver. 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 MetadataSystem
AstOptimizer.AbstractExpressionOptimization. metadataSystem
-