Closed eclipse-ocl-bot closed 1 month ago
By Christian Damus on Apr 25, 2007 09:26
Lucky thing this is internal API :-)
None of the CST-to-AST conversion methods actually need to be final.
By Christian Damus on Apr 25, 2007 17:26
OCLParser now has no final methods.
By Nick Boldt on Jan 28, 2008 16:37
Move to verified as per bug 206558.
By Ed Willink on May 27, 2011 02:40
Closing after over a year in verified state.
By Ed Willink on May 27, 2011 02:41
Closing after over a year in verified state.
| --- | --- | | Bugzilla Link | 183993 | | Status | CLOSED FIXED | | Importance | P3 enhancement | | Reported | Apr 25, 2007 09:10 EDT | | Modified | May 27, 2011 02:41 EDT | | Version | 1.1.0 | | Reporter | Sergey Boyko |
Description
QVT parser is build on top of OCLParser. Since some of QVT expressions extends OCLExpression there is need to override oclExpressionCS() member.
In general QVT operational is ready to be delivered and this is critical issue for it.