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