public class Decompiler extends Object
| 构造器和说明 |
|---|
Decompiler() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
decompile(byte[] bytecode) |
static String |
decompile(String path) |
static String |
decompile(String classFilePath,
String methodName) |
static String |
toString(com.alibaba.deps.org.objectweb.asm.tree.AbstractInsnNode insn) |
static String |
toString(com.alibaba.deps.org.objectweb.asm.tree.ClassNode classNode) |
static String |
toString(com.alibaba.deps.org.objectweb.asm.tree.InsnList insnList) |
static String |
toString(com.alibaba.deps.org.objectweb.asm.tree.MethodNode methodNode) |
public static String decompile(byte[] bytecode) throws IOException
IOExceptionpublic static String decompile(String path) throws IOException
IOExceptionpublic static String toString(com.alibaba.deps.org.objectweb.asm.tree.MethodNode methodNode)
public static String toString(com.alibaba.deps.org.objectweb.asm.tree.ClassNode classNode)
public static String toString(com.alibaba.deps.org.objectweb.asm.tree.InsnList insnList)
public static String toString(com.alibaba.deps.org.objectweb.asm.tree.AbstractInsnNode insn)
Copyright © 2018–2023. All rights reserved.