public abstract class org.objectweb.asm.tree.AbstractInsnNode extends java.lang.Object
{
public static final int INSN;
public static final int INT_INSN;
public static final int VAR_INSN;
public static final int TYPE_INSN;
public static final int FIELD_INSN;
public static final int METHOD_INSN;
public static final int INVOKE_DYNAMIC_INSN;
public static final int JUMP_INSN;
public static final int LABEL;
public static final int LDC_INSN;
public static final int IINC_INSN;
public static final int TABLESWITCH_INSN;
public static final int LOOKUPSWITCH_INSN;
public static final int MULTIANEWARRAY_INSN;
public static final int FRAME;
public static final int LINE;
protected int opcode;
public java.util.List visibleTypeAnnotations;
public java.util.List invisibleTypeAnnotations;
org.objectweb.asm.tree.AbstractInsnNode previousInsn;
org.objectweb.asm.tree.AbstractInsnNode nextInsn;
int index;
protected void <init>(int)
{
int v, v;
org.objectweb.asm.tree.AbstractInsnNode v;
v := @this: org.objectweb.asm.tree.AbstractInsnNode;
v := @parameter: int;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<org.objectweb.asm.tree.AbstractInsnNode: int opcode> = v;
v = (int) -1;
v.<org.objectweb.asm.tree.AbstractInsnNode: int index> = v;
return;
}
public int getOpcode()
{
int v;
org.objectweb.asm.tree.AbstractInsnNode v;
v := @this: org.objectweb.asm.tree.AbstractInsnNode;
v = v.<org.objectweb.asm.tree.AbstractInsnNode: int opcode>;
return v;
}
public abstract int getType();
public org.objectweb.asm.tree.AbstractInsnNode getPrevious()
{
org.objectweb.asm.tree.AbstractInsnNode v, v;
v := @this: org.objectweb.asm.tree.AbstractInsnNode;
v = v.<org.objectweb.asm.tree.AbstractInsnNode: org.objectweb.asm.tree.AbstractInsnNode previousInsn>;
return v;
}
public org.objectweb.asm.tree.AbstractInsnNode getNext()
{
org.objectweb.asm.tree.AbstractInsnNode v, v;
v := @this: org.objectweb.asm.tree.AbstractInsnNode;
v = v.<org.objectweb.asm.tree.AbstractInsnNode: org.objectweb.asm.tree.AbstractInsnNode nextInsn>;
return v;
}
public abstract void accept(org.objectweb.asm.MethodVisitor);
protected final void acceptAnnotations(org.objectweb.asm.MethodVisitor)
{
org.objectweb.asm.AnnotationVisitor v, v;
org.objectweb.asm.MethodVisitor v;
int v, v, v, v, v, v;
java.lang.String v, v;
java.util.List v, v, v, v, v, v;
org.objectweb.asm.TypePath v, v;
org.objectweb.asm.tree.AbstractInsnNode v;
java.lang.Object v, v;
v := @this: org.objectweb.asm.tree.AbstractInsnNode;
v := @parameter: org.objectweb.asm.MethodVisitor;
v = v.<org.objectweb.asm.tree.AbstractInsnNode: java.util.List visibleTypeAnnotations>;
if v == null goto label;
v = 0;
v = v.<org.objectweb.asm.tree.AbstractInsnNode: java.util.List visibleTypeAnnotations>;
v = interfaceinvoke v.<java.util.List: int size()>();
label:
if v >= v goto label;
v = v.<org.objectweb.asm.tree.AbstractInsnNode: java.util.List visibleTypeAnnotations>;
v = interfaceinvoke v.<java.util.List: java.lang.Object get(int)>(v);
v = v.<org.objectweb.asm.tree.TypeAnnotationNode: int typeRef>;
v = v.<org.objectweb.asm.tree.TypeAnnotationNode: org.objectweb.asm.TypePath typePath>;
v = v.<org.objectweb.asm.tree.TypeAnnotationNode: java.lang.String desc>;
v = virtualinvoke v.<org.objectweb.asm.MethodVisitor: org.objectweb.asm.AnnotationVisitor visitInsnAnnotation(int,org.objectweb.asm.TypePath,java.lang.String,boolean)>(v, v, v, 1);
virtualinvoke v.<org.objectweb.asm.tree.TypeAnnotationNode: void accept(org.objectweb.asm.AnnotationVisitor)>(v);
v = v + 1;
goto label;
label:
v = v.<org.objectweb.asm.tree.AbstractInsnNode: java.util.List invisibleTypeAnnotations>;
if v == null goto label;
v = 0;
v = v.<org.objectweb.asm.tree.AbstractInsnNode: java.util.List invisibleTypeAnnotations>;
v = interfaceinvoke v.<java.util.List: int size()>();
label:
if v >= v goto label;
v = v.<org.objectweb.asm.tree.AbstractInsnNode: java.util.List invisibleTypeAnnotations>;
v = interfaceinvoke v.<java.util.List: java.lang.Object get(int)>(v);
v = v.<org.objectweb.asm.tree.TypeAnnotationNode: int typeRef>;
v = v.<org.objectweb.asm.tree.TypeAnnotationNode: org.objectweb.asm.TypePath typePath>;
v = v.<org.objectweb.asm.tree.TypeAnnotationNode: java.lang.String desc>;
v = virtualinvoke v.<org.objectweb.asm.MethodVisitor: org.objectweb.asm.AnnotationVisitor visitInsnAnnotation(int,org.objectweb.asm.TypePath,java.lang.String,boolean)>(v, v, v, 0);
virtualinvoke v.<org.objectweb.asm.tree.TypeAnnotationNode: void accept(org.objectweb.asm.AnnotationVisitor)>(v);
v = v + 1;
goto label;
label:
return;
}
public abstract org.objectweb.asm.tree.AbstractInsnNode clone(java.util.Map);
static org.objectweb.asm.tree.LabelNode clone(org.objectweb.asm.tree.LabelNode, java.util.Map)
{
org.objectweb.asm.tree.LabelNode v;
java.lang.Object v;
java.util.Map v;
v := @parameter: org.objectweb.asm.tree.LabelNode;
v := @parameter: java.util.Map;
v = interfaceinvoke v.<java.util.Map: java.lang.Object get(java.lang.Object)>(v);
return v;
}
static org.objectweb.asm.tree.LabelNode[] clone(java.util.List, java.util.Map)
{
java.util.List v;
java.util.Map v;
int v, v, v;
java.lang.Object v, v;
org.objectweb.asm.tree.LabelNode[] v;
v := @parameter: java.util.List;
v := @parameter: java.util.Map;
v = interfaceinvoke v.<java.util.List: int size()>();
v = newarray (org.objectweb.asm.tree.LabelNode)[v];
v = 0;
v = lengthof v;
label:
if v >= v goto label;
v = interfaceinvoke v.<java.util.List: java.lang.Object get(int)>(v);
v = interfaceinvoke v.<java.util.Map: java.lang.Object get(java.lang.Object)>(v);
v[v] = v;
v = v + 1;
goto label;
label:
return v;
}
protected final org.objectweb.asm.tree.AbstractInsnNode cloneAnnotations(org.objectweb.asm.tree.AbstractInsnNode)
{
java.util.ArrayList v, v;
int v, v, v, v, v, v;
org.objectweb.asm.tree.TypeAnnotationNode v, v;
java.lang.String v, v;
java.util.List v, v, v, v, v, v, v, v;
org.objectweb.asm.TypePath v, v;
org.objectweb.asm.tree.AbstractInsnNode v, v;
java.lang.Object v, v;
v := @this: org.objectweb.asm.tree.AbstractInsnNode;
v := @parameter: org.objectweb.asm.tree.AbstractInsnNode;
v = v.<org.objectweb.asm.tree.AbstractInsnNode: java.util.List visibleTypeAnnotations>;
if v == null goto label;
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v.<org.objectweb.asm.tree.AbstractInsnNode: java.util.List visibleTypeAnnotations> = v;
v = 0;
v = v.<org.objectweb.asm.tree.AbstractInsnNode: java.util.List visibleTypeAnnotations>;
v = interfaceinvoke v.<java.util.List: int size()>();
label:
if v >= v goto label;
v = v.<org.objectweb.asm.tree.AbstractInsnNode: java.util.List visibleTypeAnnotations>;
v = interfaceinvoke v.<java.util.List: java.lang.Object get(int)>(v);
v = new org.objectweb.asm.tree.TypeAnnotationNode;
v = v.<org.objectweb.asm.tree.TypeAnnotationNode: int typeRef>;
v = v.<org.objectweb.asm.tree.TypeAnnotationNode: org.objectweb.asm.TypePath typePath>;
v = v.<org.objectweb.asm.tree.TypeAnnotationNode: java.lang.String desc>;
specialinvoke v.<org.objectweb.asm.tree.TypeAnnotationNode: void <init>(int,org.objectweb.asm.TypePath,java.lang.String)>(v, v, v);
virtualinvoke v.<org.objectweb.asm.tree.TypeAnnotationNode: void accept(org.objectweb.asm.AnnotationVisitor)>(v);
v = v.<org.objectweb.asm.tree.AbstractInsnNode: java.util.List visibleTypeAnnotations>;
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(v);
v = v + 1;
goto label;
label:
v = v.<org.objectweb.asm.tree.AbstractInsnNode: java.util.List invisibleTypeAnnotations>;
if v == null goto label;
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v.<org.objectweb.asm.tree.AbstractInsnNode: java.util.List invisibleTypeAnnotations> = v;
v = 0;
v = v.<org.objectweb.asm.tree.AbstractInsnNode: java.util.List invisibleTypeAnnotations>;
v = interfaceinvoke v.<java.util.List: int size()>();
label:
if v >= v goto label;
v = v.<org.objectweb.asm.tree.AbstractInsnNode: java.util.List invisibleTypeAnnotations>;
v = interfaceinvoke v.<java.util.List: java.lang.Object get(int)>(v);
v = new org.objectweb.asm.tree.TypeAnnotationNode;
v = v.<org.objectweb.asm.tree.TypeAnnotationNode: int typeRef>;
v = v.<org.objectweb.asm.tree.TypeAnnotationNode: org.objectweb.asm.TypePath typePath>;
v = v.<org.objectweb.asm.tree.TypeAnnotationNode: java.lang.String desc>;
specialinvoke v.<org.objectweb.asm.tree.TypeAnnotationNode: void <init>(int,org.objectweb.asm.TypePath,java.lang.String)>(v, v, v);
virtualinvoke v.<org.objectweb.asm.tree.TypeAnnotationNode: void accept(org.objectweb.asm.AnnotationVisitor)>(v);
v = v.<org.objectweb.asm.tree.AbstractInsnNode: java.util.List invisibleTypeAnnotations>;
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(v);
v = v + 1;
goto label;
label:
return v;
}
}