public abstract class com.sun.xml.internal.ws.policy.ComplexAssertion 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.ComplexAssertion
super_class: com.sun.xml.internal.ws.policy.PolicyAssertion
{
private final com.sun.xml.internal.ws.policy.NestedPolicy nestedPolicy;
descriptor: Lcom/sun/xml/internal/ws/policy/NestedPolicy;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
protected void <init>();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial com.sun.xml.internal.ws.policy.PolicyAssertion.<init>:()V
1: aload 0
invokestatic com.sun.xml.internal.ws.policy.AssertionSet.emptyAssertionSet:()Lcom/sun/xml/internal/ws/policy/AssertionSet;
invokestatic com.sun.xml.internal.ws.policy.NestedPolicy.createNestedPolicy:(Lcom/sun/xml/internal/ws/policy/AssertionSet;)Lcom/sun/xml/internal/ws/policy/NestedPolicy;
putfield com.sun.xml.internal.ws.policy.ComplexAssertion.nestedPolicy:Lcom/sun/xml/internal/ws/policy/NestedPolicy;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/xml/internal/ws/policy/ComplexAssertion;
protected void <init>(com.sun.xml.internal.ws.policy.sourcemodel.AssertionData, java.util.Collection<? extends com.sun.xml.internal.ws.policy.PolicyAssertion>, com.sun.xml.internal.ws.policy.AssertionSet);
descriptor: (Lcom/sun/xml/internal/ws/policy/sourcemodel/AssertionData;Ljava/util/Collection;Lcom/sun/xml/internal/ws/policy/AssertionSet;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
invokespecial com.sun.xml.internal.ws.policy.PolicyAssertion.<init>:(Lcom/sun/xml/internal/ws/policy/sourcemodel/AssertionData;Ljava/util/Collection;)V
1: aload 3
ifnull 2
aload 3
goto 3
StackMap locals: com.sun.xml.internal.ws.policy.ComplexAssertion com.sun.xml.internal.ws.policy.sourcemodel.AssertionData java.util.Collection com.sun.xml.internal.ws.policy.AssertionSet
StackMap stack:
2: invokestatic com.sun.xml.internal.ws.policy.AssertionSet.emptyAssertionSet:()Lcom/sun/xml/internal/ws/policy/AssertionSet;
StackMap locals:
StackMap stack: com.sun.xml.internal.ws.policy.AssertionSet
3: astore 4
start local 4 4: aload 0
aload 4
invokestatic com.sun.xml.internal.ws.policy.NestedPolicy.createNestedPolicy:(Lcom/sun/xml/internal/ws/policy/AssertionSet;)Lcom/sun/xml/internal/ws/policy/NestedPolicy;
putfield com.sun.xml.internal.ws.policy.ComplexAssertion.nestedPolicy:Lcom/sun/xml/internal/ws/policy/NestedPolicy;
5: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/xml/internal/ws/policy/ComplexAssertion;
0 6 1 data Lcom/sun/xml/internal/ws/policy/sourcemodel/AssertionData;
0 6 2 assertionParameters Ljava/util/Collection<+Lcom/sun/xml/internal/ws/policy/PolicyAssertion;>;
0 6 3 nestedAlternative Lcom/sun/xml/internal/ws/policy/AssertionSet;
4 6 4 nestedSet Lcom/sun/xml/internal/ws/policy/AssertionSet;
Signature: (Lcom/sun/xml/internal/ws/policy/sourcemodel/AssertionData;Ljava/util/Collection<+Lcom/sun/xml/internal/ws/policy/PolicyAssertion;>;Lcom/sun/xml/internal/ws/policy/AssertionSet;)V
MethodParameters:
Name Flags
data final
assertionParameters final
nestedAlternative final
public final boolean hasNestedPolicy();
descriptor: ()Z
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/ws/policy/ComplexAssertion;
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 0: aload 0
getfield com.sun.xml.internal.ws.policy.ComplexAssertion.nestedPolicy:Lcom/sun/xml/internal/ws/policy/NestedPolicy;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/ws/policy/ComplexAssertion;
}
SourceFile: "ComplexAssertion.java"