public class UnstructuredCatch extends AbstractUnStructuredStatement
Modifier and Type | Field and Description |
---|---|
private BlockIdentifier |
blockIdentifier |
private LValue |
catching |
private java.util.List<ExceptionGroup.Entry> |
exceptions |
Constructor and Description |
---|
UnstructuredCatch(java.util.List<ExceptionGroup.Entry> exceptions,
BlockIdentifier blockIdentifier,
LValue catching) |
Modifier and Type | Method and Description |
---|---|
StructuredStatement |
claimBlock(Op04StructuredStatement innerBlock,
BlockIdentifier blockIdentifier,
java.util.Vector<BlockIdentifier> blocksCurrentlyIn) |
void |
collectTypeUsages(TypeUsageCollector collector) |
Dumper |
dump(Dumper dumper) |
private StructuredStatement |
getCatchFor(Op04StructuredStatement innerBlock) |
StructuredStatement |
getCatchForEmpty() |
BytecodeLoc |
getCombinedLoc() |
findCreatedHere, getBreakableBlockOrNull, isEffectivelyNOP, isProperlyStructured, isRecursivelyStructured, linearizeInto, match, rewriteExpressions, suggestName, traceLocalVariableScope, transformStructuredChildren, transformStructuredChildrenInReverse
addLoc, alwaysDefines, canDefine, canFall, fallsNopToNext, getContainer, getInline, getLoc, informBlockHeirachy, inlineable, isScopeBlock, markCreator, setContainer, supportsBreak, supportsContinueBreak, toString
private final java.util.List<ExceptionGroup.Entry> exceptions
private final BlockIdentifier blockIdentifier
private final LValue catching
public UnstructuredCatch(java.util.List<ExceptionGroup.Entry> exceptions, BlockIdentifier blockIdentifier, LValue catching)
public BytecodeLoc getCombinedLoc()
public void collectTypeUsages(TypeUsageCollector collector)
private StructuredStatement getCatchFor(Op04StructuredStatement innerBlock)
public StructuredStatement getCatchForEmpty()
public StructuredStatement claimBlock(Op04StructuredStatement innerBlock, BlockIdentifier blockIdentifier, java.util.Vector<BlockIdentifier> blocksCurrentlyIn)
claimBlock
in interface StructuredStatement
claimBlock
in class AbstractStructuredStatement