Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

java::HexadecimalFloatingPointLiteral Locate in Contents

Declaration Locate in Contents

HexadecimalFloatingPointLiteral:
            HexSignificand BinaryExponent FloatTypeSuffix?

Composition Locate in Contents

FloatingPointLiteral HexadecimalFloatingPointLiteral Concatenation Node HexSignificand implicit_whitespace BinaryExponent implicit_whitespace Alternation Node FloatTypeSuffix @

State Machine Locate in Contents

start:2143:$0 HexSignificand|{2145|$1|2146} final:2144:$0 implicit_whitespace|{2030|$5|2031} BinaryExponent|{2147|$2|2148} implicit_whitespace|{2030|$6|2031} FloatTypeSuffix|{2141|$4|2142}