MCPcopy Index your code
hub / github.com/apache/tomcat / addCallMethod

Method addCallMethod

java/org/apache/tomcat/util/digester/Digester.java:1714–1718  ·  view source on GitHub ↗

Add a "call method" rule for a method which accepts no arguments. @param pattern Element matching pattern @param methodName Method name to be called @see CallMethodRule

(String pattern, String methodName)

Source from the content-addressed store, hash-verified

1712 * @see CallMethodRule
1713 */
1714 public void addCallMethod(String pattern, String methodName) {
1715
1716 addRule(pattern, new CallMethodRule(methodName));
1717
1718 }
1719
1720 /**
1721 * Add a "call method" rule for the specified parameters.

Callers 12

createDigesterMethod · 0.95
createDigesterMethod · 0.95
addRuleInstancesMethod · 0.80
addRuleInstancesMethod · 0.80
addDescriptionGroupMethod · 0.80
addRuleInstancesMethod · 0.80
addRuleInstancesMethod · 0.80
configureNamingRulesMethod · 0.80
addRuleInstancesMethod · 0.80
addRuleInstancesMethod · 0.80
addRuleInstancesMethod · 0.80

Calls 1

addRuleMethod · 0.95

Tested by

no test coverage detected