Searched refs:ConstantValue (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DConstantValue.java72 public final class ConstantValue extends Attribute { class in inherits:Attribute
79 public ConstantValue(ConstantValue c) { method in class:ConstantValue
92 ConstantValue(int name_index, int length, DataInputStream file, method in class:ConstantValue
104 public ConstantValue(int name_index, int length, method in class:ConstantValue
177 ConstantValue c = (ConstantValue)clone();
H A DField.java116 public final ConstantValue getConstantValue() {
119 return (ConstantValue)attributes[i];
140 ConstantValue cv = getConstantValue();
148 if(!(a instanceof ConstantValue))
H A DEmptyVisitor.java90 public void visitConstantValue(ConstantValue obj) {}
H A DVisitor.java86 public void visitConstantValue(ConstantValue obj);
H A DAttribute.java67 * <em>ConstantValue</em>, <em>SourceFile</em>, <em>Code</em>,
74 * @see ConstantValue
192 return new ConstantValue(name_index, length, file, constant_pool);
H A DDescendingVisitor.java144 public void visitConstantValue(ConstantValue cv) {
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DConstantValue_attribute.java46 this(constant_pool.getUTF8Index(Attribute.ConstantValue), constantvalue_index);
H A DAttribute.java45 public static final String ConstantValue = "ConstantValue"; field in class:Attribute
106 standardAttributes.put(ConstantValue, ConstantValue_attribute.class);
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DFieldGen.java106 if(attrs[i] instanceof ConstantValue)
107 setValue(((ConstantValue)attrs[i]).getConstantValueIndex());
214 addAttribute(new ConstantValue(cp.addUtf8("ConstantValue"),
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DNames.java78 public final Name ConstantValue; field in class:Names
189 ConstantValue = fromString("ConstantValue");
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DMethodHTML.java129 String str = ((ConstantValue)attributes[i]).toString();
H A DAttributeHTML.java157 index = ((ConstantValue)attribute).getConstantValueIndex();
H A DBCELifier.java193 ConstantValue cv = field.getConstantValue();
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dconstants.h126 F(FIELD_ATTR_ConstantValue,ConstantValue) \
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp862 class ConstantValue;
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DClassWriter.java370 Attribute a = f.attributes.get(Attribute.ConstantValue);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DClassWriter.java922 int alenIdx = writeAttr(names.ConstantValue);
H A DClassReader.java947 new AttributeReader(names.ConstantValue, V45_3, MEMBER_ATTRIBUTE) {
950 // Ignore ConstantValue attribute if field not final.

Completed in 93 milliseconds