com.gomjabbar.classes.bytecode
Class AttributeInfo.SourceFileInfo

java.lang.Object
  |
  +--com.gomjabbar.classes.bytecode.AttributeInfo.SourceFileInfo
Enclosing class:
AttributeInfo

public static class AttributeInfo.SourceFileInfo
extends java.lang.Object


Constructor Summary
AttributeInfo.SourceFileInfo(AttributeInfo ai)
           
 
Method Summary
static AttributeInfo createSourceFileAttribute(PseudoClassFile pcf, byte[] type_index, byte[] name_index)
           
 java.lang.String getFilename()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeInfo.SourceFileInfo

public AttributeInfo.SourceFileInfo(AttributeInfo ai)
Method Detail

createSourceFileAttribute

public static AttributeInfo createSourceFileAttribute(PseudoClassFile pcf,
                                                      byte[] type_index,
                                                      byte[] name_index)

getFilename

public java.lang.String getFilename()