Loading de.ugoe.cs.swe.TTCN3/src/de/ugoe/cs/swe/TTCN3.xtext +5 −4 Original line number Diff line number Diff line Loading @@ -614,11 +614,12 @@ PortSendOp: ToClause: {ToClause} TOKEYWORD (template=InLineTemplate | ref=AddressRefList | ALLKEYWORD COMPONENTKEYWORD); // TODO: fix me!!! FunctionDefList: ((locDef+=FunctionLocalDef | locInst+=FunctionLocalInst) ws+=WithStatement? sc+=SEMICOLON?)+; (locDef=FunctionLocalDef | locInst=FunctionLocalInst) ws=WithStatement? sc=SEMICOLON?; FunctionLocalDef: ConstDef | TemplateDef; constDef=ConstDef | templateDef=TemplateDef; FunctionLocalInst: VarInstance | TimerInstance; Loading Loading @@ -1278,10 +1279,10 @@ FloatValue: RANGEOP: DOT DOT; FLOATDOTNOTATION hidden(): FLOATDOTNOTATION returns ecore::EString hidden(): NUMBER DOT NUMBER; FLOATENOTATION hidden(): FLOATENOTATION returns ecore::EString hidden(): NUMBER (DOT NUMBER)? EXPONENTIAL MINUS? NUMBER; FREE_TEXT returns ecore::EString: Loading Loading
de.ugoe.cs.swe.TTCN3/src/de/ugoe/cs/swe/TTCN3.xtext +5 −4 Original line number Diff line number Diff line Loading @@ -614,11 +614,12 @@ PortSendOp: ToClause: {ToClause} TOKEYWORD (template=InLineTemplate | ref=AddressRefList | ALLKEYWORD COMPONENTKEYWORD); // TODO: fix me!!! FunctionDefList: ((locDef+=FunctionLocalDef | locInst+=FunctionLocalInst) ws+=WithStatement? sc+=SEMICOLON?)+; (locDef=FunctionLocalDef | locInst=FunctionLocalInst) ws=WithStatement? sc=SEMICOLON?; FunctionLocalDef: ConstDef | TemplateDef; constDef=ConstDef | templateDef=TemplateDef; FunctionLocalInst: VarInstance | TimerInstance; Loading Loading @@ -1278,10 +1279,10 @@ FloatValue: RANGEOP: DOT DOT; FLOATDOTNOTATION hidden(): FLOATDOTNOTATION returns ecore::EString hidden(): NUMBER DOT NUMBER; FLOATENOTATION hidden(): FLOATENOTATION returns ecore::EString hidden(): NUMBER (DOT NUMBER)? EXPONENTIAL MINUS? NUMBER; FREE_TEXT returns ecore::EString: Loading