类 InvokeContainLocationFilter

java.lang.Object
com.alibaba.bytekit.asm.location.filter.InvokeContainLocationFilter
所有已实现的接口:
LocationFilter

public class InvokeContainLocationFilter extends Object implements LocationFilter
检查整个method里,是否有某个函数调用。用于检查 enter/exit/exception exit
作者:
hengyunabc 2020-05-04
  • 构造器详细资料

    • InvokeContainLocationFilter

      public InvokeContainLocationFilter(String owner, String methodName, LocationType locationType)
  • 方法详细资料

    • allow

      public boolean allow(com.alibaba.deps.org.objectweb.asm.tree.AbstractInsnNode insnNode, LocationType locationType, boolean complete)
      指定者:
      allow 在接口中 LocationFilter