Package io.airlift.bytecode.control
Class TryCatch.CatchBlock
- java.lang.Object
-
- io.airlift.bytecode.control.TryCatch.CatchBlock
-
-
Constructor Summary
Constructors Constructor Description CatchBlock(BytecodeNode handler, List<ParameterizedType> exceptionTypes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ParameterizedType>getExceptionTypes()BytecodeNodegetHandler()
-
-
-
Constructor Detail
-
CatchBlock
public CatchBlock(BytecodeNode handler, List<ParameterizedType> exceptionTypes)
-
-
Method Detail
-
getHandler
public BytecodeNode getHandler()
-
getExceptionTypes
public List<ParameterizedType> getExceptionTypes()
-
-