3031323334353637383940
public BlockInferrer(DecompilationContext _context) { decompiler = _context; mainBlock = new MethodBlock(decompiler.method.getBytes().length); currentBlock = mainBlock; gotoStack = new Stack<Instruction>(); }