Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

java::MethodDeclarator Locate in Contents

Declaration Locate in Contents

MethodDeclarator:
            Identifier "(" FormalParameterList? ")" ( "[" "]" )?

Composition Locate in Contents

MethodHeader MethodDeclarator Concatenation Node AbstractMethodDeclaration Identifier implicit_whitespace '(' implicit_whitespace Alternation Node implicit_whitespace ')' implicit_whitespace Alternation Node FormalParameterList @ Concatenation Node @ '[' implicit_whitespace '\\]'

State Machine Locate in Contents

start:2277:$0 Identifier|{2049|$1|2050} final:2278:$0 implicit_whitespace|{2030|$10|2031} implicit_whitespace|{2030|$11|2031} FormalParameterList|{2279|$4|2280} implicit_whitespace|{2030|$12|2031} implicit_whitespace|{2030|$13|2031} implicit_whitespace|{2030|$14|2031}