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

com.taobao.arthas.bytekit.asm.location.LocationMatcher Maven / Gradle / Ivy

The newest version!
package com.taobao.arthas.bytekit.asm.location;

import java.util.List;

import com.taobao.arthas.bytekit.asm.MethodProcessor;

public interface LocationMatcher {

    public List match(MethodProcessor methodProcessor);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy