public abstract class com.sun.tools.internal.xjc.model.CDefaultValue
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: com.sun.tools.internal.xjc.model.CDefaultValue
super_class: java.lang.Object
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // com.sun.tools.internal.xjc.model.CDefaultValue this
0: .line 41
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // com.sun.tools.internal.xjc.model.CDefaultValue this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/internal/xjc/model/CDefaultValue;
public abstract com.sun.codemodel.internal.JExpression compute(com.sun.tools.internal.xjc.outline.Outline);
descriptor: (Lcom/sun/tools/internal/xjc/outline/Outline;)Lcom/sun/codemodel/internal/JExpression;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
outline
public static com.sun.tools.internal.xjc.model.CDefaultValue create(com.sun.tools.internal.xjc.model.TypeUse, com.sun.xml.internal.xsom.XmlString);
descriptor: (Lcom/sun/tools/internal/xjc/model/TypeUse;Lcom/sun/xml/internal/xsom/XmlString;)Lcom/sun/tools/internal/xjc/model/CDefaultValue;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=2, args_size=2
start local 0 // com.sun.tools.internal.xjc.model.TypeUse typeUse
start local 1 // com.sun.xml.internal.xsom.XmlString defaultValue
0: .line 49
new com.sun.tools.internal.xjc.model.CDefaultValue$1
dup
aload 0 /* typeUse */
aload 1 /* defaultValue */
invokespecial com.sun.tools.internal.xjc.model.CDefaultValue$1.<init>:(Lcom/sun/tools/internal/xjc/model/TypeUse;Lcom/sun/xml/internal/xsom/XmlString;)V
areturn
end local 1 // com.sun.xml.internal.xsom.XmlString defaultValue
end local 0 // com.sun.tools.internal.xjc.model.TypeUse typeUse
LocalVariableTable:
Start End Slot Name Signature
0 1 0 typeUse Lcom/sun/tools/internal/xjc/model/TypeUse;
0 1 1 defaultValue Lcom/sun/xml/internal/xsom/XmlString;
MethodParameters:
Name Flags
typeUse final
defaultValue final
}
SourceFile: "CDefaultValue.java"
NestMembers:
com.sun.tools.internal.xjc.model.CDefaultValue$1
InnerClasses:
com.sun.tools.internal.xjc.model.CDefaultValue$1