Uses of Class
com.strobel.decompiler.ast.AstBuilder.SubroutineInfo
Packages that use AstBuilder.SubroutineInfo
-
Uses of AstBuilder.SubroutineInfo in com.strobel.decompiler.ast
Methods in com.strobel.decompiler.ast that return types with arguments of type AstBuilder.SubroutineInfoModifier and TypeMethodDescriptionprivate List<AstBuilder.SubroutineInfo> AstBuilder.findSubroutines()Methods in com.strobel.decompiler.ast with parameters of type AstBuilder.SubroutineInfoModifier and TypeMethodDescriptionprivate booleanAstBuilder.callsOtherSubroutine(AstBuilder.SubroutineInfo subroutine, List<AstBuilder.SubroutineInfo> subroutines) private voidAstBuilder.duplicateHandlersForInlinedSubroutine(AstBuilder.SubroutineInfo subroutine, Map<Instruction, Instruction> oldToNew) private booleanAstBuilder.inlineSubroutine(AstBuilder.SubroutineInfo subroutine, Instruction reference) Method parameters in com.strobel.decompiler.ast with type arguments of type AstBuilder.SubroutineInfoModifier and TypeMethodDescriptionprivate booleanAstBuilder.callsOtherSubroutine(AstBuilder.SubroutineInfo subroutine, List<AstBuilder.SubroutineInfo> subroutines)