java.lang.Object
org.benf.cfr.reader.bytecode.analysis.structured.statement.placeholder.AbstractPlaceholder
org.benf.cfr.reader.bytecode.analysis.structured.statement.placeholder.BeginBlock
All Implemented Interfaces:
HasByteCodeLoc, Matcher<StructuredStatement>, StructuredStatement, Dumpable, TypeUsageCollectable

public class BeginBlock extends AbstractPlaceholder
  • Field Details

    • block

      private final Block block
  • Constructor Details

    • BeginBlock

      public BeginBlock(Block block)
  • Method Details