OSDN Git Service

save
[jcfa/jcfa.git] / jcfa / testJavaClass / output / jp / igapyon / jcfa / vo / item / JcfaItemByte.jcfa
1 package jp.igapyon.jcfa.vo.item;
2
3 /** TODO import func. is missing. */
4 public class JcfaItemByte extends jp.igapyon.jcfa.vo.item.JcfaItem {
5         /**  */
6         protected byte val;
7
8         /** Constructor. */
9         public JcfaItemByte() {
10                 /*
11                  * 0: aload_0 val: name:this,
12                  * val:jp.igapyon.jcfa.vo.item.JcfaItemReference@6aa01a
13                  */
14
15                 /*
16                  * 1: invokespecial jp/igapyon/jcfa/vo/item/JcfaItem#<init>()V TODO get
17                  * args count from signature. jp.igapyon.jcfa.vo.item.JcfaItemReference@
18                  * 35449e#jp.igapyon.jcfa.vo.item.JcfaItemLocalVariable@12c1685
19                  */
20
21                 /* 4: return */
22         }
23
24         /** Method. */
25         public byte getVal() {
26                 /*
27                  * 0: aload_0 val: name:this,
28                  * val:jp.igapyon.jcfa.vo.item.JcfaItemReference@17a765c
29                  */
30
31                 /*
32                  * 1: getfield TODO unsupported opcode
33                  */
34
35                 /*
36                  * 4: ireturn TODO unsupported opcode
37                  */
38         }
39
40         /**
41          * Method. byte
42          */
43         public void setVal(byte arg0) {
44                 /*
45                  * 0: aload_0 val: name:this,
46                  * val:jp.igapyon.jcfa.vo.item.JcfaItemReference@f0ce45
47                  */
48
49                 /*
50                  * 1: iload_1 TODO unsupported opcode
51                  */
52
53                 /*
54                  * 2: putfield TODO unsupported opcode
55                  */
56
57                 /* 5: return */
58         }
59 }