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 0: aload 0
invokespecial com.sun.xml.internal.ws.policy.PolicyAssertion.<init>:()V
1: return
end local 0 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 start local 1 start local 2 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: return
end local 2 end local 1 end local 0 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 0: iconst_0
ireturn
end local 0 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 0: aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/ws/policy/SimpleAssertion;
}
SourceFile: "SimpleAssertion.java"