Changes between Initial Version and Version 1 of aadlparser/isComponentTypeEnd


Ignore:
Timestamp:
Apr 12, 2017 5:39:01 PM (7 years ago)
Author:
pdissaux
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • aadlparser/isComponentTypeEnd

    v1 v1  
     1
     2'''isComponentTypeEnd/5'''
     3
     4 * 'NIL'|package_name
     5 * 'NIL'|'PUBLIC'|'PRIVATE'
     6 * begin (component type) identifier
     7 * end (component type) identifier
     8 * line number (integer)
     9
     10notes:
     11
     12 * package_name is mandatory for AADL v2 (warning message 001)
     13 * NIL is not a valid value for scope (warning message 002)