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
-
-
Constructor Summary
Constructors Constructor Description StackMapTableAttribute(ClassMethod classMethod, ConstPool constPool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
writeData(ByteArrayDataOutputStream stream)
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StackMapTableAttribute
public StackMapTableAttribute(ClassMethod classMethod, ConstPool constPool)
-
-
Method Detail
-
writeData
public void writeData(ByteArrayDataOutputStream stream) throws java.io.IOException
-
-