public class org.apache.commons.math3.optim.linear.NonNegativeConstraint implements org.apache.commons.math3.optim.OptimizationData
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.optim.linear.NonNegativeConstraint
  super_class: java.lang.Object
{
  private final boolean isRestricted;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.optim.linear.NonNegativeConstraint this
        start local 1 // boolean restricted
         0: .line 34
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            aload 0 /* this */
            iload 1 /* restricted */
            putfield org.apache.commons.math3.optim.linear.NonNegativeConstraint.isRestricted:Z
         2: .line 36
            return
        end local 1 // boolean restricted
        end local 0 // org.apache.commons.math3.optim.linear.NonNegativeConstraint this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/apache/commons/math3/optim/linear/NonNegativeConstraint;
            0    3     1  restricted  Z
    MethodParameters:
            Name  Flags
      restricted  

  public boolean isRestrictedToNonNegative();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.optim.linear.NonNegativeConstraint this
         0: .line 45
            aload 0 /* this */
            getfield org.apache.commons.math3.optim.linear.NonNegativeConstraint.isRestricted:Z
            ireturn
        end local 0 // org.apache.commons.math3.optim.linear.NonNegativeConstraint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/optim/linear/NonNegativeConstraint;
}
SourceFile: "NonNegativeConstraint.java"