Class UncopiedElementsContainer.UnresolvedSyntaxContainer
java.lang.Object
net.ssehub.easy.varModel.model.rewrite.UncopiedElementsContainer.UnresolvedSyntaxContainer
- Enclosing class:
UncopiedElementsContainer
Fallback for resolving elements containing constraint syntax trees
This container is a tuple of (translated parent, original default value).
- Author:
- El-Sharkawy
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) ContainableModelElementReturns the already translated parent to which the default belongs to.(package private) ConstraintSyntaxTreeReturns the uncopiedConstraintSyntaxTree, which must still be translated.toString()
-
Field Details
-
copiedParent
-
uncopiedCST
-
-
Constructor Details
-
UnresolvedSyntaxContainer
UnresolvedSyntaxContainer()
-
-
Method Details
-
getCopiedParent
ContainableModelElement getCopiedParent()Returns the already translated parent to which the default belongs to.- Returns:
- The
AbstractVariableorConstraintat where the cst shall be added to.
-
getOriginalSyntax
ConstraintSyntaxTree getOriginalSyntax()Returns the uncopiedConstraintSyntaxTree, which must still be translated.- Returns:
- The original cst
-
toString
-