| Modifier and Type | Method and Description |
|---|---|
List<ASTRule> |
ASTModel.getNullCheckRules() |
List<ASTRule> |
ASTModel.getRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTModel.setNullCheckRules(List<ASTRule> rules) |
| Modifier and Type | Method and Description |
|---|---|
ASTRule |
ASTBuilder.getFirstRule() |
ASTRule |
ASTModelBuilder.getFirstRule() |
| Modifier and Type | Method and Description |
|---|---|
ASTRuleBuilder |
ASTModelBuilder.withRule(ASTRule rule) |
| Constructor and Description |
|---|
RuleAssertion(ASTRule item,
int index,
ASTModel ast,
ASTAssertionBase parent) |
| Constructor and Description |
|---|
RuleListAssertion(List<ASTRule> list,
ASTModel ast,
ASTAssertionBase parent) |
Copyright © 2020. All rights reserved.