Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

java::ConstructorDeclarator Locate in Contents

Declaration Locate in Contents

ConstructorDeclarator:
            TypeParameters? SimpleTypeName "(" FormalParameterList? ")"

Composition Locate in Contents

ConstructorDeclaration ConstructorDeclarator Concatenation Node Alternation Node implicit_whitespace SimpleTypeName implicit_whitespace '(' implicit_whitespace Alternation Node implicit_whitespace ')' TypeParameters @ FormalParameterList @

State Machine Locate in Contents

start:2473:$0 TypeParameters|{2263|$2|2264} final:2474:$0 implicit_whitespace|{2030|$8|2031} SimpleTypeName|{2475|$3|2476} implicit_whitespace|{2030|$9|2031} implicit_whitespace|{2030|$10|2031} FormalParameterList|{2279|$6|2280} implicit_whitespace|{2030|$11|2031}