OSDN Git Service

save
[jcfa/jcfa.git] / jcfa / testJavaClass / output / jp / igapyon / jcfa / vo / JcfaFrame.jcfa
1 package jp.igapyon.jcfa.vo;
2
3 /** TODO import func. is missing. */
4 public class JcfaFrame {
5         /**  */
6         protected final java.util.List localVariableList;
7         /**  */
8         protected final jp.igapyon.jcfa.vo.JcfaOperandStack operandStack;
9
10         /** Constructor. */
11         public JcfaFrame() {
12                 /*
13                  * 0: aload_0 this
14                  */
15
16                 /*
17                  * 1: invokespecial java/lang/Object#<init>()V TODO get args count from
18                  * signature.
19                  * null#jp.igapyon.jcfa.vo.operandstack.JcfaOSLocalVariable@1e6c23c
20                  */
21
22                 /*
23                  * 4: aload_0 this
24                  */
25
26                 /*
27                  * 5: new TODO unsupported opcode
28                  */
29
30                 /*
31                  * 8: dup TODO unsupported opcode
32                  */
33
34                 /*
35                  * 9: invokespecial java/util/ArrayList#<init>()V TODO get args count
36                  * from signature.
37                  * null#jp.igapyon.jcfa.vo.operandstack.JcfaOSLocalVariable@da1a1f
38                  */
39
40                 /*
41                  * 12: putfield TODO unsupported opcode
42                  */
43
44                 /*
45                  * 15: aload_0 this
46                  */
47
48                 /*
49                  * 16: new TODO unsupported opcode
50                  */
51
52                 /*
53                  * 19: dup TODO unsupported opcode
54                  */
55
56                 /*
57                  * 20: invokespecial jp/igapyon/jcfa/vo/JcfaOperandStack#<init>()V TODO
58                  * get args count from signature.
59                  * null#jp.igapyon.jcfa.vo.operandstack.JcfaOSLocalVariable@e9055b
60                  */
61
62                 /*
63                  * 23: putfield TODO unsupported opcode
64                  */
65
66                 /* 26: return */
67         }
68
69         /** Method. */
70         public java.util.List getLocalVariableList() {
71                 /*
72                  * 0: aload_0 this
73                  */
74
75                 /*
76                  * 1: getfield TODO unsupported opcode
77                  */
78
79                 /*
80                  * 4: areturn TODO unsupported opcode
81                  */
82         }
83
84         /** Method. */
85         public jp.igapyon.jcfa.vo.JcfaOperandStack getOperandStack() {
86                 /*
87                  * 0: aload_0 this
88                  */
89
90                 /*
91                  * 1: getfield TODO unsupported opcode
92                  */
93
94                 /*
95                  * 4: areturn TODO unsupported opcode
96                  */
97         }
98 }