xref: /aosp_15_r20/external/ow2-asm/asm-analysis/src/test/resources/sigtest-4.0.txt (revision 2835e6bb194a25e32dae2cc0628d8f988b82bfc0)
1*2835e6bbSSorin Basca#Signature file v4.1
2*2835e6bbSSorin Basca#Version 4.0
3*2835e6bbSSorin Basca
4*2835e6bbSSorin BascaCLSS public abstract interface java.io.Serializable
5*2835e6bbSSorin Basca
6*2835e6bbSSorin BascaCLSS public java.lang.Exception
7*2835e6bbSSorin Bascacons protected init(java.lang.String,java.lang.Throwable,boolean,boolean)
8*2835e6bbSSorin Bascacons public init()
9*2835e6bbSSorin Bascacons public init(java.lang.String)
10*2835e6bbSSorin Bascacons public init(java.lang.String,java.lang.Throwable)
11*2835e6bbSSorin Bascacons public init(java.lang.Throwable)
12*2835e6bbSSorin Bascasupr java.lang.Throwable
13*2835e6bbSSorin Bascahfds serialVersionUID
14*2835e6bbSSorin Basca
15*2835e6bbSSorin BascaCLSS public java.lang.Object
16*2835e6bbSSorin Bascacons public init()
17*2835e6bbSSorin Bascameth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
18*2835e6bbSSorin Bascameth protected void finalize() throws java.lang.Throwable
19*2835e6bbSSorin Bascameth public boolean equals(java.lang.Object)
20*2835e6bbSSorin Bascameth public final java.lang.Class<?> getClass()
21*2835e6bbSSorin Bascameth public final void notify()
22*2835e6bbSSorin Bascameth public final void notifyAll()
23*2835e6bbSSorin Bascameth public final void wait() throws java.lang.InterruptedException
24*2835e6bbSSorin Bascameth public final void wait(long) throws java.lang.InterruptedException
25*2835e6bbSSorin Bascameth public final void wait(long,int) throws java.lang.InterruptedException
26*2835e6bbSSorin Bascameth public int hashCode()
27*2835e6bbSSorin Bascameth public java.lang.String toString()
28*2835e6bbSSorin Basca
29*2835e6bbSSorin BascaCLSS public java.lang.Throwable
30*2835e6bbSSorin Bascacons protected init(java.lang.String,java.lang.Throwable,boolean,boolean)
31*2835e6bbSSorin Bascacons public init()
32*2835e6bbSSorin Bascacons public init(java.lang.String)
33*2835e6bbSSorin Bascacons public init(java.lang.String,java.lang.Throwable)
34*2835e6bbSSorin Bascacons public init(java.lang.Throwable)
35*2835e6bbSSorin Bascaintf java.io.Serializable
36*2835e6bbSSorin Bascameth public final java.lang.Throwable[] getSuppressed()
37*2835e6bbSSorin Bascameth public final void addSuppressed(java.lang.Throwable)
38*2835e6bbSSorin Bascameth public java.lang.StackTraceElement[] getStackTrace()
39*2835e6bbSSorin Bascameth public java.lang.String getLocalizedMessage()
40*2835e6bbSSorin Bascameth public java.lang.String getMessage()
41*2835e6bbSSorin Bascameth public java.lang.String toString()
42*2835e6bbSSorin Bascameth public java.lang.Throwable fillInStackTrace()
43*2835e6bbSSorin Bascameth public java.lang.Throwable getCause()
44*2835e6bbSSorin Bascameth public java.lang.Throwable initCause(java.lang.Throwable)
45*2835e6bbSSorin Bascameth public void printStackTrace()
46*2835e6bbSSorin Bascameth public void printStackTrace(java.io.PrintStream)
47*2835e6bbSSorin Bascameth public void printStackTrace(java.io.PrintWriter)
48*2835e6bbSSorin Bascameth public void setStackTrace(java.lang.StackTraceElement[])
49*2835e6bbSSorin Bascasupr java.lang.Object
50*2835e6bbSSorin Bascahfds CAUSE_CAPTION,EMPTY_THROWABLE_ARRAY,NULL_CAUSE_MESSAGE,SELF_SUPPRESSION_MESSAGE,SUPPRESSED_CAPTION,SUPPRESSED_SENTINEL,UNASSIGNED_STACK,backtrace,cause,detailMessage,serialVersionUID,stackTrace,suppressedExceptions
51*2835e6bbSSorin Bascahcls PrintStreamOrWriter,SentinelHolder,WrappedPrintStream,WrappedPrintWriter
52*2835e6bbSSorin Basca
53*2835e6bbSSorin BascaCLSS public abstract interface org.objectweb.asm.Opcodes
54*2835e6bbSSorin Bascafld public final static int AALOAD = 50
55*2835e6bbSSorin Bascafld public final static int AASTORE = 83
56*2835e6bbSSorin Bascafld public final static int ACC_ABSTRACT = 1024
57*2835e6bbSSorin Bascafld public final static int ACC_ANNOTATION = 8192
58*2835e6bbSSorin Bascafld public final static int ACC_BRIDGE = 64
59*2835e6bbSSorin Bascafld public final static int ACC_DEPRECATED = 131072
60*2835e6bbSSorin Bascafld public final static int ACC_ENUM = 16384
61*2835e6bbSSorin Bascafld public final static int ACC_FINAL = 16
62*2835e6bbSSorin Bascafld public final static int ACC_INTERFACE = 512
63*2835e6bbSSorin Bascafld public final static int ACC_NATIVE = 256
64*2835e6bbSSorin Bascafld public final static int ACC_PRIVATE = 2
65*2835e6bbSSorin Bascafld public final static int ACC_PROTECTED = 4
66*2835e6bbSSorin Bascafld public final static int ACC_PUBLIC = 1
67*2835e6bbSSorin Bascafld public final static int ACC_STATIC = 8
68*2835e6bbSSorin Bascafld public final static int ACC_STRICT = 2048
69*2835e6bbSSorin Bascafld public final static int ACC_SUPER = 32
70*2835e6bbSSorin Bascafld public final static int ACC_SYNCHRONIZED = 32
71*2835e6bbSSorin Bascafld public final static int ACC_SYNTHETIC = 4096
72*2835e6bbSSorin Bascafld public final static int ACC_TRANSIENT = 128
73*2835e6bbSSorin Bascafld public final static int ACC_VARARGS = 128
74*2835e6bbSSorin Bascafld public final static int ACC_VOLATILE = 64
75*2835e6bbSSorin Bascafld public final static int ACONST_NULL = 1
76*2835e6bbSSorin Bascafld public final static int ALOAD = 25
77*2835e6bbSSorin Bascafld public final static int ANEWARRAY = 189
78*2835e6bbSSorin Bascafld public final static int ARETURN = 176
79*2835e6bbSSorin Bascafld public final static int ARRAYLENGTH = 190
80*2835e6bbSSorin Bascafld public final static int ASM4 = 262144
81*2835e6bbSSorin Bascafld public final static int ASTORE = 58
82*2835e6bbSSorin Bascafld public final static int ATHROW = 191
83*2835e6bbSSorin Bascafld public final static int BALOAD = 51
84*2835e6bbSSorin Bascafld public final static int BASTORE = 84
85*2835e6bbSSorin Bascafld public final static int BIPUSH = 16
86*2835e6bbSSorin Bascafld public final static int CALOAD = 52
87*2835e6bbSSorin Bascafld public final static int CASTORE = 85
88*2835e6bbSSorin Bascafld public final static int CHECKCAST = 192
89*2835e6bbSSorin Bascafld public final static int D2F = 144
90*2835e6bbSSorin Bascafld public final static int D2I = 142
91*2835e6bbSSorin Bascafld public final static int D2L = 143
92*2835e6bbSSorin Bascafld public final static int DADD = 99
93*2835e6bbSSorin Bascafld public final static int DALOAD = 49
94*2835e6bbSSorin Bascafld public final static int DASTORE = 82
95*2835e6bbSSorin Bascafld public final static int DCMPG = 152
96*2835e6bbSSorin Bascafld public final static int DCMPL = 151
97*2835e6bbSSorin Bascafld public final static int DCONST_0 = 14
98*2835e6bbSSorin Bascafld public final static int DCONST_1 = 15
99*2835e6bbSSorin Bascafld public final static int DDIV = 111
100*2835e6bbSSorin Bascafld public final static int DLOAD = 24
101*2835e6bbSSorin Bascafld public final static int DMUL = 107
102*2835e6bbSSorin Bascafld public final static int DNEG = 119
103*2835e6bbSSorin Bascafld public final static int DREM = 115
104*2835e6bbSSorin Bascafld public final static int DRETURN = 175
105*2835e6bbSSorin Bascafld public final static int DSTORE = 57
106*2835e6bbSSorin Bascafld public final static int DSUB = 103
107*2835e6bbSSorin Bascafld public final static int DUP = 89
108*2835e6bbSSorin Bascafld public final static int DUP2 = 92
109*2835e6bbSSorin Bascafld public final static int DUP2_X1 = 93
110*2835e6bbSSorin Bascafld public final static int DUP2_X2 = 94
111*2835e6bbSSorin Bascafld public final static int DUP_X1 = 90
112*2835e6bbSSorin Bascafld public final static int DUP_X2 = 91
113*2835e6bbSSorin Bascafld public final static int F2D = 141
114*2835e6bbSSorin Bascafld public final static int F2I = 139
115*2835e6bbSSorin Bascafld public final static int F2L = 140
116*2835e6bbSSorin Bascafld public final static int FADD = 98
117*2835e6bbSSorin Bascafld public final static int FALOAD = 48
118*2835e6bbSSorin Bascafld public final static int FASTORE = 81
119*2835e6bbSSorin Bascafld public final static int FCMPG = 150
120*2835e6bbSSorin Bascafld public final static int FCMPL = 149
121*2835e6bbSSorin Bascafld public final static int FCONST_0 = 11
122*2835e6bbSSorin Bascafld public final static int FCONST_1 = 12
123*2835e6bbSSorin Bascafld public final static int FCONST_2 = 13
124*2835e6bbSSorin Bascafld public final static int FDIV = 110
125*2835e6bbSSorin Bascafld public final static int FLOAD = 23
126*2835e6bbSSorin Bascafld public final static int FMUL = 106
127*2835e6bbSSorin Bascafld public final static int FNEG = 118
128*2835e6bbSSorin Bascafld public final static int FREM = 114
129*2835e6bbSSorin Bascafld public final static int FRETURN = 174
130*2835e6bbSSorin Bascafld public final static int FSTORE = 56
131*2835e6bbSSorin Bascafld public final static int FSUB = 102
132*2835e6bbSSorin Bascafld public final static int F_APPEND = 1
133*2835e6bbSSorin Bascafld public final static int F_CHOP = 2
134*2835e6bbSSorin Bascafld public final static int F_FULL = 0
135*2835e6bbSSorin Bascafld public final static int F_NEW = -1
136*2835e6bbSSorin Bascafld public final static int F_SAME = 3
137*2835e6bbSSorin Bascafld public final static int F_SAME1 = 4
138*2835e6bbSSorin Bascafld public final static int GETFIELD = 180
139*2835e6bbSSorin Bascafld public final static int GETSTATIC = 178
140*2835e6bbSSorin Bascafld public final static int GOTO = 167
141*2835e6bbSSorin Bascafld public final static int H_GETFIELD = 1
142*2835e6bbSSorin Bascafld public final static int H_GETSTATIC = 2
143*2835e6bbSSorin Bascafld public final static int H_INVOKEINTERFACE = 9
144*2835e6bbSSorin Bascafld public final static int H_INVOKESPECIAL = 7
145*2835e6bbSSorin Bascafld public final static int H_INVOKESTATIC = 6
146*2835e6bbSSorin Bascafld public final static int H_INVOKEVIRTUAL = 5
147*2835e6bbSSorin Bascafld public final static int H_NEWINVOKESPECIAL = 8
148*2835e6bbSSorin Bascafld public final static int H_PUTFIELD = 3
149*2835e6bbSSorin Bascafld public final static int H_PUTSTATIC = 4
150*2835e6bbSSorin Bascafld public final static int I2B = 145
151*2835e6bbSSorin Bascafld public final static int I2C = 146
152*2835e6bbSSorin Bascafld public final static int I2D = 135
153*2835e6bbSSorin Bascafld public final static int I2F = 134
154*2835e6bbSSorin Bascafld public final static int I2L = 133
155*2835e6bbSSorin Bascafld public final static int I2S = 147
156*2835e6bbSSorin Bascafld public final static int IADD = 96
157*2835e6bbSSorin Bascafld public final static int IALOAD = 46
158*2835e6bbSSorin Bascafld public final static int IAND = 126
159*2835e6bbSSorin Bascafld public final static int IASTORE = 79
160*2835e6bbSSorin Bascafld public final static int ICONST_0 = 3
161*2835e6bbSSorin Bascafld public final static int ICONST_1 = 4
162*2835e6bbSSorin Bascafld public final static int ICONST_2 = 5
163*2835e6bbSSorin Bascafld public final static int ICONST_3 = 6
164*2835e6bbSSorin Bascafld public final static int ICONST_4 = 7
165*2835e6bbSSorin Bascafld public final static int ICONST_5 = 8
166*2835e6bbSSorin Bascafld public final static int ICONST_M1 = 2
167*2835e6bbSSorin Bascafld public final static int IDIV = 108
168*2835e6bbSSorin Bascafld public final static int IFEQ = 153
169*2835e6bbSSorin Bascafld public final static int IFGE = 156
170*2835e6bbSSorin Bascafld public final static int IFGT = 157
171*2835e6bbSSorin Bascafld public final static int IFLE = 158
172*2835e6bbSSorin Bascafld public final static int IFLT = 155
173*2835e6bbSSorin Bascafld public final static int IFNE = 154
174*2835e6bbSSorin Bascafld public final static int IFNONNULL = 199
175*2835e6bbSSorin Bascafld public final static int IFNULL = 198
176*2835e6bbSSorin Bascafld public final static int IF_ACMPEQ = 165
177*2835e6bbSSorin Bascafld public final static int IF_ACMPNE = 166
178*2835e6bbSSorin Bascafld public final static int IF_ICMPEQ = 159
179*2835e6bbSSorin Bascafld public final static int IF_ICMPGE = 162
180*2835e6bbSSorin Bascafld public final static int IF_ICMPGT = 163
181*2835e6bbSSorin Bascafld public final static int IF_ICMPLE = 164
182*2835e6bbSSorin Bascafld public final static int IF_ICMPLT = 161
183*2835e6bbSSorin Bascafld public final static int IF_ICMPNE = 160
184*2835e6bbSSorin Bascafld public final static int IINC = 132
185*2835e6bbSSorin Bascafld public final static int ILOAD = 21
186*2835e6bbSSorin Bascafld public final static int IMUL = 104
187*2835e6bbSSorin Bascafld public final static int INEG = 116
188*2835e6bbSSorin Bascafld public final static int INSTANCEOF = 193
189*2835e6bbSSorin Bascafld public final static int INVOKEDYNAMIC = 186
190*2835e6bbSSorin Bascafld public final static int INVOKEINTERFACE = 185
191*2835e6bbSSorin Bascafld public final static int INVOKESPECIAL = 183
192*2835e6bbSSorin Bascafld public final static int INVOKESTATIC = 184
193*2835e6bbSSorin Bascafld public final static int INVOKEVIRTUAL = 182
194*2835e6bbSSorin Bascafld public final static int IOR = 128
195*2835e6bbSSorin Bascafld public final static int IREM = 112
196*2835e6bbSSorin Bascafld public final static int IRETURN = 172
197*2835e6bbSSorin Bascafld public final static int ISHL = 120
198*2835e6bbSSorin Bascafld public final static int ISHR = 122
199*2835e6bbSSorin Bascafld public final static int ISTORE = 54
200*2835e6bbSSorin Bascafld public final static int ISUB = 100
201*2835e6bbSSorin Bascafld public final static int IUSHR = 124
202*2835e6bbSSorin Bascafld public final static int IXOR = 130
203*2835e6bbSSorin Bascafld public final static int JSR = 168
204*2835e6bbSSorin Bascafld public final static int L2D = 138
205*2835e6bbSSorin Bascafld public final static int L2F = 137
206*2835e6bbSSorin Bascafld public final static int L2I = 136
207*2835e6bbSSorin Bascafld public final static int LADD = 97
208*2835e6bbSSorin Bascafld public final static int LALOAD = 47
209*2835e6bbSSorin Bascafld public final static int LAND = 127
210*2835e6bbSSorin Bascafld public final static int LASTORE = 80
211*2835e6bbSSorin Bascafld public final static int LCMP = 148
212*2835e6bbSSorin Bascafld public final static int LCONST_0 = 9
213*2835e6bbSSorin Bascafld public final static int LCONST_1 = 10
214*2835e6bbSSorin Bascafld public final static int LDC = 18
215*2835e6bbSSorin Bascafld public final static int LDIV = 109
216*2835e6bbSSorin Bascafld public final static int LLOAD = 22
217*2835e6bbSSorin Bascafld public final static int LMUL = 105
218*2835e6bbSSorin Bascafld public final static int LNEG = 117
219*2835e6bbSSorin Bascafld public final static int LOOKUPSWITCH = 171
220*2835e6bbSSorin Bascafld public final static int LOR = 129
221*2835e6bbSSorin Bascafld public final static int LREM = 113
222*2835e6bbSSorin Bascafld public final static int LRETURN = 173
223*2835e6bbSSorin Bascafld public final static int LSHL = 121
224*2835e6bbSSorin Bascafld public final static int LSHR = 123
225*2835e6bbSSorin Bascafld public final static int LSTORE = 55
226*2835e6bbSSorin Bascafld public final static int LSUB = 101
227*2835e6bbSSorin Bascafld public final static int LUSHR = 125
228*2835e6bbSSorin Bascafld public final static int LXOR = 131
229*2835e6bbSSorin Bascafld public final static int MONITORENTER = 194
230*2835e6bbSSorin Bascafld public final static int MONITOREXIT = 195
231*2835e6bbSSorin Bascafld public final static int MULTIANEWARRAY = 197
232*2835e6bbSSorin Bascafld public final static int NEW = 187
233*2835e6bbSSorin Bascafld public final static int NEWARRAY = 188
234*2835e6bbSSorin Bascafld public final static int NOP = 0
235*2835e6bbSSorin Bascafld public final static int POP = 87
236*2835e6bbSSorin Bascafld public final static int POP2 = 88
237*2835e6bbSSorin Bascafld public final static int PUTFIELD = 181
238*2835e6bbSSorin Bascafld public final static int PUTSTATIC = 179
239*2835e6bbSSorin Bascafld public final static int RET = 169
240*2835e6bbSSorin Bascafld public final static int RETURN = 177
241*2835e6bbSSorin Bascafld public final static int SALOAD = 53
242*2835e6bbSSorin Bascafld public final static int SASTORE = 86
243*2835e6bbSSorin Bascafld public final static int SIPUSH = 17
244*2835e6bbSSorin Bascafld public final static int SWAP = 95
245*2835e6bbSSorin Bascafld public final static int TABLESWITCH = 170
246*2835e6bbSSorin Bascafld public final static int T_BOOLEAN = 4
247*2835e6bbSSorin Bascafld public final static int T_BYTE = 8
248*2835e6bbSSorin Bascafld public final static int T_CHAR = 5
249*2835e6bbSSorin Bascafld public final static int T_DOUBLE = 7
250*2835e6bbSSorin Bascafld public final static int T_FLOAT = 6
251*2835e6bbSSorin Bascafld public final static int T_INT = 10
252*2835e6bbSSorin Bascafld public final static int T_LONG = 11
253*2835e6bbSSorin Bascafld public final static int T_SHORT = 9
254*2835e6bbSSorin Bascafld public final static int V1_1 = 196653
255*2835e6bbSSorin Bascafld public final static int V1_2 = 46
256*2835e6bbSSorin Bascafld public final static int V1_3 = 47
257*2835e6bbSSorin Bascafld public final static int V1_4 = 48
258*2835e6bbSSorin Bascafld public final static int V1_5 = 49
259*2835e6bbSSorin Bascafld public final static int V1_6 = 50
260*2835e6bbSSorin Bascafld public final static int V1_7 = 51
261*2835e6bbSSorin Bascafld public final static java.lang.Integer DOUBLE
262*2835e6bbSSorin Bascafld public final static java.lang.Integer FLOAT
263*2835e6bbSSorin Bascafld public final static java.lang.Integer INTEGER
264*2835e6bbSSorin Bascafld public final static java.lang.Integer LONG
265*2835e6bbSSorin Bascafld public final static java.lang.Integer NULL
266*2835e6bbSSorin Bascafld public final static java.lang.Integer TOP
267*2835e6bbSSorin Bascafld public final static java.lang.Integer UNINITIALIZED_THIS
268*2835e6bbSSorin Basca
269*2835e6bbSSorin BascaCLSS public org.objectweb.asm.tree.analysis.Analyzer
270*2835e6bbSSorin Bascacons public init(org.objectweb.asm.tree.analysis.Interpreter)
271*2835e6bbSSorin Bascaintf org.objectweb.asm.Opcodes
272*2835e6bbSSorin Bascameth protected boolean newControlFlowExceptionEdge(int,int)
273*2835e6bbSSorin Bascameth protected boolean newControlFlowExceptionEdge(int,org.objectweb.asm.tree.TryCatchBlockNode)
274*2835e6bbSSorin Bascameth protected org.objectweb.asm.tree.analysis.Frame newFrame(int,int)
275*2835e6bbSSorin Bascameth protected org.objectweb.asm.tree.analysis.Frame newFrame(org.objectweb.asm.tree.analysis.Frame)
276*2835e6bbSSorin Bascameth protected void init(java.lang.String,org.objectweb.asm.tree.MethodNode) throws org.objectweb.asm.tree.analysis.AnalyzerException
277*2835e6bbSSorin Bascameth protected void newControlFlowEdge(int,int)
278*2835e6bbSSorin Bascameth public java.util.List getHandlers(int)
279*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.Frame[] analyze(java.lang.String,org.objectweb.asm.tree.MethodNode) throws org.objectweb.asm.tree.analysis.AnalyzerException
280*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.Frame[] getFrames()
281*2835e6bbSSorin Bascasupr java.lang.Object
282*2835e6bbSSorin Bascahfds frames,handlers,insns,interpreter,n,queue,queued,subroutines,top
283*2835e6bbSSorin Basca
284*2835e6bbSSorin BascaCLSS public org.objectweb.asm.tree.analysis.AnalyzerException
285*2835e6bbSSorin Bascacons public init(org.objectweb.asm.tree.AbstractInsnNode,java.lang.String)
286*2835e6bbSSorin Bascacons public init(org.objectweb.asm.tree.AbstractInsnNode,java.lang.String,java.lang.Object,org.objectweb.asm.tree.analysis.Value)
287*2835e6bbSSorin Bascacons public init(org.objectweb.asm.tree.AbstractInsnNode,java.lang.String,java.lang.Throwable)
288*2835e6bbSSorin Bascafld public final org.objectweb.asm.tree.AbstractInsnNode node
289*2835e6bbSSorin Bascasupr java.lang.Exception
290*2835e6bbSSorin Basca
291*2835e6bbSSorin BascaCLSS public org.objectweb.asm.tree.analysis.BasicInterpreter
292*2835e6bbSSorin Bascacons protected init(int)
293*2835e6bbSSorin Bascacons public init()
294*2835e6bbSSorin Bascaintf org.objectweb.asm.Opcodes
295*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.BasicValue binaryOperation(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.BasicValue,org.objectweb.asm.tree.analysis.BasicValue) throws org.objectweb.asm.tree.analysis.AnalyzerException
296*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.BasicValue copyOperation(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.BasicValue) throws org.objectweb.asm.tree.analysis.AnalyzerException
297*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.BasicValue merge(org.objectweb.asm.tree.analysis.BasicValue,org.objectweb.asm.tree.analysis.BasicValue)
298*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.BasicValue naryOperation(org.objectweb.asm.tree.AbstractInsnNode,java.util.List) throws org.objectweb.asm.tree.analysis.AnalyzerException
299*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.BasicValue newOperation(org.objectweb.asm.tree.AbstractInsnNode) throws org.objectweb.asm.tree.analysis.AnalyzerException
300*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.BasicValue newValue(org.objectweb.asm.Type)
301*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.BasicValue ternaryOperation(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.BasicValue,org.objectweb.asm.tree.analysis.BasicValue,org.objectweb.asm.tree.analysis.BasicValue) throws org.objectweb.asm.tree.analysis.AnalyzerException
302*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.BasicValue unaryOperation(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.BasicValue) throws org.objectweb.asm.tree.analysis.AnalyzerException
303*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.Value binaryOperation(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.Value,org.objectweb.asm.tree.analysis.Value) throws org.objectweb.asm.tree.analysis.AnalyzerException
304*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.Value copyOperation(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.Value) throws org.objectweb.asm.tree.analysis.AnalyzerException
305*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.Value merge(org.objectweb.asm.tree.analysis.Value,org.objectweb.asm.tree.analysis.Value)
306*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.Value ternaryOperation(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.Value,org.objectweb.asm.tree.analysis.Value,org.objectweb.asm.tree.analysis.Value) throws org.objectweb.asm.tree.analysis.AnalyzerException
307*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.Value unaryOperation(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.Value) throws org.objectweb.asm.tree.analysis.AnalyzerException
308*2835e6bbSSorin Bascameth public void returnOperation(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.BasicValue,org.objectweb.asm.tree.analysis.BasicValue) throws org.objectweb.asm.tree.analysis.AnalyzerException
309*2835e6bbSSorin Bascameth public void returnOperation(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.Value,org.objectweb.asm.tree.analysis.Value) throws org.objectweb.asm.tree.analysis.AnalyzerException
310*2835e6bbSSorin Bascasupr org.objectweb.asm.tree.analysis.Interpreter
311*2835e6bbSSorin Basca
312*2835e6bbSSorin BascaCLSS public org.objectweb.asm.tree.analysis.BasicValue
313*2835e6bbSSorin Bascacons public init(org.objectweb.asm.Type)
314*2835e6bbSSorin Bascafld public final static org.objectweb.asm.tree.analysis.BasicValue DOUBLE_VALUE
315*2835e6bbSSorin Bascafld public final static org.objectweb.asm.tree.analysis.BasicValue FLOAT_VALUE
316*2835e6bbSSorin Bascafld public final static org.objectweb.asm.tree.analysis.BasicValue INT_VALUE
317*2835e6bbSSorin Bascafld public final static org.objectweb.asm.tree.analysis.BasicValue LONG_VALUE
318*2835e6bbSSorin Bascafld public final static org.objectweb.asm.tree.analysis.BasicValue REFERENCE_VALUE
319*2835e6bbSSorin Bascafld public final static org.objectweb.asm.tree.analysis.BasicValue RETURNADDRESS_VALUE
320*2835e6bbSSorin Bascafld public final static org.objectweb.asm.tree.analysis.BasicValue UNINITIALIZED_VALUE
321*2835e6bbSSorin Bascaintf org.objectweb.asm.tree.analysis.Value
322*2835e6bbSSorin Bascameth public boolean equals(java.lang.Object)
323*2835e6bbSSorin Bascameth public boolean isReference()
324*2835e6bbSSorin Bascameth public int getSize()
325*2835e6bbSSorin Bascameth public int hashCode()
326*2835e6bbSSorin Bascameth public java.lang.String toString()
327*2835e6bbSSorin Bascameth public org.objectweb.asm.Type getType()
328*2835e6bbSSorin Bascasupr java.lang.Object
329*2835e6bbSSorin Bascahfds type
330*2835e6bbSSorin Basca
331*2835e6bbSSorin BascaCLSS public org.objectweb.asm.tree.analysis.BasicVerifier
332*2835e6bbSSorin Bascacons protected init(int)
333*2835e6bbSSorin Bascacons public init()
334*2835e6bbSSorin Bascameth protected boolean isArrayValue(org.objectweb.asm.tree.analysis.BasicValue)
335*2835e6bbSSorin Bascameth protected boolean isSubTypeOf(org.objectweb.asm.tree.analysis.BasicValue,org.objectweb.asm.tree.analysis.BasicValue)
336*2835e6bbSSorin Bascameth protected org.objectweb.asm.tree.analysis.BasicValue getElementValue(org.objectweb.asm.tree.analysis.BasicValue) throws org.objectweb.asm.tree.analysis.AnalyzerException
337*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.BasicValue binaryOperation(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.BasicValue,org.objectweb.asm.tree.analysis.BasicValue) throws org.objectweb.asm.tree.analysis.AnalyzerException
338*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.BasicValue copyOperation(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.BasicValue) throws org.objectweb.asm.tree.analysis.AnalyzerException
339*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.BasicValue ternaryOperation(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.BasicValue,org.objectweb.asm.tree.analysis.BasicValue,org.objectweb.asm.tree.analysis.BasicValue) throws org.objectweb.asm.tree.analysis.AnalyzerException
340*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.BasicValue unaryOperation(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.BasicValue) throws org.objectweb.asm.tree.analysis.AnalyzerException
341*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.Value binaryOperation(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.Value,org.objectweb.asm.tree.analysis.Value) throws org.objectweb.asm.tree.analysis.AnalyzerException
342*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.Value copyOperation(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.Value) throws org.objectweb.asm.tree.analysis.AnalyzerException
343*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.Value ternaryOperation(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.Value,org.objectweb.asm.tree.analysis.Value,org.objectweb.asm.tree.analysis.Value) throws org.objectweb.asm.tree.analysis.AnalyzerException
344*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.Value unaryOperation(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.Value) throws org.objectweb.asm.tree.analysis.AnalyzerException
345*2835e6bbSSorin Bascameth public void returnOperation(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.BasicValue,org.objectweb.asm.tree.analysis.BasicValue) throws org.objectweb.asm.tree.analysis.AnalyzerException
346*2835e6bbSSorin Bascameth public void returnOperation(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.Value,org.objectweb.asm.tree.analysis.Value) throws org.objectweb.asm.tree.analysis.AnalyzerException
347*2835e6bbSSorin Bascasupr org.objectweb.asm.tree.analysis.BasicInterpreter
348*2835e6bbSSorin Basca
349*2835e6bbSSorin BascaCLSS public org.objectweb.asm.tree.analysis.Frame
350*2835e6bbSSorin Bascacons public init(int,int)
351*2835e6bbSSorin Bascacons public init(org.objectweb.asm.tree.analysis.Frame)
352*2835e6bbSSorin Bascameth public boolean merge(org.objectweb.asm.tree.analysis.Frame,boolean[])
353*2835e6bbSSorin Bascameth public boolean merge(org.objectweb.asm.tree.analysis.Frame,org.objectweb.asm.tree.analysis.Interpreter) throws org.objectweb.asm.tree.analysis.AnalyzerException
354*2835e6bbSSorin Bascameth public int getLocals()
355*2835e6bbSSorin Bascameth public int getStackSize()
356*2835e6bbSSorin Bascameth public java.lang.String toString()
357*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.Frame init(org.objectweb.asm.tree.analysis.Frame)
358*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.Value getLocal(int)
359*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.Value getStack(int)
360*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.Value pop()
361*2835e6bbSSorin Bascameth public void clearStack()
362*2835e6bbSSorin Bascameth public void execute(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.Interpreter) throws org.objectweb.asm.tree.analysis.AnalyzerException
363*2835e6bbSSorin Bascameth public void push(org.objectweb.asm.tree.analysis.Value)
364*2835e6bbSSorin Bascameth public void setLocal(int,org.objectweb.asm.tree.analysis.Value)
365*2835e6bbSSorin Bascameth public void setReturn(org.objectweb.asm.tree.analysis.Value)
366*2835e6bbSSorin Bascasupr java.lang.Object
367*2835e6bbSSorin Bascahfds locals,returnValue,top,values
368*2835e6bbSSorin Basca
369*2835e6bbSSorin BascaCLSS public abstract org.objectweb.asm.tree.analysis.Interpreter
370*2835e6bbSSorin Bascacons protected init(int)
371*2835e6bbSSorin Bascafld protected final int api
372*2835e6bbSSorin Bascameth public abstract org.objectweb.asm.tree.analysis.Value binaryOperation(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.Value,org.objectweb.asm.tree.analysis.Value) throws org.objectweb.asm.tree.analysis.AnalyzerException
373*2835e6bbSSorin Bascameth public abstract org.objectweb.asm.tree.analysis.Value copyOperation(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.Value) throws org.objectweb.asm.tree.analysis.AnalyzerException
374*2835e6bbSSorin Bascameth public abstract org.objectweb.asm.tree.analysis.Value merge(org.objectweb.asm.tree.analysis.Value,org.objectweb.asm.tree.analysis.Value)
375*2835e6bbSSorin Bascameth public abstract org.objectweb.asm.tree.analysis.Value naryOperation(org.objectweb.asm.tree.AbstractInsnNode,java.util.List) throws org.objectweb.asm.tree.analysis.AnalyzerException
376*2835e6bbSSorin Bascameth public abstract org.objectweb.asm.tree.analysis.Value newOperation(org.objectweb.asm.tree.AbstractInsnNode) throws org.objectweb.asm.tree.analysis.AnalyzerException
377*2835e6bbSSorin Bascameth public abstract org.objectweb.asm.tree.analysis.Value newValue(org.objectweb.asm.Type)
378*2835e6bbSSorin Bascameth public abstract org.objectweb.asm.tree.analysis.Value ternaryOperation(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.Value,org.objectweb.asm.tree.analysis.Value,org.objectweb.asm.tree.analysis.Value) throws org.objectweb.asm.tree.analysis.AnalyzerException
379*2835e6bbSSorin Bascameth public abstract org.objectweb.asm.tree.analysis.Value unaryOperation(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.Value) throws org.objectweb.asm.tree.analysis.AnalyzerException
380*2835e6bbSSorin Bascameth public abstract void returnOperation(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.Value,org.objectweb.asm.tree.analysis.Value) throws org.objectweb.asm.tree.analysis.AnalyzerException
381*2835e6bbSSorin Bascasupr java.lang.Object
382*2835e6bbSSorin Basca
383*2835e6bbSSorin BascaCLSS public org.objectweb.asm.tree.analysis.SimpleVerifier
384*2835e6bbSSorin Bascacons protected init(int,org.objectweb.asm.Type,org.objectweb.asm.Type,java.util.List,boolean)
385*2835e6bbSSorin Bascacons public init()
386*2835e6bbSSorin Bascacons public init(org.objectweb.asm.Type,org.objectweb.asm.Type,boolean)
387*2835e6bbSSorin Bascacons public init(org.objectweb.asm.Type,org.objectweb.asm.Type,java.util.List,boolean)
388*2835e6bbSSorin Bascameth protected boolean isArrayValue(org.objectweb.asm.tree.analysis.BasicValue)
389*2835e6bbSSorin Bascameth protected boolean isAssignableFrom(org.objectweb.asm.Type,org.objectweb.asm.Type)
390*2835e6bbSSorin Bascameth protected boolean isInterface(org.objectweb.asm.Type)
391*2835e6bbSSorin Bascameth protected boolean isSubTypeOf(org.objectweb.asm.tree.analysis.BasicValue,org.objectweb.asm.tree.analysis.BasicValue)
392*2835e6bbSSorin Bascameth protected java.lang.Class getClass(org.objectweb.asm.Type)
393*2835e6bbSSorin Bascameth protected org.objectweb.asm.Type getSuperClass(org.objectweb.asm.Type)
394*2835e6bbSSorin Bascameth protected org.objectweb.asm.tree.analysis.BasicValue getElementValue(org.objectweb.asm.tree.analysis.BasicValue) throws org.objectweb.asm.tree.analysis.AnalyzerException
395*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.BasicValue merge(org.objectweb.asm.tree.analysis.BasicValue,org.objectweb.asm.tree.analysis.BasicValue)
396*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.Value merge(org.objectweb.asm.tree.analysis.Value,org.objectweb.asm.tree.analysis.Value)
397*2835e6bbSSorin Bascameth public void setClassLoader(java.lang.ClassLoader)
398*2835e6bbSSorin Bascasupr org.objectweb.asm.tree.analysis.BasicVerifier
399*2835e6bbSSorin Bascahfds class$java$lang$Object,currentClass,currentClassInterfaces,currentSuperClass,isInterface,loader
400*2835e6bbSSorin Basca
401*2835e6bbSSorin BascaCLSS public org.objectweb.asm.tree.analysis.SourceInterpreter
402*2835e6bbSSorin Bascacons protected init(int)
403*2835e6bbSSorin Bascacons public init()
404*2835e6bbSSorin Bascaintf org.objectweb.asm.Opcodes
405*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.SourceValue binaryOperation(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.SourceValue,org.objectweb.asm.tree.analysis.SourceValue)
406*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.SourceValue copyOperation(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.SourceValue)
407*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.SourceValue merge(org.objectweb.asm.tree.analysis.SourceValue,org.objectweb.asm.tree.analysis.SourceValue)
408*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.SourceValue naryOperation(org.objectweb.asm.tree.AbstractInsnNode,java.util.List)
409*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.SourceValue newOperation(org.objectweb.asm.tree.AbstractInsnNode)
410*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.SourceValue newValue(org.objectweb.asm.Type)
411*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.SourceValue ternaryOperation(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.SourceValue,org.objectweb.asm.tree.analysis.SourceValue,org.objectweb.asm.tree.analysis.SourceValue)
412*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.SourceValue unaryOperation(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.SourceValue)
413*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.Value binaryOperation(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.Value,org.objectweb.asm.tree.analysis.Value) throws org.objectweb.asm.tree.analysis.AnalyzerException
414*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.Value copyOperation(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.Value) throws org.objectweb.asm.tree.analysis.AnalyzerException
415*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.Value merge(org.objectweb.asm.tree.analysis.Value,org.objectweb.asm.tree.analysis.Value)
416*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.Value ternaryOperation(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.Value,org.objectweb.asm.tree.analysis.Value,org.objectweb.asm.tree.analysis.Value) throws org.objectweb.asm.tree.analysis.AnalyzerException
417*2835e6bbSSorin Bascameth public org.objectweb.asm.tree.analysis.Value unaryOperation(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.Value) throws org.objectweb.asm.tree.analysis.AnalyzerException
418*2835e6bbSSorin Bascameth public void returnOperation(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.SourceValue,org.objectweb.asm.tree.analysis.SourceValue)
419*2835e6bbSSorin Bascameth public void returnOperation(org.objectweb.asm.tree.AbstractInsnNode,org.objectweb.asm.tree.analysis.Value,org.objectweb.asm.tree.analysis.Value) throws org.objectweb.asm.tree.analysis.AnalyzerException
420*2835e6bbSSorin Bascasupr org.objectweb.asm.tree.analysis.Interpreter
421*2835e6bbSSorin Basca
422*2835e6bbSSorin BascaCLSS public org.objectweb.asm.tree.analysis.SourceValue
423*2835e6bbSSorin Bascacons public init(int)
424*2835e6bbSSorin Bascacons public init(int,java.util.Set)
425*2835e6bbSSorin Bascacons public init(int,org.objectweb.asm.tree.AbstractInsnNode)
426*2835e6bbSSorin Bascafld public final int size
427*2835e6bbSSorin Bascafld public final java.util.Set insns
428*2835e6bbSSorin Bascaintf org.objectweb.asm.tree.analysis.Value
429*2835e6bbSSorin Bascameth public boolean equals(java.lang.Object)
430*2835e6bbSSorin Bascameth public int getSize()
431*2835e6bbSSorin Bascameth public int hashCode()
432*2835e6bbSSorin Bascasupr java.lang.Object
433*2835e6bbSSorin Basca
434*2835e6bbSSorin BascaCLSS public abstract interface org.objectweb.asm.tree.analysis.Value
435*2835e6bbSSorin Bascameth public abstract int getSize()
436*2835e6bbSSorin Basca
437