Parser.parseAttribute

Parse attribute, lexer is on '@'. Input: pudas array of UDAs to append to

class Parser
StorageClass
parseAttribute
(
Expressions** pudas
)

Return Value

storage class if a predefined attribute; also scanner remains on identifier. 0 if not a predefined attribute *pudas set if user defined attribute, scanner is past UDA *pudas NULL if not a user defined attribute

Meta