Uses of Enum Class
org.openjdk.asmtools.common.structure.StackMap.VerificationType
Packages that use StackMap.VerificationType
-
Uses of StackMap.VerificationType in org.openjdk.asmtools.common.structure
Fields in org.openjdk.asmtools.common.structure with type parameters of type StackMap.VerificationTypeModifier and TypeFieldDescriptionprivate static HashMap<String,
StackMap.VerificationType> StackMap.VerificationType.parseKeyToType
private static HashMap<String,
StackMap.VerificationType> StackMap.VerificationType.printNameToType
private static HashMap<Integer,
StackMap.VerificationType> StackMap.VerificationType.tagToType
Methods in org.openjdk.asmtools.common.structure that return StackMap.VerificationTypeModifier and TypeMethodDescriptionstatic StackMap.VerificationType
StackMap.VerificationType.get
(int tag) static StackMap.VerificationType
StackMap.VerificationType.getByParseKey
(String parseKey) static StackMap.VerificationType
StackMap.VerificationType.getByPrintName
(String printName) static StackMap.VerificationType
StackMap.getVerificationType
(int verificationTypeID, Optional<Consumer<String>> errorConsumer) static StackMap.VerificationType
StackMap.getVerificationType
(String printName) static StackMap.VerificationType
Returns the enum constant of this class with the specified name.static StackMap.VerificationType[]
StackMap.VerificationType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StackMap.VerificationType in org.openjdk.asmtools.jasm
Fields in org.openjdk.asmtools.jasm declared as StackMap.VerificationTypeModifier and TypeFieldDescription(package private) StackMap.VerificationType
StackMapData.StackMapItemTagged.itemVerificationType
(package private) StackMap.VerificationType
StackMapData.StackMapItemTaggedPointer.itemVerificationType
Constructors in org.openjdk.asmtools.jasm with parameters of type StackMap.VerificationTypeModifierConstructorDescription(package private)
StackMapItemTagged
(StackMap.VerificationType itemVerificationType) (package private)
StackMapItemTaggedPointer
(StackMap.VerificationType itemVerificationType, Indexer arg)