Class UncopiedElementsContainer.UnresolvedAnnotationAssignment
java.lang.Object
net.ssehub.easy.varModel.model.rewrite.UncopiedElementsContainer.UnresolvedAnnotationAssignment
- Enclosing class:
UncopiedElementsContainer
Container for holding
AttributeAssignment.Assignment, which could not copied so far.- Author:
- El-Sharkawy
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate AttributeAssignmentprivate AttributeAssignment.Assignment -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) AttributeAssignmentReturns the target/copiedAttributeAssignment.(package private) AttributeAssignment.AssignmentReturns the originalAttributeAssignment.Assignment, which could not be copied.
-
Field Details
-
orgAssignment
-
copiedParentBlock
-
-
Constructor Details
-
UnresolvedAnnotationAssignment
UnresolvedAnnotationAssignment()
-
-
Method Details
-
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.
-