Searched refs:ConstantPool (Results 1 - 25 of 160) sorted by relevance

1234567

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DConstantObject.java71 public abstract Object getConstantValue(ConstantPool cp);
H A DAttributeReader.java99 ConstantPool constant_pool);
H A DStackMapType.java76 private ConstantPool constant_pool;
83 StackMapType(DataInputStream file, ConstantPool constant_pool) throws IOException
97 public StackMapType(byte type, int index, ConstantPool constant_pool) {
167 public final ConstantPool getConstantPool() { return constant_pool; }
172 public final void setConstantPool(ConstantPool constant_pool) {
H A DFieldOrMethod.java73 protected ConstantPool constant_pool;
92 protected FieldOrMethod(DataInputStream file, ConstantPool constant_pool)
112 Attribute[] attributes, ConstantPool constant_pool)
155 public final ConstantPool getConstantPool() { return constant_pool; }
160 public final void setConstantPool(ConstantPool constant_pool) {
211 protected FieldOrMethod copy_(ConstantPool constant_pool) {
H A DDeprecated.java90 ConstantPool constant_pool)
105 ConstantPool constant_pool) throws IOException
163 public Attribute copy(ConstantPool constant_pool) {
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DEnclosingMethod_attribute.java46 public EnclosingMethod_attribute(ConstantPool constant_pool, int class_index, int method_index)
57 public String getClassName(ConstantPool constant_pool) throws ConstantPoolException {
61 public String getMethodName(ConstantPool constant_pool) throws ConstantPoolException {
H A DClassTranslator.java28 import com.sun.tools.classfile.ConstantPool.CONSTANT_Class_info;
29 import com.sun.tools.classfile.ConstantPool.CONSTANT_Double_info;
30 import com.sun.tools.classfile.ConstantPool.CONSTANT_Fieldref_info;
31 import com.sun.tools.classfile.ConstantPool.CONSTANT_Float_info;
32 import com.sun.tools.classfile.ConstantPool.CONSTANT_Integer_info;
33 import com.sun.tools.classfile.ConstantPool.CONSTANT_InterfaceMethodref_info;
34 import com.sun.tools.classfile.ConstantPool.CONSTANT_InvokeDynamic_info;
35 import com.sun.tools.classfile.ConstantPool.CONSTANT_Long_info;
36 import com.sun.tools.classfile.ConstantPool.CONSTANT_MethodHandle_info;
37 import com.sun.tools.classfile.ConstantPool
[all...]
H A DInnerClasses_attribute.java30 import com.sun.tools.classfile.ConstantPool.*;
49 public InnerClasses_attribute(ConstantPool constant_pool, Info[] classes)
75 public CONSTANT_Class_info getInnerClassInfo(ConstantPool constant_pool) throws ConstantPoolException {
81 public CONSTANT_Class_info getOuterClassInfo(ConstantPool constant_pool) throws ConstantPoolException {
87 public String getInnerName(ConstantPool constant_pool) throws ConstantPoolException {
H A DCompilationID_attribute.java42 public CompilationID_attribute(ConstantPool constant_pool, int compilationID_index)
52 String getCompilationID(ConstantPool constant_pool)
H A DExceptions_attribute.java47 public Exceptions_attribute(ConstantPool constant_pool, int[] exception_index_table)
58 public String getException(int index, ConstantPool constant_pool) throws ConstantPoolException {
H A DSignature_attribute.java44 public Signature_attribute(ConstantPool constant_pool, int signature_index)
54 public String getSignature(ConstantPool constant_pool) throws ConstantPoolException {
H A DSourceFile_attribute.java44 public SourceFile_attribute(ConstantPool constant_pool, int sourcefile_index)
54 public String getSourceFile(ConstantPool constant_pool) throws ConstantPoolException {
H A DSourceID_attribute.java42 public SourceID_attribute(ConstantPool constant_pool, int sourceID_index)
52 String getSourceID(ConstantPool constant_pool) throws ConstantPoolException {
H A DDefaultAttribute.java40 public DefaultAttribute(ConstantPool constant_pool, int name_index, byte[] info) {
H A DDeprecated_attribute.java43 public Deprecated_attribute(ConstantPool constant_pool)
H A DSynthetic_attribute.java43 public Synthetic_attribute(ConstantPool constant_pool)
/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DClassConstantData.java47 ClassConstantData(ConstantPool tab, ClassDeclaration clazz) {
56 ClassConstantData(ConstantPool tab, Type t) {
64 void write(Environment env, DataOutputStream out, ConstantPool tab) throws IOException {
H A DStringConstantData.java46 StringConstantData(ConstantPool tab, String str) {
53 void write(Environment env, DataOutputStream out, ConstantPool tab) throws IOException {
H A DStringExpressionConstantData.java48 StringExpressionConstantData(ConstantPool tab, StringExpression str) {
56 void write(Environment env, DataOutputStream out, ConstantPool tab) throws IOException {
H A DConstantPoolData.java47 abstract void write(Environment env, DataOutputStream out, ConstantPool tab) throws IOException;
H A DFieldConstantData.java47 FieldConstantData(ConstantPool tab, MemberDefinition field) {
57 void write(Environment env, DataOutputStream out, ConstantPool tab) throws IOException {
H A DNameAndTypeConstantData.java47 NameAndTypeConstantData(ConstantPool tab, NameAndTypeData nt) {
57 void write(Environment env, DataOutputStream out, ConstantPool tab) throws IOException {
H A DNumberConstantData.java46 NumberConstantData(ConstantPool tab, Number num) {
53 void write(Environment env, DataOutputStream out, ConstantPool tab) throws IOException {
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DTLGlobals.java27 import com.sun.java.util.jar.pack.ConstantPool.ClassEntry;
28 import com.sun.java.util.jar.pack.ConstantPool.DescriptorEntry;
29 import com.sun.java.util.jar.pack.ConstantPool.LiteralEntry;
30 import com.sun.java.util.jar.pack.ConstantPool.MemberEntry;
31 import com.sun.java.util.jar.pack.ConstantPool.SignatureEntry;
32 import com.sun.java.util.jar.pack.ConstantPool.Utf8Entry;
52 // Needed by ConstantPool.java
/openjdk7/jdk/src/share/classes/sun/misc/
H A DJavaLangAccess.java28 import sun.reflect.ConstantPool;
34 ConstantPool getConstantPool(Class klass);

Completed in 138 milliseconds

1234567