Uses of Interface
java.lang.classfile.instruction.ExceptionCatch
Packages that use ExceptionCatchPREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing code instructions for the
java.lang.classfile
PREVIEW library.-
Uses of ExceptionCatchPREVIEW in java.lang.classfilePREVIEW
Methods in java.lang.classfilePREVIEW that return types with arguments of type ExceptionCatchPREVIEWModifier and TypeMethodDescriptionCodeModel.exceptionHandlers()
Returns the exception table of the method. -
Uses of ExceptionCatchPREVIEW in java.lang.classfile.instructionPREVIEW
Methods in java.lang.classfile.instructionPREVIEW that return ExceptionCatchPREVIEWModifier and TypeMethodDescriptionstatic ExceptionCatchPREVIEW
Returns an exception table pseudo-instruction for an unconditional handler.static ExceptionCatchPREVIEW
ExceptionCatch.of
(LabelPREVIEW handler, LabelPREVIEW tryStart, LabelPREVIEW tryEnd, Optional<ClassEntryPREVIEW> catchTypeEntry) Returns an exception table pseudo-instruction.