Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

[Home]->[Documentation]->[Syntac Universal Parser]->[Programming Languages]->[C++]->[Symbols]->[statement]

Expand All
Collapse All
Contents

cxx::statement Locate in Contents

Declaration Locate in Contents

statement:
            labeled-statement
        |    expression-statement
        |    compound-statement
        |    selection-statement
        |    iteration-statement
        |    jump-statement
        |    declaration-statement
        |    try-block

Composition Locate in Contents

labeled_statement statement Alternation Node selection_statement iteration_statement statement_seq labeled_statement expression_statement compound_statement selection_statement iteration_statement jump_statement declaration_statement try_block

State Machine Locate in Contents

start:2349:$0 labeled_statement|{2351|$1|2352} expression_statement|{2353|$2|2354} compound_statement|{2345|$3|2346} selection_statement|{2355|$4|2356} iteration_statement|{2359|$5|2360} jump_statement|{2363|$6|2364} declaration_statement|{2365|$7|2366} try_block|{2367|$8|2368} final:2350:$0