Uses of Interface
java.lang.classfile.instruction.ExceptionCatch
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
Modifier and TypeMethodDescriptionCodeModel.exceptionHandlers()
Returns the exception table of the method. -
Uses of ExceptionCatchPREVIEW in java.lang.classfile.instructionPREVIEW
Modifier 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.