org.jboss.classfilewriter.attributes
Class StackMapTableAttribute
java.lang.Object
org.jboss.classfilewriter.attributes.Attribute
org.jboss.classfilewriter.attributes.StackMapTableAttribute
- All Implemented Interfaces:
- WritableEntry
public class StackMapTableAttribute
- extends Attribute
A JDK 6 StackMap sttribute.
TODO: this will currently fall over if the code length, max locals or max stack is above 65535
- Author:
- Stuart Douglas
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final String NAME
- See Also:
- Constant Field Values
StackMapTableAttribute
public StackMapTableAttribute(ClassMethod classMethod,
ConstPool constPool)
writeData
public void writeData(ByteArrayDataOutputStream stream)
throws IOException
- Specified by:
writeData
in class Attribute
- Throws:
IOException
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.