📄 m.java
字号:
public final class m
{
public String a;
public byte a;
public byte b;
public int a;
public int b;
public byte c;
public byte d;
public String[] a;
public short[] a;
public short a;
public int c;
public m(x paramx, byte paramByte1, String paramString, byte paramByte2, int paramInt1, int paramInt2, byte paramByte3)
{
this.jdField_a_of_type_JavaLangString = null;
this.jdField_a_of_type_Byte = 0;
this.jdField_b_of_type_Byte = 0;
this.jdField_a_of_type_Int = 0;
this.jdField_b_of_type_Int = 0;
this.jdField_c_of_type_Byte = 0;
this.d = 0;
this.jdField_a_of_type_ArrayOfJavaLangString = null;
this.jdField_a_of_type_ArrayOfShort = null;
this.jdField_a_of_type_Short = 0;
this.jdField_c_of_type_Int = 0;
this.jdField_a_of_type_JavaLangString = paramString;
this.jdField_a_of_type_Byte = paramByte1;
this.jdField_c_of_type_Byte = paramByte2;
this.jdField_b_of_type_Int = paramInt1;
this.jdField_a_of_type_Int = paramInt2;
this.jdField_b_of_type_Byte = paramByte3;
}
public final void a(byte paramByte)
{
if ((paramByte > 0) && (paramByte <= this.jdField_c_of_type_Byte))
{
this.d = paramByte;
this.jdField_a_of_type_ArrayOfJavaLangString = null;
this.jdField_a_of_type_ArrayOfShort = null;
this.jdField_a_of_type_ArrayOfJavaLangString = new String[35];
this.jdField_a_of_type_ArrayOfShort = new short[35];
}
}
public final void a(short paramShort, String paramString)
{
this.jdField_a_of_type_ArrayOfJavaLangString[this.jdField_c_of_type_Int] = paramString;
this.jdField_a_of_type_ArrayOfShort[this.jdField_c_of_type_Int] = paramShort;
this.jdField_c_of_type_Int += 1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -