1516171819202122
private Expression expression; public ContinuousWhileIntermediate(InstructionHandle instruction) { super(instruction); this.expression = new BooleanLiteral(instruction, true); this.blockRange = new BlockRange(); }