Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.go.trove.classfile
Class DeprecatedAttr  view DeprecatedAttr download DeprecatedAttr.java

java.lang.Object
  extended bycom.go.trove.classfile.Attribute
      extended bycom.go.trove.classfile.DeprecatedAttr

class DeprecatedAttr
extends Attribute

This class defines the Deprecated attribute introduced in JDK1.1, although no references to its definition can be found.

Version:
14 , 00/11/27

Nested Class Summary
 
Nested classes inherited from class com.go.trove.classfile.Attribute
 
Field Summary
 
Fields inherited from class com.go.trove.classfile.Attribute
CODE, CONSTANT_VALUE, DEPRECATED, EXCEPTIONS, INNER_CLASSES, LINE_NUMBER_TABLE, LOCAL_VARIABLE_TABLE, mCp, NO_ATTRIBUTES, SOURCE_FILE, SYNTHETIC
 
Constructor Summary
DeprecatedAttr(ConstantPool cp)
           
 
Method Summary
(package private) static Attribute define(ConstantPool cp, java.lang.String name, int length, java.io.DataInput din)
           
 int getLength()
          Returns the length (in bytes) of this attribute in the class file.
 
Methods inherited from class com.go.trove.classfile.Attribute
getAttributes, getConstantPool, getName, getNameConstant, readFrom, writeDataTo, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeprecatedAttr

public DeprecatedAttr(ConstantPool cp)
Method Detail

getLength

public int getLength()
Description copied from class: Attribute
Returns the length (in bytes) of this attribute in the class file.

Specified by:
getLength in class Attribute

define

static Attribute define(ConstantPool cp,
                        java.lang.String name,
                        int length,
                        java.io.DataInput din)
                 throws java.io.IOException