com.sun.tools.classfile
Class StackMapTable_attribute.full_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
Direct Known Subclasses:
StackMap_attribute.stack_map_frame
Enclosing class:
StackMapTable_attribute

public static class StackMapTable_attribute.full_frame
extends StackMapTable_attribute.stack_map_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
 StackMapTable_attribute.verification_type_info[] locals
           
 int number_of_locals
           
 int number_of_stack_items
           
 int offset_delta
           
 StackMapTable_attribute.verification_type_info[] stack
           
 
Fields inherited from class com.sun.tools.classfile.StackMapTable_attribute.stack_map_frame
frame_type
 
Constructor Summary
StackMapTable_attribute.full_frame(int frame_type, ClassReader cr)
           
 
Method Summary
<R,D> R
accept(StackMapTable_attribute.stack_map_frame.Visitor<R,D> visitor, D data)
           
 int 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
 

Field Detail

offset_delta

public final int offset_delta

number_of_locals

public final int number_of_locals

locals

public final StackMapTable_attribute.verification_type_info[] locals

number_of_stack_items

public final int number_of_stack_items

stack

public final StackMapTable_attribute.verification_type_info[] stack
Constructor Detail

StackMapTable_attribute.full_frame

StackMapTable_attribute.full_frame(int frame_type,
                                   ClassReader cr)
                             throws java.io.IOException,
                                    StackMapTable_attribute.InvalidStackMap
Throws:
java.io.IOException
StackMapTable_attribute.InvalidStackMap
Method Detail

length

public int length()
Overrides:
length in class StackMapTable_attribute.stack_map_frame

accept

public <R,D> R accept(StackMapTable_attribute.stack_map_frame.Visitor<R,D> visitor,
                      D data)
Specified by:
accept in class StackMapTable_attribute.stack_map_frame