public final class com.sun.org.omg.CORBA.ParameterDescription implements org.omg.CORBA.portable.IDLEntity
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: com.sun.org.omg.CORBA.ParameterDescription
super_class: java.lang.Object
{
public java.lang.String name;
descriptor: Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
public org.omg.CORBA.TypeCode type;
descriptor: Lorg/omg/CORBA/TypeCode;
flags: (0x0001) ACC_PUBLIC
public org.omg.CORBA.IDLType type_def;
descriptor: Lorg/omg/CORBA/IDLType;
flags: (0x0001) ACC_PUBLIC
public com.sun.org.omg.CORBA.ParameterMode mode;
descriptor: Lcom/sun/org/omg/CORBA/ParameterMode;
flags: (0x0001) ACC_PUBLIC
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 // com.sun.org.omg.CORBA.ParameterDescription this
0: .line 46
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 39
aload 0 /* this */
aconst_null
putfield com.sun.org.omg.CORBA.ParameterDescription.name:Ljava/lang/String;
2: .line 40
aload 0 /* this */
aconst_null
putfield com.sun.org.omg.CORBA.ParameterDescription.type:Lorg/omg/CORBA/TypeCode;
3: .line 43
aload 0 /* this */
aconst_null
putfield com.sun.org.omg.CORBA.ParameterDescription.type_def:Lorg/omg/CORBA/IDLType;
4: .line 44
aload 0 /* this */
aconst_null
putfield com.sun.org.omg.CORBA.ParameterDescription.mode:Lcom/sun/org/omg/CORBA/ParameterMode;
5: .line 48
return
end local 0 // com.sun.org.omg.CORBA.ParameterDescription this
LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/org/omg/CORBA/ParameterDescription;
public void <init>(java.lang.String, org.omg.CORBA.TypeCode, org.omg.CORBA.IDLType, com.sun.org.omg.CORBA.ParameterMode);
descriptor: (Ljava/lang/String;Lorg/omg/CORBA/TypeCode;Lorg/omg/CORBA/IDLType;Lcom/sun/org/omg/CORBA/ParameterMode;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=5, args_size=5
start local 0 // com.sun.org.omg.CORBA.ParameterDescription this
start local 1 // java.lang.String _name
start local 2 // org.omg.CORBA.TypeCode _type
start local 3 // org.omg.CORBA.IDLType _type_def
start local 4 // com.sun.org.omg.CORBA.ParameterMode _mode
0: .line 52
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 39
aload 0 /* this */
aconst_null
putfield com.sun.org.omg.CORBA.ParameterDescription.name:Ljava/lang/String;
2: .line 40
aload 0 /* this */
aconst_null
putfield com.sun.org.omg.CORBA.ParameterDescription.type:Lorg/omg/CORBA/TypeCode;
3: .line 43
aload 0 /* this */
aconst_null
putfield com.sun.org.omg.CORBA.ParameterDescription.type_def:Lorg/omg/CORBA/IDLType;
4: .line 44
aload 0 /* this */
aconst_null
putfield com.sun.org.omg.CORBA.ParameterDescription.mode:Lcom/sun/org/omg/CORBA/ParameterMode;
5: .line 54
aload 0 /* this */
aload 1 /* _name */
putfield com.sun.org.omg.CORBA.ParameterDescription.name:Ljava/lang/String;
6: .line 55
aload 0 /* this */
aload 2 /* _type */
putfield com.sun.org.omg.CORBA.ParameterDescription.type:Lorg/omg/CORBA/TypeCode;
7: .line 56
aload 0 /* this */
aload 3 /* _type_def */
putfield com.sun.org.omg.CORBA.ParameterDescription.type_def:Lorg/omg/CORBA/IDLType;
8: .line 57
aload 0 /* this */
aload 4 /* _mode */
putfield com.sun.org.omg.CORBA.ParameterDescription.mode:Lcom/sun/org/omg/CORBA/ParameterMode;
9: .line 58
return
end local 4 // com.sun.org.omg.CORBA.ParameterMode _mode
end local 3 // org.omg.CORBA.IDLType _type_def
end local 2 // org.omg.CORBA.TypeCode _type
end local 1 // java.lang.String _name
end local 0 // com.sun.org.omg.CORBA.ParameterDescription this
LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/sun/org/omg/CORBA/ParameterDescription;
0 10 1 _name Ljava/lang/String;
0 10 2 _type Lorg/omg/CORBA/TypeCode;
0 10 3 _type_def Lorg/omg/CORBA/IDLType;
0 10 4 _mode Lcom/sun/org/omg/CORBA/ParameterMode;
MethodParameters:
Name Flags
_name
_type
_type_def
_mode
}
SourceFile: "ParameterDescription.java"