public final class org.objectweb.asm.MethodTooLargeException extends java.lang.IndexOutOfBoundsException
{
private static final long serialVersionUID;
private final java.lang.String className;
private final java.lang.String methodName;
private final java.lang.String descriptor;
private final int codeSize;
public void <init>(java.lang.String, java.lang.String, java.lang.String, int)
{
int v;
org.objectweb.asm.MethodTooLargeException v;
java.lang.String v, v, v, v;
v := @this: org.objectweb.asm.MethodTooLargeException;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v := @parameter: int;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String,java.lang.String,java.lang.String)>(v, v, v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Method too large: \u.\u \u0001");
specialinvoke v.<java.lang.IndexOutOfBoundsException: void <init>(java.lang.String)>(v);
v.<org.objectweb.asm.MethodTooLargeException: java.lang.String className> = v;
v.<org.objectweb.asm.MethodTooLargeException: java.lang.String methodName> = v;
v.<org.objectweb.asm.MethodTooLargeException: java.lang.String descriptor> = v;
v.<org.objectweb.asm.MethodTooLargeException: int codeSize> = v;
return;
}
public java.lang.String getClassName()
{
org.objectweb.asm.MethodTooLargeException v;
java.lang.String v;
v := @this: org.objectweb.asm.MethodTooLargeException;
v = v.<org.objectweb.asm.MethodTooLargeException: java.lang.String className>;
return v;
}
public java.lang.String getMethodName()
{
org.objectweb.asm.MethodTooLargeException v;
java.lang.String v;
v := @this: org.objectweb.asm.MethodTooLargeException;
v = v.<org.objectweb.asm.MethodTooLargeException: java.lang.String methodName>;
return v;
}
public java.lang.String getDescriptor()
{
org.objectweb.asm.MethodTooLargeException v;
java.lang.String v;
v := @this: org.objectweb.asm.MethodTooLargeException;
v = v.<org.objectweb.asm.MethodTooLargeException: java.lang.String descriptor>;
return v;
}
public int getCodeSize()
{
int v;
org.objectweb.asm.MethodTooLargeException v;
v := @this: org.objectweb.asm.MethodTooLargeException;
v = v.<org.objectweb.asm.MethodTooLargeException: int codeSize>;
return v;
}
}