public class MethodRestriction extends Object
Constructor and Description |
---|
MethodRestriction(String methodName) |
MethodRestriction(String methodName,
ArgRestrictions argRestrictions) |
Modifier and Type | Method and Description |
---|---|
String[] |
getArgClasses() |
String |
getMethodName() |
boolean |
matches(String mtdName,
Map<Pair<Integer,String>,String> args) |
public MethodRestriction(String methodName)
public MethodRestriction(String methodName, ArgRestrictions argRestrictions)
Copyright © 2021 The Apache Software Foundation. All rights reserved.