public abstract class TryInstruction extends Instruction
opcode| Modifier | Constructor and Description |
|---|---|
protected |
TryInstruction(InsnOpcode opcode) |
| Modifier and Type | Method and Description |
|---|---|
abstract BlockContainer |
getTryBody() |
abstract void |
setTryBody(BlockContainer tryBody) |
accept, accept, addRef, ancestorsOfType, computeFlags, copy, descendantsMatching, descendantsOfType, descendantsToList, descendantsToListWhere, descendantsWhere, firstAncestorOfType, getBytecodeOffset, getChildren, getDescendants, getDirectFlags, getFirstChild, getFirstChildOrNull, getFlags, getLastChild, getLastChildOrNull, getNextSibling, getNextSiblingOrNull, getParent, getParentOrNull, getPrevSibling, getPrevSiblingOrNull, getResultType, getSourceLine, getTag, hasDirectFlag, hasFlag, insertAfter, insertBefore, invalidateFlags, isConnected, isDescendantOf, onChildModified, onConnected, onDisconnected, releaseRef, remove, replaceWith, setBytecodeOffset, setOffsets, setSourceLine, setTag, toString, toString, withOffsetsprotected TryInstruction(InsnOpcode opcode)
public abstract BlockContainer getTryBody()
public abstract void setTryBody(BlockContainer tryBody)