*** 42,48 **** --- 42,49 ---- * Label associated with this continue statement. This is null * if there is no label associated with this continue statement. * * @return label associated with this continue statement. */ + @Override String getLabel(); }