Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Ocarina
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
TASTE
Ocarina
Commits
0d52b0b7
Commit
0d52b0b7
authored
Jul 12, 2016
by
Bechir Zalila
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Remove useless debug messages and update copyright headers
parent
9a969aaa
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
13 additions
and
51 deletions
+13
-51
src/frontends/aadl_ema/ocarina-fe_aadl_ema-lexer.adb
src/frontends/aadl_ema/ocarina-fe_aadl_ema-lexer.adb
+1
-3
src/frontends/aadl_ema/ocarina-fe_aadl_ema-lexer.ads
src/frontends/aadl_ema/ocarina-fe_aadl_ema-lexer.ads
+1
-1
src/frontends/aadl_ema/ocarina-fe_aadl_ema-parser.adb
src/frontends/aadl_ema/ocarina-fe_aadl_ema-parser.adb
+6
-42
src/frontends/aadl_ema/ocarina-fe_aadl_ema-parser.ads
src/frontends/aadl_ema/ocarina-fe_aadl_ema-parser.ads
+1
-1
src/frontends/aadl_ema/ocarina-fe_aadl_ema-parser_errors.adb
src/frontends/aadl_ema/ocarina-fe_aadl_ema-parser_errors.adb
+1
-1
src/frontends/aadl_ema/ocarina-fe_aadl_ema-parser_errors.ads
src/frontends/aadl_ema/ocarina-fe_aadl_ema-parser_errors.ads
+1
-1
src/frontends/aadl_ema/ocarina-fe_aadl_ema.adb
src/frontends/aadl_ema/ocarina-fe_aadl_ema.adb
+1
-1
src/frontends/aadl_ema/ocarina-fe_aadl_ema.ads
src/frontends/aadl_ema/ocarina-fe_aadl_ema.ads
+1
-1
No files found.
src/frontends/aadl_ema/ocarina-fe_aadl_ema-lexer.adb
View file @
0d52b0b7
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
-- --
-- --
-- B o d y --
-- B o d y --
-- --
-- --
--
Copyright (C) 2016 ESA & ISAE.
--
--
Copyright (C) 2015-2016 ESA & ISAE.
--
-- --
-- --
-- Ocarina is free software; you can redistribute it and/or modify under --
-- Ocarina is free software; you can redistribute it and/or modify under --
-- terms of the GNU General Public License as published by the Free Soft- --
-- terms of the GNU General Public License as published by the Free Soft- --
...
@@ -29,8 +29,6 @@
...
@@ -29,8 +29,6 @@
-- --
-- --
------------------------------------------------------------------------------
------------------------------------------------------------------------------
-- with Ada.Text_IO;
with
Ada
.
Characters
.
Handling
;
with
Ada
.
Characters
.
Handling
;
with
Charset
;
use
Charset
;
with
Charset
;
use
Charset
;
...
...
src/frontends/aadl_ema/ocarina-fe_aadl_ema-lexer.ads
View file @
0d52b0b7
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
-- --
-- --
-- S p e c --
-- S p e c --
-- --
-- --
--
Copyright (C) 2016 ESA & ISAE.
--
--
Copyright (C) 2015-2016 ESA & ISAE.
--
-- --
-- --
-- Ocarina is free software; you can redistribute it and/or modify under --
-- Ocarina is free software; you can redistribute it and/or modify under --
-- terms of the GNU General Public License as published by the Free Soft- --
-- terms of the GNU General Public License as published by the Free Soft- --
...
...
src/frontends/aadl_ema/ocarina-fe_aadl_ema-parser.adb
View file @
0d52b0b7
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
-- --
-- --
-- B o d y --
-- B o d y --
-- --
-- --
--
Copyright (C) 2016 ESA & ISAE.
--
--
Copyright (C) 2015-2016 ESA & ISAE.
--
-- --
-- --
-- Ocarina is free software; you can redistribute it and/or modify under --
-- Ocarina is free software; you can redistribute it and/or modify under --
-- terms of the GNU General Public License as published by the Free Soft- --
-- terms of the GNU General Public License as published by the Free Soft- --
...
@@ -289,7 +289,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
...
@@ -289,7 +289,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
Set_Error_Type_Library
(
Error_Model_Library
,
Error_Type_Library
);
Set_Error_Type_Library
(
Error_Model_Library
,
Error_Type_Library
);
if
Present
(
Error_Type_Library
)
then
if
Present
(
Error_Type_Library
)
then
Exist_Node_1
:=
True
;
Exist_Node_1
:=
True
;
Put_Line
(
"Noeud 1 : Error_Type_Library"
);
else
else
return
No_Node
;
return
No_Node
;
end
if
;
end
if
;
...
@@ -320,9 +319,7 @@ package body Ocarina.FE_AADL_EMA.Parser is
...
@@ -320,9 +319,7 @@ package body Ocarina.FE_AADL_EMA.Parser is
Error_Behavior_State_Machine
:=
P_Error_Behavior_State_Machine
;
Error_Behavior_State_Machine
:=
P_Error_Behavior_State_Machine
;
Append_Node_To_List
Append_Node_To_List
(
Error_Behavior_State_Machine
,
Error_Behavior_State_Machine_List
);
(
Error_Behavior_State_Machine
,
Error_Behavior_State_Machine_List
);
if
Present
(
Error_Behavior_State_Machine
)
then
if
No
(
Error_Behavior_State_Machine
)
then
Put_Line
(
"Noeud 2 : Error_Behavior_State_Machine"
);
else
return
No_Node
;
return
No_Node
;
end
if
;
end
if
;
else
else
...
@@ -366,7 +363,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
...
@@ -366,7 +363,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
Append_Node_To_List
(
Error_Type_Mappings
,
Append_Node_To_List
(
Error_Type_Mappings
,
Error_Type_Mappings_List
);
Error_Type_Mappings_List
);
if
Present
(
Error_Type_Mappings
)
then
if
Present
(
Error_Type_Mappings
)
then
Put_Line
(
"Noeud 3 : Error_Type_Mappings"
);
Exist_Node_3_Or_4
:=
True
;
Exist_Node_3_Or_4
:=
True
;
else
else
return
No_Node
;
return
No_Node
;
...
@@ -400,7 +396,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
...
@@ -400,7 +396,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
Append_Node_To_List
Append_Node_To_List
(
Error_Type_Transformations
,
Error_Type_Transformations_List
);
(
Error_Type_Transformations
,
Error_Type_Transformations_List
);
if
Present
(
Error_Type_Transformations
)
then
if
Present
(
Error_Type_Transformations
)
then
Put_Line
(
"Noeud 4 : Error_Type_Transformations"
);
Exist_Node_3_Or_4
:=
True
;
Exist_Node_3_Or_4
:=
True
;
else
else
return
No_Node
;
return
No_Node
;
...
@@ -484,9 +479,7 @@ package body Ocarina.FE_AADL_EMA.Parser is
...
@@ -484,9 +479,7 @@ package body Ocarina.FE_AADL_EMA.Parser is
Error_Type_Library_List_Used
:=
P_Error_Type_Library_List_Used
;
Error_Type_Library_List_Used
:=
P_Error_Type_Library_List_Used
;
Set_Error_Type_Library_List_Used
Set_Error_Type_Library_List_Used
(
Error_Type_Library
,
Error_Type_Library_List_Used
);
(
Error_Type_Library
,
Error_Type_Library_List_Used
);
if
Present
(
Error_Type_Library_List_Used
)
then
if
No
(
Error_Type_Library_List_Used
)
then
Put_Line
(
"Noeud 11 : Error_Type_Library_List_Used"
);
else
return
No_Node
;
return
No_Node
;
end
if
;
end
if
;
else
else
...
@@ -510,9 +503,7 @@ package body Ocarina.FE_AADL_EMA.Parser is
...
@@ -510,9 +503,7 @@ package body Ocarina.FE_AADL_EMA.Parser is
:=
P_Error_Type_Library_List_Extended
;
:=
P_Error_Type_Library_List_Extended
;
Set_Error_Type_Library_List_Extended
Set_Error_Type_Library_List_Extended
(
Error_Type_Library
,
Error_Type_Library_List_Extended
);
(
Error_Type_Library
,
Error_Type_Library_List_Extended
);
if
Present
(
Error_Type_Library_List_Extended
)
then
if
No
(
Error_Type_Library_List_Extended
)
then
Put_Line
(
"Noeud 12 : Error_Type_Library_List_Extended"
);
else
return
No_Node
;
return
No_Node
;
end
if
;
end
if
;
else
else
...
@@ -544,7 +535,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
...
@@ -544,7 +535,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
loop
loop
Append_Node_To_List
Append_Node_To_List
(
Error_Type_Library_Element
,
Error_Type_Library_Element_List
);
(
Error_Type_Library_Element
,
Error_Type_Library_Element_List
);
Put_Line
(
"Noeud 13 : Error_Type_Library_Element"
);
Save_Lexer
(
Loc
);
Save_Lexer
(
Loc
);
if
Next_Token
=
T_End
or
else
Next_Token
=
T_Properties
then
if
Next_Token
=
T_End
or
else
Next_Token
=
T_Properties
then
Restore_Lexer
(
Loc
);
Restore_Lexer
(
Loc
);
...
@@ -573,9 +563,7 @@ package body Ocarina.FE_AADL_EMA.Parser is
...
@@ -573,9 +563,7 @@ package body Ocarina.FE_AADL_EMA.Parser is
Scan_Token
;
Scan_Token
;
Properties
:=
P_EMV2_Properties_Section
;
Properties
:=
P_EMV2_Properties_Section
;
Set_Properties
(
Error_Type_Library
,
Properties
);
Set_Properties
(
Error_Type_Library
,
Properties
);
if
Present
(
Properties
)
then
if
No
(
Properties
)
then
Put_Line
(
"Noeud 14 : Properties_Error_Type_Library"
);
else
return
No_Node
;
return
No_Node
;
end
if
;
end
if
;
end
if
;
end
if
;
...
@@ -683,7 +671,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
...
@@ -683,7 +671,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
Set_Error_Type_Library_List
Set_Error_Type_Library_List
(
Error_Behavior_State_Machine
,
Error_Type_Library_List
);
(
Error_Behavior_State_Machine
,
Error_Type_Library_List
);
if
Present
(
Error_Type_Library_List
)
then
if
Present
(
Error_Type_Library_List
)
then
Put_Line
(
"Noeud 21 : Error_Type_Library_List"
);
Test_Use_Types
:=
True
;
Test_Use_Types
:=
True
;
Wait
:=
False
;
Wait
:=
False
;
-- The node 'use types' may exist once
-- The node 'use types' may exist once
...
@@ -722,8 +709,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
...
@@ -722,8 +709,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
Restore_Lexer
(
Loc
);
Restore_Lexer
(
Loc
);
if
Next
=
T_Semi_Colon
then
if
Next
=
T_Semi_Colon
then
Scan_Token
;
Scan_Token
;
Put_Line
(
"Noeud 22 : "
&
"Error_Type_Transformation_Set_Reference"
);
Wait
:=
False
;
Wait
:=
False
;
else
else
Scan_Token
;
Scan_Token
;
...
@@ -760,7 +745,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
...
@@ -760,7 +745,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
if
Present
(
Error_Behavior_Event_List
)
then
if
Present
(
Error_Behavior_Event_List
)
then
Set_Error_Behavior_Event_List
(
Error_Behavior_State_Machine
,
Set_Error_Behavior_Event_List
(
Error_Behavior_State_Machine
,
Error_Behavior_Event_List
);
Error_Behavior_Event_List
);
Put_Line
(
"Noeud 23 : Error_Behavior_Event"
);
Wait
:=
False
;
Wait
:=
False
;
else
else
return
No_Node
;
return
No_Node
;
...
@@ -780,7 +764,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
...
@@ -780,7 +764,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
Set_Error_Behavior_State_List
(
Error_Behavior_State_Machine
,
Set_Error_Behavior_State_List
(
Error_Behavior_State_Machine
,
Error_Behavior_State_List
);
Error_Behavior_State_List
);
if
Present
(
Error_Behavior_State_List
)
then
if
Present
(
Error_Behavior_State_List
)
then
Put_Line
(
"Noeud 24 : Error_Behavior_State"
);
Wait
:=
False
;
Wait
:=
False
;
else
else
return
No_Node
;
return
No_Node
;
...
@@ -801,7 +784,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
...
@@ -801,7 +784,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
Set_Error_Behavior_Transition_List
(
Error_Behavior_State_Machine
,
Set_Error_Behavior_Transition_List
(
Error_Behavior_State_Machine
,
Error_Behavior_Transition_List
);
Error_Behavior_Transition_List
);
if
Present
(
Error_Behavior_Transition_List
)
then
if
Present
(
Error_Behavior_Transition_List
)
then
Put_Line
(
"Noeud 25 : Error_Behavior_Transition"
);
Wait
:=
False
;
Wait
:=
False
;
else
else
return
No_Node
;
return
No_Node
;
...
@@ -821,7 +803,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
...
@@ -821,7 +803,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
Properties
:=
P_EMV2_Properties_Section
;
Properties
:=
P_EMV2_Properties_Section
;
Set_Properties
(
Error_Behavior_State_Machine
,
Properties
);
Set_Properties
(
Error_Behavior_State_Machine
,
Properties
);
if
Present
(
Properties
)
then
if
Present
(
Properties
)
then
Put_Line
(
"Noeud 26 : Properties_Error_Behavior_State_Machine"
);
Wait
:=
False
;
Wait
:=
False
;
else
else
return
No_Node
;
return
No_Node
;
...
@@ -911,9 +892,7 @@ package body Ocarina.FE_AADL_EMA.Parser is
...
@@ -911,9 +892,7 @@ package body Ocarina.FE_AADL_EMA.Parser is
Error_Type_Library_List
:=
P_Error_Type_Library_List_Used
;
Error_Type_Library_List
:=
P_Error_Type_Library_List_Used
;
Set_Error_Type_Library_List
Set_Error_Type_Library_List
(
Error_Type_Mappings
,
Error_Type_Library_List
);
(
Error_Type_Mappings
,
Error_Type_Library_List
);
if
Present
(
Error_Type_Library_List
)
then
if
No
(
Error_Type_Library_List
)
then
Put_Line
(
"Noeud 31 : Error_Type_Library_List"
);
else
return
No_Node
;
return
No_Node
;
end
if
;
end
if
;
else
else
...
@@ -940,7 +919,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
...
@@ -940,7 +919,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
if
Present
(
Error_Type_Mapping
)
then
if
Present
(
Error_Type_Mapping
)
then
Append_Node_To_List
(
Error_Type_Mapping
,
Append_Node_To_List
(
Error_Type_Mapping
,
Error_Type_Mapping_List
);
Error_Type_Mapping_List
);
Put_Line
(
"Noeud 32 : Error_Type_Mapping"
);
elsif
Loc_Start
/=
Loc_End
then
elsif
Loc_Start
/=
Loc_End
then
return
No_Node
;
return
No_Node
;
end
if
;
end
if
;
...
@@ -1028,7 +1006,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
...
@@ -1028,7 +1006,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
if
Present
(
Use_Error_Types
)
then
if
Present
(
Use_Error_Types
)
then
Set_Use_Error_Types
(
Error_Type_Transformations
,
Set_Use_Error_Types
(
Error_Type_Transformations
,
Use_Error_Types
);
Use_Error_Types
);
Put_Line
(
"Noeud 41 : Use_Error_Types"
);
elsif
Loc_Start
/=
Loc_End
then
elsif
Loc_Start
/=
Loc_End
then
return
No_Node
;
return
No_Node
;
end
if
;
end
if
;
...
@@ -1047,7 +1024,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
...
@@ -1047,7 +1024,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
if
Present
(
Error_Type_Transformation
)
then
if
Present
(
Error_Type_Transformation
)
then
Append_Node_To_List
(
Error_Type_Transformation
,
Append_Node_To_List
(
Error_Type_Transformation
,
Error_Type_Transformation_List
);
Error_Type_Transformation_List
);
Put_Line
(
"Noeud 42 : Error_Type_Transformation"
);
elsif
Loc_Start
/=
Loc_End
then
elsif
Loc_Start
/=
Loc_End
then
return
No_Node
;
return
No_Node
;
end
if
;
end
if
;
...
@@ -1610,7 +1586,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
...
@@ -1610,7 +1586,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
if
Is_Empty
(
Error_Behavior_State_List
)
then
if
Is_Empty
(
Error_Behavior_State_List
)
then
Scan_Token
;
Scan_Token
;
DPE
(
PC_Error_Behavior_State
,
EMC_List_Is_Empty
,
""
);
DPE
(
PC_Error_Behavior_State
,
EMC_List_Is_Empty
,
""
);
Put_Line
(
"Noeud 24"
);
return
No_List
;
return
No_List
;
end
if
;
end
if
;
...
@@ -4424,7 +4399,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
...
@@ -4424,7 +4399,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
else
else
Set_Error_Type_Library_List
(
Annex_Subclause
,
Set_Error_Type_Library_List
(
Annex_Subclause
,
Error_Type_Library_List
);
Error_Type_Library_List
);
Put_Line
(
"Noeud 1 : Error_Type_Library_List"
);
end
if
;
end
if
;
else
else
if
Next
/=
T_Type
and
then
Next
/=
T_Mappings
if
Next
/=
T_Type
and
then
Next
/=
T_Mappings
...
@@ -4465,8 +4439,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
...
@@ -4465,8 +4439,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
Set_Error_Type_Mappings_Reference_Equivalence
Set_Error_Type_Mappings_Reference_Equivalence
(
Annex_Subclause
,
(
Annex_Subclause
,
Error_Type_Mappings_Reference_Equivalence
);
Error_Type_Mappings_Reference_Equivalence
);
Put_Line
(
"Noeud 2 : "
&
"Error_Type_Mappings_Reference_Equivalence"
);
end
if
;
end
if
;
else
else
Scan_Token
;
Scan_Token
;
...
@@ -4507,7 +4479,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
...
@@ -4507,7 +4479,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
Set_Error_Type_Mappings_Reference_Mappings
Set_Error_Type_Mappings_Reference_Mappings
(
Annex_Subclause
,
(
Annex_Subclause
,
Error_Type_Mappings_Reference_Mappings
);
Error_Type_Mappings_Reference_Mappings
);
Put_Line
(
"Noeud 3 : Error_Type_Mappings_Reference_Mappings"
);
end
if
;
end
if
;
else
else
if
Next
/=
T_Behavior
then
if
Next
/=
T_Behavior
then
...
@@ -4546,8 +4517,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
...
@@ -4546,8 +4517,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
Set_Error_Behavior_State_Machine_Reference
Set_Error_Behavior_State_Machine_Reference
(
Annex_Subclause
,
(
Annex_Subclause
,
Error_Behavior_State_Machine_Reference
);
Error_Behavior_State_Machine_Reference
);
Put_Line
(
"Noeud 4 : "
&
"Error_Behavior_State_Machine_Reference"
);
else
else
Scan_Token
;
Scan_Token
;
DPE
(
PC_Error_Model_Component_Constructs
,
DPE
(
PC_Error_Model_Component_Constructs
,
...
@@ -4570,7 +4539,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
...
@@ -4570,7 +4539,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
if
Present
(
Error_Propagations
)
then
if
Present
(
Error_Propagations
)
then
Set_Error_Propagations
(
Annex_Subclause
,
Set_Error_Propagations
(
Annex_Subclause
,
Error_Propagations
);
Error_Propagations
);
Put_Line
(
"Noeud 5 : Error_Propagations"
);
elsif
Loc_Before
/=
Loc_After
then
elsif
Loc_Before
/=
Loc_After
then
return
No_Node
;
return
No_Node
;
end
if
;
end
if
;
...
@@ -4582,7 +4550,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
...
@@ -4582,7 +4550,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
if
Present
(
Component_Error_Behavior
)
then
if
Present
(
Component_Error_Behavior
)
then
Set_Component_Error_Behavior
(
Annex_Subclause
,
Set_Component_Error_Behavior
(
Annex_Subclause
,
Component_Error_Behavior
);
Component_Error_Behavior
);
Put_Line
(
"Noeud 6 : Component_Error_Behavior"
);
elsif
Loc_Before
/=
Loc_After
then
elsif
Loc_Before
/=
Loc_After
then
return
No_Node
;
return
No_Node
;
end
if
;
end
if
;
...
@@ -4594,7 +4561,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
...
@@ -4594,7 +4561,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
if
Present
(
Composite_Error_Behavior
)
then
if
Present
(
Composite_Error_Behavior
)
then
Set_Composite_Error_Behavior
(
Annex_Subclause
,
Set_Composite_Error_Behavior
(
Annex_Subclause
,
Composite_Error_Behavior
);
Composite_Error_Behavior
);
Put_Line
(
"Noeud 7 : Composite_Error_Behavior"
);
elsif
Loc_Before
/=
Loc_After
then
elsif
Loc_Before
/=
Loc_After
then
return
No_Node
;
return
No_Node
;
end
if
;
end
if
;
...
@@ -4606,7 +4572,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
...
@@ -4606,7 +4572,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
if
Present
(
Connection_Error_Behavior
)
then
if
Present
(
Connection_Error_Behavior
)
then
Set_Connection_Error_Behavior
(
Annex_Subclause
,
Set_Connection_Error_Behavior
(
Annex_Subclause
,
Connection_Error_Behavior
);
Connection_Error_Behavior
);
Put_Line
(
"Noeud 8 : Connection_Error_Behavior"
);
elsif
Loc_Before
/=
Loc_After
then
elsif
Loc_Before
/=
Loc_After
then
return
No_Node
;
return
No_Node
;
end
if
;
end
if
;
...
@@ -4618,7 +4583,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
...
@@ -4618,7 +4583,6 @@ package body Ocarina.FE_AADL_EMA.Parser is
if
Present
(
Propagation_Paths
)
then
if
Present
(
Propagation_Paths
)
then
Set_Propagation_Paths
(
Annex_Subclause
,
Set_Propagation_Paths
(
Annex_Subclause
,
Propagation_Paths
);
Propagation_Paths
);
Put_Line
(
"Noeud 9 : Propagation_Paths"
);
elsif
Loc_Before
/=
Loc_After
then
elsif
Loc_Before
/=
Loc_After
then
return
No_Node
;
return
No_Node
;
end
if
;
end
if
;
...
...
src/frontends/aadl_ema/ocarina-fe_aadl_ema-parser.ads
View file @
0d52b0b7
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
-- --
-- --
-- S p e c --
-- S p e c --
-- --
-- --
--
Copyright (C) 2016 ESA & ISAE.
--
--
Copyright (C) 2009 Telecom ParisTech, 2010-2016 ESA & ISAE.
--
-- --
-- --
-- Ocarina is free software; you can redistribute it and/or modify under --
-- Ocarina is free software; you can redistribute it and/or modify under --
-- terms of the GNU General Public License as published by the Free Soft- --
-- terms of the GNU General Public License as published by the Free Soft- --
...
...
src/frontends/aadl_ema/ocarina-fe_aadl_ema-parser_errors.adb
View file @
0d52b0b7
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
-- --
-- --
-- B o d y --
-- B o d y --
-- --
-- --
--
Copyright (C) 2016 ESA & ISAE.
--
--
Copyright (C) 2015-2016 ESA & ISAE.
--
-- --
-- --
-- Ocarina is free software; you can redistribute it and/or modify under --
-- Ocarina is free software; you can redistribute it and/or modify under --
-- terms of the GNU General Public License as published by the Free Soft- --
-- terms of the GNU General Public License as published by the Free Soft- --
...
...
src/frontends/aadl_ema/ocarina-fe_aadl_ema-parser_errors.ads
View file @
0d52b0b7
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
-- --
-- --
-- S p e c --
-- S p e c --
-- --
-- --
--
Copyright (C) 2016 ESA & ISAE.
--
--
Copyright (C) 2015-2016 ESA & ISAE.
--
-- --
-- --
-- Ocarina is free software; you can redistribute it and/or modify under --
-- Ocarina is free software; you can redistribute it and/or modify under --
-- terms of the GNU General Public License as published by the Free Soft- --
-- terms of the GNU General Public License as published by the Free Soft- --
...
...
src/frontends/aadl_ema/ocarina-fe_aadl_ema.adb
View file @
0d52b0b7
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
-- --
-- --
-- B o d y --
-- B o d y --
-- --
-- --
--
Copyright (C) 2016 ESA & ISAE.
--
--
Copyright (C) 2015-2016 ESA & ISAE.
--
-- --
-- --
-- Ocarina is free software; you can redistribute it and/or modify under --
-- Ocarina is free software; you can redistribute it and/or modify under --
-- terms of the GNU General Public License as published by the Free Soft- --
-- terms of the GNU General Public License as published by the Free Soft- --
...
...
src/frontends/aadl_ema/ocarina-fe_aadl_ema.ads
View file @
0d52b0b7
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
-- --
-- --
-- S p e c --
-- S p e c --
-- --
-- --
--
Copyright (C) 2016 ESA & ISAE.
--
--
Copyright (C) 2015-2016 ESA & ISAE.
--
-- --
-- --
-- Ocarina is free software; you can redistribute it and/or modify under --
-- Ocarina is free software; you can redistribute it and/or modify under --
-- terms of the GNU General Public License as published by the Free Soft- --
-- terms of the GNU General Public License as published by the Free Soft- --
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment