Uses of Class
org.openjdk.asmtools.jdis.StackMapData
Packages that use StackMapData
-
Uses of StackMapData in org.openjdk.asmtools.jdis
Subclasses with type arguments of type StackMapData in org.openjdk.asmtools.jdisModifier and TypeClassDescriptionclassStackMapTable_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 StackMapDataFields in org.openjdk.asmtools.jdis with type parameters of type StackMapDataModifier and TypeFieldDescription(package private) List<StackMapData> InstructionAttr.stackMapWrappersMethods in org.openjdk.asmtools.jdis that return StackMapDataModifier and TypeMethodDescriptionSets table headerStackMapData.setPrintParticles(String intLine, String strLine, int shift) Sets helper printing particlesMethods in org.openjdk.asmtools.jdis with parameters of type StackMapDataModifier and TypeMethodDescriptionvoidStackMapTable.add(StackMapData element, boolean isWrapper)