Dear Wiki user, You have subscribed to a wiki page or wiki category on "Thrift Wiki" for change notification.
The following page has been changed by ChadWalters: http://wiki.apache.org/thrift/ThriftIDL ------------------------------------------------------------------------------ {{{[31] ConstValue ::= IntConstant | DoubleConstant | Literal | Identifier | ConstList | ConstMap}}} - {{{[32] ConstList ::= '[' (ConstValue ListSeparator?)* ']'}}} + {{{[32] IntConstant ::= ('+' | '-')? Digit+}}} - {{{[33] ConstMap ::= '{' (ConstValue ':' ConstValue ListSeparator?)* '}'}}} + {{{[33] DoubleConstant ::= ('+' | '-')? Digit* ('.' Digit+)? ( ('E' | 'e') IntConstant )?}}} - {{{[34] IntConstant ::= ('+' | '-')? Digit+}}} + {{{[34] ConstList ::= '[' (ConstValue ListSeparator?)* ']'}}} + {{{[35] ConstMap ::= '{' (ConstValue ':' ConstValue ListSeparator?)* '}'}}} - {{{[35] DoubleConstant ::= ('+' | '-')? Digit* ('.' Digit+)? ( ('E' | 'e') IntConstant )?}}} - == Basic Definitions ==
