webit.script.asm.AsmMethodCallerManager Maven / Gradle / Ivy
// Copyright (c) 2013, Webit Team. All Rights Reserved.
package webit.script.asm;
import java.lang.reflect.Constructor;
import java.lang.reflect.Method;
import java.util.IdentityHashMap;
import java.util.Map;
/**
*
* @author Zqq
*/
public class AsmMethodCallerManager {
private final static Map
© 2015 - 2025 Weber Informatics LLC | Privacy Policy