Uses of Class
org.jboss.byteman.contrib.dtest.RuleConstructor.MethodClause
Packages that use RuleConstructor.MethodClause
-
Uses of RuleConstructor.MethodClause in org.jboss.byteman.contrib.dtest
Methods in org.jboss.byteman.contrib.dtest that return RuleConstructor.MethodClauseModifier and TypeMethodDescriptionRuleConstructor.MethodClause.includeSubclases()
Defining that the rule will be injected to all sub-classes or classes implementing the interface.Class that rule event is associated to.Class name that rule event is associated to.RuleConstructor.ClassClause.onInterface
(Class<?> clazz) Interface that rule event is associated to.RuleConstructor.ClassClause.onInterface
(String className) Interface name that rule event is associated to.private RuleConstructor.MethodClause
RuleConstructor.ClassClause.onSpecifier
(String className, boolean isInterface)