public interface Scope
Modifier and Type | Method and Description |
---|---|
boolean |
matches(java.lang.String className,
java.lang.String methodName,
java.lang.String methodDesc)
The implementation should return true if the className, methodName and
methodDesc matches the contract of the scope.
|