com.jeantessier.classreader
Class Exceptions_attribute

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

public class Exceptions_attribute
extends Attribute_info


Constructor Summary
Exceptions_attribute(Classfile classfile, Visitable owner, java.io.DataInputStream in)
           
 
Method Summary
 void Accept(Visitor visitor)
           
 java.util.Collection Exceptions()
           
 java.lang.String toString()
           
 
Methods inherited from class com.jeantessier.classreader.Attribute_info
Classfile, Owner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Exceptions_attribute

public Exceptions_attribute(Classfile classfile,
                            Visitable owner,
                            java.io.DataInputStream in)
                     throws java.io.IOException
Method Detail

Exceptions

public java.util.Collection Exceptions()

toString

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

Accept

public void Accept(Visitor visitor)