Changes between Initial Version and Version 1 of aadlparser/isAliasDeclaration


Ignore:
Timestamp:
04/12/17 15:35:30 (7 years ago)
Author:
pdissaux
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • aadlparser/isAliasDeclaration

    v1 v1  
     1
     2'''isAliasDeclaration/6'''
     3
     4 * package_name
     5 * 'NIL'|'PUBLIC'|'PRIVATE'
     6 * 'NIL'|identifier|'ALL'
     7 * 'NIL'|component_category|'PACKAGE'|'FEATURE GROUP'
     8 * package_name|component_type_reference|feature_group_type_reference
     9 * line number (integer)
     10
     11notes:
     12
     13 * NIL is not a valid value for scope (warning message 002)