File: test.8

package info (click to toggle)
javadap 2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 26,104 kB
  • sloc: java: 20,509; exp: 2,333; xml: 518; yacc: 222; csh: 136; makefile: 107; sh: 33; awk: 23
file content (16 lines) | stat: -rw-r--r-- 223 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
dataset {
    List Int32 i[10][20];
    Sequence {
	String name;
	Int32 age;
    } person;
    Structure {
	Int32 j;
	Int32 i;
	Structure {
	    int32 i;
	    float64 f[10];
	} data;
	List String folks;
    } exp;
} data6;