Class UncopiedElementsContainer.UnresolvedAnnotationAssignment
- java.lang.Object
-
- net.ssehub.easy.varModel.model.rewrite.UncopiedElementsContainer.UnresolvedAnnotationAssignment
-
- Enclosing class:
- UncopiedElementsContainer
static class UncopiedElementsContainer.UnresolvedAnnotationAssignment extends java.lang.ObjectContainer for holdingAttributeAssignment.Assignment, which could not copied so far.- Author:
- El-Sharkawy
-
-
Field Summary
Fields Modifier and Type Field Description private AttributeAssignmentcopiedParentBlockprivate AttributeAssignment.AssignmentorgAssignment
-
Constructor Summary
Constructors Constructor Description UnresolvedAnnotationAssignment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) AttributeAssignmentgetCopiedParent()Returns the target/copiedAttributeAssignment.(package private) AttributeAssignment.AssignmentgetUnresolvedAssignment()Returns the originalAttributeAssignment.Assignment, which could not be copied.
-
-
-
Field Detail
-
orgAssignment
private AttributeAssignment.Assignment orgAssignment
-
copiedParentBlock
private AttributeAssignment copiedParentBlock
-
-
Method Detail
-
getUnresolvedAssignment
AttributeAssignment.Assignment getUnresolvedAssignment()
Returns the originalAttributeAssignment.Assignment, which could not be copied.- Returns:
- The original
AttributeAssignment.Assignmentwhich still needs to be copied.
-
getCopiedParent
AttributeAssignment getCopiedParent()
Returns the target/copiedAttributeAssignment.- Returns:
- The already copied parent.
-
-