类 InvokeLocationMatcher

java.lang.Object
com.alibaba.bytekit.asm.location.InvokeLocationMatcher
所有已实现的接口:
LocationMatcher

public class InvokeLocationMatcher extends Object implements LocationMatcher
作者:
hengyunabc
  • 构造器详细资料

    • InvokeLocationMatcher

      public InvokeLocationMatcher(String owner, String methodName, String desc, int count, boolean whenComplete, List<String> excludes, boolean atInvokeExcpetionExit)
    • InvokeLocationMatcher

      public InvokeLocationMatcher(String owner, String methodName, String desc, int count, boolean whenComplete, List<String> excludes)
    • InvokeLocationMatcher

      public InvokeLocationMatcher(String owner, String methodName, String desc, int count, boolean whenComplete)
  • 方法详细资料

    • match

      public List<Location> match(MethodProcessor methodProcessor)
      指定者:
      match 在接口中 LocationMatcher
    • matchForException

      public List<Location> matchForException(MethodProcessor methodProcessor)
    • getMethodName

      public String getMethodName()
    • setMethodName

      public void setMethodName(String methodName)
    • getOwner

      public String getOwner()
    • setOwner

      public void setOwner(String owner)
    • getDesc

      public String getDesc()
    • setDesc

      public void setDesc(String desc)
    • getCount

      public int getCount()
    • setCount

      public void setCount(int count)
    • isWhenComplete

      public boolean isWhenComplete()
    • setWhenComplete

      public void setWhenComplete(boolean whenComplete)