jrre.classloader.classfile.attributes
Class Attribute

java.lang.Object
  |
  +--jrre.classloader.classfile.attributes.Attribute
Direct Known Subclasses:
CodeAttribute, ConstantValueAttribute, ExceptionAttribute, SourceFileAttribute

public class Attribute
extends java.lang.Object


Field Summary
protected  int attributeLength
           
protected  int nameIndex
           
 
Constructor Summary
Attribute()
           
Attribute(int nameIndex, int attributeLength)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nameIndex

protected int nameIndex

attributeLength

protected int attributeLength
Constructor Detail

Attribute

public Attribute()

Attribute

public Attribute(int nameIndex,
                 int attributeLength)


Copyright © 2002-2002 Appalachian State University. All Rights Reserved.