Class AsmVerifier
- java.lang.Object
-
- com.ss.android.ugc.bytex.common.verify.AsmVerifier
-
public class AsmVerifier extends java.lang.ObjectCreated by yangzhiqian on 2019/4/18
-
-
Constructor Summary
Constructors Constructor Description AsmVerifier()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidverify(java.lang.String owner, org.objectweb.asm.tree.MethodNode methodNode)static voidverify(org.objectweb.asm.tree.ClassNode classNode)
-
-
-
Method Detail
-
verify
public static void verify(org.objectweb.asm.tree.ClassNode classNode) throws AsmVerifyException- Throws:
AsmVerifyException
-
verify
public static void verify(java.lang.String owner, org.objectweb.asm.tree.MethodNode methodNode) throws AsmVerifyException- Throws:
AsmVerifyException
-
-