Searched defs:constant_pool (Results 1 - 25 of 78) sorted by relevance

1234

/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DAttributeReader.java60 createAttribute(int name_index, int length, java.io.DataInputStream file, ConstantPool constant_pool) argument
H A DSourceFile.java137 public Attribute copy(ConstantPool constant_pool) { argument
57 SourceFile(int name_index, int length, DataInputStream file, ConstantPool constant_pool) argument
76 SourceFile(int name_index, int length, int sourcefile_index, ConstantPool constant_pool) argument
H A DSynthetic.java134 public Attribute copy(ConstantPool constant_pool) { argument
59 Synthetic(int name_index, int length, byte[] bytes, ConstantPool constant_pool) argument
74 Synthetic(int name_index, int length, DataInputStream file, ConstantPool constant_pool) argument
H A DInnerClasses.java138 public Attribute copy(ConstantPool constant_pool) { argument
57 InnerClasses(int name_index, int length, InnerClass[] inner_classes, ConstantPool constant_pool) argument
74 InnerClasses(int name_index, int length, DataInputStream file, ConstantPool constant_pool) argument
[all...]
H A DConstantValue.java140 public Attribute copy(ConstantPool constant_pool) { argument
56 ConstantValue(int name_index, int length, DataInputStream file, ConstantPool constant_pool) argument
68 ConstantValue(int name_index, int length, int constantvalue_index, ConstantPool constant_pool) argument
[all...]
H A DField.java47 Field(DataInputStream file, ConstantPool constant_pool) argument
122 public final Field copy(ConstantPool constant_pool) { argument
60 Field(int access_flags, int name_index, int signature_index, Attribute[] attributes, ConstantPool constant_pool) argument
H A DDeprecated.java127 public Attribute copy(ConstantPool constant_pool) { argument
53 Deprecated(int name_index, int length, byte[] bytes, ConstantPool constant_pool) argument
68 Deprecated(int name_index, int length, DataInputStream file, ConstantPool constant_pool) argument
/openjdk9/langtools/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DEnclosingMethod_attribute.java46 public EnclosingMethod_attribute(ConstantPool constant_pool, int class_index, int method_index) argument
57 public String getClassName(ConstantPool constant_pool) throws ConstantPoolException { argument
61 public String getMethodName(ConstantPool constant_pool) throws ConstantPoolException { argument
H A DExceptions_attribute.java47 public Exceptions_attribute(ConstantPool constant_pool, int[] exception_index_table) argument
58 public String getException(int index, ConstantPool constant_pool) throws ConstantPoolException { argument
H A DConstantValue_attribute.java44 public ConstantValue_attribute(ConstantPool constant_pool, int constantvalue_index) argument
H A DDefaultAttribute.java45 public DefaultAttribute(ConstantPool constant_pool, int name_index, byte[] info) { argument
49 public DefaultAttribute(ConstantPool constant_pool, int name_index, argument
H A DDeprecated_attribute.java43 public Deprecated_attribute(ConstantPool constant_pool) argument
H A DMethodParameters_attribute.java55 public MethodParameters_attribute(ConstantPool constant_pool, argument
H A DMethod.java57 public String getName(ConstantPool constant_pool) throws ConstantPoolException { argument
H A DField.java57 public String getName(ConstantPool constant_pool) throws ConstantPoolException { argument
H A DModulePackages_attribute.java50 public ModulePackages_attribute(ConstantPool constant_pool, argument
64 public String getPackage(int index, ConstantPool constant_pool) throws ConstantPoolException { argument
H A DModuleMainClass_attribute.java44 public ModuleMainClass_attribute(ConstantPool constant_pool, int mainClass_index) argument
54 public String getMainClassName(ConstantPool constant_pool) throws ConstantPoolException { argument
H A DAnnotationDefault_attribute.java45 public AnnotationDefault_attribute(ConstantPool constant_pool, Annotation.element_value default_value) argument
H A DCompilationID_attribute.java43 public CompilationID_attribute(ConstantPool constant_pool, int compilationID_index) argument
53 String getCompilationID(ConstantPool constant_pool) argument
H A DSignature_attribute.java44 public Signature_attribute(ConstantPool constant_pool, int signature_index) argument
54 public String getSignature(ConstantPool constant_pool) throws ConstantPoolException { argument
H A DSourceDebugExtension_attribute.java50 public SourceDebugExtension_attribute(ConstantPool constant_pool, byte[] debug_extension) argument
H A DStackMap_attribute.java46 public StackMap_attribute(ConstantPool constant_pool, stack_map_frame[] entries) argument
H A DSourceID_attribute.java43 public SourceID_attribute(ConstantPool constant_pool, int sourceID_index) argument
53 String getSourceID(ConstantPool constant_pool) throws ConstantPoolException { argument
H A DSourceFile_attribute.java44 public SourceFile_attribute(ConstantPool constant_pool, int sourcefile_index) argument
54 public String getSourceFile(ConstantPool constant_pool) throws ConstantPoolException { argument
H A DSynthetic_attribute.java43 public Synthetic_attribute(ConstantPool constant_pool) argument

Completed in 79 milliseconds

1234