OSDN Git Service

ab91c3453015bfc3be58a571a4f47aa0d9b07b80
[happyabc/happyabc.git] / swflib / write_type.h
1 type method_ = int
2 let write_method_= u30
3 type class_ = int
4 let write_class_= u30
5 type c_int = int
6 let write_c_int= u30
7 type c_uint = int
8 let write_c_uint= u30
9 type c_string = int
10 let write_c_string= u30
11 type c_float = int
12 let write_c_float= u30
13 type namespace = int
14 let write_namespace= u30
15 type multiname = int
16 let write_multiname= u30
17 type u30 = int
18 let write_u30= u30
19 type u8 = int
20 let write_u8= u8
21 type label = (Label.t,int) either
22 let write_label= function
23                    Left  label   -> label_ref label
24                  | Right address -> s24 address