Loading de.ugoe.cs.swe.TTCN3/src/de/ugoe/cs/swe/TTCN3.xtext +3 −2 Original line number Diff line number Diff line Loading @@ -1110,7 +1110,7 @@ ExtendedFieldReference: // BaseTemplate contained in FunctionRef // SingleVarInstance contained in TimerVarInstance (according to EBNF rules) RefValue: SingleConstDef | ModuleParameter | FieldReference | FormalTemplatePar | SingleTempVarInstance | Enumeration | SingleConstDef | ModuleParameter | FieldReference | FormalTemplatePar | SingleTempVarInstance | FunctionRef | TimerVarInstance | FormalPortPar | PortElement; // IDENTIFIER omitted Loading Loading @@ -1194,8 +1194,9 @@ TTCN3ReferenceList: // StructFieldRef | ArrayOrBitRef | ParRef; // ParRef -> RefValue //TODO: check if SubTypeDefNamed is really needed here //TODO: check if Enumeration is really needed here FieldReference: StructFieldDef | FormalValuePar | UnionFieldDef | SubTypeDefNamed; StructFieldDef | FormalValuePar | UnionFieldDef | SubTypeDefNamed | Enumeration; ArrayOrBitRef: SQUAREOPEN FieldOrBitNumber SQUARECLOSE; Loading Loading
de.ugoe.cs.swe.TTCN3/src/de/ugoe/cs/swe/TTCN3.xtext +3 −2 Original line number Diff line number Diff line Loading @@ -1110,7 +1110,7 @@ ExtendedFieldReference: // BaseTemplate contained in FunctionRef // SingleVarInstance contained in TimerVarInstance (according to EBNF rules) RefValue: SingleConstDef | ModuleParameter | FieldReference | FormalTemplatePar | SingleTempVarInstance | Enumeration | SingleConstDef | ModuleParameter | FieldReference | FormalTemplatePar | SingleTempVarInstance | FunctionRef | TimerVarInstance | FormalPortPar | PortElement; // IDENTIFIER omitted Loading Loading @@ -1194,8 +1194,9 @@ TTCN3ReferenceList: // StructFieldRef | ArrayOrBitRef | ParRef; // ParRef -> RefValue //TODO: check if SubTypeDefNamed is really needed here //TODO: check if Enumeration is really needed here FieldReference: StructFieldDef | FormalValuePar | UnionFieldDef | SubTypeDefNamed; StructFieldDef | FormalValuePar | UnionFieldDef | SubTypeDefNamed | Enumeration; ArrayOrBitRef: SQUAREOPEN FieldOrBitNumber SQUARECLOSE; Loading