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