Uses of Class
com.strobel.decompiler.languages.TypeDecompilationResults
Packages that use TypeDecompilationResults
-
Uses of TypeDecompilationResults in com.strobel.decompiler.languages
Methods in com.strobel.decompiler.languages that return TypeDecompilationResultsModifier and TypeMethodDescriptionBytecodeAstLanguage.decompileType
(TypeDefinition type, ITextOutput output, DecompilationOptions options) BytecodeLanguage.decompileType
(TypeDefinition type, ITextOutput output, DecompilationOptions options) Language.decompileType
(TypeDefinition type, ITextOutput output, DecompilationOptions options) -
Uses of TypeDecompilationResults in com.strobel.decompiler.languages.java
Methods in com.strobel.decompiler.languages.java that return TypeDecompilationResultsModifier and TypeMethodDescriptionJavaLanguage.decompileType
(TypeDefinition type, ITextOutput output, DecompilationOptions options)