Package org.jboss.byteman.contrib.dtest
Class RuleConstructor.ActionClause
java.lang.Object
org.jboss.byteman.contrib.dtest.RuleConstructor.ActionClause
- Enclosing class:
RuleConstructor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDefinition of actions for the rule.
-
Constructor Details
-
ActionClause
public ActionClause()
-
-
Method Details
-
doAction
Definition of actions for the rule.
When called as
doAction("debug(\"killing JVM\")", "killJVM()")
rule looks
DO debug("killing JVM"); killJVM()
- Parameters:
actions
- actions definitions to be part of the rule- Returns:
- this, for having fluent api
-