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

public class EndBlock extends AbstractPlaceholder
  • Field Details

    • block

      private final Block block
  • Constructor Details

    • EndBlock

      public EndBlock(Block block)
  • Method Details