Package org.teavm.model
Interface TryCatchBlockReader
-
- All Known Implementing Classes:
TryCatchBlock
public interface TryCatchBlockReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetExceptionType()BasicBlockReadergetHandler()BasicBlockReadergetProtectedBlock()
-
-
-
Method Detail
-
getProtectedBlock
BasicBlockReader getProtectedBlock()
-
getHandler
BasicBlockReader getHandler()
-
getExceptionType
String getExceptionType()
-
-