com.jeantessier.classreader
Class Attribute_info

java.lang.Object
  |
  +--com.jeantessier.classreader.Attribute_info
All Implemented Interfaces:
Visitable
Direct Known Subclasses:
Code_attribute, ConstantValue_attribute, Custom_attribute, Deprecated_attribute, Exceptions_attribute, InnerClasses_attribute, LineNumberTable_attribute, LocalVariableTable_attribute, SourceFile_attribute, Synthetic_attribute

public abstract class Attribute_info
extends java.lang.Object
implements Visitable


Constructor Summary
Attribute_info(Classfile classfile, Visitable owner)
           
 
Method Summary
 Classfile getClassfile()
           
 Visitable getOwner()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.jeantessier.classreader.Visitable
accept
 

Constructor Detail

Attribute_info

public Attribute_info(Classfile classfile,
                      Visitable owner)
Method Detail

getClassfile

public Classfile getClassfile()

getOwner

public Visitable getOwner()


Dependency Finder 1.1.0 © 2001-2004 Jean Tessier.