Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

java::EnumDeclaration Locate in Contents

Declaration Locate in Contents

EnumDeclaration:
            ClassModifiers? "enum" Identifier Interfaces? EnumBody

Composition Locate in Contents

ClassDeclaration EnumDeclaration Concatenation Node AnnotationTypeElementDeclaration Alternation Node implicit_whitespace Concatenation Node implicit_whitespace Identifier implicit_whitespace Alternation Node implicit_whitespace EnumBody ClassModifiers @ 'e' 'n' 'u' 'm' Interfaces @

State Machine Locate in Contents

start:2323:$0 ClassModifiers|{2313|$2|2314} final:2324:$0 implicit_whitespace|{2030|$8|2031} implicit_whitespace|{2030|$9|2031} Identifier|{2049|$4|2050} implicit_whitespace|{2030|$10|2031} Interfaces|{2319|$6|2320} implicit_whitespace|{2030|$11|2031} EnumBody|{2325|$7|2326}