Uses of Class
org.jboss.byteman.contrib.dtest.RuleConstructor.ConditionClause
Packages that use RuleConstructor.ConditionClause
-
Uses of RuleConstructor.ConditionClause in org.jboss.byteman.contrib.dtest
Methods in org.jboss.byteman.contrib.dtest that return RuleConstructor.ConditionClauseModifier and TypeMethodDescriptionRule is invokedAFTER
point which is specified with parameter.RuleConstructor.LocationClause.afterInvoke
(String method) Rule is invoked after invocation of method within the trigger method.RuleConstructor.LocationClause.afterInvoke
(String method, int occurencePosition) Rule is invoked after invocation of method within the trigger method whereoccurencePosition
definesNth
textual occurrence of the method invocation.Rule is invoked after point where method reads a variable.Rule is invoked after point where method reads a variable whereoccurencePosition
definesNth
textual occurrence of the field access.RuleConstructor.LocationClause.afterSynchronize()
Rule is invoked after invocation of method within the trigger method.
Location specifier is set asAFTER SYNCHRONIZE
.RuleConstructor.LocationClause.afterSynchronize
(int occurencePosition) Rule is invoked after invocation of method within the trigger method whereoccurencePosition
definesNth
textual occurrence of the method invocation.RuleConstructor.LocationClause.afterWrite
(String variable) Rule is invoked after point where method writes to a variable.RuleConstructor.LocationClause.afterWrite
(String variable, int occurencePosition) Rule is invoked after point where method writes to a variable whereoccurencePosition
definesNth
textual occurrence of the field write.Rule is invokedAT
point which is specified with parameter.RuleConstructor.LocationClause.atEntry()
Rule is invoked at entry point of method.RuleConstructor.LocationClause.atExceptionExit()
Identifies the point where a method returns control back to its caller via unhandled exceptional control flow.RuleConstructor.LocationClause.atExit()
Rule is invoked at exit point of method.Rule is invoked at point of invocation of method within the trigger method.Rule is invoked at point of invocation of method within the trigger method whereoccurencePosition
definesNth
textual occurrence of the method invocation.RuleConstructor.LocationClause.atLine
(int line) Rule is invoked at specific line of code within the method.Rule is invoked at point where method reads a variable.Rule is invoked at point where method reads a variable whereoccurencePosition
definesNth
textual occurrence of the field access.RuleConstructor.LocationClause.atSynchronize()
Rule is invoked at entry of synchronization block in the target method.RuleConstructor.LocationClause.atSynchronize
(int occurencePosition) Rule is invoked at point of invocation of method within the trigger method whereoccurencePosition
definesNth
textual occurrence of the method invocation.RuleConstructor.LocationClause.atThrow()
Identifies a throw operation within the trigger method.RuleConstructor.LocationClause.atThrow
(int occurencePosition) Identifies a throw operation within the trigger method, specified with count as Nth textual occurrence of a throw inside of the method defining only that occurrence to trigger execution of the rule.Rule is invoked at point where method writes to a variable.Rule is invoked at point where method writes to a variable whereoccurencePosition
definesNth
textual occurrence of the field write.Definition of bind clause.RuleConstructor.ConditionClause.compile()
Defines rule for being compiled.Byteman helper class to be used in rule definition.Class name of Byteman helper class.Setting module import definition for the rule.RuleConstructor.ConditionClause.nocompile()
Defines rule for not being compiled.(package private) RuleConstructor.ConditionClause
Location specifier definition.