public class org.objectweb.asm.tree.TryCatchBlockNode extends java.lang.Object
{
public org.objectweb.asm.tree.LabelNode start;
public org.objectweb.asm.tree.LabelNode end;
public org.objectweb.asm.tree.LabelNode handler;
public java.lang.String type;
public java.util.List visibleTypeAnnotations;
public java.util.List invisibleTypeAnnotations;
public void <init>(org.objectweb.asm.tree.LabelNode, org.objectweb.asm.tree.LabelNode, org.objectweb.asm.tree.LabelNode, java.lang.String)
{
org.objectweb.asm.tree.TryCatchBlockNode v;
org.objectweb.asm.tree.LabelNode v, v, v;
java.lang.String v;
v := @this: org.objectweb.asm.tree.TryCatchBlockNode;
v := @parameter: org.objectweb.asm.tree.LabelNode;
v := @parameter: org.objectweb.asm.tree.LabelNode;
v := @parameter: org.objectweb.asm.tree.LabelNode;
v := @parameter: java.lang.String;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<org.objectweb.asm.tree.TryCatchBlockNode: org.objectweb.asm.tree.LabelNode start> = v;
v.<org.objectweb.asm.tree.TryCatchBlockNode: org.objectweb.asm.tree.LabelNode end> = v;
v.<org.objectweb.asm.tree.TryCatchBlockNode: org.objectweb.asm.tree.LabelNode handler> = v;
v.<org.objectweb.asm.tree.TryCatchBlockNode: java.lang.String type> = v;
return;
}
public void updateIndex(int)
{
int v, v, v, v, v, v, v;
java.util.List v, v, v, v, v, v;
org.objectweb.asm.tree.TryCatchBlockNode v;
java.lang.Object v, v;
v := @this: org.objectweb.asm.tree.TryCatchBlockNode;
v := @parameter: int;
v = v << 8;
v = 1107296256 | v;
v = v.<org.objectweb.asm.tree.TryCatchBlockNode: java.util.List visibleTypeAnnotations>;
if v == null goto label;
v = 0;
v = v.<org.objectweb.asm.tree.TryCatchBlockNode: java.util.List visibleTypeAnnotations>;
v = interfaceinvoke v.<java.util.List: int size()>();
label:
if v >= v goto label;
v = v.<org.objectweb.asm.tree.TryCatchBlockNode: java.util.List visibleTypeAnnotations>;
v = interfaceinvoke v.<java.util.List: java.lang.Object get(int)>(v);
v.<org.objectweb.asm.tree.TypeAnnotationNode: int typeRef> = v;
v = v + 1;
goto label;
label:
v = v.<org.objectweb.asm.tree.TryCatchBlockNode: java.util.List invisibleTypeAnnotations>;
if v == null goto label;
v = 0;
v = v.<org.objectweb.asm.tree.TryCatchBlockNode: java.util.List invisibleTypeAnnotations>;
v = interfaceinvoke v.<java.util.List: int size()>();
label:
if v >= v goto label;
v = v.<org.objectweb.asm.tree.TryCatchBlockNode: java.util.List invisibleTypeAnnotations>;
v = interfaceinvoke v.<java.util.List: java.lang.Object get(int)>(v);
v.<org.objectweb.asm.tree.TypeAnnotationNode: int typeRef> = v;
v = v + 1;
goto label;
label:
return;
}
public void accept(org.objectweb.asm.MethodVisitor)
{
org.objectweb.asm.AnnotationVisitor v, v;
org.objectweb.asm.MethodVisitor v;
org.objectweb.asm.Label v, v, v;
int v, v, v, v, v, v;
java.lang.String v, v, v;
org.objectweb.asm.tree.LabelNode v, v, v, v;
java.util.List v, v, v, v, v, v;
org.objectweb.asm.TypePath v, v;
org.objectweb.asm.tree.TryCatchBlockNode v;
java.lang.Object v, v;
v := @this: org.objectweb.asm.tree.TryCatchBlockNode;
v := @parameter: org.objectweb.asm.MethodVisitor;
v = v.<org.objectweb.asm.tree.TryCatchBlockNode: org.objectweb.asm.tree.LabelNode start>;
v = virtualinvoke v.<org.objectweb.asm.tree.LabelNode: org.objectweb.asm.Label getLabel()>();
v = v.<org.objectweb.asm.tree.TryCatchBlockNode: org.objectweb.asm.tree.LabelNode end>;
v = virtualinvoke v.<org.objectweb.asm.tree.LabelNode: org.objectweb.asm.Label getLabel()>();
v = v.<org.objectweb.asm.tree.TryCatchBlockNode: org.objectweb.asm.tree.LabelNode handler>;
if v != null goto label;
v = null;
goto label;
label:
v = v.<org.objectweb.asm.tree.TryCatchBlockNode: org.objectweb.asm.tree.LabelNode handler>;
v = virtualinvoke v.<org.objectweb.asm.tree.LabelNode: org.objectweb.asm.Label getLabel()>();
label:
v = v.<org.objectweb.asm.tree.TryCatchBlockNode: java.lang.String type>;
virtualinvoke v.<org.objectweb.asm.MethodVisitor: void visitTryCatchBlock(org.objectweb.asm.Label,org.objectweb.asm.Label,org.objectweb.asm.Label,java.lang.String)>(v, v, v, v);
v = v.<org.objectweb.asm.tree.TryCatchBlockNode: java.util.List visibleTypeAnnotations>;
if v == null goto label;
v = 0;
v = v.<org.objectweb.asm.tree.TryCatchBlockNode: java.util.List visibleTypeAnnotations>;
v = interfaceinvoke v.<java.util.List: int size()>();
label:
if v >= v goto label;
v = v.<org.objectweb.asm.tree.TryCatchBlockNode: 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 visitTryCatchAnnotation(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.TryCatchBlockNode: java.util.List invisibleTypeAnnotations>;
if v == null goto label;
v = 0;
v = v.<org.objectweb.asm.tree.TryCatchBlockNode: java.util.List invisibleTypeAnnotations>;
v = interfaceinvoke v.<java.util.List: int size()>();
label:
if v >= v goto label;
v = v.<org.objectweb.asm.tree.TryCatchBlockNode: 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 visitTryCatchAnnotation(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;
}
}