com.jeantessier.classreader
Class Code_attribute
java.lang.Object
|
+--com.jeantessier.classreader.Attribute_info
|
+--com.jeantessier.classreader.Code_attribute
- All Implemented Interfaces:
- Visitable
- public class Code_attribute
- extends Attribute_info
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Code_attribute
public Code_attribute(Classfile classfile,
Visitable owner,
java.io.DataInputStream in)
throws java.io.IOException
getMaxStack
public int getMaxStack()
getMaxLocals
public int getMaxLocals()
getCode
public byte[] getCode()
iterator
public java.util.Iterator iterator()
getExceptionHandlers
public java.util.Collection getExceptionHandlers()
getAttributes
public java.util.Collection getAttributes()
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.