public abstract class com.sun.xml.internal.ws.policy.SimpleAssertion extends com.sun.xml.internal.ws.policy.PolicyAssertion
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.xml.internal.ws.policy.SimpleAssertion
  super_class: com.sun.xml.internal.ws.policy.PolicyAssertion
{
  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.policy.SimpleAssertion this
         0: .line 39
            aload 0 /* this */
            invokespecial com.sun.xml.internal.ws.policy.PolicyAssertion.<init>:()V
         1: .line 40
            return
        end local 0 // com.sun.xml.internal.ws.policy.SimpleAssertion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/ws/policy/SimpleAssertion;

  protected void <init>(com.sun.xml.internal.ws.policy.sourcemodel.AssertionData, java.util.Collection<? extends com.sun.xml.internal.ws.policy.PolicyAssertion>);
    descriptor: (Lcom/sun/xml/internal/ws/policy/sourcemodel/AssertionData;Ljava/util/Collection;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.xml.internal.ws.policy.SimpleAssertion this
        start local 1 // com.sun.xml.internal.ws.policy.sourcemodel.AssertionData data
        start local 2 // java.util.Collection assertionParameters
         0: .line 43
            aload 0 /* this */
            aload 1 /* data */
            aload 2 /* assertionParameters */
            invokespecial com.sun.xml.internal.ws.policy.PolicyAssertion.<init>:(Lcom/sun/xml/internal/ws/policy/sourcemodel/AssertionData;Ljava/util/Collection;)V
         1: .line 44
            return
        end local 2 // java.util.Collection assertionParameters
        end local 1 // com.sun.xml.internal.ws.policy.sourcemodel.AssertionData data
        end local 0 // com.sun.xml.internal.ws.policy.SimpleAssertion this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/sun/xml/internal/ws/policy/SimpleAssertion;
            0    2     1                 data  Lcom/sun/xml/internal/ws/policy/sourcemodel/AssertionData;
            0    2     2  assertionParameters  Ljava/util/Collection<+Lcom/sun/xml/internal/ws/policy/PolicyAssertion;>;
    Signature: (Lcom/sun/xml/internal/ws/policy/sourcemodel/AssertionData;Ljava/util/Collection<+Lcom/sun/xml/internal/ws/policy/PolicyAssertion;>;)V
    MethodParameters:
                     Name  Flags
      data                 
      assertionParameters  

  public final boolean hasNestedPolicy();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.policy.SimpleAssertion this
         0: .line 48
            iconst_0
            ireturn
        end local 0 // com.sun.xml.internal.ws.policy.SimpleAssertion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/ws/policy/SimpleAssertion;

  public final com.sun.xml.internal.ws.policy.NestedPolicy getNestedPolicy();
    descriptor: ()Lcom/sun/xml/internal/ws/policy/NestedPolicy;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.policy.SimpleAssertion this
         0: .line 53
            aconst_null
            areturn
        end local 0 // com.sun.xml.internal.ws.policy.SimpleAssertion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/ws/policy/SimpleAssertion;
}
SourceFile: "SimpleAssertion.java"