public class org.objectweb.asm.tree.LocalVariableAnnotationNode extends org.objectweb.asm.tree.TypeAnnotationNode
{
public java.util.List start;
public java.util.List end;
public java.util.List index;
public void <init>(int, org.objectweb.asm.TypePath, org.objectweb.asm.tree.LabelNode[], org.objectweb.asm.tree.LabelNode[], int[], java.lang.String)
{
org.objectweb.asm.TypePath v;
int[] v;
int v;
org.objectweb.asm.tree.LocalVariableAnnotationNode v;
java.lang.String v;
org.objectweb.asm.tree.LabelNode[] v, v;
v := @this: org.objectweb.asm.tree.LocalVariableAnnotationNode;
v := @parameter: int;
v := @parameter: org.objectweb.asm.TypePath;
v := @parameter: org.objectweb.asm.tree.LabelNode[];
v := @parameter: org.objectweb.asm.tree.LabelNode[];
v := @parameter: int[];
v := @parameter: java.lang.String;
specialinvoke v.<org.objectweb.asm.tree.LocalVariableAnnotationNode: void <init>(int,int,org.objectweb.asm.TypePath,org.objectweb.asm.tree.LabelNode[],org.objectweb.asm.tree.LabelNode[],int[],java.lang.String)>(589824, v, v, v, v, v, v);
return;
}
public void <init>(int, int, org.objectweb.asm.TypePath, org.objectweb.asm.tree.LabelNode[], org.objectweb.asm.tree.LabelNode[], int[], java.lang.String)
{
java.util.List v, v, v;
org.objectweb.asm.TypePath v;
int[] v;
int v, v;
org.objectweb.asm.tree.LocalVariableAnnotationNode v;
java.lang.String v;
org.objectweb.asm.tree.LabelNode[] v, v;
v := @this: org.objectweb.asm.tree.LocalVariableAnnotationNode;
v := @parameter: int;
v := @parameter: int;
v := @parameter: org.objectweb.asm.TypePath;
v := @parameter: org.objectweb.asm.tree.LabelNode[];
v := @parameter: org.objectweb.asm.tree.LabelNode[];
v := @parameter: int[];
v := @parameter: java.lang.String;
specialinvoke v.<org.objectweb.asm.tree.TypeAnnotationNode: void <init>(int,int,org.objectweb.asm.TypePath,java.lang.String)>(v, v, v, v);
v = staticinvoke <org.objectweb.asm.tree.Util: java.util.List asArrayList(java.lang.Object[])>(v);
v.<org.objectweb.asm.tree.LocalVariableAnnotationNode: java.util.List start> = v;
v = staticinvoke <org.objectweb.asm.tree.Util: java.util.List asArrayList(java.lang.Object[])>(v);
v.<org.objectweb.asm.tree.LocalVariableAnnotationNode: java.util.List end> = v;
v = staticinvoke <org.objectweb.asm.tree.Util: java.util.List asArrayList(int[])>(v);
v.<org.objectweb.asm.tree.LocalVariableAnnotationNode: java.util.List index> = v;
return;
}
public void accept(org.objectweb.asm.MethodVisitor, boolean)
{
org.objectweb.asm.AnnotationVisitor v;
org.objectweb.asm.MethodVisitor v;
org.objectweb.asm.Label v, v;
int[] v;
int v, v, v, v, v, v, v;
org.objectweb.asm.tree.LocalVariableAnnotationNode v;
org.objectweb.asm.Label[] v, v;
java.lang.String v;
boolean v;
java.util.List v, v, v, v, v, v;
org.objectweb.asm.TypePath v;
java.lang.Object v, v, v;
v := @this: org.objectweb.asm.tree.LocalVariableAnnotationNode;
v := @parameter: org.objectweb.asm.MethodVisitor;
v := @parameter: boolean;
v = v.<org.objectweb.asm.tree.LocalVariableAnnotationNode: java.util.List start>;
v = interfaceinvoke v.<java.util.List: int size()>();
v = newarray (org.objectweb.asm.Label)[v];
v = v.<org.objectweb.asm.tree.LocalVariableAnnotationNode: java.util.List end>;
v = interfaceinvoke v.<java.util.List: int size()>();
v = newarray (org.objectweb.asm.Label)[v];
v = v.<org.objectweb.asm.tree.LocalVariableAnnotationNode: java.util.List index>;
v = interfaceinvoke v.<java.util.List: int size()>();
v = newarray (int)[v];
v = 0;
v = lengthof v;
label:
if v >= v goto label;
v = v.<org.objectweb.asm.tree.LocalVariableAnnotationNode: java.util.List start>;
v = interfaceinvoke v.<java.util.List: java.lang.Object get(int)>(v);
v = virtualinvoke v.<org.objectweb.asm.tree.LabelNode: org.objectweb.asm.Label getLabel()>();
v[v] = v;
v = v.<org.objectweb.asm.tree.LocalVariableAnnotationNode: java.util.List end>;
v = interfaceinvoke v.<java.util.List: java.lang.Object get(int)>(v);
v = virtualinvoke v.<org.objectweb.asm.tree.LabelNode: org.objectweb.asm.Label getLabel()>();
v[v] = v;
v = v.<org.objectweb.asm.tree.LocalVariableAnnotationNode: java.util.List index>;
v = interfaceinvoke v.<java.util.List: java.lang.Object get(int)>(v);
v = virtualinvoke v.<java.lang.Integer: int intValue()>();
v[v] = v;
v = v + 1;
goto label;
label:
v = v.<org.objectweb.asm.tree.LocalVariableAnnotationNode: int typeRef>;
v = v.<org.objectweb.asm.tree.LocalVariableAnnotationNode: org.objectweb.asm.TypePath typePath>;
v = v.<org.objectweb.asm.tree.LocalVariableAnnotationNode: java.lang.String desc>;
v = virtualinvoke v.<org.objectweb.asm.MethodVisitor: org.objectweb.asm.AnnotationVisitor visitLocalVariableAnnotation(int,org.objectweb.asm.TypePath,org.objectweb.asm.Label[],org.objectweb.asm.Label[],int[],java.lang.String,boolean)>(v, v, v, v, v, v, v);
virtualinvoke v.<org.objectweb.asm.tree.LocalVariableAnnotationNode: void accept(org.objectweb.asm.AnnotationVisitor)>(v);
return;
}
}