public class TryCatch extends Object implements FlowControl
| Constructor and Description |
|---|
TryCatch(BytecodeNode tryNode,
BytecodeNode catchNode,
ParameterizedType exceptionType) |
TryCatch(String comment,
BytecodeNode tryNode,
BytecodeNode catchNode,
ParameterizedType exceptionType) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
void |
accept(org.objectweb.asm.MethodVisitor visitor,
MethodGenerationContext generationContext) |
BytecodeNode |
getCatchNode() |
List<BytecodeNode> |
getChildNodes() |
String |
getComment() |
String |
getExceptionName() |
BytecodeNode |
getTryNode() |
public TryCatch(BytecodeNode tryNode, BytecodeNode catchNode, ParameterizedType exceptionType)
public TryCatch(String comment, BytecodeNode tryNode, BytecodeNode catchNode, ParameterizedType exceptionType)
public String getComment()
getComment in interface FlowControlpublic BytecodeNode getTryNode()
public BytecodeNode getCatchNode()
public String getExceptionName()
public void accept(org.objectweb.asm.MethodVisitor visitor,
MethodGenerationContext generationContext)
accept in interface BytecodeNodepublic List<BytecodeNode> getChildNodes()
getChildNodes in interface BytecodeNodepublic <T> T accept(BytecodeNode parent, BytecodeVisitor<T> visitor)
accept in interface BytecodeNodeCopyright © 2012–2023. All rights reserved.