com.sun.tools.classfile
Class StackMap_attribute
java.lang.Object
com.sun.tools.classfile.Attribute
com.sun.tools.classfile.StackMap_attribute
public class StackMap_attribute
- extends Attribute
This is NOT part of any API supported by Sun Microsystems. If
you write code that depends on this, you do so at your own risk.
This code and its internal interfaces are subject to change or
deletion without notice.
| Fields inherited from class com.sun.tools.classfile.Attribute |
AnnotationDefault, attribute_length, attribute_name_index, CharacterRangeTable, Code, CompilationID, ConstantValue, Deprecated, EnclosingMethod, Exceptions, InnerClasses, LineNumberTable, LocalVariableTable, LocalVariableTypeTable, Module, ModuleExportTable, ModuleMemberTable, RuntimeInvisibleAnnotations, RuntimeInvisibleParameterAnnotations, RuntimeVisibleAnnotations, RuntimeVisibleParameterAnnotations, Signature, SourceDebugExtension, SourceFile, SourceID, StackMap, StackMapTable, Synthetic |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
number_of_entries
public final int number_of_entries
entries
public final StackMap_attribute.stack_map_frame[] entries
StackMap_attribute
StackMap_attribute(ClassReader cr,
int name_index,
int length)
throws java.io.IOException,
StackMapTable_attribute.InvalidStackMap
- Throws:
java.io.IOException
StackMapTable_attribute.InvalidStackMap
StackMap_attribute
public StackMap_attribute(ConstantPool constant_pool,
StackMap_attribute.stack_map_frame[] entries)
throws ConstantPoolException
- Throws:
ConstantPoolException
StackMap_attribute
public StackMap_attribute(int name_index,
StackMap_attribute.stack_map_frame[] entries)
accept
public <R,D> R accept(Attribute.Visitor<R,D> visitor,
D data)
- Specified by:
accept in class Attribute