public class com.sun.xml.internal.fastinfoset.algorithm.BuiltInEncodingAlgorithmState
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.xml.internal.fastinfoset.algorithm.BuiltInEncodingAlgorithmState
super_class: java.lang.Object
{
public static final int INITIAL_LENGTH;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 8
public boolean[] booleanArray;
descriptor: [Z
flags: (0x0001) ACC_PUBLIC
public short[] shortArray;
descriptor: [S
flags: (0x0001) ACC_PUBLIC
public int[] intArray;
descriptor: [I
flags: (0x0001) ACC_PUBLIC
public long[] longArray;
descriptor: [J
flags: (0x0001) ACC_PUBLIC
public float[] floatArray;
descriptor: [F
flags: (0x0001) ACC_PUBLIC
public double[] doubleArray;
descriptor: [D
flags: (0x0001) ACC_PUBLIC
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
bipush 8
newarray 4
putfield com.sun.xml.internal.fastinfoset.algorithm.BuiltInEncodingAlgorithmState.booleanArray:[Z
2: aload 0
bipush 8
newarray 9
putfield com.sun.xml.internal.fastinfoset.algorithm.BuiltInEncodingAlgorithmState.shortArray:[S
3: aload 0
bipush 8
newarray 10
putfield com.sun.xml.internal.fastinfoset.algorithm.BuiltInEncodingAlgorithmState.intArray:[I
4: aload 0
bipush 8
newarray 11
putfield com.sun.xml.internal.fastinfoset.algorithm.BuiltInEncodingAlgorithmState.longArray:[J
5: aload 0
bipush 8
newarray 6
putfield com.sun.xml.internal.fastinfoset.algorithm.BuiltInEncodingAlgorithmState.floatArray:[F
6: aload 0
bipush 8
newarray 7
putfield com.sun.xml.internal.fastinfoset.algorithm.BuiltInEncodingAlgorithmState.doubleArray:[D
7: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/sun/xml/internal/fastinfoset/algorithm/BuiltInEncodingAlgorithmState;
}
SourceFile: "BuiltInEncodingAlgorithmState.java"