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.parseKeyToTypeprivate static HashMap<String, StackMap.VerificationType> StackMap.VerificationType.printNameToTypeprivate static HashMap<Integer, StackMap.VerificationType> StackMap.VerificationType.tagToTypeMethods in org.openjdk.asmtools.common.structure that return StackMap.VerificationTypeModifier and TypeMethodDescriptionstatic StackMap.VerificationTypeStackMap.VerificationType.get(int tag) static StackMap.VerificationTypeStackMap.VerificationType.getByParseKey(String parseKey) static StackMap.VerificationTypeStackMap.VerificationType.getByPrintName(String printName) static StackMap.VerificationTypeStackMap.getVerificationType(int verificationTypeID, Optional<Consumer<String>> errorConsumer) static StackMap.VerificationTypeStackMap.getVerificationType(String printName) static StackMap.VerificationTypeReturns 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.VerificationTypeStackMapData.StackMapItemTagged.itemVerificationType(package private) StackMap.VerificationTypeStackMapData.StackMapItemTaggedPointer.itemVerificationTypeConstructors 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)