Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

java::ForStatementNoShortIf Locate in Contents

Declaration Locate in Contents

ForStatementNoShortIf:
            "for" "(" ForInit? ";" Expression? ";" ForUpdate? ")" StatementNoShortIf

Composition Locate in Contents

StatementNoShortIf ForStatementNoShortIf Concatenation Node Concatenation Node implicit_whitespace '(' implicit_whitespace Alternation Node implicit_whitespace ';' implicit_whitespace Alternation Node implicit_whitespace ';' implicit_whitespace Alternation Node implicit_whitespace ')' implicit_whitespace StatementNoShortIf 'f' 'o' 'r' ForInit @ Expression @ ForUpdate @

State Machine Locate in Contents

start:2409:$0 final:2410:$0 implicit_whitespace|{2030|$13|2031} implicit_whitespace|{2030|$14|2031} ForInit|{2411|$4|2412} implicit_whitespace|{2030|$15|2031} implicit_whitespace|{2030|$16|2031} Expression|{2207|$7|2208} implicit_whitespace|{2030|$17|2031} implicit_whitespace|{2030|$18|2031} ForUpdate|{2415|$10|2416} implicit_whitespace|{2030|$19|2031} implicit_whitespace|{2030|$20|2031} StatementNoShortIf|{2401|$12|2402}