Modifier and Type | Method | Description |
---|---|---|
RuleConstructor.LocationClause |
RuleConstructor.MethodClause.inClassInitMethod() |
Defining class initialization method as place for rule injection.
|
RuleConstructor.LocationClause |
RuleConstructor.MethodClause.inClassInitMethod(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(String... argTypes) |
Defining constructor, special method type,
as place for rule injection.
|
RuleConstructor.LocationClause |
RuleConstructor.MethodClause.inMethod(String methodName) |
Defining method where the rule is injected to.
|
RuleConstructor.LocationClause |
RuleConstructor.MethodClause.inMethod(String methodName,
String... argTypes) |
Defining method specified by argument types where the rule is injected to.
|
Copyright © 2018. All rights reserved.