Class CodeContext.BasicBlock

  • Enclosing class:
    CodeContext

    public final class CodeContext.BasicBlock
    extends CodeContext.Offset
    This CodeContext.Offset marks the first byte of a "basic block" in the sense of JLS 17 "4.10.1 Verification by Type Checking": The intent is that a stack map frame must appear at the beginning of each basic block in a method.
    • Constructor Detail

      • BasicBlock

        public BasicBlock()