openesb-components/ojc-core/encodersl/encoder-custom/test/data/m004.cud

62 lines
1.1 KiB
Plaintext
Raw Normal View History

2012-11-08 20:12:01 +04:00
# T: Java keyword as field name.
#
# by Michael Libourel
# $Revision: 1.1 $
version 1
struct Root {
root is group
delim "+";
of delim string
?'abstract',
?'assert',
?'boolean',
?'break',
?'byte',
?'case',
?'catch',
?'char',
?'class',
?'const',
?'continue',
?'default',
?'do',
?'double',
?'else',
?'enum',
?'extends',
?'final',
?'finally',
?'float',
?'for',
?'goto',
?'if',
?'implements',
?'import',
?'instanceof',
?'int',
?'interface',
?'long',
?'native',
?'new',
?'package',
?'private',
?'protected',
?'public',
?'return',
?'short',
?'static',
?'strictfp',
?'super',
?'switch',
?'synchronized',
?'this',
?'throw',
?'throws',
?'transient',
?'try',
?'void',
?'volatile',
?'while';
};