public class com.sun.xml.internal.rngom.parse.host.Base
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.xml.internal.rngom.parse.host.Base
super_class: java.lang.Object
{
private static final com.sun.xml.internal.rngom.parse.host.AnnotationsHost nullAnnotations;
descriptor: Lcom/sun/xml/internal/rngom/parse/host/AnnotationsHost;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final com.sun.xml.internal.rngom.parse.host.LocationHost nullLocation;
descriptor: Lcom/sun/xml/internal/rngom/parse/host/LocationHost;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=0, args_size=0
0: new com.sun.xml.internal.rngom.parse.host.AnnotationsHost
dup
aconst_null
aconst_null
invokespecial com.sun.xml.internal.rngom.parse.host.AnnotationsHost.<init>:(Lcom/sun/xml/internal/rngom/ast/builder/Annotations;Lcom/sun/xml/internal/rngom/ast/builder/Annotations;)V
putstatic com.sun.xml.internal.rngom.parse.host.Base.nullAnnotations:Lcom/sun/xml/internal/rngom/parse/host/AnnotationsHost;
1: new com.sun.xml.internal.rngom.parse.host.LocationHost
dup
aconst_null
aconst_null
invokespecial com.sun.xml.internal.rngom.parse.host.LocationHost.<init>:(Lcom/sun/xml/internal/rngom/ast/om/Location;Lcom/sun/xml/internal/rngom/ast/om/Location;)V
putstatic com.sun.xml.internal.rngom.parse.host.Base.nullLocation:Lcom/sun/xml/internal/rngom/parse/host/LocationHost;
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/rngom/parse/host/Base;
protected com.sun.xml.internal.rngom.parse.host.AnnotationsHost cast(com.sun.xml.internal.rngom.ast.builder.Annotations);
descriptor: (Lcom/sun/xml/internal/rngom/ast/builder/Annotations;)Lcom/sun/xml/internal/rngom/parse/host/AnnotationsHost;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 2
1: getstatic com.sun.xml.internal.rngom.parse.host.Base.nullAnnotations:Lcom/sun/xml/internal/rngom/parse/host/AnnotationsHost;
areturn
2: StackMap locals:
StackMap stack:
aload 1
checkcast com.sun.xml.internal.rngom.parse.host.AnnotationsHost
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/xml/internal/rngom/parse/host/Base;
0 3 1 ann Lcom/sun/xml/internal/rngom/ast/builder/Annotations;
MethodParameters:
Name Flags
ann
protected com.sun.xml.internal.rngom.parse.host.LocationHost cast(com.sun.xml.internal.rngom.ast.om.Location);
descriptor: (Lcom/sun/xml/internal/rngom/ast/om/Location;)Lcom/sun/xml/internal/rngom/parse/host/LocationHost;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 2
1: getstatic com.sun.xml.internal.rngom.parse.host.Base.nullLocation:Lcom/sun/xml/internal/rngom/parse/host/LocationHost;
areturn
2: StackMap locals:
StackMap stack:
aload 1
checkcast com.sun.xml.internal.rngom.parse.host.LocationHost
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/xml/internal/rngom/parse/host/Base;
0 3 1 loc Lcom/sun/xml/internal/rngom/ast/om/Location;
MethodParameters:
Name Flags
loc
}
SourceFile: "Base.java"