Changeset 99

Show
Ignore:
Timestamp:
07/05/08 18:17:11 (6 months ago)
Author:
mb0
Message:

FIXED - # 86: allow get and set methods in interfaces
http://axdt.org/ticket/86

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • axdt/trunk/org.axdt.as3/src/org/axdt/as3/imp/parser/AS3Parser.g

    r92 r99  
    295295     
    296296    InterfaceMemberDeclarations$$InterfaceMemberDeclaration ::= InterfaceMemberDeclaration | InterfaceMemberDeclarations InterfaceMemberDeclaration 
    297     InterfaceMemberDeclaration$MethodDeclaration ::= Annotations Modifiers function$ Ident$Name ParameterBlock ReturnType Semicolon$ 
     297    InterfaceMemberDeclaration$MethodDeclaration ::= Annotations Modifiers function$ AccessorRole Ident$Name ParameterBlock ReturnType Semicolon$ 
    298298    InterfaceMemberDeclaration$EmptyDeclaration ::= SEMI$ 
    299299    InterfaceMemberDeclaration ::= NamespaceDeclaration