RuleConstructor.LocationClause |
RuleConstructor.LocationClause.helper(java.lang.Class<?> helperClass) |
Byteman helper class to be used in rule definition.
|
RuleConstructor.LocationClause |
RuleConstructor.LocationClause.helper(java.lang.String helperClassName) |
Class name of Byteman helper class.
|
RuleConstructor.LocationClause |
RuleConstructor.MethodClause.inClassInitMethod() |
Defining class initialization method as place for rule injection.
|
RuleConstructor.LocationClause |
RuleConstructor.MethodClause.inClassInitMethod(java.lang.String... argTypes) |
Defining class initialization method as place for rule injection.
|
RuleConstructor.LocationClause |
RuleConstructor.MethodClause.inConstructor() |
Defining constructor, special method type,
as place for rule injection.
|
RuleConstructor.LocationClause |
RuleConstructor.MethodClause.inConstructor(java.lang.String... argTypes) |
Defining constructor, special method type,
as place for rule injection.
|
RuleConstructor.LocationClause |
RuleConstructor.MethodClause.inMethod(java.lang.String methodName) |
Defining method where the rule is injected to.
|
RuleConstructor.LocationClause |
RuleConstructor.MethodClause.inMethod(java.lang.String methodName,
java.lang.String... argTypes) |
Defining method specified by argument types where the rule is injected to.
|