Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

java::NormalInterfaceDeclaration Locate in Contents

Declaration Locate in Contents

NormalInterfaceDeclaration:
            InterfaceModifiers? "interface" Identifier TypeParameters? ExtendsInterfaces? InterfaceBody

Composition Locate in Contents

InterfaceDeclaration NormalInterfaceDeclaration Concatenation Node Alternation Node implicit_whitespace Concatenation Node implicit_whitespace Identifier implicit_whitespace Alternation Node implicit_whitespace Alternation Node implicit_whitespace InterfaceBody InterfaceModifiers @ 'i' 'n' 't' 'e' 'r' 'f' 'a' 'c' 'e' TypeParameters @ ExtendsInterfaces @

State Machine Locate in Contents

start:2427:$0 InterfaceModifiers|{2429|$2|2430} final:2428:$0 implicit_whitespace|{2030|$10|2031} implicit_whitespace|{2030|$11|2031} Identifier|{2049|$4|2050} implicit_whitespace|{2030|$12|2031} TypeParameters|{2263|$6|2264} implicit_whitespace|{2030|$13|2031} ExtendsInterfaces|{2433|$8|2434} implicit_whitespace|{2030|$14|2031} InterfaceBody|{2435|$9|2436}