Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

java::MethodHeader Locate in Contents

Declaration Locate in Contents

MethodHeader:
            MethodModifiers? TypeParameters? ResultType MethodDeclarator Throws?

Composition Locate in Contents

MethodDeclaration MethodHeader Concatenation Node Alternation Node implicit_whitespace Alternation Node implicit_whitespace ResultType implicit_whitespace MethodDeclarator implicit_whitespace Alternation Node MethodModifiers @ TypeParameters @ Throws @

State Machine Locate in Contents

start:2257:$0 MethodModifiers|{2259|$2|2260} final:2258:$0 implicit_whitespace|{2030|$9|2031} TypeParameters|{2263|$4|2264} implicit_whitespace|{2030|$10|2031} ResultType|{2275|$5|2276} implicit_whitespace|{2030|$11|2031} MethodDeclarator|{2277|$6|2278} implicit_whitespace|{2030|$12|2031} Throws|{2291|$8|2292}