public class org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere2D extends org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere2D
super_class: org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere
{
private static final int DIMENSION;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 2
public void <init>(int, double, double, double);
descriptor: (IDDD)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=11, args_size=5
start local 0 start local 1 start local 2 start local 4 start local 6 0: aload 0
iconst_2
iload 1
dload 2
dload 4
dload 6
invokespecial org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere.<init>:(IIDDD)V
1: iconst_0
istore 8
start local 8 2: goto 9
3: StackMap locals: org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere2D int double double double int
StackMap stack:
iload 8
i2d
ldc 6.283185307179586
dmul
iload 1
i2d
ddiv
dstore 9
start local 9 4: aload 0
iconst_2
newarray 7
dup
iconst_0
dload 9
invokestatic org.apache.commons.math3.util.FastMath.cos:(D)D
dastore
dup
iconst_1
5: dload 9
invokestatic org.apache.commons.math3.util.FastMath.sin:(D)D
dastore
6: iconst_0
7: invokevirtual org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere2D.add:([DZ)V
end local 9 8: iinc 8 1
StackMap locals:
StackMap stack:
9: iload 8
iload 1
if_icmplt 3
end local 8 10: return
end local 6 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere2D;
0 11 1 size I
0 11 2 maxDarkFraction D
0 11 4 darkThreshold D
0 11 6 background D
2 10 8 i I
4 8 9 angle D
MethodParameters:
Name Flags
size
maxDarkFraction
darkThreshold
background
protected void <init>(org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere2D);
descriptor: (Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere2D;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere.<init>:(Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere2D;
0 2 1 other Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere2D;
MethodParameters:
Name Flags
other
public org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere2D copy();
descriptor: ()Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere2D;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere2D
dup
aload 0
invokespecial org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere2D.<init>:(Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere2D;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere2D;
public org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere copy();
descriptor: ()Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere2D.copy:()Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere2D;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "InterpolatingMicrosphere2D.java"