Uses of Enum Class
org.openjdk.asmtools.common.structure.StackMap.FrameType
Packages that use StackMap.FrameType
-
Uses of StackMap.FrameType in org.openjdk.asmtools.common.structure
Fields in org.openjdk.asmtools.common.structure with type parameters of type StackMap.FrameTypeModifier and TypeFieldDescriptionprivate static HashMap<String,
StackMap.FrameType> StackMap.FrameType.tagNameToFrameType
Methods in org.openjdk.asmtools.common.structure that return StackMap.FrameTypeModifier and TypeMethodDescriptionstatic StackMap.FrameType
StackMap.FrameType.getByTag
(int tag) static StackMap.FrameType
StackMap.FrameType.getByTagName
(String tagName) static StackMap.FrameType
StackMap.stackMapFrameType
(int tag) Get Frame Type by tag belonging the rangestatic StackMap.FrameType
Returns the enum constant of this class with the specified name.static StackMap.FrameType[]
StackMap.FrameType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StackMap.FrameType in org.openjdk.asmtools.jdis
Fields in org.openjdk.asmtools.jdis declared as StackMap.FrameTypeModifier and TypeFieldDescription(package private) StackMap.FrameType
StackMapData.stackFrameType