Attributes

This commit is contained in:
Andrey Breslav
2010-12-09 15:02:07 +03:00
parent c97c3a7ddc
commit 0c90942472
8 changed files with 83 additions and 65 deletions
+11
View File
@@ -0,0 +1,11 @@
attributes
: attributeAnnotation*
;
attributeAnnotation
: "[" attribute{","} "]"
;
attribute
: SimpleName{"."} valueArguments?
;