Loading plugins/org.etsi.mts.tdl.tx/src/org/etsi/mts/tdl/TDLtx.xtext +4 −9 Original line number Diff line number Diff line Loading @@ -349,14 +349,10 @@ EnumDataType returns tdl::EnumDataType: DataUse returns tdl::DataUse: //NOTE: No name, annotations or comments //Remove static and dynamic eventually in favour of the sub-rules =>DataElementUse // | LiteralValueUse // | SpecialValueUse // | VariableUse // | PredefinedFunctionCall | =>(StaticDataUse) | (DynamicDataUse) DataElementUse | StaticDataUse | DynamicDataUse | CastDataUse ; fragment ReductionFragment returns tdl::DataUse: Loading Loading @@ -399,7 +395,6 @@ StaticDataUse returns tdl::StaticDataUse: DataInstanceUse | SpecialValueUse | LiteralValueUse | CastDataUse ; DataInstanceUse returns tdl::DataInstanceUse: Loading Loading
plugins/org.etsi.mts.tdl.tx/src/org/etsi/mts/tdl/TDLtx.xtext +4 −9 Original line number Diff line number Diff line Loading @@ -349,14 +349,10 @@ EnumDataType returns tdl::EnumDataType: DataUse returns tdl::DataUse: //NOTE: No name, annotations or comments //Remove static and dynamic eventually in favour of the sub-rules =>DataElementUse // | LiteralValueUse // | SpecialValueUse // | VariableUse // | PredefinedFunctionCall | =>(StaticDataUse) | (DynamicDataUse) DataElementUse | StaticDataUse | DynamicDataUse | CastDataUse ; fragment ReductionFragment returns tdl::DataUse: Loading Loading @@ -399,7 +395,6 @@ StaticDataUse returns tdl::StaticDataUse: DataInstanceUse | SpecialValueUse | LiteralValueUse | CastDataUse ; DataInstanceUse returns tdl::DataInstanceUse: Loading