public class sun.security.ec.point.ProjectivePoint$Immutable extends sun.security.ec.point.ProjectivePoint<sun.security.util.math.ImmutableIntegerModuloP> implements sun.security.ec.point.ImmutablePoint
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.security.ec.point.ProjectivePoint$Immutable
  super_class: sun.security.ec.point.ProjectivePoint
{
  public void <init>(sun.security.util.math.ImmutableIntegerModuloP, sun.security.util.math.ImmutableIntegerModuloP, sun.security.util.math.ImmutableIntegerModuloP);
    descriptor: (Lsun/security/util/math/ImmutableIntegerModuloP;Lsun/security/util/math/ImmutableIntegerModuloP;Lsun/security/util/math/ImmutableIntegerModuloP;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // sun.security.ec.point.ProjectivePoint$Immutable this
        start local 1 // sun.security.util.math.ImmutableIntegerModuloP x
        start local 2 // sun.security.util.math.ImmutableIntegerModuloP y
        start local 3 // sun.security.util.math.ImmutableIntegerModuloP z
         0: .line 87
            aload 0 /* this */
            aload 1 /* x */
            aload 2 /* y */
            aload 3 /* z */
            invokespecial sun.security.ec.point.ProjectivePoint.<init>:(Lsun/security/util/math/IntegerModuloP;Lsun/security/util/math/IntegerModuloP;Lsun/security/util/math/IntegerModuloP;)V
         1: .line 88
            return
        end local 3 // sun.security.util.math.ImmutableIntegerModuloP z
        end local 2 // sun.security.util.math.ImmutableIntegerModuloP y
        end local 1 // sun.security.util.math.ImmutableIntegerModuloP x
        end local 0 // sun.security.ec.point.ProjectivePoint$Immutable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ec/point/ProjectivePoint$Immutable;
            0    2     1     x  Lsun/security/util/math/ImmutableIntegerModuloP;
            0    2     2     y  Lsun/security/util/math/ImmutableIntegerModuloP;
            0    2     3     z  Lsun/security/util/math/ImmutableIntegerModuloP;
    MethodParameters:
      Name  Flags
      x     
      y     
      z     
}
Signature: Lsun/security/ec/point/ProjectivePoint<Lsun/security/util/math/ImmutableIntegerModuloP;>;Lsun/security/ec/point/ImmutablePoint;
SourceFile: "ProjectivePoint.java"
NestHost: sun.security.ec.point.ProjectivePoint
InnerClasses:
  public Immutable = sun.security.ec.point.ProjectivePoint$Immutable of sun.security.ec.point.ProjectivePoint