All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.wensiqun.asmsupport.client.def.ParamPostern Maven / Gradle / Ivy

package cn.wensiqun.asmsupport.client.def;

import java.lang.reflect.Array;

import cn.wensiqun.asmsupport.core.definition.KernelParam;

public class ParamPostern {

    public static KernelParam getTarget(Param param) {
        return param.getTarget();
    }
    
    public static KernelParam[] getTarget(Param[] params) {
        if(params == null) {
            return null;
        }
        KernelParam[] paras = new KernelParam[params.length];
        for(int i=0; i




© 2015 - 2025 Weber Informatics LLC | Privacy Policy