Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

java::VariableDeclaratorId Locate in Contents

Declaration Locate in Contents

VariableDeclaratorId:
            Identifier
        |    VariableDeclaratorId "[" "]"

Composition Locate in Contents

VariableDeclarator VariableDeclaratorId Alternation Node VariableDeclaratorId LastFormalParameter FormalParameter Identifier Concatenation Node VariableDeclaratorId implicit_whitespace '[' implicit_whitespace '\\]'

State Machine Locate in Contents

start:2247:$0 Identifier|{2049|$1|2050} VariableDeclaratorId|{2247|$3|2248} final:2248:$0 implicit_whitespace|{2030|$6|2031} implicit_whitespace|{2030|$7|2031}