Split out AugmentInferenceAction 62/93962/5
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 27 Nov 2020 17:44:26 +0000 (18:44 +0100)
committerRobert Varga <nite@hq.sk>
Sun, 29 Nov 2020 19:05:32 +0000 (19:05 +0000)
commit6ca178b9c67bda1aa2603d5f25ce276efdbbd928
treeef978bdf95f6f1dae3f9baf79acab95ba4cb2740
parent99f08f31a49febbc65ab8efbbea43aabf0de0f6f
Split out AugmentInferenceAction

We will need to specialize augment inference to do the right thing
in all circumstances. This patch splits it out into a standalone
class, so it is clearer what is being used where.

JIRA: YANGTOOLS-1190
Change-Id: Ied0ed3bd12c9639a45435c8f0ab615df844012d6
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-parser-rfc7950/src/main/java/org/opendaylight/yangtools/yang/parser/rfc7950/stmt/augment/AbstractAugmentStatementSupport.java
yang/yang-parser-rfc7950/src/main/java/org/opendaylight/yangtools/yang/parser/rfc7950/stmt/augment/AugmentInferenceAction.java [new file with mode: 0644]