alt.jiapi.file.attribute
Class StackMapTableAttribute

java.lang.Object
  extended by alt.jiapi.file.attribute.Attribute
      extended by alt.jiapi.file.attribute.StackMapTableAttribute

public class StackMapTableAttribute
extends Attribute

StackMapTable attribute. TODO: implicit StackMapTable attribute: If Code attribute does not have one, implicitly add one. @see chapter 4.8.4 of class file spec

Since:
Class file format 50.0
Author:
Mika Riekkinen
See Also:
4.8.4

Nested Class Summary
 class StackMapTableAttribute.StackMapFrame
           
 class StackMapTableAttribute.VerificationTypeInfo
           
 
Field Summary
static java.lang.String ATTRIBUTE_NAME
           
 
Fields inherited from class alt.jiapi.file.attribute.Attribute
cp
 
Method Summary
 
Methods inherited from class alt.jiapi.file.attribute.Attribute
getAttributeNameIndex, getBytes, getDataInputStream, getName, readAttribute, setConstantPool, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ATTRIBUTE_NAME

public static final java.lang.String ATTRIBUTE_NAME
See Also:
Constant Field Values


Copyright © 2001. Documenation generated August 26 2011.