Class TryCatchBlock
java.lang.Object
org.teavm.model.TryCatchBlock
- All Implemented Interfaces:
TryCatchBlockReader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetExceptionType(String exceptionType) voidsetHandler(BasicBlock handler)
-
Constructor Details
-
TryCatchBlock
public TryCatchBlock()
-
-
Method Details
-
getHandler
- Specified by:
getHandlerin interfaceTryCatchBlockReader
-
setHandler
-
getExceptionType
- Specified by:
getExceptionTypein interfaceTryCatchBlockReader
-
setExceptionType
-
getProtectedBlock
- Specified by:
getProtectedBlockin interfaceTryCatchBlockReader
-