com.sun.tools.classfile
Class StackMap_attribute.stack_map_frame

java.lang.Object
  extended by com.sun.tools.classfile.StackMapTable_attribute.stack_map_frame
      extended by com.sun.tools.classfile.StackMapTable_attribute.full_frame
          extended by com.sun.tools.classfile.StackMap_attribute.stack_map_frame
Enclosing class:
StackMap_attribute

public static class StackMap_attribute.stack_map_frame
extends StackMapTable_attribute.full_frame


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.tools.classfile.StackMapTable_attribute.stack_map_frame
StackMapTable_attribute.stack_map_frame.Visitor<R,P>
 
Field Summary
 
Fields inherited from class com.sun.tools.classfile.StackMapTable_attribute.full_frame
locals, number_of_locals, number_of_stack_items, offset_delta, stack
 
Fields inherited from class com.sun.tools.classfile.StackMapTable_attribute.stack_map_frame
frame_type
 
Constructor Summary
StackMap_attribute.stack_map_frame(ClassReader cr)
           
 
Method Summary
 
Methods inherited from class com.sun.tools.classfile.StackMapTable_attribute.full_frame
accept, length
 
Methods inherited from class com.sun.tools.classfile.StackMapTable_attribute.stack_map_frame
read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StackMap_attribute.stack_map_frame

StackMap_attribute.stack_map_frame(ClassReader cr)
                             throws java.io.IOException,
                                    StackMapTable_attribute.InvalidStackMap
Throws:
java.io.IOException
StackMapTable_attribute.InvalidStackMap