com.jeantessier.classreader
Class Custom_attribute

java.lang.Object
  |
  +--com.jeantessier.classreader.Attribute_info
        |
        +--com.jeantessier.classreader.Custom_attribute
All Implemented Interfaces:
Visitable

public class Custom_attribute
extends Attribute_info


Constructor Summary
Custom_attribute(Classfile classfile, Visitable owner, java.io.DataInputStream in)
           
Custom_attribute(java.lang.String name, Classfile classfile, Visitable owner, java.io.DataInputStream in)
           
 
Method Summary
 void accept(Visitor visitor)
           
 byte[] getInfo()
           
 java.lang.String getName()
           
 java.lang.String toString()
           
 
Methods inherited from class com.jeantessier.classreader.Attribute_info
getClassfile, getOwner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Custom_attribute

public Custom_attribute(Classfile classfile,
                        Visitable owner,
                        java.io.DataInputStream in)
                 throws java.io.IOException

Custom_attribute

public Custom_attribute(java.lang.String name,
                        Classfile classfile,
                        Visitable owner,
                        java.io.DataInputStream in)
                 throws java.io.IOException
Method Detail

getName

public java.lang.String getName()

getInfo

public byte[] getInfo()

toString

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

accept

public void accept(Visitor visitor)


Dependency Finder 1.1.0 © 2001-2004 Jean Tessier.