Uses of Class
org.openjdk.asmtools.jdis.CodeData
Packages that use CodeData
-
Uses of CodeData in org.openjdk.asmtools.jdis
Subclasses with type arguments of type CodeData in org.openjdk.asmtools.jdisModifier and TypeClassDescriptionclassRepresents one entry of StackMapTable attribute:classStackMapTable_attribute { u2 attribute_name_index; u4 attribute_length; u2 number_of_entries; stack_map_frame entries[number_of_entries]; }Fields in org.openjdk.asmtools.jdis declared as CodeDataFields in org.openjdk.asmtools.jdis with type parameters of type CodeDataModifier and TypeFieldDescriptionprivate Container<LineNumberData, CodeData> CodeData.lineNumberTableprivate Container<LocalVariableData, CodeData> CodeData.localVariableTableprivate Container<LocalVariableTypeData, CodeData> CodeData.localVariableTypeTableMethods in org.openjdk.asmtools.jdis that return types with arguments of type CodeDataModifier and TypeMethodDescriptionprivate Container<LineNumberData, CodeData> CodeData.readLineNumberTable(DataInputStream in, boolean ignoreMemorization) private Container<LocalVariableData, CodeData> CodeData.readLocalVariableTable(DataInputStream in, boolean ignoreMemorization) private Container<LocalVariableTypeData, CodeData> CodeData.readLocalVariableTypeTable(DataInputStream in, boolean ignoreMemorization) Constructors in org.openjdk.asmtools.jdis with parameters of type CodeDataModifierConstructorDescriptionStackMapData(boolean firstStackMap, int prevFrame_pc, CodeData code, DataInputStream in) Constructor for ATT_StackMapTable (Java 6, 7+)StackMapData(CodeData code, DataInputStream in) Constructor for ATT_StackMap (Java 5,6)StackMapTable(EAttribute attribute, CodeData owner, int initialCapacity)