Class InliningHelper
java.lang.Object
com.strobel.decompiler.languages.java.ast.InliningHelper
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AstNode
inlineMethod
(MethodDeclaration method, Map<ParameterDefinition, ? extends AstNode> argumentMappings)
-
Constructor Details
-
InliningHelper
public InliningHelper()
-
-
Method Details
-
inlineMethod
public static AstNode inlineMethod(MethodDeclaration method, Map<ParameterDefinition, ? extends AstNode> argumentMappings)
-