Class InliningHelper
- java.lang.Object
-
- com.strobel.decompiler.languages.java.ast.InliningHelper
-
public final class InliningHelper extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
InliningHelper.InliningVisitor
-
Constructor Summary
Constructors Constructor Description InliningHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AstNode
inlineMethod(MethodDeclaration method, java.util.Map<ParameterDefinition,? extends AstNode> argumentMappings)
-
-
-
Method Detail
-
inlineMethod
public static AstNode inlineMethod(MethodDeclaration method, java.util.Map<ParameterDefinition,? extends AstNode> argumentMappings)
-
-