Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

java::AbstractMethodDeclaration Locate in Contents

Declaration Locate in Contents

AbstractMethodDeclaration:
            AbstractMethodModifiers? TypeParameters? ResultType MethodDeclarator Throws? ";"

Composition Locate in Contents

InterfaceMemberDeclaration AbstractMethodDeclaration Concatenation Node Alternation Node implicit_whitespace Alternation Node implicit_whitespace ResultType implicit_whitespace MethodDeclarator implicit_whitespace Alternation Node implicit_whitespace ';' AbstractMethodModifiers @ TypeParameters @ Throws @

State Machine Locate in Contents

start:2447:$0 AbstractMethodModifiers|{2449|$2|2450} final:2448:$0 implicit_whitespace|{2030|$10|2031} TypeParameters|{2263|$4|2264} implicit_whitespace|{2030|$11|2031} ResultType|{2275|$5|2276} implicit_whitespace|{2030|$12|2031} MethodDeclarator|{2277|$6|2278} implicit_whitespace|{2030|$13|2031} Throws|{2291|$8|2292} implicit_whitespace|{2030|$14|2031}