Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

[Home]->[Documentation]->[Syntac Universal Parser]->[Programming Languages]->[Java]->[Symbols]->[AnnotationTypeDeclaration]

Expand All
Collapse All
Contents

java::AnnotationTypeDeclaration Locate in Contents

Declaration Locate in Contents

AnnotationTypeDeclaration:
            InterfaceModifiers? "@" "interface" Identifier AnnotationTypeBody

Composition Locate in Contents

InterfaceDeclaration AnnotationTypeDeclaration Concatenation Node AnnotationTypeElementDeclaration Alternation Node implicit_whitespace '@' implicit_whitespace Concatenation Node implicit_whitespace Identifier implicit_whitespace AnnotationTypeBody InterfaceModifiers @ 'i' 'n' 't' 'e' 'r' 'f' 'a' 'c' 'e'

State Machine Locate in Contents

start:2453:$0 InterfaceModifiers|{2429|$2|2430} final:2454:$0 implicit_whitespace|{2030|$7|2031} implicit_whitespace|{2030|$8|2031} implicit_whitespace|{2030|$9|2031} Identifier|{2049|$5|2050} implicit_whitespace|{2030|$10|2031} AnnotationTypeBody|{2455|$6|2456}