public class ActionAstResolver extends ConstraintAstResolver
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,IActionFragmentDeclaration> |
actionFragmentIds |
fragmentIds, globalVariableIds, ruleIds, ruleSetIds| Constructor and Description |
|---|
ActionAstResolver() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
collectActionFragmentIds(RuleFileImpl ruleFile,
List<NRLError> errors)
Collect action fragment identifiers in the actionFragmentIds list.
|
protected void |
collectIdentifiers(RuleFileImpl ruleFile,
List<NRLError> errors)
Extends the base implementation to also collect fragment ids.
|
protected void |
resolveReferences(RuleFileImpl ruleFile,
List<NRLError> errors)
Override the superclass method to also resolve fragment references.
|
collectFragmentIds, collectGlobalVariableIds, collectRuleIds, collectRuleSetIds, resolve, resolveIncompleteExistsStatements, resolveRuleSets, validateRuleParametersprotected Map<String,IActionFragmentDeclaration> actionFragmentIds
protected void collectIdentifiers(RuleFileImpl ruleFile, List<NRLError> errors)
collectIdentifiers in class ConstraintAstResolverruleFile - the rule fileerrors - errors, if any are found during collectionprotected void collectActionFragmentIds(RuleFileImpl ruleFile, List<NRLError> errors)
ruleFile - the rule fileerrors - the error listprotected void resolveReferences(RuleFileImpl ruleFile, List<NRLError> errors)
resolveReferences in class ConstraintAstResolverruleFile - the rule file to processerrors - the error list to add to if errors occurCopyright © 2006-2013. All Rights Reserved.