Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

java::IntegerLiteral Locate in Contents

Declaration Locate in Contents

IntegerLiteral:
            DecimalIntegerLiteral
        |    HexIntegerLiteral    
        |    OctalIntegerLiteral

Composition Locate in Contents

Literal IntegerLiteral Alternation Node DecimalIntegerLiteral HexIntegerLiteral OctalIntegerLiteral

State Machine Locate in Contents

start:2099:$0 DecimalIntegerLiteral|{2101|$1|2102} HexIntegerLiteral|{2113|$2|2114} OctalIntegerLiteral|{2121|$3|2122} final:2100:$0