Searched refs:Deprecated_attribute (Results 1 - 4 of 4) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DDeprecated_attribute.java38 public class Deprecated_attribute extends Attribute { class in inherits:Attribute
39 Deprecated_attribute(ClassReader cr, int name_index, int length) throws IOException { method in class:Deprecated_attribute
43 public Deprecated_attribute(ConstantPool constant_pool) method in class:Deprecated_attribute
48 public Deprecated_attribute(int name_index) { method in class:Deprecated_attribute
H A DAttribute.java107 standardAttributes.put(Deprecated, Deprecated_attribute.class);
167 R visitDeprecated(Deprecated_attribute attr, P p);
H A DClassWriter.java409 public Void visitDeprecated(Deprecated_attribute attr, ClassOutputStream out) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DAttributeWriter.java42 import com.sun.tools.classfile.Deprecated_attribute;
232 public Void visitDeprecated(Deprecated_attribute attr, Void ignore) {

Completed in 42 milliseconds