jrre.classloader.classfile.attributes
Class SourceFileAttribute

java.lang.Object
  |
  +--jrre.classloader.classfile.attributes.Attribute
        |
        +--jrre.classloader.classfile.attributes.SourceFileAttribute

public class SourceFileAttribute
extends Attribute


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

Field Detail

nameIndex

protected int nameIndex

attributeLength

protected int attributeLength

sourceFileIndex

protected int sourceFileIndex
Constructor Detail

SourceFileAttribute

public SourceFileAttribute()

SourceFileAttribute

public SourceFileAttribute(int nameIndex,
                           int attributeLength,
                           int sourceFileIndex)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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