package
0.0.0-20191204141628-129b147ebcc8
Repository: https://github.com/zxh0/jvm.go.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
# Constants
Cc_M_____.
5.0, Cc_______.
___M_____.
5.0, CcF______.
CcFMP____.
Cc_______.
?, ____PDRXO.
9, C________.
___M_____.
9, _____D___.
_cFM_____.
_cFM_____.
CcFM_____.
_cFM_____.
9, ______R__.
___M_____.
C________.
___M_____.
CcFMPDRXO.
__F______.
9, ______R__.
5.0 ___M_____.
__F______.
5.0.
7.
1.0.2.
Java 1.0.2.
Java 1.0.2.
Java 11.
Java 1.0.2.
Java 1.0.2.
Java 1.0.2.
Java 1.0.2.
Java 7.
Java 1.0.2.
Java 7.
Java 1.0.2.
Java 7.
Java 9.
Java 1.0.2.
Java 9.
Java 1.0.2.
Java 1.0.2.
1.0.2.
1.1.
5.0.
1.0.2.
1.1.
1.0.2.
1.0.2.
5.0.
8.
9.
9.
9.
11.
11.
5.0.
5.0.
8.
5.0.
5.0.
8.
5.0.
5.0.
1.0.2.
6.
1.1.
# Structs
No description provided by the author
BootstrapMethods_attribute {
u2 attribute_name_index;
u4 attribute_length;
u2 num_bootstrap_methods;
{ u2 bootstrap_method_ref;
u2 num_bootstrap_arguments;
u2 bootstrap_arguments[num_bootstrap_arguments];
} bootstrap_methods[num_bootstrap_methods];
}
*/.
ClassFile {
u4 magic;
u2 minor_version;
u2 major_version;
u2 constant_pool_count;
cp_info constant_pool[constant_pool_count-1];
u2 access_flags;
u2 this_class;
u2 super_class;
u2 interfaces_count;
u2 interfaces[interfaces_count];
u2 fields_count;
field_info fields[fields_count];
u2 methods_count;
method_info methods[methods_count];
u2 attributes_count;
attribute_info attributes[attributes_count];
}
*/.
No description provided by the author
Code_attribute {
u2 attribute_name_index;
u4 attribute_length;
u2 max_stack;
u2 max_locals;
u4 code_length;
u1 code[code_length];
u2 exception_table_length;
{ u2 start_pc;
u2 end_pc;
u2 handler_pc;
u2 catch_type;
} exception_table[exception_table_length];
u2 attributes_count;
attribute_info attributes[attributes_count];
}
*/.
CONSTANT_InvokeDynamic_info {
u1 tag;
u2 bootstrap_method_attr_index;
u2 name_and_type_index;
}
*/.
CONSTANT_MethodHandle_info {
u1 tag;
u1 reference_kind;
u2 reference_index;
}
*/.
CONSTANT_MethodType_info {
u1 tag;
u2 descriptor_index;
}
*/.
CONSTANT_NameAndType_info {
u1 tag;
u2 name_index;
u2 descriptor_index;
}
*/.
CONSTANT_String_info {
u1 tag;
u2 string_index;
}
*/.
ConstantValue_attribute {
u2 attribute_name_index;
u4 attribute_length;
u2 constantvalue_index;
}
*/.
Deprecated_attribute {
u2 attribute_name_index;
u4 attribute_length;
}
*/.
EnclosingMethod_attribute {
u2 attribute_name_index;
u4 attribute_length;
u2 class_index;
u2 method_index;
}
*/.
Exceptions_attribute {
u2 attribute_name_index;
u4 attribute_length;
u2 number_of_exceptions;
u2 exception_index_table[number_of_exceptions];
}
*/.
No description provided by the author
InnerClasses_attribute {
u2 attribute_name_index;
u4 attribute_length;
u2 number_of_classes;
{ u2 inner_class_info_index;
u2 outer_class_info_index;
u2 inner_name_index;
u2 inner_class_access_flags;
} classes[number_of_classes];
}
*/.
No description provided by the author
LineNumberTable_attribute {
u2 attribute_name_index;
u4 attribute_length;
u2 line_number_table_length;
{ u2 start_pc;
u2 line_number;
} line_number_table[line_number_table_length];
}
*/.
No description provided by the author
LocalVariableTable_attribute {
u2 attribute_name_index;
u4 attribute_length;
u2 local_variable_table_length;
{ u2 start_pc;
u2 length;
u2 name_index;
u2 descriptor_index;
u2 index;
} local_variable_table[local_variable_table_length];
}
*/.
No description provided by the author
LocalVariableTypeTable_attribute {
u2 attribute_name_index;
u4 attribute_length;
u2 local_variable_type_table_length;
{ u2 start_pc;
u2 length;
u2 name_index;
u2 signature_index;
u2 index;
} local_variable_type_table[local_variable_type_table_length];
}
*/.
No description provided by the author
No description provided by the author
field_info {
u2 access_flags;
u2 name_index;
u2 descriptor_index;
u2 attributes_count;
attribute_info attributes[attributes_count];
}
method_info {
u2 access_flags;
u2 name_index;
u2 descriptor_index;
u2 attributes_count;
attribute_info attributes[attributes_count];
}
*/.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Signature_attribute {
u2 attribute_name_index;
u4 attribute_length;
u2 signature_index;
}
*/.
SourceFile_attribute {
u2 attribute_name_index;
u4 attribute_length;
u2 sourcefile_index;
}
*/.
Synthetic_attribute {
u2 attribute_name_index;
u4 attribute_length;
}
*/.
No description provided by the author
# Interfaces
attribute_info {
u2 attribute_name_index;
u4 attribute_length;
u1 info[attribute_length];
}
*/.
cp_info {
u1 tag;
u1 info[];
}
*/.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author