java.lang.Object
com.go.trove.classfile.Attribute
com.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 classes inherited from class com.go.trove.classfile.Attribute |
|
| 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeprecatedAttr
public DeprecatedAttr(ConstantPool cp)
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