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);
}