org.apache.tools.ant.taskdefs.optional.sitraka.bytecode.attributes
Class SourceFile

java.lang.Object
  |
  +--org.apache.tools.ant.taskdefs.optional.sitraka.bytecode.attributes.AttributeInfo
        |
        +--org.apache.tools.ant.taskdefs.optional.sitraka.bytecode.attributes.SourceFile

public class SourceFile
extends AttributeInfo

source file structure

Author:
Stephane Bailliez

Field Summary
protected  int name_index
           
 
Fields inherited from class org.apache.tools.ant.taskdefs.optional.sitraka.bytecode.attributes.AttributeInfo
CODE, CONSTANT_VALUE, constantPool, DEPRECATED, EXCEPTIONS, INNER_CLASSES, LINE_NUMBER_TABLE, LOCAL_VARIABLE_TABLE, SOURCE_DIR, SOURCE_FILE, SYNTHETIC, UNKNOWN
 
Constructor Summary
SourceFile(int attr_index, ConstantPool pool)
           
 
Method Summary
 java.lang.String getValue()
           
protected  void read(java.io.DataInputStream dis)
           
 
Methods inherited from class org.apache.tools.ant.taskdefs.optional.sitraka.bytecode.attributes.AttributeInfo
getName, newAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name_index

protected int name_index
Constructor Detail

SourceFile

public SourceFile(int attr_index,
                  ConstantPool pool)
Method Detail

read

protected void read(java.io.DataInputStream dis)
             throws java.io.IOException
Overrides:
read in class AttributeInfo
Following copied from class: org.apache.tools.ant.taskdefs.optional.sitraka.bytecode.attributes.AttributeInfo
Parameters:
dis -  
Throws:
java.io.IOException -  

getValue

public java.lang.String getValue()


Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.